.top-prompt{
    background: var(--blue-400, #86c5fa);
    padding: 2px 10px 2px 10px;
    display: none;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: relative;
}

.top-prompt-text-box{
    padding: 0px 10px 0px 10px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;  
}

.top-prompt-icon{
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.top-prompt-text{
    color: #DB4F16;
    font-size: 14px;
    text-align: center;
}

.top-prompt-text:hover{
    color: #DB4F16;
}

.top-prompt-close-btn{
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 35px;
    top: calc(50% - 6px);
    overflow: visible;
    cursor: pointer;
}

.hr-line{
    margin-top: 0px; 
    border-bottom:1px solid rgb(141, 141, 141);
}

.header-dropdown-menu li
{
    width: 100%;
    height: 48px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
}

.hover-bg-gray:hover
{
    background-color: rgba(217,217,217) !important;
}

.header-dropdown-menu
{
    background-color: rgb(255, 255, 255);
    width: 200px !important;
    margin-top: 25px !important;
    border-radius: 0px;
    border: 1px solid var(---hover, #D9D9D9) !important;
    padding: 10px !important;
}

.header_dropdown_menu_a{
    height: 100%;
    padding: 0px 10px;
}

.dropdown-toggle{
    padding-right: 0px !important;
}

.ml-auto
{
    margin-right: 10px !important;
}

.header-font{
    color: #666;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.header-font:hover {
    color: rgba(102, 102, 102, 1) !important;
}

.msg-count-text{
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: -14px;
    top: -5px;
    color: #ffffff;
    background-color: #ffc107;
}

.mobile-header-dropdown-btn{
    margin-right: 20px;
    color: #666;
    font-size: 30px;
}

.mobile-header-dropdown-box{
    display: none;
    width: 230px;
    padding: 10px 20px 20px 20px;
    position: absolute;
    right: 0px;
    top: 52px;
    background-color: rgb(255, 255, 255);
    z-index: 12;
    border: 1px solid rgb(144, 144, 144);
}

.mobile-header-dropdown-item{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid rgb(231, 231, 231);
    display: flex; 
    align-items: center;
}

.mobile-header-dropdown-item a{
    color: #666;
    font-size: 16px;
    width: 100%;
}

.mobile-header-dropdown-select-box{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.header-icon{
    width: 14px;
    height: 14px;
    margin-right: 16px;
}

.dropdown_icons{
    margin-right: 16px;
}

.header-avatar{
    width: 40px;
    height: 40px;
    border-radius:100%;
    margin: 10px 18px 10px 20px;
}

.header-dropdown-username{
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85px;
    color: var(---, #666);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.dropdown-sub-menu{
    position: absolute;
    top: -26px;
    left: 199px;
    width: 229px !important;
    height: 262px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 8px 10px 4px 8px !important;
}

.find-teacher-level-1{
    text-indent: 0px;
}

.find-teacher-level-1:hover{
    background-color: #3F8DFC;
    color: #F5F5F5;
}

.level-1-choosed{
    background-color: #3F8DFC;
    color: #F5F5F5;
}

.find-teacher-level-2{
    cursor: pointer;
}

.find-teacher-level-2:hover{
    background-color: #3F8DFC;
    color: #F5F5F5;
}