.container{
    height: 100vh;
}
.container-account{
    padding:10px  20px 20px 20px !important;
    background-color: #010851;

}
.left-container{
    width: 70%;
    display: flex;
    align-items: start;

}
header .icon-left{
    width: 70%;
    object-fit: cover;
}
.level-container .text-profile{
    font-size: 20px;
    margin-left: 20px;
    font-weight: bold;
    margin-top: 5px;
    white-space: nowrap;
}
.list-event{
    margin-top: -15px;
}
.list-event .item-event{
    display: flex;
    border: 1px solid #4655F5;
    border-radius: 10px;
    background-color: #1B3584;
    margin: 10px 0;
    gap: 10px;
}
.list-event .item-event:hover{
    cursor: pointer;
}
.item-event .left-event{
    min-width: 32%;
    max-width: 32%;
}
.item-event .left-event .icon-noti{
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
}
.right-event{
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 15px 5px;
}
.right-event .title-noti{
    font-size: 15px;
    margin: 0 !important;
}
.right-event .date-noti{
    font-size: 13px;
    color: #ccc;
    padding: 5px 0;
}
.event-desc{
    display: none;
}
.event-desc .content-desc{
    background-color: #1B3584;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);

}
.content-desc .header-content .title-event-desc{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}
.content-desc .center-content{
    line-height: 1.5;
}
.content-desc .footer-content{
    display: flex;
    justify-content: end;
    padding: 10px 0;
}
.event-desc .img-web{
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.event-desc .img-web .icon-web{
    width: 40%;
}
.event-desc .link-action{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.event-desc .link-action .left-link,
.event-desc .link-action .right-link{
    display: flex;
    flex-direction: column;

}
.event-desc .link-action .right-link{
    text-align: end;
}
.event-desc .link-action a{
    color: #00AAFF;
    padding: 10px 0;
}
.event-desc .text-playnow{
    text-align: center;
    color:#00AAFF ;
    display: block;
    padding: 10px 0;
}
.center-content {
    overflow-y: auto;
    /* Scroll đẹp */
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent; /* Firefox */
}
.header-left{
    padding-top: 10px;
}
.center-content::-webkit-scrollbar {
    width: 6px;
}

.center-content::-webkit-scrollbar-thumb {
    background: linear-gradient(#0BA104, #18D00F);
    border-radius: 8px;
}

.center-content::-webkit-scrollbar-track {
    background: transparent;
}
.footer-address{
    font-size: 14px;
}
.footer-address .name-company{
    text-align: center;
}
.footer-address .flex{
    display: flex;
    flex-direction: row;

}
.footer-address .icon{
    width: 5%;
    object-fit: contain;

}
.footer-address .inf-company p{
    padding-left:10px;
    margin: 3px 0 !important;
}
.footer-address .icon_address,
.footer-address .icon_people
{
    margin-top: -15px;
}
.footer-address .papers{
    padding: 15px 0;
}
.footer-address .papers p{
    margin: 3px !important;
}
@media (max-width: 500px) {
    .right-event .title-noti {
        font-size: 13px !important;
    }
    .level-container .text-profile{
        margin-top: -2px !important;
    }
}
@media (max-width: 768px) {
    header .icon-left{
        width: 50%!important;
    }
    .content-desc .header-content .title-event-desc{

        font-size: 18px !important;

    }
    .phone{
        padding-bottom: 0 !important;
    }
    .people{
        padding-top: 0 !important;
    }
}
