/*
Theme Name: Findme
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** .vtx-notification {
    background: linear-gradient(90deg, #ff9800, #ff5722);
    color: white;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.vtx-notification-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.notification-title {
    font-size: 18px;
    margin-top: 5px;
    text-align: center;
}

.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.scrolling-text ul {
    display: inline-block;
    animation: scrollText 10s linear infinite;
    padding: 0;
    margin: 0;
}

.scrolling-text li {
    display: inline;
    padding-right: 50px;
}

.scrolling-text a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

@keyframes scrollText {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Hiệu ứng chấm nhấp nháy *\
#dot .ping {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    animation: blink 1s infinite alternate;
}

@keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0.3; }
}   ***************/


/*************** .vtx-notification {
    background: linear-gradient(90deg, #ff9800, #ff5722);
    color: white;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.vtx-notification-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.notification-title {
    font-size: 18px;
    margin-top: 5px;
    text-align: center;
}

.scrolling-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.scrolling-text ul {
    display: inline-block;
    animation: scrollText 10s linear infinite;
    padding: 0;
    margin: 0;
}

.scrolling-text li {
    display: inline;
    padding-right: 50px;
}

.scrolling-text a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}

@keyframes scrollText {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

/* Hiệu ứng chấm nhấp nháy *\
#dot .ping {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    animation: blink 1s infinite alternate;
}

@keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0.3; }
} ***************/


}