a {
    color: unset;
}
img {
    margin: unset;
}
a:hover {
    text-decoration: unset;
    color: unset;
}
.header-lesson {
    align-items: center;
    margin-bottom: 15px;
}
.header-lesson a:first-child {
    color: #096DD9;
}
.img-lesson, .video {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.title h1 {
    font-size: 26px;
    margin-top: 20px;
}
.bg-white {
    background-color: #FFFFFF;
}
.lesson-item {
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.lesson-item .thumbnail {
    position: relative;
}
.lesson-item .order, .title .order {
    left: 12px;
    bottom: 12px;
    padding: 2px 8px;
    border-radius: 4px;
    position: absolute;
    background: #585858;
    color: #FFFFFF;
}
.title .order {
    right: 12px;
    left: unset;
    top: 0px;
    bottom: unset;
}
.thumbnail {
    min-height: 150px;
    max-height: 195px;
    overflow: hidden;
    text-align: center;
}
.thumbnail .cover-lesson {
    border-radius: 8px;
    height: 100%;
    border: 1px solid #f7f7f7;
}
.lesson-item .viewed {
    position: absolute;
    background-color: #585858CC;
    top: 5px;
    right: 5px;
    font-size: 12px;
    color: #FFFFFF;
    display: flex;
    border-radius: 4px;
    padding: 2px 6px;
}
.lesson-item .viewed img {
    margin-left: 5px;
}
.lesson-item .lock {
    background: #43434399;
    position: absolute;
    width: 44px;
    height: 44px;
    top: 35%;
    right: 0;
    left: 0;
    border-radius: 50%;
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tag {
    color: #956edf;
}
.alphabet {
    justify-content: space-between;
}
.box-alphabet {
    background-color: #956edf;
    color: #ffffff;
}
.bg-white {
    background-color: #ffffff;
}
.box-alphabet, .bg-white {
    padding: 5px 10px;
    text-align: center;
}
.item-alphabet {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
}
#kanji-container {
    min-height: 220px;
}
.title-list {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}
.box-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.box-title .show-more {
    align-items: center;
}
.banner {
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: 20px;
}
.banner::-webkit-scrollbar {
    display: none;
}
.banner-item {
    display: inline-block;
    width: 300px;
    overflow: hidden;
    cursor: pointer;
    padding-right: 15px;
}
.banner-item:hover {
    transform: scale(1.02);
}
.item-content {
    padding: 5px 12px 10px;
}
.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.item-content .title {
    font-size: 15px;
    font-weight: 500;
}
.item-content .desc {
    font-size: 15px;
    font-weight: 400;
}
.alphabet-type {
    margin-bottom: 20px;
    padding: 5px 10px;
    border-radius: 16px;
}
.alphabet-type.active {
    background-color: #956edf;
    color: #ffffff;
}
.alphabet-list {
    justify-content: space-between;
}
.alphabet-list .alphabet {
    display: flex;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 8px;
    width: 18%;
    height: 100px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.alphabet-list .alphabet:hover .font-18 {
    color: #956EDE;
    font-size: 20px;
}
.box-draw {
    padding: 10px;
}
.box-draw .text {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 20px;
    color: #2B2B2B;
}
.box-draw #kanji-romaji {
    margin-top: 10px;
    min-height: 220px;
}
.list-word {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 20px;
}
.list-word .item-word {
    background-color: #F5F5F5;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
}
.list-word .item-word.active {
    background-color: #FFFFFF;
    border: 1px solid #956EDE;
}
.list-word .item-word.active .text-word {
    color: #956EDE;
}
.lesson-paginate .pagination {
    justify-content: center;
}
.lesson-paginate .page {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin: 0 12px;
}
.lesson-paginate .page.active {
    background-color: #7550B9;
}
.lesson-paginate .pagination .left {
    margin-right: 10px;
}
.lesson-paginate .pagination .right {
    margin-left: 10px;
}

.loading {
    opacity: 0.5;
    pointer-events: none;
}

.jlpt-filter {
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}
.filter-item {
    padding: 5px 15px;
    border: 1px solid #ddd;
    border-radius: 20px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
}
.filter-item:hover {
    background: #eee;
}
.filter-item.active {
    background: #7550b9;
    color: white;
    border-color: #7550b9;
}

.speaker, 
#quizs .icon-20[src*="ic_speaker.png"] {
    cursor: pointer;
}
.speaker:hover,
#quizs .icon-20[src*="ic_speaker.png"]:hover {
    opacity: 0.8;
}

#show-draw .icon-20[src*="ic_speaker.png"] {
    cursor: pointer;
}
#show-draw .icon-20[src*="ic_speaker.png"]:hover {
    opacity: 0.8;
}
@media (max-width: 768px){
	.lesson-paginate .page {
        margin: 0 2px;
    }
}