.practice * {
    font-size: 14px;
}

.text-primary {
    color: var(--primary-color);
}

.text-info {
    color: var(--secondary-color);
}

.text-bold {
    font-weight: 700;
}

.practice .btn-primary {
    background-color: var(--primary-color);
    border: 0 !important;
}

.practice {
    padding-top: 126px;
    padding-bottom: 172px;
}

.practice-body-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.practice-information .information-detail {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.practice-information .information-detail .information-label {
    width: 80px;
}

.practice-information .information-detail .information-label.account-type {
    width: 110px;
}

.practice-information .information-detail .information-value {
    text-align: right;
    word-break: break-all;
    flex: 1;
}

.practice-information-section, .practice-format-section, .practice-sound-section, .practice-note-section {
    width: 100%;
    display: flex;
    justify-content: center;
}

.practice-format, .practice-information, .practice-sound, .practice-note {
    padding: 18px;
    border-radius: 20px;
    background-color: white;
}

.practice-information {
    max-width: 528px;
    width: 100%;
    padding: 24px 40px;
    position: relative;
    box-shadow: #9ACDFF 0px 25px 20px -14px;
    display: flex;
    align-items: flex-start;
    gap: 36px;
}

.practice-format, .practice-sound, .practice-note {
    margin-top: 30px;
    max-width: 620px;
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
}

.practice-sound audio {
    width: 99%;
}

.practice-information-detail {
    display: flex;
    flex-direction: column;
    flex: 1;
}

img.practice-information-profile {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
}

.practice-information #update-image-btn {
    background-color: #EFAB20;
    border: 0 !important;
    width: 117px !important;
}

.information-detail .text-primary {
    color: var(--primary-color) !important
}

.information-detail .text-secondary {
    color: var(--secondary-color) !important
}

.practive-format {
    width: 611px;
    padding: 5px 10px;
}

