/* ตัว เมนูและหัว */

body {
    background: linear-gradient(135deg, #ffffff, #fbfbfb);
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans Thai', sans-serif !important;
    min-height: 100vh;
    margin-left: 300px; 
    /* display: flex;
    flex-direction: column; */
    padding-bottom: 100px; 



}

@media (max-width: 768px) {
    body {
        margin-left: 0; 
    }
}

.sidebar {
    background-color: #060b13;
    height: 100vh;
    width: 300px;
    position: fixed;
    top: 0;
    left: 0;
    /* border-radius: 0 15px 15px 0; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    transition: transform 0.3s ease;
    z-index: 1002; 

}
.sidebar .nav-link.no-underline {
    text-decoration: none;
}

.sidebar .logo {
    width: 150px; 
    height: auto; 
    max-width: 100%; 
    margin-bottom: 20px;
    display: block; 
}


.sidebar .nav-link {
    color: #5c5c5c;
    text-align: left;
    width: 270px;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 20px;
    gap: 10px; 

}
.sidebar .nav-link.active {
    /* background-color: #8915c4; */
    /* background: linear-gradient(135deg,  #0575E6 , #021B79); */
    color: #3661ff;
}
.sidebar .nav-link:hover {
    /* background-color: #e2e6ea; */
    color: #ffffff;
}
.sidebar .nav-link i {
    font-size: 20px;
}
.sidebar .nav-link span {
    font-size: 16px;
}
/* .main-content {
    padding: 20px;
    margin-left: 100px;
    flex-grow: 1;
} */


.header {
    display: none;
    padding: 10px 20px;
    background-color: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    justify-content: space-between;
    align-items: center;
}


@media (max-width: 768px) {
    .header {
        display: flex;
    }
}

.header .menu-btn {
    font-size: 24px;
    background: none;
    border: none;
}
.header .user-profile {
    display: flex;
    align-items: center;
}
.header .user-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}


@media (max-width: 768px) {
    .sidebar {
        transform: translateX(-100%);
    }
    .sidebar.active {
        transform: translateX(0);
    }
    .main-content {
        margin-left: 0;
    }
    .header {
        display: flex;
    }
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1001; 
}
.overlay.active {
    display: block;
}

/* .main-content {
    margin-top: 40px;
    padding: 40px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    background: linear-gradient(135deg,  #360033, #0b8793 );
} */

.main-content {
    padding: 50px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(to bottom,  #1f1b60, #5d1d9c , #069fbe , rgba(11, 135, 147, 0)); */
    /* background: linear-gradient(to bottom ,#021B79,#0575E6   , rgba(255, 255, 255, 0)); */
    /* background: linear-gradient(to bottom ,#060b13,#1841d4); */
    background: url('../img/bgct.png') no-repeat center center;
    background-size: cover;
    padding-bottom: 70px; 



}

/* ซ่อนหน้า main */
body.vdo .main-content, 
body.subject .main-content, 
body.testing .main-content {
    display: none !important; 
    background: none !important; 
    padding: 0 !important; 
    flex-grow: 0 !important; 
    align-items: initial !important; 
    justify-content: initial !important; 
    background-size: initial !important; 
    padding-bottom: 0 !important; 
}





.content-box {
    margin-top: 40px;
    max-width: 800px;
}

.content-box h1 {
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); 

}

.content-box p {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
    
}

@media (max-width: 768px) {
    .main-content {
        display: flex;
        flex-direction: column; 
        align-items: center;
        text-align: center;
    }

    .ai-image {
        margin: 20px 0 0px 0; 
        width: 250px; 
    }

    .content-box {
        margin-top: 50;
        max-width: 100%;
    }
}

