* {
    padding: 0;
    margin: 0;
    font-family: "Itim"
}

.shuffledWordsExample {
    max-width: 900px;
}

.showChoose {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px;
    min-height: 60px;
    /* border: 1px dashed #ccc;
    margin-bottom: 1rem;
    background: #fafafa; */
    justify-content: center;
  }
  
  .draggable-word {
    display: inline-block;
  }
  
  .showChooseButton {
    padding: 10px 20px;
    margin: 0 1px 10px;
    border: none;
    border-radius: 18px;
    font-size: 20px;
    background-color: #fab1b1b3;
    user-select: none;
    color: black;
    transition: background 0.2s;
  }
  
  .showChooseButton:hover {
    background-color: #e0e0e0;
  }   

.flashcard-actions .forget {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.flashcard-actions .remember {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.reviewAlphabet .flashCards.flashcard h3.pronunciation {
    font-size: 2.3rem !important;
}

.reviewAlphabet .flashCards.flashcard h2.name {
    font-size: 4rem !important;
}

.flashcard-actions {
    display: flex;
    flex-direction: row;
    /* gap: 8px; */
    /* margin-top: 2px; */
}

.reviewAlphabet i.fa-solid.fa-hand-pointer{
    top: 340px;
}

.reviewAlphabet .flashCards.flashcard .flashcardAfter {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
    padding: 0px 45px;
}

.reviewAlphabet .flashCards.flashcard h3.mean {
    font-size: 1.3rem !important;
    margin: 0 !important;
}

.reviewAlphabet .flashCards.flashcard .flashcardBefore {
    height: 100%;
    width: 100%;
}

.reviewAlphabet .flashCards.flashcard {
    height: 300px;
    background-color: white;
}

.reviewAlphabet .flashCards.flashcard.complete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.reviewAlphabet {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.alphbet_lessonContent .title {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.frame-level h3 {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: crimson;
    text-transform: uppercase;
    user-select: none;
}

.frame-level {
    position: relative;
}

button.sound-shadowing {
    border: none;
    background-color: #a4b0bb00;
    color: white;
}

.sound-shadowing-all {
    border: none;
    background-color: #f0f8ff00;
    margin-bottom: 11px;
}

/* .sound-shadowing:hover {
    color: #f32456d4;
    text-decoration: underline;
} */

.alerts {
    max-width: 800px;
}

.sound_listen_alert i.fa-solid.fa-volume-high {
    font-size: 25px;
    color: white;
}

.sound_listen_alert {
    border: none;
    background-color: #f0f8ff00;
}

.swiper-button-prev, .swiper-button-next{
    color: black !important;
}

.slidePageAll .title a {
    text-decoration: none;
    color: black;
}
.slidePageAll .title a:hover {
    color: #F32456;
}

.slidePageAll .title {
    font-size: 20px;
}

.slidePageAll .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.slidePageAll .image {
    width: 350px;
    height: 300px;
    /* width: 200px;
    height: 200px; */
}

.swiper-slide{
    margin-bottom: 15px;
}

.slidePageAll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 20px 50px;
    justify-content: center;
}

.page-price-other {
    position: sticky;
    top: 100px;
}

.section-page .one-page .title a{
    text-decoration: none;
    color: #333;
    font-size: 17px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-page .one-page .title a:hover{
    color: rgb(251, 0, 60);
}

.section-page .one-page .title {
    width: 100%;
    padding: 6px 10px;
}

.section-page .one-page .image img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
    transition: 0.5s ease-in-out;
}

.section-page .one-page .image img:hover {
    transform: scale(1.05);
}

.section-page .one-page .image {
    width: 100%;
    height: auto;
}

.section-page .one-page {
    width: 250px;
    height: auto;
    display: flex;
    flex-direction: column;
    /* gap: 15px; */
    box-shadow: 0 0 6px 0px #fab1b1;
    overflow: hidden;
    border-radius: 10px;
}

.section-title {
    text-align: center;
    margin-bottom: 15px;
}

.section-page {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    justify-content: center;
}

.page-main nav li.breadcrumb-item a {
    text-decoration: none;
    color: #333;
}
.page-main nav li.breadcrumb-item.active a {
    text-decoration: none;
    color: #555;
}

.page-main nav {
    font-size: 18px;
}

.page-other ul.page-other_content li a {
    text-decoration: none;
    color: #333;
    transition: 0.4s;
}
.page-other ul.page-other_content li a:hover {
    color: rgb(251, 0, 60);
}

.page-other ul.page-other_content {
    list-style: none;
    font-size: 16px;
    line-height: 31px;
}

.page-other .page-other_title,
.page-price_study .page-price_study_title
{
    text-align: center;
}

.page-other, .page-price_study {
    box-shadow: 0px 0px 9px 0px #FAB1B1;
    padding: 10px 20px 0px 0;
}

.wrap-content-editor {
    line-height: 1.8;
    margin: 0 auto;
    text-align: justify;
}

.wrap-content-editor h1,
.wrap-content-editor h2,
.wrap-content-editor h3,
.wrap-content-editor h4,
.wrap-content-editor h5,
.wrap-content-editor h6 {
    font-weight: 700;
    line-height: 1.4;
    margin: 1em 0 0.8em;
}

.wrap-content-editor p {
    line-height: 1.8;
    margin-bottom: 1em;
}

.wrap-content-editor ul,
.wrap-content-editor ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.wrap-content-editor ul li {
    list-style: disc;
    margin-bottom: 0.5em;
}

.wrap-content-editor ol li {
    list-style: decimal;
    margin-bottom: 0.5em;
}

.wrap-content-editor ol li ul li {
    list-style: lower-alpha;
}

.wrap-content-editor strong {
    font-weight: bold;
}

.wrap-content-editor em {
    font-style: italic;
}

.wrap-content-editor a {
    text-decoration: underline;
}

.wrap-content-editor a:hover {
    text-decoration: none;
}

.wrap-content-editor blockquote {
    border-left: 4px solid #ddd;
    padding-left: 1em;
    font-style: italic;
    margin: 1.5em 0;
}

.wrap-content-editor table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.5em 0;
}

.wrap-content-editor table th,
.wrap-content-editor table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.wrap-content-editor table th {
    background-color: #f2f2f2;
    font-weight: 600;
}

.wrap-content-editor img {
    max-width: 100%;
    height: auto;
    margin: 1em 0;
    display: block;
}

.page-main_title {
    text-align: center;
    color: #333;
    margin-bottom: 15px;
}

.page-main {
    padding: 92px 0;
}

.page-header-study a {
    border: none;
    padding: 9px 16px;
    border-radius: 30px;
    background-color: white;
    transition: 0.2s;
    text-decoration: none;
    color: #333;
    animation: ani-button 3s ease-in-out infinite alternate;
}
@-webkit-keyframes ani-button {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.page-header-study a:hover {
    background-color: rgb(251, 0, 60);
    color: white;
}

.page .page-header {
    background-color: #FAB1B1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.page {
    /* background-color: #FFF1F1; */
}

.line {
    width: 60%;
    border: 1px solid #f3245675;
    margin-bottom: 18px;
}

button.showChooseButton {
    padding: 10px 20px;
    margin: 0 1px 10px;
    border: none;
    border-radius: 18px;
    font-size: 17px;
    background-color: #fab1b1b3;
    user-select: none;
    color: black;
}

button.showButtonWords {
    padding: 10px 27px;
    margin: 0 13px 11px;
    border: 1px solid #dc354580;
    border-radius: 18px;
    font-size: 20px;
    background-color: #ffffff00;
    user-select: none;
    color: black;
}

button.item-button.matched {
    display: none;
}

ul.listVocabButton.listGrammarButton button.item-button {
    font-size: 15px;
    padding: 5px 7px;
    width: 195px;
    height: 139px;
}

.shuffle-button {
    padding: 10px 20px;
    font-size: 17px;
    background-color: #0275d8;
    color: white;
    border: none;
    border-radius: 17px;
}
ul.listVocabButton button.item-button {
    width: 147px;
    height: 95px;
    margin: 0 20px 22px 0;
    font-size: 20px;
    background: white;
    border: none;
    border-radius: 29px;
    color: black;
}

ul.listVocabButton button.item-button.selected {
    background-color: #0d6efdc2;
    color: white;
}

ul.listVocabButton {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.draw-alphabet i.fa-solid.fa-download {
    position: absolute;
    top: 47px;
    right: 3px;
    font-size: 17px;
}

.flashcards_alphabet i.fa-solid.fa-circle-info {
    position: absolute;
    top: 35px;
    right: 79px;
    font-size: 22px;
    color: #dc3545bf;
}

p.pronunciation {
    display: none;
}

p.pronunciation.active {
    display: block;
    font-size: 22px;
}

.instruction_notice.signUpMember p.name_price {
    font-size: 23px;
}

.instruction_notice.signUpMember a.btn.btn-primary.signUpMember {
    margin-left: 8px;
    background-color: #f32456;
    border: navajowhite;
    border-radius: 10px;
    transition: 0.3s;
}

.instruction_notice.signUpMember a.btn.btn-primary.signUpMember:hover {
    background-color: rgb(13, 110, 253);
}

.instruction_notice.signUpMember {
    top: 170px;
    left: 23px;
    text-align: center;
}

.draw-alphabet i#clearButton {
    position: absolute;
    bottom: 7px;
    right: 2px;
    font-size: 18px;
}

.draw-alphabet {
    position: relative;
}

.draw-alphabet i.fa-solid.fa-pen-to-square {
    position: absolute;
    bottom: 8px;
    left: 2px;
    font-size: 18px;
}

.draw-alphabet .lineWidthSliders {
    display: none;
}

.draw-alphabet .lineWidthSliders.show {
    display: block;
    position: absolute;
    bottom: 9px;
    left: 24px;
}

.messenger i.fa-brands.fa-facebook-messenger {
    font-size: 45px;
}

.messenger {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

a.alertSignUpMember {
    text-decoration: none;
    color: black;
}

.buttonStudyAndCompleted a.btn.btn-primary.completed {
    margin-top: 15px;
    background-color: #eee8aa00;
    color: rgb(251, 0, 60);
    border: none;
    text-decoration: overline;
    font-size: 20px;
}

.buttonStudyAndCompleted {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flashCards h3.example_mean {
    font-size: 21px;
    margin-top: 22px;
    color: #f32456;
}

.soundNamePronunciationAll i.fa-solid.fa-volume-high {
    font-size: 25px;
    color: white;
}

.soundNamePronunciationAll {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11px;
}

.listVocabAll,
.listGrammarAll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

p.completeAndCorrect {
    font-size: 20px;
    color: #f32456;
}

.linkCheckComplete i.fa-solid.fa-square-check {
    margin-right: 5px;
}

.linkCheckComplete {
    font-size: 19px;
    text-decoration: none;
    border: none;
    background-color: #f0f8ff00;
}

a.audioURLChatBot i.fa-solid.fa-download {
    margin-right: 6px;
}

a.audioURLChatBot {
    text-decoration: none;
    margin-top: 12px;
    font-size: 18px;
    color: #f32456;
}

.audioRecorder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

button.recorderAudiobutton {
    margin-top: 4px;
    border: none;
    background: #f0f8ff00;
}

.communicationStudy .sc-bZQynM.cRmLCo.rsc-ts-bubble {
    font-size: 17px;
}

.shadowing_five {
    display: flex;
    flex-direction: column;
    text-align: start;
}

p.explainAlert.show {
    display: block;
}

p.explainAlert {
    width: 220px;
    display: none;
}

.nameMeanInfoAll i.fa-solid.fa-circle-info {
    font-size: 28px;
}

.nameMeanInfoAll {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

h4.pronunciation_review {
    font-size: 20px;
    font-weight: 600;
    animation: pronunciation_review 6s forwards;
    color: #f32456;
}

@-webkit-keyframes pronunciation_review {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

audio.audioShadowing {
    position: fixed;
    top: 58px;
    z-index: 100;
}

i.fa-solid.fa-microphone,
i.fa-solid.fa-microphone-slash {
    font-size: 31px;
    color: #fb003c;
    margin: 6px 0;
}

p.name_grammar {
    font-weight: 500;
    text-align: start;
}

p.name_vocab {
    font-weight: 500;
}

a.btn.btn-primary.arrowBack {
    background-color: #f0f8ff00;
    color: black;
    border: none;
    font-size: 29px;
}

li.priceNoPercent p.vnđ {
    font-size: 15px;
}

p.original_price_NoPercent {
    margin-left: 11px;
    color: red;
    text-decoration: underline;
}

li.priceNoPercent {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

li.priceNoPercent {
    margin-top: 12px;
}

li.time_study .allprice p.discountPercentage {
    font-size: 14px;
    margin-left: 4px;
    color: green;
}

li.time_study .allprice p.original_price {
    font-size: 13px;
    text-decoration: line-through;
    color: gray;
}

li.time_study .allprice p.discount {
    margin-left: 8px;
    color: red;
    font-weight: bold;
    margin-right: 9px;
    font-size: 15px;
}

li.time_study .allprice {
    display: flex;
    flex-direction: row;
}

li.time_study {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
}

.completeAlphabet {
    /* position: absolute;
    left: 7px;
    top: 340px; */
    font-size: 22px;
    text-decoration: none;
    cursor: pointer;
    width: 300px;
    display: flex;
    background-color: #f0f8ff00;
    border: none;
    align-items: center;
    gap: 6px;
}

.completeAlphabet p {
    margin: 0;
}

a.completeAlphabet p {
    margin: -6px 0px 0px 5px;
}

.modal-backdrop {
    background-color: #00000000;
    z-index: 0;
}

path#apexcharts-radialbarTrack-5 {
    stroke: #4a569926;
}

path#apexcharts-radialbarTrack-4 {
    stroke: #4a569926;
}

path#apexcharts-radialbarTrack-3 {
    stroke: #4a569926;
}

path#apexcharts-radialbarTrack-2 {
    stroke: #4a569926;
}

path#apexcharts-radialbarTrack-1 {
    stroke: #4a569926;
}

.NoLesson i.fa-solid.fa-arrow-left {
    font-size: 26px;
    margin-top: 46px;
}

.NoLesson p {
    font-size: 19px;
}

.NoLesson h1 {
    color: rgb(251, 0, 60);
    margin-bottom: 9px;
}

.NoLesson {
    margin-top: 24px;
}


p.example_mean.show {
    display: block;
}

p.example_mean {
    margin-left: 0px;
    margin-bottom: 0px;
    display: none;
}

.meanExampleAll i.fa-solid.fa-language {
    font-size: 28px;
}

.meanExampleAll {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.reviewSuccess ul.listVocab p.mean_vocab {
    margin-left: 14px;
}

.reviewSuccess li {
    /* width: 330px; */
}

.reviewSuccess ul.listVocab {
    display: inline-table;
    box-shadow: 0 0 5px 2px #f324565e;
    padding: 12px 20px;
}

.apexcharts-canvas {
    width: 420px !important;
}

.reviewAllVocabGrammar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 145px 0 100px 0;
}

.reviewAllVocabGrammar.noVocabGrammar {
    display: flex;
    flex-direction: column;
    position: relative;
}

.instruction_notice {
    position: absolute;
    top: 178px;
    background-color: #F4D0D0;
    width: 474px;
    left: 25px;
    border-radius: 20px;
    /* padding: 0 0 55px 0px; */
    box-shadow: 0 0 0px 10px #fc9f9f;
    text-align: center;
}

.instruction_notice .slidemove {}

.instruction_notice .slidemove ul.list {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: center;
    margin-top: 6px;
    font-size: 12px;
    margin-left: -28px;
}

.instruction_notice .slidemove ul.list li {
    margin: 0 2px 0 8px;
    color: #ffffffcf;
}

.instruction_notice .slidemove ul.list li.item.Ichange {
    color: #fc8b8b;
}

.instruction_notice.active {
    display: none;
}

.instruction_notice .fa-solid.fa-xmark {
    font-size: 30px;
    position: absolute;
    top: 32px;
    right: 28px;
}

.instruction_notice .icon {
    font-size: 44px;
}

.instruction_notice .icon .right {
    position: absolute;
    bottom: 186px;
    right: 3px;
}

.instruction_notice .icon .left {
    position: absolute;
    bottom: 185px;
    left: 2px;
}

.instruction_notice .image_guide {
    width: 390px;
    margin-left: 42px;
    padding-top: 13px;
}

.instruction_notice .image_guide img {
    display: none;
}

.instruction_notice .image_guide img.active {
    display: block;
}

.instruction_notice .tittle {
    display: inline-block;
    padding: 18px 17px;
    border-bottom: 1px solid #00000030;
}

path#SvgjsPath1023 {
    stroke: blueviolet;
}

path#apexcharts-radialbarTrack-0 {
    stroke: #4a569926;
}

.draw-alphabet h1 {
    font-size: 31px;
}

canvas#drawingCanvas {
    cursor: crosshair;
    box-shadow: 0px 0px 10px 7px pink;
    height: 190px;
    width: 300px;
}