.practice {
    width: 100%;
    background: linear-gradient(180deg, #E2F7FF 0%, #FFFFFF 100%);
}

.practice-title {
    display: flex;
    align-items: center;
}

.practice .title-order {
    width: 36px;
    height: 36px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.practice .title-content {
    margin-left: 10px;
    font-weight: 600;
    font-size: 18px;
}

.practice-format-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.practice-format-content.mobile {
    display: none;
}

.practice-format-detail {
    padding: 10px;
    display: flex;
    border: 1px #f0e9e9 solid;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

.practice-format-detail .text-lbl {
    font-size: 14px;
    font-weight: 600;
    line-height: 19.5px;
    color: #000000D9;
}

.practice-format-image {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.practice-format-detail .detail-right span {
    font-size: 14px;
    font-weight: 500;
    line-height: 19.5px;
}

.practice-format-detail .text-secondary {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.practice-format-detail .text-primary {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: var(--primary-color);
}

.practice-sound-content {
    margin-top: 5px;
}

.practice-sound-content .sound-step {
    margin-right: 3px;
    font-weight: 700;
    font-size: 14px;
}

.practice-sound-content .step-content {
    font-weight: 400;
    font-size: 14px;
}

.practice-step-detail, .practice-sound-audio {
    margin-top: 10px;
}

.practice-step-detail.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.practice-step-detail.flex canvas {
    width: 100%;
    height: 60px;
}

.practice-step-detail button {
    width: 105px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #0000001A;
    border-radius: 6px;
    background: #E6E6E6;
}

.practice-step-detail button.active {
    background: #4DBEEE;
}

.button-no-border {
    border: 0;
    font-weight: 700;
    font-size: 14px;
    outline: none !important;
}

.practice-note-content {
    margin-top: 20px;
}

.practice-end-button-section {
    margin-top: 20px;
    margin-bottom: 44px;
}

.practice-end-button-section.mobile {
    display: none;
}

.practice-end-button-section .btn-primary {
    max-width: 620px;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    height: 52px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.practice-end-button-section p {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-top: 12px;
}

.practice-end-button-section p a {
    color: #327EE2;
}

.sidebar-profile-image {
    width: 28px;
    height: 28px;
    margin-right: 5px;
}

.exam-sidebar * {
    font-size: 14px;
    line-height: 22px;
}

.exam-sidebar {
    width: 130px;
    height: 100vh;
    background-color: #f9f9f9;
    padding: 10px;
    position: relative !important;

}

.sidebar-info {
    display: flex;
    align-items: center;
}

.exam-sidebar h2 {
    margin-top: 20px;
    font-weight: 400;
    font-style: italic;
}


input[type="radio"] {
    margin-right: 5px;
}

.exam-sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    color: #00000073;
}

.exam-sidebar ul li {
    position: relative !important;
    margin-bottom: 10px;
}

input[type="radio"] {
    margin-right: 10px;
}

.exam-sidebar ul {
    margin-top: 10px;
}

.exam-right-section {
    position: relative;
    min-height: calc(100vh - 80px);
}

.exam-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
    border-bottom: 1px solid #0000001A;
    z-index: 10;
}

#countdown_span{
    font-weight: 700;
    font-size: 25px;
}

.exam-counter-mobile {
    display: none !important;
}

b {
    font-weight: 700 !important;
}

.exam-counter {
    width: 120px;
    padding: 5px;
    border-radius: 10px;
    color:white;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#count_span {
    font-size: 20px !important;
    font-weight: 700;
    color: white;
    background-color: var(--primary-color);
    padding: 4px;
    border-radius: 20%;
    min-width: 25px;
    text-align: center;
    display: inline-block;
}

.word-wrap {
    word-wrap: break-word;
}

.exam-header-answer{
    font-size: 20px !important;
}

.part-content, .part-content * {
    text-align: justify;
    font-size: 16px !important;
    line-height: 21px;
    font-family: "Poppins" !important;
}

.exam-header-right div {
    margin-right: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
}

.exam-header-right, .exam-header-left {
    display: flex;
    align-items: center;
}

.exam-header-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.MsoNormalTable {
    width: 100% !important;
}

.exam-header-left.mobile {
    display: none;
}

.exam-header-left .avatar {
    width: 32px;
    height: 32px;
}

.exam-header-left .avatar button {
    width: 100%;
    height: 100%;
}

.exam-header-left .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.exam-header-left .title-skill {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #333333;
}

.exam-header-right button {
    padding: 8px 16px;
    border: 1px solid #0000001A;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
    color: #333333;
}

.exam-header-right button.active {
    background: var(--primary-color);
    color: #fff;
}

.exam-header-right .exam-counter {
    padding: 8px 16px;
    background: #F7F7F7;
    border-radius: 6px;
}

.exam-reading-left, .exam-reading-right {
    max-height: calc(100vh - 85px - 115px);
    overflow-y: auto;
}

.practice-exam {
    display: flex;
    justify-content: center;
    padding-top: 85px;
    padding-bottom: 100px;
}

.exam-listening, .exam-writing, .exam-speaking {
    max-width: 100%;
    width: 100%;
    padding: 0 140px;
}

.exam-reading {
    max-width: 100%;
    padding: 0 20px;
}

.exam-listening *, .exam-reading * {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: justify !important;
}

.exam-guide {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-style: italic;
    text-align: justify;
}

.divider {
    border-bottom: 1px solid #0000001A;
    padding-bottom: 10px;
}

.right-divider {
    border-right: 1px solid #0000001A;
}

.exam-part-title {
    color: #327EE2;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 10px;
}

.bg-mask {
    background: rgba(37, 160, 218, 0.8) none repeat scroll 0% 0%
}

.part-mock-question, .part-mock-answer {
    color: #333;
    font-weight: 700;
    margin-top: 25px;
}

.part-mock-choice {
    margin-left: 10px;
}

.question-section {
    margin-top: 20px;
}

.question-border {
    margin-top: 10px;
    border: 1px solid #0000001A;
    padding: 15px 20px;
    border-radius: 10px;
}

.question-choices {
    margin-top: 10px;
}

.question-choices div {
    display: grid !important;
    grid-template-columns: auto 1fr;
}

/* .question-title * {
    color: #000000D9;
    font-weight: 700;
} */

.question-order {
    padding-right: 5px;
    border-right: 1px solid #0000001A
}

.exam-end-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
}

.exam-end-buttons.mobile {
    display: none !important;
}

.exam-end-buttons .btn {
    padding: 8px 15px;
    border-radius: 6px;
}

.exam-end-buttons .btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.exam-end-buttons .btn-outlined {
    border: 1px solid #0000001A;
}

.exam-end-buttons button {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.5px;
}

.exam-reading-content {
    display: flex;
}

.writing-count {
    font-style: italic;
    color: #000000A6;
}
#modal-speaking-countdown .modal-title{
    font-weight: 600;
}
#modal-speaking-countdown .modal-content{
    border-radius: 10px;
    text-align: center;
}

