.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.notification {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #d9534f;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    opacity: 0; /* Ẩn thông báo khi bắt đầu */
    transform: translateY(20px); /* Dịch xuống một chút để tạo hiệu ứng */
    transition: opacity 0.5s, transform 0.5s; /* Hiệu ứng chuyển đổi */
    z-index: 2;
}

.notification.show {
    opacity: 1; /* Hiển thị thông báo */
    transform: translateY(0); /* Trở về vị trí ban đầu */
}

.notification.hide {
    opacity: 0; /* Ẩn thông báo */
    transform: translateY(20px); /* Dịch xuống để tạo hiệu ứng biến mất */
}
.notification img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}
.notification .content {
    display: flex;
    flex-direction: column;
}
.notification .title {
    font-weight: bold;
    color: #d9534f;
}
.notification .user-name {
    font-size: 14px;
    margin: 2px 0;
}
.notification .time {
    font-size: 12px;
    color: #666;
}
a {
    color: #000;
}/* End custom CSS */