.register-btn {
    background: linear-gradient(135deg,  #ffffff, #ffffff );
    color: #1f1f1f;
    padding: 10px 20px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Noto Sans Thai', sans-serif; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
    transition: box-shadow 0.3s ease; 

}

.register-btn:hover {
    background: linear-gradient(135deg,  #10185c, #072260 );
    color: #ffffff;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3); 
}

.ai-image {
    margin-left: 0px;
}

/* ตัว Body */

.main-body {
    padding: 40px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

@media (max-width: 768px) {
    .main-body {
        margin-left: 0; 
        padding: 20px; 
    }
}

.training-options {
    display: flex;
    gap: 20px;
    width: 100%;
    max-width: 800px;
}

.training-option {
    flex: 1;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.training-option img {
    max-width: 100px;
    margin-bottom: 15px;
}

/* .financial-discipline-section {
    width: 100%; 
    padding: 40px; 
    text-align: center;
    background-color: #007bff; 
    color: #ffffff; 
    margin: 0; 
    border-radius: 0; 
} */

.alert {
    max-width: 800px;
    margin: 10px 0;
}

/* .announcements .announcement {
    max-width: 800px;
    margin-top: 10px;
}

.announcements .alert-danger {
    background-color: #ff6f6f;
    color: white;
} */

button.btn-outline-primary {
    margin-top: 10px;
}

/* .card {
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2; 
    margin: auto;

    margin-left: 100px; 
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 768px) {
    .card {
        margin-left: 0; 
        padding: 20px; 
    }
} */

.card-secondary {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
}

@media (max-width: 768px) {
    .card-secondary {
        margin-bottom: 15px; 
    }
}

.header-image {
    position: relative;
    text-align: center;
    color: white;
    overflow: hidden;
}

.header-image img {
    width: 100vw; 
    height: auto; 
    object-fit: cover; 
}

/* .underline-text {
    display: inline-block;
    position: relative;
}

.underline-text::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px; 
    width: 100%;
    height: 3px; 
    background-color: #ff6f6f; 
} */

.subject-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;
    justify-content: center;
}

.subject-card {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.image-container {
    flex: 0 0 150px; 
    margin-right: 20px;
}

.image-container img {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    object-fit: cover;
}

.info-container {
    flex-grow: 1;
}

.info-container h5 {
    margin: 0;
}

.info-container ul {
    margin: 10px 0;
    padding-left: 20px;
    font-size: 14px;
    color: #333;
}



/* .badge .dot {
    width: 10px;
    height: 10px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
} */



.custom-badge1 {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #03b921; 
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    z-index: 1;
}

.custom-badge2 {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e92929; 
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    z-index: 1;
}

.custom-badge3 {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #9d1ce7; 
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    z-index: 1;
}


.custom-badge4 {
    background-color: #eeeeee; 
    color: rgb(27, 27, 27); 
    padding: 5px 10px; 
    border-radius: 20px; 
    font-size: 14px; 
    font-weight: bold; 
    display: inline-block; 
    text-align: center; 
    position: relative; 
}

.custom-badge4::before {
    content: ''; 
    position: absolute; 
    left: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 10px; 
    height: 10px; 
    background-color: #28a745; 
    border-radius: 50%; 
}

.custom-badge4 {
    padding-left: 25px; 
}


.custom-badge5 {
    background-color: #eeeeee; 
    color: rgb(27, 27, 27); 
    padding: 5px 10px; 
    border-radius: 20px; 
    font-size: 14px; 
    font-weight: bold; 
    display: inline-block; 
    text-align: center; 
    position: relative; 
}

.custom-badge5::before {
    content: ''; 
    position: absolute; 
    left: 10px; 
    top: 50%; 
    transform: translateY(-50%); 
    width: 10px; 
    height: 10px; 
    background-color: #d81010; 
    border-radius: 50%; 
}

.custom-badge5 {
    padding-left: 25px; 
}



.custom-badge .dot {
    width: 10px;
    height: 10px;
    background-color: #FFFFFF; 
    border-radius: 50%;
    margin-right: 5px;
}

.video-button {
    position: absolute;
    bottom: 18px;
    right: 18px;
    padding: 10px 12px;
    /* background-color: #9900e0;  */
    background: linear-gradient(135deg,  #0b4193, #0575E6 );
    color: #ffffff; 
    text-decoration: none;
    border-radius: 30px; 
    font-size: 14px;
    font-weight: bold;
    /* border: 1px solid #b3b3b3;  */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease; 
}

.video-button:hover {
    background-color: #d4d4d4; 
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); 
    border: 1px solid #7bc2c9; 
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    background-color: #f8f9fa;
    color: #6c757d;
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
    z-index: 1000;
    transition: left 0.3s ease, width 0.3s ease;
}

/* กรณีมี Sidebar (300px) */
@media (min-width: 769px) {
    .footer {
        left: 300px;
        width: calc(100% - 300px);
    }
}

/* กรณีหน้าจอมือถือ ไม่มี Sidebar */
@media (max-width: 768px) {
    .footer {
        left: 0;
        width: 100%;
    }
}


.footer p,
.footer small {
    margin: 0;
    color: #575757;
}

.footer a {
    color: #007bff; 
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}



.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
}


.modal-content {
    background-color: rgba(255, 255, 255, 0.658); 
    border-radius: 10px;
    backdrop-filter: blur(10px); 
}

.modal-header, .modal-body, .modal-footer {
    background-color: rgba(255, 255, 255, 0.658); 
}

.modal-backdrop.show {
    opacity: 0.6;
    background-color: rgba(0, 0, 0, 0.6); 
}




.custom-button {
    background-color: rgba(0, 0, 0, 0.05);
    border: none;
    color: black;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    padding: 10px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.icon-title {
    display: flex;
    align-items: center; 
    gap: 10px; 
}

.icon-circle {
    background-color: #0762ff; 
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon {
    font-size: 16px; 
    color: #ffffff; 
}

.title-text {
    margin: 0; 
    font-weight: bold;
}

.rounded-input .input-group-text {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.rounded-input .form-control {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #ddd; 
    box-shadow: none;
}


.rounded-input .form-control:focus {
    border-color: #8baaff;
    box-shadow: 0 0 5px rgba(143, 143, 143, 0.5); 
}

.input-group-text {
    color: #333;
    border: 1px solid #ddd;
    background-color: #fff;
    font-size: 1.2rem; 
}

.form-control {
    border-radius: 15px; 
}

hr.styled-hr {
    border: none; 
    height: 2px; 
    background: linear-gradient(135deg,  #0b8793, #4e13d6 );
    margin-top: 20px; 
    margin-bottom: 20px; 
    width: 50%; 
    margin-left: auto; 
    margin-right: auto; 
    border-radius: 5px; 
}

.custom-gradient-button {
    background: linear-gradient(45deg, #4CAF50, #2196F3); 
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.custom-gradient-button i {
    margin-right: 8px; 
}

.custom-gradient-button:hover {
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.custom-gradient-button .large-icon {
    font-size: 1.5rem; 
    margin-right: 8px;
}



/* ข้อสอบ */
.list-group-item {
    width: 80%; 
    max-width: 800px; 
    margin: 10px auto; 
    border-radius: 15px; 
    text-align: center;
    font-weight: bold;
    color: #002D62;
    padding: 15px;
    background-color: #f0f0f0;
    transition: all 0.3s ease;
    /* box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.1);  */
    overflow: hidden; 
    box-sizing: border-box;
}

.list-group-item:hover,
.list-group-item:focus {
    background: linear-gradient(135deg, #0b8793, #4e13d6);
    border-color: #002D62;
    color: #ffffff; 
}

.list-group-item.active {
    background: linear-gradient(135deg, #79d6df, #b899ff); 
    color: #ffffff; 
    border-color: #002D62;
}

.d-flex.gap-2 {
    gap: 20px; 
}

.nav-button {
    border: 1px solid #002D62;
    border-radius: 50px;
    color: #002D62;
    font-weight: bold;
    padding: 8px 20px;
    background-color: #ffffff;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    font-size: 16px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-button i {
    margin-right: 5px;
}

.nav-button:hover {
    background: linear-gradient(135deg, #0b8793, #4e13d6);
    color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15);
}

.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    max-width: 800px; 
    width: 100%;
}

video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* .alert-custom {
    background-color: #ffaab1; 
    color: #f44e50;
    border-radius: 12px; 
    padding: 10px 20px; 
    text-align: center;
    position: relative;
}

.alert-custom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 6px; 
    background-color: #f44e50; 
    border-top-left-radius: 12px; 
    border-bottom-left-radius: 12px; 
} */

.table-custom {
    width: 100%;
    border-collapse: collapse; 
    
}

.table-custom th, .table-custom td {
    border: none; 
    padding: 8px 12px; 
    text-align: left; 
}

.table-custom th {
    font-weight: bold; 
}

.step-container {
    position: relative;
    padding-top: 20px;
}

.step-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #052e87, #1a81b1);
    color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.select2-container .select2-selection--single {
    height: 38px;
    padding: 6px 12px;
    font-size: 1rem;
}

.nav-tabs .nav-link {
    color: #333;
    font-weight: bold;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    transition: all 0.3s ease;
}

.nav-tabs .nav-link.active {
    color: #1841d4;
    border-bottom: 3px solid #1841d4;
    background-color: transparent;
}

.nav-tabs .nav-link:hover {
    color: #1841d4;
    border-bottom: 3px solid #1841d4;
}

.list-unstyled li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 16px;
}

.text-primary {
    color: #1841d4 !important;
    font-weight: bold;
}

.text-success {
    color: #28a745 !important;
    font-weight: bold;
}

.btn-primary-custom {
    background-color: #1841d4;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn-primary-custom:hover {
    background-color: #052e87;
    color: #fff;
}

.course-section h5 {
    font-weight: bold;
    margin-top: 30px;
    color: #222;
}

.course-section p, 
.course-section li {
    font-size: 16px;
    line-height: 1.8;
    margin: 10px 0;
    color: #333;
}

.course-section .text-primary {
    color: #0056b3 !important; 
    font-weight: bold;
}

.course-section .text-success {
    color: #28a745 !important; 
    font-weight: bold;
}

.course-section ul {
    padding-left: 0;
    list-style: none;
}

.course-section li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
}

.course-section li i {
    color: #f0ad4e;
    margin-right: 8px;
    font-size: 18px;
}

.custom-tabs .nav-link {
    border-radius: 50px;
    padding: 10px 25px;
    margin: 0 8px;
    font-weight: bold;
    color: #333;
    background: #f0f0f0;
    transition: all 0.3s ease;
}

.custom-tabs .nav-link i {
    margin-right: 6px;
}

.custom-tabs .nav-link:hover {
    background: #1841d4;
    color: #fff;
}

.custom-tabs .nav-link.active {
    background: linear-gradient(135deg, #1488CC, #2B32B2);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.course-header {
    background-color: #1f1f2e;
    color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.course-title {
    font-size: 2.0rem;
    font-weight: bold;
}

.course-subtitle {
    font-size: 1.2rem;
    color: #ffffff;
}

.course-info {
    font-size: 1rem;
    color: #bbb;
}

/* .custom-tabs .nav-link {
    border-radius: 50px;
    padding: 12px 30px;
    margin: 0 8px;
    font-weight: bold;
    color: #333;
    background: #f0f0f0;
    transition: all 0.3s ease;
}

.custom-tabs .nav-link:hover {
    background: #1841d4;
    color: #fff;
}

.custom-tabs .nav-link.active {
    background: linear-gradient(135deg, #1841d4, #052e87);
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
} */

/* .lesson-item {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 1rem;
} */

/* .lesson-item:last-child {
    border-bottom: none;
} */

.nav-pills .nav-link.active {
    background-color: #1841d4;
    color: #fff;
    border-radius: 50px;
    padding: 10px 30px;
}

.nav-pills .nav-link {
    border-radius: 50px;
    color: #555;
    padding: 10px 30px;
    transition: 0.3s;
}

.nav-pills .nav-link:hover {
    background-color: #e9ecef;
    color: #1841d4;
}

.lesson-item {
    padding: 16px 24px;
    border-radius: 12px;
    transition: background-color 0.3s, box-shadow 0.3s;
    cursor: pointer;
    margin: 12px 0;
    background-color: #ffffff; 
    border: 1px solid #eee;

}

.lesson-item:hover {
    background-color: #f0f4ff; 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: #1841d4;
    font-weight: bold;
}

.lesson-item .text-muted {
    color: #888;
    transition: color 0.3s;
}

.lesson-item:hover .text-muted {
    color: #1841d4;
}

.lesson-item.pre-test:hover {
    background-color: #e8f0ff;
}

.lesson-item.post-test:hover {
    background-color: #e6f9ec;
}

.course-header-modern {
    background: linear-gradient(135deg, #005C97, #363795);
    color: #ffffff;
    padding: 60px 0;
    width: 100%; 
    margin: 0;
    border-radius: 0; 
    box-shadow: none; 
    position: relative;
    left: 0;
}

.course-title-modern {
    font-size: 1.5rem;
    font-weight: bold;
    color: #ffffff;
}

.course-subtitle-modern {
    font-size: 1.2rem;
    color: #e0e0e0;
}

.course-info-modern {
    font-size: 1rem;
    color: #cccccc;
}

@media (max-width: 768px) {
    .course-header-modern {
        margin-top: 60px; 
        padding-top: 40px; 
    }

    .course-title-modern {
        font-size: 1.3rem;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .course-subtitle-modern {
        font-size: 1rem;
        line-height: 1.4;
        margin-bottom: 8px;
    }

    .course-info-modern {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}

.course-desc h4 {
    font-size: 1.5rem;
    color: #222;
}

.course-desc p {
    font-size: 1rem;
    line-height: 1.8;
    margin: 15px 0;
    color: #333;
}

.course-desc i {
    margin-right: 8px;
    font-size: 1.2rem;
    vertical-align: middle;
}

.badge {
    padding: 8px 10px;
    font-size: 0.85rem;
    border-radius: 20px;
}

.bg-primary {
    background-color: #1841d4 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

.no-border {
    border: none !important;
}

.no-border th, 
.no-border td {
    border: none !important;
    padding: 4px 8px;
    font-size: 14px;
    vertical-align: middle;
}

button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.table-rounded {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    width: 100%; 
}

.table-rounded th, 
.table-rounded td {
    border: none;
    padding: 8px 12px; 
    text-align: center;
}

.table-rounded th {
    background-color: #f8f9fa;
    font-weight: bold;
    border-bottom: 1px solid #ddd; 
}

.table-rounded tr td {
    border-bottom: 1px solid #eee; 
}

.table-rounded tr:last-child td {
    border-bottom: none; 
}

.table-rounded tr:nth-child(even) {
    background-color: #f9f9f9;
}

@media (max-width: 768px) {
    .header-content {
        /* flex-direction: column;
        align-items: center;
        text-align: center; */
        margin-top: 60px; 
        padding-top: 40px; 
    }

    .header-content img {
        width: 40px;
        margin-bottom: 8px;
    }

    .header-content h5 {
        font-size: 1.2rem;
        margin-bottom: 4px;
        word-break: break-word;
    }

    .header-content small {
        font-size: 0.9rem;
        display: block;
        word-break: break-word;
    }
}



.option-btn {
    width: 100%;
    max-width: 500px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 1rem;
    color: #333;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.option-btn:hover {
    border-color: #1841d4;
    background-color: #f0f8ff;
    color: #1841d4;
}

.option-btn.selected {
    background-color: #1841d4;
    color: #fff;
    border-color: #1841d4;
}

.header-content {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 15px;
}


.progress-circle-blue {
  background-color: #e7f1ff;
  color: #0d6efd;
}

.progress-circle-red {
  background-color: #fdecea;
  color: #dc3545;
}

.progress-circle-green {
  background-color: #e6f4ea;
  color: #28a745;
}

.progress-circle {
  width: 40px;
  height: 40px;
  font-size: 0.8rem;
  font-weight: bold;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}