.countdown-span {
    font-size: 35pt;
    font-weight: 700;
}
.writing-input {
    border: 1px solid #0000001A;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

.recording-status {
    height: 84px;
    position: relative;
}

.recording-status .speaking-timer {
    position: absolute;
    right: 5%;
    background-color: white;
    border-radius: 20px;
    padding: 10px 16px;
    top: 50%;
    transform: translateY(-50%);
}

.recording-status canvas {
    height: 81px !important;
}

.exam-speaking {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.exam-speaking .speaking-left {
    flex: 1;
}

.speaking-bottom-section {
    width: 40%;
}

.speaking-bottom-section span {
    color: #000000A6;
    font-size: 12px;
    font-style: italic;
    display: block;
    text-align: center;
}

.speaking-bottom-section .content {
    background: #e63757;
    padding: 16px;
    border-radius: 8px;
}

.speaking-bottom-section .content p {
    margin-bottom: 0;
    font-style: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.speaking-bottom-section .content p + p {
    margin-top: 32px;
}

audio {
    width: 300px;
    margin-bottom: 20px;
}

audio::-webkit-media-controls-panel {
    background-color: #327EE2;
}

.practice-sound-content audio::-webkit-media-controls-panel {
    background-color: #1A4797;
}

audio::-webkit-media-controls-play-button, audio::-webkit-media-controls-mute-button {
    background-color: white !important;
    border-radius: 50%;
    width: 40px;
    height: 30px;
}

audio::-webkit-media-controls-current-time-display, audio::-webkit-media-controls-time-remaining-display {
    color: white;
}


audio::-webkit-media-controls-timeline-progress-bar {
    background-color: #25CD3D;
}

#modal-speaking-start .modal-header {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: white;
}

.modal-title {
    padding: 20px 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22.77px;
}

.modal-body {
    padding: 20px;
}

.modal-body .text-imply {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}

.modal-body .text-note {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 14px;
}

.footer-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.footer-buttons .btn {
    padding: 16px 24px;
    border-radius: 10px;
}

.footer-buttons .btn-primary {
    background: #4DBEEE;
    border: 1px solid #0000001A;
}

.modal .footer-buttons .btn {
    border-radius: 6px;
}

.btn-outlined {
    background-color: white;
    border: 1px solid #0000001A
}

#modal-next-skill .modal-dialog,
#modal-finish-exam .modal-dialog,
.modal-custom-exam .modal-dialog {
    max-width: 550px;
}

#modal-grading-register .modal-dialog {
    max-width: 680px;
}

#modal-next-skill .modal-content,
#modal-finish-exam .modal-content,
#modal-grading-register .modal-content,
.modal-custom-exam .modal-content {
    border-radius: 20px;
}

#modal-next-skill .modal-header,
#modal-finish-exam .modal-header,
#modal-grading-register .modal-header,
.modal-custom-exam .modal-header {
    padding: 25px 30px;
    align-items: center;
    justify-content: flex-start;
}

#modal-next-skill .modal-header .modal-head-left,
#modal-finish-exam .modal-header .modal-head-left,
#modal-grading-register .modal-header .modal-head-left,
.modal-custom-exam .modal-header .modal-head-left {
    display: flex;
    align-items: center;
    gap: 12px;
}

#modal-next-skill .modal-header .btn-close-modal,
#modal-finish-exam .modal-header .btn-close-modal,
#modal-grading-register .modal-header .btn-close-modal,
.modal-custom-exam .modal-header .btn-close-modal {
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

#modal-next-skill .modal-title,
#modal-finish-exam .modal-title,
#modal-grading-register .modal-title,
.modal-custom-exam .modal-title {
    padding: 0;
}

#modal-next-skill .modal-body,
#modal-finish-exam .modal-body,
.modal-custom-exam .modal-body {
    padding: 40px 30px;
}

#modal-next-skill .modal-body .text-note,
#modal-finish-exam .modal-body .text-note {
    color: #1A4797;
}

#modal-next-skill .modal-footer,
#modal-finish-exam .modal-footer,
#modal-grading-register .modal-footer,
.modal-custom-exam .modal-footer {
    border: 0;
    padding: 0 30px 30px 30px;
}

#modal-grading-register .modal-footer,
.modal-custom-exam {
    padding-top: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

#modal-grading-register .modal-top-section {
    display: flex;
    align-items: center;
    padding: 0;
}

#modal-grading-register .modal-top-section .item {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

#modal-grading-register .modal-top-section .id-exam {
    padding-right: 34px;
}