.managerLearnedWords .tableManager p.course.grammar {
    color: #0d6efd;
    border: 1px solid #0d6efd;
}

/* end managerLearnedWords */

.managerLearnedWords .tableManager p.course {
    border: 1px solid rgb(251, 0, 60);
    margin: 0;
    padding: 5px 0;
    border-radius: 35px;
    color: rgb(251, 0, 60);
}

.managerLearnedWords .navigation nav ul.pagination li.page-item .page-link {
    font-size: 19px;
}

.managerLearnedWords .navigation nav ul.pagination {
    display: flex;
    justify-content: flex-end;
    --bs-pagination-bg: #ffc0cb00;
    --bs-pagination-color: black;
    --bs-pagination-border-color: #00000040;
}

.managerLearnedWords .tableManager table.table {
    font-size: 20px;
    --bs-table-bg: #f0f8ff00;
    border-color: #00000052;
}

.managerLearnedWords .tableManager {
    margin-top: 30px;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: initial;
}

.managerLearnedWords .search button.btn.btn-primary {
    background-color: #f0f8ff00;
    color: black;
    border: 1px solid #00000061;
}

.managerLearnedWords .search input.form-control {
    border-radius: 0;
    font-size: 23px;
    background-color: #f0f8ff00;
    border: 1px solid #0000003d;
    border-bottom-left-radius: 9px;
    border-top-left-radius: 9px;
}

