@font-face {
    font-family: 'Bertioga Sans';
    src: url('/public/assets/font/otf/BertiogaSans-ExtraBold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Rubik", sans-serif !important;
    /* font-family: 'Museo Moderno', sans-serif !important; */
    background-image: url("http://genk.mediacdn.vn/N0WoyYblO3QdmZFKPMtKnadHAHTevz/Image/2011/Tung-Pham/1/MagicCastle_da8c9.jpg");
    ;
}

.taicoder {
    font-family: 'Bertioga Sans', sans-serif !important;
}

.text-success {
    color: rgb(36 151 130) !important;
}

.text-danger {
    color: rgb(249, 115, 22) !important;
}

.text-warning {
    color: rgb(234 179 8) !important;
}

.text-info {
    color: rgb(70, 130, 180) !important;
}

.btn-success {
    background-color: rgb(36, 151, 130) !important;
    color: #FFF !important;
}

.btn-success:hover {
    background-color: rgb(33, 136, 117) !important;
    color: #FFF !important;
}

.btn-info {
    background: linear-gradient(135deg, #70d6ff, rgb(70, 130, 180)) !important;
    color: #fff !important;
    border: none;
}

.btn-info:hover {
    background: linear-gradient(135deg, rgb(70, 130, 180), #007aff) !important;
}

.btn-warning {
    background-color: rgb(234 179 8) !important;
    color: #FFF !important;
}

.btn-danger {
    background-color: rgb(249, 115, 22) !important;
    color: #FFF !important;
}

.btn-danger:hover {
    background-color: rgb(234, 88, 11) !important;
    color: #FFF !important;
}

.btn-taicoder-danger {
    border-color: rgb(234, 88, 11) !important;
    color: rgb(234, 88, 11) !important;
}

.btn-taicoder-warning {
    border-color: rgb(234 179 8) !important;
    color: rgb(234 179 8) !important;
}

.btn-taicoder-success {
    border-color: rgb(36, 151, 130) !important;
    color: rgb(36, 151, 130) !important;
}

.btn-taicoder-info {
    border-color: rgb(70, 130, 180) !important;
    color: rgb(70, 130, 180) !important;
}

.btn-taicoder-primary {
    border-color: rgb(140, 130, 246) !important;
    color: rgb(140, 130, 246) !important;
}

.fas {
    margin-right: 5px;
    margin-left: 5px;
}

.nav-link {
    color: rgb(100, 116, 139) !important;
}

.nav-link:hover {
    color: rgb(70, 130, 180) !important;
    font-weight: bold;
}

.active {
    color: rgb(70, 130, 180) !important;
    font-weight: bold;
}

.dropdown-item {
    color: rgb(100, 116, 139) !important;
}

.dropdown-item:hover {
    background-color: #FFF !important;
    color: rgb(70, 130, 180) !important;
    font-weight: bold;
}

.form-select {
    color: rgb(70, 130, 180) !important;
    border-color: rgb(70, 130, 180) !important;
}

.form-select:focus {
    color: rgb(70, 130, 180) !important;
    border-color: rgb(70, 130, 180) !important;
    box-shadow: 0 0 0 0.2rem rgba(70, 130, 180, 0.5) !important;
}

.form-control {
    color: rgb(70, 130, 180) !important;
    border-color: rgb(70, 130, 180) !important;
}

.form-control:focus {
    color: rgb(70, 130, 180) !important;
    border-color: rgb(70, 130, 180) !important;
    box-shadow: 0 0 0 0.2rem rgba(70, 130, 180, 0.5) !important;
}

::placeholder {
    color: rgb(70, 130, 180) !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgb(70, 130, 180) !important;
}

::-ms-input-placeholder {
    color: rgb(70, 130, 180) !important;
}

.alert-outline-info {
    border-color: rgb(70, 130, 180) !important;
    background-color: rgb(230, 245, 255) !important;
    color: rgb(70, 130, 180) !important;
}

.alert-outline-danger {
    border-color: rgb(252, 165, 165) !important;
    background-color: rgb(255, 255, 255) !important;
    color: rgb(252, 165, 165) !important;
}

.border-info {
    border-color: rgb(70, 130, 180) !important;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.marquee {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    animation: marquee 15s linear infinite;
}

.card-header {
    background-color: rgba(70, 130, 180, 0.9) !important;
}

.card-body {
    overflow: hidden;
}

.bg-light {
    background-color: rgb(255, 255, 255) !important;
}

.bg-tai-danger {
    border-color: rgb(239, 68, 68) !important;
    color: rgb(239, 68, 68) !important;
}

.border-tai-info:hover {
    border-color: rgb(70, 130, 180) !important;
    /* Smooth transition for border and shadow */
    /* transition: all 0.3s ease-in-out; */
    /* Dynamic shadow with a slight spread */
    box-shadow: 0 4px 15px rgba(70, 130, 180, 0.5) !important;
    /* Subtle scaling effect */
    /* transform: scale(1.05); */
}

.card-footer {
    border-top: 1px solid rgb(70, 130, 180);
    background-color: rgba(70, 130, 180, 0.2) !important;
}

.price-cut {
    text-decoration: line-through;
}

a {
    text-decoration: none !important;
}

.fb-chat-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #0084ff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
    font-size: 24px;
    /* Kích thước của biểu tượng */
    color: white;
    /* Màu sắc của biểu tượng */
    text-decoration: none;
    /* Loại bỏ gạch chân của liên kết */
    outline: none;
    /* Bỏ đường viền khi focus (nếu có) */
    z-index: 9999;
}

.gift-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    animation: bounce 2s infinite;
}

.gift-img {
    width: 100px;
    transition: transform 0.3s ease;
}

.gift-img:hover {
    transform: scale(1.1);
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.rounded-custom {
    border-radius: 0 0 0.50rem 0.50rem !important;
}

.container-tai {
    position: relative;
    text-align: center;
}

.wheel-image {
    width: 100%;
}

.center-image {
    position: absolute;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20%;
}

.scroll-container {
    height: 700px;
    overflow: hidden;
    position: relative;
}

.scroll-content {
    position: absolute;
    width: 100%;
}

.logo-wrapper {
    width: 200px;
    /* hoặc max-width tuỳ responsive */
    height: 80px;
    /* set lại chiều cao mong muốn */
    overflow: hidden;
    /* ẩn phần thừa */
    cursor: pointer;
    display: inline-block;
    border-radius: 12px;
    /* tuỳ chọn bo góc cho đẹp */
}

.logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* hoặc "contain" tuỳ ý */
    object-position: center;
    /* có thể chỉnh top/left nếu cần */
    display: block;
}