#modal-grading-register .modal-top-section .mark-request-left {
    padding-left: 40px;
}

#modal-grading-register .modal-top-section .btn-wrapper {
    margin-left: 40px;
}

#modal-grading-register .modal-footer .btn {
    margin: 0;
}

.exam-result {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #E2F7FF 0%, #FFFFFF 100%);
    padding-bottom: 60px;
    padding-top: 120px;
}

.exam-result-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 94px;
}

.exam-result-info {
    width: 224px;
}

.exam-result-info .avatar {
    text-align: center;
}

.exam-result-info .avatar img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #0000001A;
}

.exam-result-info .info {
    margin-top: 31px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.exam-result-info .info-item {
    display: flex;
    justify-content: space-between;
}

.exam-result-info .info-item .txt-lbl,
.exam-result-info .info-item .value {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.71px;
}

.exam-result-info .info-item .txt-lbl {
    width: 80px;
}

.exam-result-info .info-item .value {
    flex: 1;
    width: 100%;
    word-break: break-all;
    text-align: right;
}

.exam-result-info .info-item .value-name {
    color: #F05404;
}

.exam-result-mark {
    flex: 1;
    width: 100%;
}

.exam-result-mark .result-mark {
    display: flex;
    justify-content: center;
    border-radius: 11px;
    background: #fff;
    box-shadow: #9ACDFF 0px 25px 20px -14px;
}

.exam-result-mark .result-mark .exam-result-total {
    width: 276px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-right: 1px solid #E5E5E5;
    padding: 24px;
    padding-top: 40px;
}

.exam-result-mark .result-mark .exam-result-total .result-note {
    color: #4DBEEE;
}

.exam-result-mark .result-mark .exam-result-skill {
    width: 100%;
    flex: 1;
    padding: 40px 0;
}

.exam-result-mark .result-mark .exam-result-skill .text-label {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.94px;
    text-align: center;
    color: #000000D9;
}

.exam-result-mark .progress-circle {
    position: relative;
    width: 74px;
    height: 74px;
}

.exam-result-mark .progress-circle.large,
.exam-result-mark .progress-circle.large svg {
    width: 165px;
    height: 165px;
}

.exam-result-mark .progress-circle svg {
    position: relative;
    width: 74px;
    height: 74px;
    transform: rotate(-90deg);
}

.exam-result-mark .progress-circle svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #D8D8D8;
    stroke-width: 3.42;
    stroke-linecap: round;
}

.exam-result-mark .progress-circle.large svg circle:last-of-type {
    stroke-dasharray: 505.54px;
    stroke-dashoffset: calc(505.54px - (505.54px * var(--percent)) / 100);
    stroke: #25CD3D;
}

.exam-result-mark .progress-circle svg circle:last-of-type {
    stroke-dasharray: 219.8px;
    stroke-dashoffset: calc(219.8px - (219.8px * var(--percent)) / 100);
    stroke: #25CD3D;
}

.result-section {
    margin-top: 120px;
    padding-right: 40px;
    padding-left: 40px;
    border-radius: 10px;
    box-shadow: #9ACDFF 0px 25px 20px -14px;
}

.result-left-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.result-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30.36px;
    margin-bottom: 26px;
}