.managerLearnedWords .search {
    margin-bottom: 20px;
}

.managerLearnedWords h2.tittle {
    font-size: 43px;
    margin-bottom: 26px;
}

.managerLearnedWords {
    padding-top: 137px;
    padding-bottom: 100px;
}

/* end review  */

.reviewVocab .countVocab h1.count,
.reviewGrammar .countGrammar h1.count {
    color: palevioletred;
    font-weight: 700;
    user-select: none;
    transition: 0.4s;
}

.reviewVocab .countVocab:hover h1.count,
.reviewGrammar .countGrammar:hover h1.count {
    transform: scale(1.3);
}

.reviewVocab h4,
.reviewGrammar h4 {
    font-size: 22px;
    user-select: none;
}

.reviewVocab .countVocab h3,
.reviewGrammar .countGrammar h3 {
    font-size: 32px;
    color: rgb(13, 110, 253);
    user-select: none;
}

.countVocab,
.countGrammar {
    border: 1px solid rgb(251, 0, 60);
    padding: 16px 18px 0 18px;
    color: rgb(13, 110, 253);
    border-radius: 25px;
    margin-left: 24px;
    text-decoration: none;
}

.reviewVocab .random h2,
.reviewGrammar .random h2 {
    font-size: 30px;
    user-select: none;
    transition: 0.4s;
}

