/* START NAV */

.header-area-static {
    font-family: 'Mitr', sans-serif;
    padding: 20px 0;
    background: var(--primary);
}

.navbar-btn .main-btn {
    height: 45px;
    padding: 0 10px;
    /* width: 100px; */
    background: #ED548F;
    color: #fff;
    border: none;
    border-radius: 5px;
}

#navbarSupportedContent li {
    margin-right: 45px;
}

#navbarSupportedContent li a {
    all: unset;
    color: #fff;
    cursor: pointer;
}

.navbar-toggler {
    cursor: pointer;
    color: #fff;
}

.navbar-toggler .toggler-icon {
    background: #fff;
    width: 10px;
    height: 5px;
}

.font-30-24 {
    font-size: 30px;
}

.btn-auth {
    width: 100%;
    color: #fff;
    height: 35px;
    background: #2d3b41;
    border: 2px solid rgb(14, 30, 37);
    border-radius: 5px;
}

.nav-link {
    color: var(--primary) !important;
}

.nav-link.active {
    color: #495057 !important;
}

#login-register .modal-content {
    width: 80% !important;
}

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

    #login-register .modal-content {
        width: 100% !important;
    }

    .font-30-24 {
        font-size: 24px;
    }

    .navbar-brand {
        display: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 9;
        box-shadow: 0 15px 20px 0 rgb(0 0 0 / 10%);
        padding: 5px 12px;
    }

    .navbar-collapse li a {
        color: #333333 !important;
    }

}


/* END NAV */

/* START practice */


/* END practice */



/* background animetion */

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}


@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}

/* background animetion */

#practice-content {
    color: #333;
}

.badge-difficulty {
    background: #004aad;
    color: #fff;
    border-radius: 20px;
    padding: 1px 10px;
}

.countdown-timer {
    font-size: 35px;
    font-weight: 400;
}

.btn-round {
    border-radius: 50px !important;
}

.story {
    text-align: start;
    text-indent: 1.5em;
}

.question-content {
    text-align: start;
    text-indent: 25px;
    font-size: 19px;
    font-weight: 400;
    word-wrap: break-word;
    white-space: break-spaces;
}

.option-content {
    width: fit-content;
    margin-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    white-space: break-spaces;
}

.option-content.selected {
    font-weight: bold;
}

.option-content.correct {
    font-weight: bold;
    color: #1e9960;
}

.option-content.incorrect {
    font-weight: bold;
    color: red;
}

.matching-data {
    padding: 10px;
    display: flex;
    position: relative;
    margin: 10px;
    line-height: 40px;
    border-radius: 5px;
}

.matching-data:hover {
    background: #e5e5e5;
}

.matching-data.selected {
    background: #cee3ff;
}

.matching-value {
    padding: 2px 10px;
    border-radius: 5px;
    margin: 10px 0px;
    position: relative;
    white-space: break-spaces;
}

.matching-value span {
    width: 20px;
    display: inline-block;
}

.matching-value.selected {
    background: #cee3ff;

}

.matching-data .letters {
    position: absolute;
    top: 10px;
    left: 10px;
}

.matching-data select {
    position: absolute;
    top: 15px;
    left: 39px;
    width: 70px;
    border-radius: 0.25rem;
    border: 1px solid #ced4da;
    outline: none;
    padding: 0px 4px;
    text-align: center;
}

.matching-data .matching-data-text {
    text-indent: 115px;
    text-align: left;
    cursor: pointer;
    white-space: break-spaces;
}

.matching-data .la .matching-value {
    padding: 0;
}

.real-word-box {
    display: flex;
    flex-direction: row;
    padding: 0px 40px;
    flex-wrap: wrap;
}

.real-word-box .real-word-item {
    position: relative;
    background: #ffffff;
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
    border-radius: 4px;
    margin: 10px;
    font-size: 17px;
    cursor: pointer;

}

.real-word-box .real-word-item:hover {
    box-shadow: 0px 0px 10px -6px #585858;
}

.real-word-box .real-word-item.selected {
    background: #e7e7e7;
}


.real-word-box .real-word-item.correct {
    background: #fff;
    border-color: #17b36a;
    /* outline: 1px solid #17b36a; */
    color: #17b36a;
}

.real-word-box .real-word-item.incorrect {
    background: #fff;
    border-color: #ed2323;
    color: #ed2323;
    /* outline: 1px solid #ed2323; */
}


.real-word-box .real-word-item.selected.correct {
    background: #17b36a;
    border-color: #17b36a;
    /* outline: 1px solid #17b36a; */
    color: #fff;
}

.real-word-box .real-word-item.selected.incorrect {
    background: #ed2323;
    border-color: #ed2323;
    color: #fff;
    /* outline: 1px solid #ed2323; */
}

.question-box {
    margin: 0px 5px;
}

.answer-box {
    margin: 0px 5px;
    text-align: start;
    background: #f3f3f3;
    border-radius: 20px;
    padding: 15px;
    word-wrap: break-word;
}