.text-point-large {
    font-weight: 700;
    font-size: 72px;
    line-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-point-small {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-point {
    position: relative;
    border-radius: 50%;
    /* border: 3.42px solid #000000; */
}

.text-point-image {
    margin-top: 30px;
    border-radius: 50%;
    border: 3.42px solid #D8D8D8;
    width: 74px;
    height: 74px;
}

.result-note {
    font-weight: 700;
    color: #327EE2;
    font-size: 20px;
    line-height: 30px;
}

.result-notice {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.part-point {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.point-section {
    padding: 40px 120px;
}

.btn-exam-register {
    padding: 8px 16px;
    border: 1px solid #0000001A;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    border-radius: 10px;
    color: #F05404;
}

.exam-info-name span {
    color: var(--primary-color);
}

.exam-result-end-section .btn {
    padding: 16px 24px;
    border-radius: 10px;
    border: 1px solid #0000001A;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 218px;
}

.exam-result-end-section .btn-info {
    background-color: #25CD3D;
}

.modal-grading-register .modal-content {
    width: 680px;
    max-width: 680px;
}

#modal-grading-register .modal-body {
    padding: 30px;
}

.text-exam-bold {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}

.modal-bottom-section {
    padding: 20px 20px 0 20px;
}

.modal-top-section {
    padding: 20px;
}

.progress-number {
    display: inline-block;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid black; /* Default border color */
    width: 30px; /* Set your desired width */
    height: 30px; /* Set your desired height */
    text-align: center;
    line-height: 30px;
}

#modal-payment-success .modal-header {
    padding-top: 60px;
    padding-bottom: 40px;
}

#modal-payment-success .modal-header span {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}

#modal-payment-success .modal-footer {
    padding: 20px 40px;
}

#modal-payment-success .modal-body {
    padding: 20px 40px;
}

#modal-payment-success .modal-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
}

#modal-payment-success .modal-footer span {
    color: #00000073;
    padding: 20px 40px;
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
}

.footer-buttons .btn {
    font-size: 16px;
    line-height: 21px;
}

.modal .modal-header {
    position: relative;
}

.modal .btn-close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1;
    cursor: pointer;
}

#modal-tutorial .modal-dialog {
    max-width: 461px;
}

#modal-tutorial .modal-content {
    border-radius: 20px;
}

#modal-tutorial .modal-header {
    background-color: #3169E6;
    border-radius: 20px 20px 0 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.tutorial-title {
    padding: 5px 12px;
    background-color: #1A4797;
    color: white;
    border-radius: 10px;
}

.tutorial-title span {
    padding: 5px 0;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.tutorial-text-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000000D9;
}

.font-exam-bold {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.font-bold {
    font-weight: 600;
}

.tab {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0000001A;
}

.tab.tab-active {
    background-color: var(--primary-color);
}

#modal-tutorial .modal-footer > div {
    padding: 2px 20px;
}

#modal-tutorial .modal-footer button {
    padding: 8px 32px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    border-radius: 10px;
    background: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 6px;
}

/* EXAM STEP */
.exam-step-area {
    margin-top: 32px;
    background: #F9F9F9;
    height: 79px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

.exam-step-inner {
    max-width: 1000px;
    width: 100%;
    /*margin: 0 auto;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.exam-step-inner.exam-sw-liner {
    width: 25%;
}

.exam-step-item .title {
    font-size: 16px;
    font-style: italic;
    font-weight: 800;
    line-height: 18px;
    margin-top: 4px;
    color: #00000073;
    display: block;
}

.exam-step-item.active .title {
    color: #000000D9;
}

.exam-step-item .exam-step-progress {
    position: relative;
    z-index: 0;
}

.exam-step-item .progress-step {
    position: absolute;
    width: 72%;
    height: 1px;
    background: #0000001A;
    top: 7px;
    left: 35px;
    z-index: -1;
}

.exam-step-item .progress-reading{
    width: 77%;
}

.exam-step-item .progress-writing {
    width: 58%;
}

.exam-step-item .list-step {
    display: flex;
    align-items: center;
    gap: 10px;
}

.exam-step-item-min {
    min-width: 125px;
}
.exam-step-item .step-wrap {
    width: 71px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.exam-step-item .step-wrap .circle {
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #0000001A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exam-step-item .step-wrap .circle span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    display: block;
}

.exam-step-item .step-wrap .txt-part {
    font-size: 13px;
    font-weight: 700;
    line-height: 15.6px;
    color: #00000040;
    border-radius: 10px;
    border: 1px solid #00000040;
}

.exam-listening .part-content, .exam-listening .part-mock-question, .exam-listening .part-mock-choice, .exam-listening .part-mock-answer {
    font-style: italic;
}

.exam-step-item .step-wrap.active .txt-part {
    background-color: var(--primary-color);
    color: white !important;
}

.exam-step-item .step-wrap.active .circle span {
    background: #969696;
}

.exam-step-item .step-wrap.active .txt-part {
    color: #000000A6;
}

.exam-reading-content * {
    font-size: 16px !important;
    font-family: "Poppins" !important;
}

b * {
    font-weight: 700 !important;
}

/* END EXAM STEP */


#modal-speaking-start .modal-header {
    background: url('/assets/frontend/img/clock-timeout.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#modal-speaking-start .modal-content {
    width: 522px;
    border: 5px solid #67cff5;
}

#modal-speaking-start .modal-speaking-start-wrapper {
    text-align: center;
}


#modal-speaking-start .img {
    margin-bottom: 16px;
}

