/*
Theme Name: Toby VIP
Theme URI: https: //t.me/@toby2302
Author: Toby2302
Author URI: https: //t.me/@toby2302
Description: Giao diện thiết kế bởi TOBY hỗ trợ làm website, blog,...
Version: 1.0.1
Text Domain: tobyvip
Tags: blog, xổ số, soi cầu, thống kê
*/


/* =============== TOBY VIP DEMO CSS =============== */


/* :root {
    --toby-primary-color: #2aaad1;
    --toby-secondary-color: #6ae0d5;
    --toby-tertiary-color: #9a0001;
    --toby-white-color: #fff;
    --toby-black-color: #333;
    --toby-text-color: #333;
    --toby-link-color: #239eb1;

    --toby-popular-color: #ed1c24;
    --toby-new-color: #ed1c24;
    --toby-hot-color: #ed1c24;

    --toby-active-color: #ed1c24;
    --toby-hover-color: #ed1c24;

} */



/* Back to Top */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    padding: 0;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.back-to-top.ct-show {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}

.back-to-top .ct-icon {
    width: 40px;
    height: 40px;
    fill: var(--toby-primary-color);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.back-to-top:hover .ct-icon {
    animation: bounce 0.6s infinite;
}