@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("https://shopmunselly.com/uploads/beach-holiday-summer-background-free-vector.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(14,165,233) !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-color: rgb(14,165,233) !important;
    color: #FFF !important;
}
.btn-info:hover {
    background-color: rgb(2,132,199) !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(14,165,233) !important;
    color: rgb(14,165,233) !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(14,165,233) !important;
    font-weight: bold;
}

.active {
    color: rgb(14,165,233) !important;
    font-weight: bold;
}

.dropdown-item {
    color: rgb(100,116,139) !important;
}
.dropdown-item:hover {
    background-color: #FFF !important;
    color: rgb(14,165,233) !important;
    font-weight: bold;
}

.form-select {
    color: rgb(14,165,233) !important;
    border-color: rgb(14,165,233) !important;
}
.form-select:focus {
    color: rgb(14,165,233) !important;
    border-color: rgb(14,165,233) !important;
    box-shadow: 0 0 0 0.2rem rgb(224,242,254) !important;
}

.form-control {
    color: rgb(14,165,233) !important;
    border-color: rgb(14,165,233) !important;
}
.form-control:focus {
    color: rgb(14,165,233) !important;
    border-color: rgb(14,165,233) !important;
    box-shadow: 0 0 0 0.2rem rgb(224,242,254) !important;
}

::placeholder {
    color: rgb(14,165,233) !important;
    opacity: 1;
}

:-ms-input-placeholder {
    color: rgb(14,165,233) !important;
}

::-ms-input-placeholder {
    color: rgb(14,165,233) !important;
}

.alert-outline-info {
    border-color: rgb(14,165,233) !important;
    background-color: rgb(240,249,255) !important;
    color: rgb(14,165,233) !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(14,165,233) !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: rgb(14,165,233) !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(14,165,233) !important;
    /* Ensures border color changes on hover and focus */
    box-shadow: 1px 1px 10px rgb(14,165,233) !important;
    /* Ensures shadow color remains consistent */
}

.card-footer {
    border-top: 1px solid rgb(14,165,233);
    background-color: rgb(224,242,254) !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%;
}