.fr-error{ 
    color:red;
    margin-bottom: 1.6rem;
    font-size: 14px;
}

.satitle{
    font-size: 1.4rem !important;
}

.dropdown-toggle::after{
    display: none;
}

.widget-toc{
    background-color: #fff;
    width: fit-content;
    padding: 1rem;
    border-radius: 1.2rem;
    margin-bottom: 10px;
}

.widget-toc .toc-title{
    color: black;
    font-size: 1.6rem;
    font-weight: 500;
}

.widget-toc ol{
    list-style: disc;
    padding-left: 2rem;
    font-size: 1.4rem;
}

.widget-toc ol li a{
    color: black;
    line-height: 2.5rem;
}

.page_change_password{
    min-height: calc(100vh - 400px);
}

.icon-5 {
    background-color: #5865f2;
}

.form__btn .form-btn.btn_send_comment{
    width: auto;
}
.date__game-all.recommend_game{
    margin-top: 5rem;
}

.select-star{
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}

.select-star span.checked {
    color: #fff500;
}
.select-star span {
    margin-right: 1.4rem;
    font-size: 1.8rem;
    cursor: pointer;
    color: white;
}