.reviewVocab .random:hover h2,
.reviewGrammar .random:hover h2 {
    transform: scale(1.3);
}

.reviewVocab .random h3,
.reviewGrammar .random h3 {
    font-size: 32px;
    margin-bottom: 24px;
    color: rgb(13, 110, 253);
    user-select: none
}

.reviewVocab .random,
.reviewGrammar .random {
    border: 1px solid rgb(251, 0, 60);
    padding: 20px 19px;
    color: rgb(13, 110, 253);
    border-radius: 25px;
    text-decoration: none;
}

.reviewVocab,
.reviewGrammar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

/* end managerLearned  */

a.managelearned h3 {
    font-size: 30px;
    margin-top: 7px;
}

a.managelearned {
    position: absolute;
    top: 134px;
    right: 76px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #fb003c;
    z-index: 1;
}

main {
    position: relative;
}

/* end Menu menmber */
ul.list-group.list-group-numbered.info_details.infoDetailM {
    margin-right: 28px;
}

.info_user.infoMember {
    margin-left: 135px;
}

/* end signupMember  */
form.form_signup_member button.btn.btn-primary.btn_sign_up {
    font-size: 24px;
    padding: 6px 16px;
    border: none;
    border-radius: 28px;
    background-color: rgb(251, 0, 60);
}

.paymentGuide h2.guide {
    color: rgb(251, 0, 60);
}

.paymentGuide h3.guide {
    color: black;
    font-size: 22px;
    list-style: none;
}

.paymentGuide button.btn.btn-primary {
    background-color: #f0f8ff00;
    color: black;
    border: navajowhite;
    font-size: 26px;
}

.paymentGuide {
    margin-bottom: 11px;
}

form.form_signup_member select.form-select.form-select-lg {
    font-size: 24px;
    border-radius: 30px;
}

form.form_signup_member label.form-label {
    display: flex;
    font-size: 20px;
}

form.form_signup_member input.form-control {
    font-size: 23px;
    padding: 9px 20px;
    border-radius: 35px;
}

form.form_signup_member h3 {
    font-size: 46px;
    padding: 15px 0 0px 0;
    color: rgb(251, 0, 60);
}

form.form_signup_member {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 107px;
    background-color: rgb(255, 241, 241);
    padding-bottom: 65px;
}

/* end communicationStudy */

.closeCommunication {
    margin-top: 70px;
    background-color: #cdffff00;
    color: black;
    border: navajowhite;
    font-size: 24px;
}

.closeCommunication:hover {
    background-color: #faebd700;
    color: black;
}

.communicationStudy .sc-bZQynM.iOCYje.rsc-ts-bubble {
    font-size: 18px;
}

.communicationStudy .sc-bZQynM.hQsUiY.rsc-ts-bubble {
    background-color: #f32456d4;
    font-size: 17px;
}

.communicationStudy .sc-gZMcBi.fBGGBn.rsc-content {
    padding-top: 15px;
    padding-bottom: 18px;
}

.communicationStudy h2.sc-VigVT.lifvqk.rsc-header-title {
    font-size: 25px;
}

.communicationStudy .sc-gqjmRU.glfuN.rsc-header {
    background-color: #f32456d4;
}

.communicationStudy .sc-iwsKbI.dPdbIW.rsc-container {
    width: 418px;
}