#modal-speaking-start p {
    margin-bottom: 16px;
}

#modal-speaking-start .count {
    font-size: 40px;
    font-weight: 500;
    color: #dc3545;
    margin-bottom: 8px;
}

#modal-speaking-start .modal-header {
    height: 230px;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

#modal-speaking-start .modal-title {
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}

#modal-speaking-start .modal-body {
    padding: 16px 8px;
}

#modal-speaking-start .text-imply {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

#modal-speaking-start ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

#modal-speaking-start ul {
    list-style: inside;
}

/* .exam-history .pagination,
.exam-history .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.exam-history .page-link,
.exam-history .page-item {
    border-radius: 50% !important;
    background-color: #fff;
    cursor: pointer;
} */

.btn-preview-exam {
    background: #4DBEEE;
}

.btn-re-exem {
    background: #EFAB20;
    color: #fff;
}

.btn-manage-profile {
    color: #000000D9;
}

.exam-result-end-section {
    margin-top: 30px !important;
}

#message-success-scoring-request{
    position: absolute;
    top: 30px;
    right: 40px;
    background: #0CA121;
    padding: 15px;
    border-radius: 10px;
    z-index: 10000;
    display: none;
    color: #fff;
}

.header.mobile {
    display: none;
}

.user-info-title {
    color: #283e59;
}
.user-info-detail {
    color: #327EE2;
    font-weight: 600;
}

#modal-user-information .modal-content{
    width: 600px ;
}

.form-exam{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 36px 10px;
    margin-top: 20px;
}
.progress-circle.mt-30{
    margin-top: 30px;
}
.form-exam .input.item input {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#modalLoadingRequest .modal-content {
    border-radius: 10px;
}

#modalLoadingRequest .modal-title {
    padding-bottom: 10px;
    text-align: center;
}

#modalLoadingRequest p {
    text-align: center;
}

.loading-dot-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 16px 0;
}

.loading-dot-wrapper .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 3px;
    background: #3c8dbc;
    animation: wave 1.3s linear infinite;
}

.loading-dot-wrapper .dot:nth-child(2) {
    animation-delay: -1.1s;
}

.loading-dot-wrapper .dot:nth-child(3) {
    animation-delay: -0.9s;
}

.form-exam-point {
    margin-top: 32px;
}

.form-exam-point h5 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.form-exam-point input {
    outline: none;
}

