﻿@charset "UTF-8";

@media only screen and (min-width: 1200px) and (max-width: 1919px) {
    .rbt-user-wrapper .rbt-user-menu-list-wrapper {
        right: calc(33.33333% - 83.33333px);
        left: unset
    }
}
.header-pc{
    height: 90px;
}
.header-logo-aide-et-action{
    /*width: 260px;*/
    height: 60px;
}
.hd-library-AEA:hover .library-drop {
    display: flex;
}

.hd-course-AEA:hover .course-drop {
    display: flex;
}

.hd-blog-AEA:hover .blog-drop {
    display: flex;
}

.hd-library-AEA, .hd-course-AEA, .hd-blog-AEA {
    position: relative;
}


.blog-drop, .course-drop, .library-drop {
    display: none;
    border: 1px solid var(--Border, #D8D4CE);
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 20px;
    position: absolute;
    left: 0;
    top: 26px;
    gap: 10px;
    flex-direction: column;
    width: 320px;
    border-radius: 10px;
}

.blog-drop a, .course-drop a, .library-drop a {
    padding: 16px;
    background: var(--Background, #EFEFEF);
    border-radius: 10px;
}

.rbt-search-dropdown {
    padding-top: 40px;
}

#formSearchCourseAndPost {
    display: flex;
    gap: 20px;
}

#inputSearchCourseAndPost {
    border-radius: 0;
    border: 1px solid var(--Border, #D8D4CE);
    background: var(--White, #FFF);
}

#btnSearchCourseAndPost {
    border-radius: 0;
    font-size: 18px;
}

.mgtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.search-list-top-course {
    color: var(--black-60, rgba(0, 0, 0, 0.50));
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}

.rbt-mini-notification {
    position: relative
}

.gap5 {
    gap: 5px;
}

.rbt-mini-notification .rbt-notification-count {
    position: absolute;
    top: 4px;
    z-index: 2;
    min-width: 16px;
    height: 16px;
    background: var(--color-primary);
    border-radius: 10px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
    color: #fff;
    padding: 0 4px;
    line-height: 16px;
    left: 73%;
    font-weight: 500
}

.swal2-container.swal2-center > .swal2-popup .swal2-html-container {
    margin: 10px 0 0 0;
}

.swal2-title {
    padding: 0;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

.logOut-content {
    height: 54px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rbt-mini-notification .rbt-notification-count {
        top: 0;
        left: 60%
    }
}

@media only screen and (max-width: 991px) {
    .hidden {
        display: none;
    }

    .blog-drop-mobile,
    .library-drop-mobile{
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        margin-top: 24px;
        margin-left: 10px;
    }

    .blog-drop-link-mobile,
    .library-drop-link-mobile{
        display: block;
        padding: 16px;
        background-color: #EFEFEF;
    }

    .sub-drop-down-mobile {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        margin-top: 10px;
        margin-left: 20px;
    }

    .sub-drop-link-mobile {
        padding: 16px;
        background-color: #EFEFEF;
    }

    .blog-dropdown-mobile > .blog-drop-link-mobile,
    .library-dropdown-mobile > .library-drop-link-mobile {
        position: relative;
    }


    .sub-menu-mobile:has(.hidden) > .blog-drop-link-mobile::after {
        content: "";
        position: absolute;
        top: 25px;
        right: 20px;
        border: 6px solid #000;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }


    .sub-menu-mobile:not(:has(.hidden)) > .blog-drop-link-mobile::after {
        content: "";
        position: absolute;
        top: 26px;
        right: 20px;
        border: 6px solid #fff;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }

    .sub-menu-mobile:not(:has(.hidden)) > .blog-drop-link-mobile {
        color: #FFF;
        background-color: #E84E0E;
    }

    .sub-menu-mobile:has(.hidden) > .library-drop-link-mobile::after {
        content: "";
        position: absolute;
        top: 25px;
        right: 20px;
        border: 6px solid #000;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }


    .sub-menu-mobile:not(:has(.hidden)) > .library-drop-link-mobile::after {
        content: "";
        position: absolute;
        top: 26px;
        right: 20px;
        border: 6px solid #fff;
        border-left-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
    }

    .sub-menu-mobile:not(:has(.hidden)) > .library-drop-link-mobile {
        color: #FFF;
        background-color: #E84E0E;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rbt-mini-notification .rbt-notification-count {
        left: auto;
        font-weight: 500;
        right: 1px
    }
}

@media only screen and (max-width: 767px) {
    .rbt-mini-notification .rbt-notification-count {
        top: -7px;
        right: -4px;
        left: auto
    }
}

#listLanguageMenu li .active {
    color: var(--color-primary);
    background: var(--black-opacity)
}

#listLanguageMenu {
    z-index: 99999;
}

.header-component {
    padding-top: 15px;
    padding-bottom: 15px;
}

.gap24 {
    gap: 24px;
}

.gap20 {
    gap: 20px;
}

.header-left a {
/*    padding-top: 10px;
    padding-bottom: 10px;*/
    color: var(--Black, #000);
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.blog-drop-link,
.sub-drop-link,
.course-drop-link,
.library-drop-link{
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px !important;
}

ul.rbt-dropdown-menu li .sub-menu {
    border-radius: 10px;
}

.blog-dropdown {
    position: relative;
}

.blog-dropdown > .blog-drop-link {
    position: relative;
}

.blog-dropdown .blog-drop-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: -44px;
    width: 45px;
    height: 100%;
    background-color: transparent;
}

.sub-menu > .blog-drop-link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border: 5px solid #000;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.blog-dropdown a {
    display: block;
}

/*Css mục thư viện*/
.library-dropdown > .library-drop-link {
    position: relative;
}

.library-dropdown .library-drop-link::before {
    content: "";
    position: absolute;
    top: 0;
    right: -44px;
    width: 45px;
    height: 100%;
    background-color: transparent;
}

.sub-menu > .library-drop-link::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    border: 5px solid #000;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.library-dropdown a {
    display: block;
}

.sub-drop-down {
    display: none;
    position: absolute;
    right: -362px;
    top: 0;
    min-width: 320px;
    padding: 30px;
    row-gap: 10px;
    border: 1px solid var(--Border, #D8D4CE);
    background: var(--White, #FFF);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}

.blog-dropdown:hover .sub-drop-down,
.library-dropdown:hover .sub-drop-link{
    display: flex;
    flex-direction: column;
}

.icon-search {
    width: 40px;
    height: 40px
}

.justify-space-between {
    justify-content: space-between;
}

.line-space {
    width: 1px;
    height: 20px;
    background: var(--Background, #EFEFEF);
}

.aligns-center {
    align-items: center;
}

.btn-signin, .btn-signin:hover {
    display: flex;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--White, #FFF);
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: var(--Red, #E84E0E);
    border: 0;
    border-radius: 10px;
}

.header-icon {
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 99px;
    background: var(--Background, #EFEFEF);
    cursor: pointer;
}

.notification-count {
    display: flex;
    width: 24px;
    height: 24px;
    padding: 2px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    right: -6.757px;
    top: -6px;
    border-radius: 99px;
    border: 1px solid var(--White, #FFF);
    background: var(--Red, #E84E0E);
    color: var(--White, #FFF);
    font-family: "Baloo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.p-relative {
    position: relative;
}

.user-photo {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 44px;
}

.username {
    color: var(--Black, #000);
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.notification-component {
    display: none;
}

.user-component {
    display: none;
    /* cursor: pointer; */
}

.list-menu-user {
    display: none;
    position: absolute;
    top: 100%;
    /*left: 0;*/
    right: 0;
    width: 350px;
    padding: 20px;
    flex-direction: column;
    gap: 15px;
    z-index: 999999;
    background: #fff;
    -webkit-box-shadow: 0 0 25px rgb(0 0 0 / 10%);
    max-height: 80vh;
    overflow: auto;
    border-radius: 10px;
}

.user-component:hover .list-menu-user {
    display: flex;
}

.menu-user-photo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

    .menu-user-photo img {
        width: 80px;
        height: 80px;
        border-radius: 120px;
        border: 2px solid var(--White, #FFF);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    }

    .menu-user-photo p {
        color: var(--Black, #000);
        text-align: center;
        font-family: "Baloo 2";
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.submenu-text {
    color: var(--Red, #E84E0E);
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.submenu-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

    .submenu-detail .item {
        display: flex;
        padding: 8px 16px;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        background: var(--Background, #EFEFEF);
    }

        .submenu-detail .item p {
            color: var(--Black, #000);
            font-family: "Baloo 2";
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }

.flex-column {
    flex-direction: column;
}

.btn-logOut {
    display: flex;
    padding: 10px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: #E84E0E;
    border: 0;
    border-radius: 10px;
    width: 100%;
}

.btn-logOut p {
    color: #FFF;
    font-family: "Baloo 2";
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

#navbar-sticky {
    z-index: 999;
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.list-menu-append li::marker {
    content: "";
}

.list-menu-append li {
    display: flex;
    padding: 4px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background: var(--Background, #EFEFEF);
    font-size: 16px;
    border-radius: 10px;
}

.list-menu-append i {
    margin-right: 10px;
}

.gap10 {
    gap: 10px;
}


.list-menu-append span {
    color: var(--Black, #000);
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 10px;
}

a:hover li {
    background: red;
    color: white !important;
}

.list-menu-append li a:hover svg path {
    fill: white;
}

.list-menu-append li a:hover span{
    color: #fff !important;
}

.list-menu-append li:has(a:hover) {
    background: #E84E0E;
}


.list-menu-append a {
    display: flex;
    align-items: center;
}

    .list-menu-append a:hover, .list-menu-append a:active, .list-menu-append a:focus {
        text-decoration: none;
        outline: none;
        color: #E84E0E;
    }

.header-left a:hover{
    cursor: pointer;
    color: var(--color-primary) !important;
}

.header-left:hover svg {
    color: #E84E0E; /* màu khi hover */
    cursor: pointer;
}


.header-link-active {
    color: var(--Red, #E84E0E) !important;
    font-weight: 700 !important;
}

.hidden {
    display: none;
}

.notification-prop {
    overflow: hidden;
    border-radius: 20px;
    position: absolute;
    width: 26%;
    background-color: #fff;
    padding-top: 14px;
    /* padding-bottom: 24px; */
    top: 70px;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.1);
}

    .notification-prop .notification-item {
        padding: 20px;
        display: flex;
        gap: 20px;
        border-bottom: 1px solid #D9D9D9;
    }
.notification-list .unread {
    background: var(--Background, #EFEFEF) !important;
}
.notification-prop img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.notification-item-content {
    display: flex;
    gap: 6px;
    flex-direction: column;
}

.notification-prop .noti-text {
    overflow: hidden;
    color: var(--Black, #000);
    text-overflow: ellipsis;
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.notification-prop .noti-time {
    color: #666;
    font-family: "Baloo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

#list-unread-notification, #list-all-notification {
    max-height: 500px;
    overflow: auto;
}

.header-mobile-component {
    padding: 4px 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.mobile-right {
    display: flex;  
    gap: 20px;
    align-items: center;
}

@media screen and (max-width: 1400px) {
    .header-right {
        gap: 10px;
    }
    .header-logo-aide-et-action{
        width: 230px;
        height: 60px;
    }
}


.header-mobile {
    height: 68px;
    display: none;
    background: #fff;
    z-index: 999;
    border: 0;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    background: #fff;
}
.notification-list li {
    margin: 0;
}

.notification-list .nav-tabs .nav-link {
    margin-bottom: 0;
    background: var(--Background, #EFEFEF);
    color: var(--Black, #000);
    text-align: justify;
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0 !important;
    border-radius: 20px;
}

.notification-item {
    cursor: pointer;
}

.notification-item:hover {
       background: var(--Red, #E84E0E) !important;
}

    .notification-item:hover .noti-text,
    .notification-item:hover .noti-time
    {
        color: #fff !important;
    }

.empty-noti {
    text-align: center;
    color: var(--Black, #000);
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
    .header-pc {
        display: none;
    }
    .header-mobile {
        display: block;
    }
}

@media screen and (max-width: 1200px) and (min-width: 991px) {
    .header-left a {
        font-size: 14px;
    }
}
.rbt-search-dropdown {
    top: 84px;
}

