@import '../theme/main.css';
@import 'theme/nav.css';
@import '../theme/youtube.css';
@import url('https://fonts.googleapis.com/css2?family=Sarabun&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree&display=swap');

.learning-box {
    font-family: 'Sarabun', sans-serif !important;
    overflow:hidden;
    border-bottom: 1px solid #b1b1b1;
    padding-bottom: 1rem;
}

.learning-box h1 {
    font-family: 'Bai Jamjuree', sans-serif !important;
    padding-top: 1rem;
}

.learning-progress {
    font-family: 'Bai Jamjuree', sans-serif !important;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 1rem;
}

.learning-progress .main-progress {
    width: 50%;
}

.main-progress h5 {
    margin-bottom: 0.5rem;
    text-align: center;
    font-weight: 600;
}

.learning-progress .progress {
    height: 20px;
}

.learning-content {
    padding: 2rem;
}

.exam {
    padding: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    /* background-color: #f1f1f1; */
    background-color: #f8f8f8;
    border: 1px solid #cecece;
    border-radius: 7px;
    /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
}

.exam .form-check {
    margin-top: 0.5rem;
}

.exam-result {
    padding: 3rem 2rem;
    text-align: center;
    background-color: #ebebeb;
}

.exam-result p {
    margin-bottom: 0rem;
}

.exam-result a {
    text-decoration: none;
}

.exam-submit {
    display: flex;
    justify-content: center;
    padding: 3rem 2rem;
    background-color: #ebebeb;
    margin-bottom: 1rem;
}

iframe.games {
    height: 50vw;
    max-height: 920px;
}

.file_show {
    background: #f3f3f3;
    padding: 1rem;
    border-radius: 7px;
    margin-top: 0.7rem;
}

.file_show a {
    text-decoration: none;
}