.communicationStudy {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

/* end studyVocab,studyGrammar */

.studySuccess .btn.btn-primary.btnVocabCStudy,
.studySuccessG .btn.btn-primary.btnGrammarStudy,
.reviewSuccess .btn.btn-primary.btnVocabCStudy {
    padding: 6px 29px;
    font-size: 22px;
    border: none;
    border-radius: 25px;
    background-color: #fb003c;
}

.studySuccess p.name_vocab,
.reviewSuccess p.name {
    padding-right: 31px;
    font-weight: 600;
}

.studySuccessG p.name {
    font-weight: 500;
    text-align: start;
}

.studySuccess li,
.reviewSuccess li {
    display: flex;
    flex-direction: row;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
}

.studySuccessG li {
    /* display: flex;
    flex-direction: column; */
    font-size: 20px;
    /* align-items: flex-start; */
}

.studySuccess ul.listVocab,
.studySuccessG ul.list,
.reviewSuccess ul.list {
    display: inline-table;
    box-shadow: 0 0 6px 2px #f324565e;
    padding: 13px 35px;
    list-style: decimal;
}

.studySuccess h1.h2,
.studySuccessG h1.h2,
.reviewSuccess h1.h2 {
    font-size: 41px;
    color: #0d6efd;
    margin-bottom: 14px;
}

.studySuccess,
.studySuccessG,
.reviewSuccess {
    padding-top: 14px;
    background-color: #FFF1F1;
    padding-bottom: 139px;
}

.alertError {
    position: fixed;
    bottom: 0;
    background-color: rgb(251, 0, 60);
    color: white;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
}

.alerts .btn.btn-primary.continue,
.alerts .btn.btn-primary.learnAgain {
    background-color: white;
    color: rgb(251, 0, 60);
    font-weight: 800;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
}


.alertSuccess p,
.alertError p {
    font-size: 22px;
    margin: 0;
    text-align: start;
}

.alertSuccess .alert .contentAlert,
.alertError .alert .contentAlert {
    /* padding: 0 22px 0 0; */
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.alertSuccess .alert,
.alertError .alert {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 22px;
}

.alertSuccess {
    position: fixed;
    bottom: 0;
    background-color: rgb(13, 110, 253);
    color: white;
    border-top-left-radius: 34px;
    border-top-right-radius: 34px;
}

.viewAndWrite .btn.btn-primary.check {
    font-size: 27px;
    padding: 6px 30px;
    border-radius: 32px;
    background-color: rgb(251, 0, 60);
    border: none;
}

.viewAndWrite .writeVocab input.form-control {
    font-size: 24px;
    padding: 8px 13px 8px 40px;
    border-radius: 30px;
}

.viewAndWrite .writeVocab {
    position: relative;
    width: 500px;
    margin-bottom: 38px;
}

.viewAndWrite .writeVocab input {
    width: 100%;
    padding: 12px 16px 12px 44px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 25px;
    outline: none;
    transition: 0.3s ease;
    box-sizing: border-box;
}

.viewAndWrite .writeVocab input:focus {
    border-color: #ff8080;
    box-shadow: 0 0 8px rgba(255, 128, 128, 0.4);
}

.viewAndWrite .writeVocab input::placeholder {
    color: #aaa;
    font-style: italic;
}

.viewAndWrite .writeVocab .fa-pencil {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #999;
    font-size: 18px;
    pointer-events: none;
}

.viewAndWrite .viewVocab {
    font-size: 33px;
    padding: 3px 185px;
    box-shadow: #dc354559 0px 0px 6px 0px;
    margin-bottom: 157px;
    margin-top: 15px;
    max-width: 900px;
}

.viewAndWrite h2 {
    font-size: 41px;
}

.viewAndWrite {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.optionChoose.optionChooseColor {
    background-color: rgb(13, 110, 253) !important;
    color: white !important;
}

.listenAndChoose .btn.btn-primary.check,
.viewAndChoose .btn.btn-primary.check {
    font-size: 31px;
    padding: 6px 49px;
    border-radius: 27px;
    background-color: rgb(251, 0, 60);
    border: none;
}

.listenAndChoose .optionChoose,
.viewAndChoose .optionChoose {
    width: 350px;
    height: 166px;
    font-size: 22px;
    margin: 0px 24px 38px;
    background-color: rgba(245, 245, 220, 0);
    color: black;
    border: none;
    box-shadow: rgb(0 0 0 / 26%) 0px 0px 10px;
    border-radius: 30px;
}

.listenAndChoose .optionChooseALL,
.viewAndChoose .optionChooseALL {
    margin-bottom: 10px;
}

.viewAndChoose .view_grammar,
.viewVocabExample {

display: inline-block;

font-size: 30px;

font-weight: 500;

box-shadow: inset 0 0 8px 0px #dc354552;

padding: 14px 30px;

margin-bottom: 36px;

max-width: 900px;
}

.listenAndChoose .sound_listen {
    font-size: 46px;
    margin-bottom: 35px;
    border: none;
    background-color: #f0f8ff00;
}

.listenAndChoose h2,
.viewAndChoose h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.listenAndChoose,
.viewAndChoose {
    background-color: rgb(255, 241, 241);
    display: flex;
    flex-direction: column;
    align-items: center;
}

i.fa-solid.fa-hand-pointer {
    font-size: 29px;
    position: absolute;
    top: 413px;
    z-index: 3;
    color: rgba(251, 0, 60, 0.41);
}

.flashcardAfter.hiddenAfter {
    animation: 0.2s ease 0s 1 normal forwards running hiddenAfter;
}

@-webkit-keyframes hiddenAfter {
    0% {
        transform: rotateY(0deg);
        opacity: 1;
    }

    100% {
        transform: rotateY(90deg);
        opacity: 0;
        visibility: hidden;
    }
}

.flashcardBefore.showBefore {
    animation: 0.5s ease 0s 1 normal forwards running showBefore;
}

@-webkit-keyframes showBefore {
    0% {
        transform: rotateY(90deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0deg);
        opacity: 1;
        visibility: visible;
    }
}

.flashcardAfter.showAfter {
    animation: 0.5s ease 0s 1 normal forwards running showAfter;
}

@-webkit-keyframes showAfter {
    0% {
        transform: rotateY(90deg);
        opacity: 0;
    }

    100% {
        transform: rotateY(0deg);
        opacity: 1;
        visibility: visible;
    }
}

.flashcardBefore.hiddenBefore {
    animation: 0.2s ease 0s 1 normal forwards running hiddenBefore;
}

@-webkit-keyframes hiddenBefore {
    0% {
        transform: rotateY(0deg);
        opacity: 1;
    }

    100% {
        transform: rotateY(90deg);
        opacity: 0;
        visibility: hidden;
    }
}

i.fa-solid.fa-volume-high.scale {
    animation: 1.5s ease 0s 1 normal forwards running sound_card;
}

@-webkit-keyframes sound_card {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.5);
    }
}

.flashCards .btn.btn-primary {
    padding: 3px 25px;
    font-size: 25px;
    border: none;
    border-radius: 20px;
    background-color: rgb(251, 0, 60);
    margin-top: 485px;
}

.studyGrammarLesson .flashCards .flashcardAfter h3.explain {
    font-size: 18px;
    user-select: none;
}

.studyVocabLesson .flashCards .flashcardAfter h3.sino_vietnamese_sound {
    font-size: 21px;
    cursor: pointer;
    user-select: none;
}

.studyGrammarLesson .flashCards .flashcardAfter h3.mean_example {
    font-size: 18px;
    margin-bottom: 30px;
    color: #FB003C;
    user-select: none;
}

.studyVocabLesson .flashCards .flashcardAfter h3.pronunciation {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 56px;
    color: #FB003C;
    cursor: pointer;
    user-select: none;
}

.studyGrammarLesson .flashCards .flashcardAfter h3.mean {
    font-size: 25px;
    margin-bottom: 25px;
    user-select: none;
}

.studyVocabLesson .flashCards .flashcardAfter h3.mean {
    font-size: 35px;
    margin-bottom: 28px;
    cursor: pointer;
    user-select: none;
}

.studyVocabLesson .flashCards .flashcardBefore p.example,
.studyGrammarLesson .flashCards .flashcardBefore p.example {
    font-size: 17px;
    padding: 10px 28px;
    cursor: pointer;
    user-select: none;
}

.studyGrammarLesson .flashCards .flashcardBefore h2.name {
    padding: 28px 0;
    font-size: 25px;
    user-select: none;
    font-weight: 600;
}

.studyVocabLesson .flashCards .flashcardBefore h2.name {
    padding: 28px 0px;
    font-size: 54px;
    cursor: pointer;
    user-select: none;
    font-weight: 500;
}

.sound_flash_cards {
    font-size: 35px;
    position: absolute;
    top: 13px;
    z-index: 3;
    background-color: #ffffff00;
    border: none;
}

.studyVocabLesson .flashCards .flashcardAfter,
.studyGrammarLesson .flashCards .flashcardAfter {
    z-index: 1;
}

.studyVocabLesson .flashCards .flashcardBefore,
.studyGrammarLesson .flashCards .flashcardBefore {
    z-index: 2;
}

.studyVocabLesson .flashCards .flashcardAfter,
.studyVocabLesson .flashCards .flashcardBefore,
.studyGrammarLesson .flashCards .flashcardAfter,
.studyGrammarLesson .flashCards .flashcardBefore {
    background-color: white;
    width: 383px;
    padding: 27px 7px;
    position: absolute;
    top: 40px;
    border-radius: 29px;
    height: 385px;
}

.studyVocabLesson .flashCards,
.studyGrammarLesson .flashCards {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

/* .studyVocabLesson .howToLearn.active,
.studyGrammarLesson .howToLearn.active {
    opacity: 1;
    visibility: visible;
} */

.studyVocabLesson .howToLearn,
.studyGrammarLesson .howToLearn {
    height: 493px;
    /* opacity: 0; */
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: rgb(255, 241, 241);
    /* visibility: hidden; */
}

.studyVocabLesson,
.studyGrammarLesson {
    position: relative;
    background-color: rgb(255, 241, 241);
}

.studyVocab .progress_vocab .progress,
.progress-stacked,
.studyGrammar .progress_Grammar .progress {
    --bs-progress-bar-bg: #FB003C;
}

.studyVocab .progress_vocab .progress,
.studyGrammar .progress_Grammar .progress {
    width: 100%;
    margin-top: 5px;
    margin-left: 11px;
    height: 24px;
    border-radius: 21px;
    background-color: rgba(73, 59, 78, 0.11);
    margin-right: 15px;
}

.studyVocab .progress_vocab i.fa-solid.fa-xmark,
.studyGrammar .progress_Grammar i.fa-solid.fa-xmark {
    font-size: 36px;
}

.studyVocab .progress_vocab,
.studyGrammar .progress_Grammar {
    display: flex;
    flex-direction: row;
}

.studyVocab,
.studyGrammar {
    padding: 22px 0px 20px;
    position: relative;
}

/* end vocabLessonContent, grammarLessonContent*/

.vocabLessonContent a.btn.btn-primary.btnVocabCStudy,
.grammarLessonContent a.btn.btn-primary.btnGrammarCStudy {
    padding: 8px 17px;
    font-size: 24px;
    border-radius: 21px;
    background-color: rgb(251, 0, 60);
    border: none;
    margin-top: 60px;
}

.vocabLessonContent ul.listVocab li p.mean_vocab,
.grammarLessonContent ul.listgrammar li p.mean_grammar {
    margin-left: 21px;
}

/* .grammarLessonContent ul.listgrammar li {
    display: flex;
    flex-direction: column;
} */
.vocabLessonContent ul.listVocab li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.vocabLessonContent ul.listVocab,
.grammarLessonContent ul.listgrammar {
    list-style: decimal;
    font-size: 20px;
    margin-left: 52px;
    margin-bottom: 3px;
    margin-left: 0;
    display: inline-table;
    padding: 10px 30px;
    box-shadow: 0px 0px 8px 2px #f37c98ab;
}

.vocabLessonContent .h2,
.grammarLessonContent .h2 {
    font-size: 45px;
    margin-bottom: 18px;
    color: #f32456;
}

.vocabLessonContent,
.grammarLessonContent {
    padding: 126px 0px 20px;
    background-color: rgb(255, 241, 241);
    position: relative;
}

/* end studyAlphabet */

.title_alphabet{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    justify-content: center;
}

.flashcards_alphabet_all .fa-solid.fa-rotate-right {
    font-size: 25px;
    cursor: pointer;
    color: rgb(251 0 60 / 41%);
}

.flashcards_alphabet_all i.fa-solid.fa-chevron-left {
    position: absolute;
    left: 14px;
    top: 120px;
    font-size: 55px;
    cursor: pointer;
}

.flashcards_alphabet_all i.fa-solid.fa-chevron-right {
    position: absolute;
    font-size: 55px;
    top: 120px;
    right: 12px;
    cursor: pointer;
}

.flashcards_alphabet_all {
    position: relative;
}

.flashcards_alphabet_all .flashcard.active {
    display: block;
}

.flashcards_alphabet .flashcard {
    background-color: rgb(217, 217, 217);
    padding: 31px 20px;
    border-radius: 23px;
    box-shadow: rgba(0, 0, 0, 0.44) 0px 0px 8px 0px;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    display: none;
}

.flashcards_alphabet i.fa-solid.fa-chevron-left {
    font-size: 48px;
    position: absolute;
    left: 0px;
    top: 98px;
}

.flashcards_alphabet i.fa-solid.fa-chevron-right {
    font-size: 48px;
    position: absolute;
    top: 98px;
    right: 0px;
    color: rgba(0, 0, 0, 0.65);
}

.flashcards_alphabet_all p.example {
    font-size: 22px;
    user-select: none;
    display: none;
    margin: 0;
}

.flashcards_alphabet_all p.example.show {
    display: block;
}

.flashcards_alphabet_all h1.name {
    font-size: 88px;
    font-weight: 400;
    user-select: none;
}

.flashcards_alphabet {
    position: relative;
}

h2.tittle_alphabet {
    font-size: 33px;
    font-weight: lighter;
    /* margin-bottom: 18px; */
}

.button_alphabet h3.pronunciation {
    margin: 0px;
    font-size: 16px;
}

.btn.btn-primary.button_alphabet:hover h2.name {
    transform: scale(1.4);
}

.button_alphabet h2.name {
    margin: 0px;
    font-weight: 600;
    padding-top: 4px;
    font-size: 20px;
    transition: all 0.4s ease 0s;
}

.btn.btn-primary.button_alphabet {
    padding: 4px 18px;
    margin: 0px 7px 7px 0px;
    background-color: rgb(243, 36, 86);
    border: none;
    width: 84px;
    height: 80px;
}

.studyAlphabet a.btn.btn-primary.arrowBack {
    color: black;
    background-color: rgba(240, 248, 255, 0);
    border: none;
    font-size: 33px;
    padding: 0px 0px 7px;
    display: flex;
}

.studyAlphabet {
    padding: 30px 0px 114px 24px;
    background-color: rgb(255, 241, 241);
}

.studyAlphabet .lessonAlphabet .rows {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.studyAlphabet .lessonAlphabet .rows .buttonalphabet {
    width: 521px;
    margin-right: 30px;
    margin-left: 12px;
}

/* end alphbet_lessonContent */

.alphbet_lessonContent a.btn.btn-primary.arrowBack {
    font-size: 30px;
    background-color: rgba(0, 0, 128, 0);
    color: black;
}

.alphbet_lessonContent a.btn.btn-primary h4 {
    font-size: 21px;
    transition: all 0.5s ease 0s;
}

.alphbet_lessonContent a.btn.btn-primary:hover h4 {
    transform: scale(1.2);
}

.alphbet_lessonContent a.btn.btn-primary h3 {
    font-size: 30px;
    font-weight: 700;
    padding-left: 15px;
    transition: all 0.5s ease 0s;
}

.alphbet_lessonContent a.btn.btn-primary:hover h3 {
    transform: scale(1.1);
}

.alphbet_lessonContent a.btn.btn-primary {
    background-color: rgb(243, 36, 86);
    border: none;
    display: flex;
    flex-direction: row;
    margin-bottom: 12px;
    border-radius: 21px;
    align-items: center;
    justify-content: space-between;
}

.alphbet_lessonContent {
    padding-top: 113px;
    padding-bottom: 60px;
}

.alphbet_lessonContent .row {
    justify-content: center;
}

/* end loading */

.loading h4 {
    color: white;
    font-size: 38px;
    animation: loadingH4 9s forwards;
}

@-webkit-keyframes loadingH4 {
    0% {
        opacity: 0;
        transform: translateY(0);
    }

    50% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(-50px);
    }
}

.loading h3 {
    color: white;
    font-size: 38px;
    animation: loadingH3 7s forwards;
}

@-webkit-keyframes loadingH3 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.loading img {
    width: 224px;
    animation: loadingImg 7s forwards;
}

@-webkit-keyframes loadingImg {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.3);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.loading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #f1c0c0;
    align-items: center;

}

html,
body,
.loading {
    height: 100%;
}

/* end alert */

.dismissable-0-2-23.alert-dismissable.danger-0-2-22.alert-danger.alert-0-2-18.alert {
    padding-bottom: 8px;
}

i.fa.fa-exclamation-circle.icon-0-2-26 {
    opacity: 0;
    visibility: hidden;
}

.container-0-2-1.top-right-0-2-2 {
    margin-top: 108px;
}

.msgContainer-0-2-25 {
    width: 300px;
    font-size: 20px;
    margin-top: 8px;
}

button.close-0-2-24.close {
    border: none;
    font-size: 33px;
    background-color: #f0f8ff00;
    float: right;
    margin-top: -6px;
    margin-left: 15px;
}

i.fa.fa-check.icon-0-2-26 {
    opacity: 0;
    visibility: hidden;
}

.alert-0-2-18 {
    padding: 3px 10px 3px 0px;
}

/* end menu home */
.info_details li.list-group-item1,
.info_details li.list-group-item2 {
    padding: 12px 25px;
    color: white;
    font-size: 21px;
    font-weight: 600;
    border-bottom: 1px solid white;
    cursor: pointer;
}

ul.list-group.list-group-numbered.info_details.hidden_info {
    opacity: 0;
    visibility: hidden;
}

ul.list-group.list-group-numbered.info_details::after {
    content: "";
    position: absolute;
    top: -25px;
    right: 10px;
    height: 0px;
    border: 11px solid transparent;
    border-bottom-color: white;
}

ul.list-group.list-group-numbered.info_details {
    position: absolute;
    top: 109px;
    right: 70px;
    border-radius: inherit;
    background-color: #FAB1B1;
    transition: 0.4s;
}

.info_user i.fa-solid.fa-caret-down {
    margin-left: 10px;
    margin-top: 6px;
}

.info_user h5 {
    font-weight: 500;
    color: #F32456;
    font-size: 23px;
    user-select: none;
}

.name_user i.fa-solid.fa-crown {
    font-size: 18px;
    margin-top: 5px;
    margin-right: 7px;
    color: #ffff00b5;
    user-select: none;
}

.name_user {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.info_user img.img-fluid.user_svg {
    width: 39px;
    padding: 7px;
    border-radius: 23px;
    margin-bottom: 4px;
    background-color: #ffffffba;
}

.info_user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 14px;
    position: relative;
    cursor: pointer;
    align-items: center;
}

.sign_up_member h5 {
    font-size: 17px;
    color: #4A5699;
}

.sign_up_member img.img-fluid.rounded-top.member_svg {
    width: 39px;
    margin-bottom: 4px;
}

.sign_up_member {
    display: flex;
    flex-direction: column;
    justify-content: end;
    margin-left: 25px;
    align-items: center;
    text-decoration: none;
}

/* end see_vocab_lesson see_grammar_lesson see_communication_lesson*/
.see_vocab_lesson img.img-fluid.rounded-top.complete,
.see_communication_lesson img.img-fluid.rounded-top.complete,
.see_grammar_lesson img.img-fluid.rounded-top.complete,
.alphbet_lessonContent img.img-fluid.rounded-top.complete {
    /* position: absolute; */
    /* top: 10px; */
    /* right: 27px; */
    width: 35px;
    height: 35px;
    /* display: none; */
}

.see_vocab_lesson i.fa-solid.fa-lock,
.see_grammar_lesson i.fa-solid.fa-lock,
.see_communication_lesson i.fa-solid.fa-lock {
    /* position: absolute; */
    /* top: 18px; */
    /* right: 27px; */
    font-size: 21px;
}

.see_vocab_lesson .btn.btn-primary h3,
.see_grammar_lesson .btn.btn-primary h3,
.see_communication_lesson .btn.btn-primary h3 {
    /* position: absolute; */
    /* right: 23px; */
    margin: 0;
    font-size: 23px;
    /* top: 14px; */
}

.see_vocab_lesson .btn.btn-primary h2,
.see_grammar_lesson .btn.btn-primary h2,
.see_communication_lesson .btn.btn-primary h2 {
    /* font-weight: 900; */
    font-size: 27px;
    margin: 0;
}

.see_vocab_lesson .btn.btn-primary:hover,
.see_grammar_lesson .btn.btn-primary:hover,
.see_communication_lesson .btn.btn-primary:hover {
    background-color: #f32456a8;
}

.see_vocab_lesson .btn.btn-primary,
.see_grammar_lesson .btn.btn-primary,
.see_communication_lesson .btn.btn-primary {
    padding: 10px 25px;
    border-radius: 20px;
    background-color: #F32456;
    border: none;
    display: flex;
    flex-direction: row;
    transition: 0.3s;
    align-items: center;
    justify-content: space-between;
    box-shadow: 5px 9px 4px 0px #fab1b1;
    gap: 14px;
}

.see_vocab_lesson .row,
.see_grammar_lesson .row,
.see_communication_lesson .row {
    justify-content: center;
}

.see_vocab_lesson,
.see_grammar_lesson,
.see_communication_lesson {
    padding-top: 108px;
    padding-bottom: 50px;
    background-color: #FFF1F1;
}

/* end see_vocabulary see_grammar*/

.see_vocabulary a.btn.btn-primary,
.see_grammar a.btn.btn-primary {
    font-size: 78px;
    border: none;
    background-color: #66339900;
    position: relative;
    padding: 0;
    margin: 9px 0 38px 0;
}

.see_grammar a.btn.btn-primary h5 {
    position: absolute;
    bottom: 14px;
    left: 27px;
    font-size: 25px;
    color: rgb(251, 0, 60);
    transition: 0.9s;
    width: 120px;
}

.see_grammar a.btn.btn-primary:hover h5 {
    text-decoration: overline;
}

.see_grammar a.btn.btn-primary p {
    position: absolute;
    top: 18px;
    left: 38px;
    transition: 0.5s;
}

.see_grammar a.btn.btn-primary:hover p {
    transform: scale(1.2);
}

.see_grammar a.btn.btn-primary img {
    height: 200px;
}

.see_vocabulary a.btn.btn-primary img {
    height: 199px;
}

.see_vocabulary a.btn.btn-primary h5 {
    position: absolute;
    bottom: 50px;
    left: 49px;
    transition: 0.8s;
    width: 110px;
}

.see_vocabulary a.btn.btn-primary:hover h5 {
    text-decoration: overline;
}

.see_vocabulary a.btn.btn-primary p {
    position: absolute;
    top: 0px;
    left: 57px;
    transition: 0.6s;
}

.see_vocabulary a.btn.btn-primary:hover p {
    transform: scale(1.2);
}

.see_vocabulary,
.see_grammar {
    padding-top: 136px;
    background-color: #FFF1F1;
}

.see_vocabulary .rows,
.see_grammar .rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.see_vocabulary .rows .seelevel,
.see_grammar .rows .seelevel {
    margin: 0px 23px;
}

/* end see_alphabet */
.see_alphabet i.fa-solid.fa-lock {
    font-size: 19px;
    margin-left: 107px;
}

.see_alphabet p.study_free {
    margin: 0;
}

.see_alphabet h2 {
    font-size: 73px;
    font-weight: 800;
    transition: 0.8s;
}

.see_alphabet h3 {
    font-size: 30px;
    margin-top: 9px;
    font-weight: 600;
}

.see_alphabet a.btn.btn-primary:hover h2 {
    transform: scale(1.5);
}

.see_alphabet a.btn.btn-primary {
    background-color: #F32456;
    border: none;
    padding: 0 25px;
    border-radius: 30px;
    width: 174px;
}

.see_alphabet {
    padding-top: 141px;
    background-color: #FFF1F1;
}

.see_alphabet .rows {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.see_alphabet .rows .alphabetlesson {
    margin-right: 14px;
    margin-left: 13px;
}

/* end logIn */
form.form_logIn .btn.btn-primary.btn_logIn {
    font-size: 22px;
    padding: 6px 25px;
    border-radius: 34px;
    background-color: #FB003C;
    border: none;
    margin-top: 16px;
}

form.form_logIn i.fa-solid.fa-eye-slash {
    position: absolute;
    top: 18px;
    right: 21px;
}

form.form_logIn i.fa-solid.fa-eye {
    position: absolute;
    top: 18px;
    right: 23px;
}

form.form_logIn input.form-control {
    padding: 13px 20px;
    border: none;
    border-radius: 30px;
    font-size: 22px;
}

form.form_logIn h3 {
    font-size: 43px;
    margin-bottom: 32px;
    color: #FB003C;
}

form.form_logIn {
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 200px;
    background-color: #FFF1F1;
}

/* end sign_up */
i.fa-solid.fa-eye.hidden_eye {
    opacity: 0;
    visibility: hidden;
}

i.fa-solid.fa-eye-slash.hidden {
    opacity: 0;
    visibility: hidden;
}

form.form_sign-up i.fa-solid.fa-eye-slash {
    position: absolute;
    top: 17px;
    right: 18px;
    cursor: pointer;
}

form.form_sign-up i.fa-solid.fa-eye {
    position: absolute;
    top: 16px;
    right: 19px;
    font-size: 16px;
    cursor: pointer;
}

.mb-4.pass {
    position: relative;
}

form.form_sign-up button.btn.btn-primary.btn_sign_up {
    font-size: 22px;
    padding: 7px 46px;
    border-radius: 35px;
    background-color: #FB003C;
    border: none;
    margin-top: 23px;
}

small#helpId {
    color: red;
    display: flex;
    margin-left: 21px;
}

label.form-label {
    display: flex;
    font-size: 16px;
    margin-bottom: 0;
}

form.form_sign-up input.form-control {
    padding: 11px 20px;
    border-radius: 32px;
    border: none;
    font-size: 22px;
}

form.form_sign-up h3 {
    font-size: 43px;
    color: #FB003C;
    margin-bottom: 22px;
    margin-top: 21px;
}

form.form_sign-up {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 107px;
    background-color: #FFF1F1;
    padding-bottom: 20px;
}

/* end index  */

.vocabulary .btn.btn-primary,
.grammar .btn.btn-primary {
    margin-top: 11px;
    font-size: 25px;
    border-radius: 36px;
    padding: 6px 20px;
    background-color: #FB003C;
    border: none;
}

.vocabulary h3,
.grammar h3 {
    font-size: 45px;
    text-align: center;
    color: #FB003C;
}

.grammar {
    background-color: #FFF1F1;
}

.reviewAllVocabGrammar.noVocabGrammar .grammar {
    margin-top: 114px;
}

.vocabulary {
    background-color: #FFF1F1;
}

.content {
    background-color: #FFF1F1;
    text-align: center;
    margin: 0px 25.1rem 0 20.9rem;
    /* overflow-y: hidden; */
}

html,
body,
main,
.content {
    height: 100%;
}

/* end menu */

img.img-fluid.rounded-top.icon_logo {
    margin-left: 14px;
}

img.img-fluid.rounded-top.icon_gt {
    padding: 0px 32px;
}

img.img-fluid.rounded-top.icon_bcc {
    margin-top: 4px;
    padding: 0 24px;
}

img.img-fluid.rounded-top.icon_ot {
    margin-top: 9px;
    padding: 0px 42px;
}

img.img-fluid.rounded-top.icon-np {
    margin-top: 7px;
    padding: 0 26px;
}

img.img-fluid.rounded-top.icon_tv {
    margin-top: 8px;
    padding: 0 33px;
}

a.btn.btn-primary.sign_in {
    padding: 13px 23px;
    background-color: #F32456;
    border: none;
    font-size: 20px;
    font-weight: 600;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: 1px solid #ffffffbd
}

a.btn.btn-primary.sign_up {
    padding: 13px 20px;
    background-color: #F32456;
    border: none;
    font-size: 20px;
    font-weight: 600;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.btn-group.two_sign {
    margin-left: 65px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

a.nav-link.active {
    background-color: #FFF1F1;
}

.nav-link {
    padding: 9px 0px;
}

ul.navbar-nav {
    margin-left: 88px;
}

nav.navbar.navbar-expand-xl {
    background-color: #FAB1B1;
    padding: 0;
}