.form-exam-point .form-exam {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-exam-point .btn-wrapper {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-exam-point .btn-submit-exam-point {
    width: 131px;
    height: 42px;
    border: 1px solid #0000001A;
    background: #3763E7;
    margin: 0;
    border-radius: 6px;
    color: #FCFDFF;
    font-size: 13px;
    font-weight: 500;
    line-height: 16.45px;
    text-align: center;
}

.form-exam-point .error-message {
    margin-top: 8px;
    margin-left: 0;
    font-size: 14px;
}

@keyframes wave {
	0%, 60%, 100% {
		transform: initial;
	}

	30% {
		transform: translateY(-15px);
        background:var(--primary-50);
	}
}

@media screen and (max-width: 1025px) {
    .practice-body-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .practice-end-button-section .btn-primary {
        margin: 0 auto;
    }

    .exam-result-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .header.mobile {
        display: block;
    }

    .exam-header {
        padding: 0;
        flex-direction: column;
        height: max-content;
    }
    .exam-header-left.desktop {
        display: none;
    }
    .exam-header-left.mobile {
        display: flex;
        padding: 10px 15px;
        border-bottom: 1px solid #0000001A;
        justify-content: space-between;
    }
    .exam-header-left .content {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    .exam-header-left .btn-open-step-exam {
        width: 34px;
        height: 34px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #0000001A;
        border-radius: 6px;
    }
    .exam-header-right {
        padding: 10px 15px;
        justify-content: space-between;
    }
    .exam-header-left .avatar {
        max-width: 125px;
        width: 100%;
        text-align: right;
    }
    .exam-header-left .avatar img {
        width: 32px;
        height: 32px;
    }
    .exam-counter {
        width: 80px;
        top: 7px;
    }
    #countdown_span {
        font-size: 20px;
    }
    .exam-header-right div {
        margin-right: 0;
    }
    .practice-exam {
        padding-top: 115px;
    }
    .exam-step-area {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        padding: 30px 0;
        z-index: 999;
        height: 100vh;
        width: 140px;
        margin-top: 0;
        transform: translateX(-100%);
        transition: transform 0.25s ease;
    }
    .exam-step-area.show {
        transform: translateX(0);
    }
    .exam-step-inner.exam-sw-liner {
        width: 100%;
    }
    .exam-step-inner .exam-step-item {
        display: flex;
        flex-direction: column-reverse;
        gap: 12px;
    }
    .exam-step-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 24px;
    }
    .exam-step-item .list-step {
        flex-direction: column;
        align-items: flex-start;
    }
    .exam-step-item .progress-step {
        width: 1px;
        height: 80%;
        left: 7px;
    }
    .exam-step-item .title {
        font-size: 12px;
        text-align: left !important;
    }
    .exam-step-item .step-wrap {
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 12px;
    }
    .exam-part-title {
        font-size: 16px;
    }
    .exam-listening *,
    .exam-reading * {
        font-size: 14px;
    }

    .exam-reading-content.divider {
        border: none;
    }
    .exam-end-buttons {
        display: none !important;
    }
    .exam-end-buttons.mobile {
        display: flex !important;
    }
    .exam-end-buttons-reading {
        border-top: 1px solid #0000001A;
        padding-top: 10px;
    }

    .exam-speaking {
        padding: 0 15px;
    }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 992px) {
    .practice-format-content.desktop {
        display: none;
    }
    .practice-format-content.mobile {
        display: flex;
    }
    .practice-format-detail {
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
    }
    .practice-format-image {
        margin-right: 0;
    }
    .practice-format-detail .detail-right span.text-lbl {
        color: #00000073;
        margin-bottom: 8px;
        display: block;
    }
    .practice-format-detail .detail-right span {
        font-size: 14px;
        font-weight: 400;
        line-height: 17.71px;
    }
    .practice-format-detail .detail-right span.color-primary {
        font-weight: 700;
    }

    .base-exam {
        padding-left: 15px;
        padding-right: 15px;
    }

    .exam-listening, .exam-writing, .exam-speaking {
        padding: 0;
    }

    .watermark::before {
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {
    .exam-right-section {
        min-height: calc(100vh - 100px)
    }
    .exam-right-section-speaking {
        min-height: calc(100vh - 206px);
    }
    .practice-sound-content {
        padding: 10px 0;
    }
    .practice-step-detail.flex {
        justify-content: center;
    }
    .practice-step-detail.flex canvas {
        width: 100%;
        margin-right: 0;
    }
    .practice-end-button-section.desktop {
        display: none;
    }
    .practice-end-button-section.mobile {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .practice {
        padding-bottom: 30px;
    }

    #modal-next-skill .modal-content {
        height: auto;
    }
    .right-divider {
        border: 0;
    }
    body {
        margin-bottom: 0 !important;
    }
    .btn-preview-exam,
    .btn-re-exem {
        width: calc((100% / 2) - 8px) !important;
    }
    .btn-preview-exam {
        margin-right: 8px !important;
    }
    .btn-re-exem {
        margin-left: 8px !important;
    }
    .btn-manage-profile {
        margin-left: 0 !important;
        margin-top: 16px;
        width: 100% !important;
    }
    .modal-top-section .id-exam {
        border-right: 0 !important;
        margin-bottom: 30px;
    }
    .modal-top-section .text-exam-bold {
        margin-top: 12px !important;
    }
    .footer-buttons {
        grid-template-columns: repeat(1, 1fr);
    }
    .modal-footer .btn+.btn {
        margin-left: 0;
    }

    .speaking-bottom-section {
        position: fixed;
        width: 100%;
        bottom: 10px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .speaking-bottom-section span {
        text-align: left;
    }

    .exam-result-info {
        width: 315px;
    }
    .exam-result-mark .result-mark {
        flex-direction: column;
        align-items: center;
    }
    .exam-result-mark .result-mark .exam-result-total {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #E5E5E5;
    }
    .exam-result-end-section {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

    #modal-grading-register .modal-top-section {
        flex-direction: column;
        align-items: flex-start;
    }
    #modal-grading-register .modal-top-section .item {
        gap: 0;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }
    #modal-grading-register .modal-top-section .mark-request-left,
    #modal-grading-register .modal-top-section .id-exam {
        padding: 0;
    }
    #modal-grading-register .modal-top-section .btn-wrapper {
        width: 100%;
        margin-left: 0;
        margin-top: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #modal-grading-register .modal-top-section .text-exam-bold {
        margin-top: 0 !important;
    }
    .modal-custom-exam .modal-body {
        padding: 40px 24px;
    }

    .exam-reading {
        padding: 0;
    }

    .exam-reading-left, .exam-reading-right {
        max-height: none;
    }
    .exam-reading-content.divider {
        border: none;
    }
    .exam-end-buttons {
        display: none !important;
    }
    .exam-end-buttons.mobile {
        display: flex !important;
    }
    .exam-end-buttons-reading {
        border-top: 1px solid #0000001A;
        padding-top: 10px;
    }
    .exam-writing,
    .exam-speaking {
        padding-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .practice-information {
        flex-direction: column;
        align-items: center;
    }
    .practice-information-detail {
        width: 100%;
    }
}

.mc-audio-player, .mc-video-player {
    display: block;
    width: 100%;
    height: 40px;
    min-width: 210px;
    line-height: 40px;
    background: #590263 linear-gradient(transparent, rgba(0, 0, 0, .35));
    color: #fff;
    font-weight: 600;
    position: relative;
    border-radius: 10px;
}

#mc-play1, #mc-play2, #mc-play3 {
    position: absolute;
    line-height: 37px;
    height: 35px;
    cursor: pointer;
    font-size: 24px;
    top: 0px;
    left: 12px;
    border-right: solid 1px #ccc;
    width: 28px;
}

#mc-play-speaking1, #mc-play-speaking2, #mc-play-speaking3 {
    position: absolute;
    line-height: 37px;
    height: 35px;
    cursor: pointer;
    font-size: 24px;
    top: 0px;
    left: 12px;
    border-right: solid 1px #ccc;
    width: 28px;
}

#mc-currenttime1, #mc-currenttime2, #mc-currenttime3 {
    position: absolute;
    left: 55px;
    line-height: 38px;
    height: 40px;
    top: 0;
    font-size: 18px;
}

#mc-progress-bar1, #mc-progress-bar2, #mc-progress-bar3 {
    position: absolute;
    top: 6px;
    right: 90px;
    left: 130px;
    margin-bottom: 20px;
    margin-top: 9px;
    height: 10px;
    background-color: #000;
}

#mc-progress1, #mc-progress2, #mc-progress3 {
    position: absolute;
    height: 10px;
    background-color: #eee;
}

#mc-duration1, #mc-duration2, #mc-duration3 {
    position: absolute;
    right: 10px;
    line-height: 38px;
    height: 40px;
    top: 0;
    font-size: 18px;
}

.step-wrap {
    cursor: pointer;
}


.watermark::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-image: url('../img/watermark.png');
    background-position: 50% 50%;
    background-repeat: repeat-y;
    z-index: -1;

    /* transform: rotate(-10deg); */
}