.answer-box .a-header {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.answer-box .a-content {
    font-size: 18px;
    margin-bottom: 40px;
    line-height: 40px;
    white-space: break-spaces;
}

.image-box {
    width: 100%;
    border-radius: 20px;
}

.button-box {
    margin: 0px 20px;
    border-bottom: 1px solid #dfdfdf;
}

@media (min-width:1200px) {
    .question-box {
        margin: 0px 120px;
    }

    .answer-box {
        margin: 0px 120px;
        padding: 30px;
    }

    .image-box {
        width: 50%;
    }

    .button-box {
        margin: 0px 100px;
    }

}

.answer-item {
    padding: 10px;
    white-space: break-spaces;
}

.answer-container {
    text-align: start;
    text-indent: 20px;
    line-height: 30px;
    margin-top: 20px;
}

.badge-correct {
    background: #17b36a;
    border: 1px solid #17b36a;
    border-radius: 50px;
    padding: 0px 10px;
    color: #fff;
}

.badge-incorrect {
    background: #ff5858;
    border: 1px solid #ff5858;
    border-radius: 50px;
    padding: 0px 10px;
    color: #fff;
}

.practice-textarea {
    width: 100%;
    min-height: 150px !important;
    margin: 30px 0px;
}

.btn-play {
    padding: 0;
    background: #004aad;
    color: #fff;
    height: 180px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;

}

.btn-play.small {
    transform: scale(0.7);
}

.btn-play .play {
    font-size: 80px;
}

.btn-play .pause {
    font-size: 80px;
}

.btn-play:hover {
    background: #08408b;
}

.p-name {
    font-size: 26px;
}

.l-word-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    margin: 13px 0px;
    padding: 5px 7px;
    border-radius: 50px;
    border: 1px solid #dfdfdf;
    align-items: center;

}

.l-word-item .play {
    padding: 0;
    /* border: 1px solid #dfdfdf; */
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 23px;
    cursor: pointer;
    color: #4a4a4a;
}

.l-word-item .play:hover {
    background: #dfdfdf;
}

.l-word-item .label {
    padding: 0;
}

.l-word-item .selection {
    padding: 0;
    border: 1px solid #dfdfdf;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 44px;
    font-size: 23px;
    cursor: pointer;
    color: #4a4a4a;
}

.l-word-item .selection:hover {
    background: #dfdfdf;
}

.l-word-item.selected .selection {
    background: #004aad;
    color: #fff;
    border: 1px solid #004aad;
}

.l-word-item.selected.incorrect .selection {
    background: #ed2323;
    border: 1px solid #ed2323;
}

.l-word-item.selected.correct .selection {
    background: #17b36a;
    border: 1px solid #17b36a;
}

.l-word-item.incorrect {
    border: 1px solid #ed2323;
}

.l-word-item.correct {
    border: 1px solid #17b36a;
}

.btn-media {
    padding: 0;
    background: #004aad;
    height: 100px;
    width: 100px;
    font-size: 35px;
    text-align: center;
    line-height: 103px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-table;
}

.btn-media:hover {
    background: #08408b;
}

.fill-in-blank {
    line-height: 45px;
    text-align: start;
    text-indent: 25px;
    white-space: break-spaces;
}

.blank {
    padding: 0;
    width: 25px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    outline: none;
    border: 1px solid #dfdfdf;
    margin: 0px 1px;
    font-weight: 300;
    color: #333;
}

.blank:focus-visible {
    background: #ffffff;
    box-shadow: 0px 3px 1px -1px #004aad;
    /* border-color: #004aad; */
}


.blank.free {
    cursor: default;
    background: #dfdfdf;
}

.blank.incorrect {
    color: #fff;
    background: #ed2323;
}

.blank.correct {
    color: #fff;
    background: #17b36a;
}

.blank-answer {
    background: #004aad;
    padding: 1px 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.badge-answer-box {
    display: inline-grid;
    margin-left: 20px;
    margin-top: 10px !important;
}


.badge-answer {
    width: fit-content;
    padding: 0px 10px;
    border-radius: 10px;
    margin-bottom: 7px;
    font-size: 15px;
}

.badge-answer.selected {
    border: 1px solid #ed2323;
    color: #ed2323;
}

.badge-answer.correct {
    border: 1px solid #17b36a;
    background: #17b36a;
    color: #fff;
    font-weight: 300;
}

.badge-typing {
    border: 1px solid #c1c1c1;
    min-height: 100px;
    border-radius: 17px;
    margin-top: 10px;
    padding: 15px;
    margin-bottom: 20px;
}

.custom-select {
    font-family: 'FontAwesome', 'Mitr';
    max-width: calc(50% - 60px);
    margin: 0px 5px;
    padding: 4px 6px !important;
    outline: none;
    line-height: 18px !important;
    /* appearance: auto !important; */
}

.form-control:read-only {
    background-color: #fff !important;
    opacity: 1;
}

.badge-answer-explain {
    white-space: break-spaces;
    font-size: 14px;
    background: #d6e8ff;
    border-radius: 10px;
    border: 1px solid #f3f3f3;
    padding: 10px 15px;
    color: #424242;
    margin-top: 5px;
    line-height: 1.5rem;
}

.answer-audio {
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 1px solid #d7d7d7;
    border-radius: 47px;
}