body {
    background-color: #e9ebee;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "IBM Plex Sans Thai", sans-serif;
    color: black;
}

.rounded-3 {
    border-radius: 0.5rem !important;
}

.text-00bac7 {
    color: #00bac7;
}

.modal-header {
    border-bottom: none;
    padding: 20px;
    background: linear-gradient(145deg, #74b9ff, #a29bfe);
    color: #fff;
    font-family: 'IBM Plex Sans Thai', sans-serif;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-title {
    font-size: 1.5rem;
}

.profile-container {
    text-align: center;
    padding: 25px;
    background: linear-gradient(145deg, #ffffff, #e6f0fa);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

/* Background Effect */
.profile-container::before,
.profile-container::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    opacity: 0.7;
}

.profile-container::before {
    top: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(116, 185, 255, 0.3), transparent);
}

.profile-container::after {
    bottom: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(255, 118, 117, 0.2), transparent);
}

/* Profile Image */
.profile-image-container {
    position: relative;
    margin: 0 auto 25px;
    width: 140px;
    z-index: 1;
}

.profile-image {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 6px solid transparent;
    background: linear-gradient(45deg, #74b9ff, #a29bfe);
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
    animation: spinBorder 4s linear infinite, pulseProfile 2s infinite ease-in-out;
}

.online-dot {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    background: #00ff9f;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 8px rgba(0, 255, 159, 0.8), 0 0 15px rgba(0, 255, 159, 0.5);
    animation: pulseDot 1.5s infinite;
}

.upload-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.upload-overlay span {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.profile-image-container:hover .upload-overlay {
    opacity: 1;
}

/* Profile Info */
.profile-info {
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    z-index: 1;
}

.profile-info h6 {
    margin: 8px 0;
    font-size: 1.1rem;
    color: #2d3436;
    font-weight: 500;
}

.profile-info i {
    margin-right: 5px;
}

/* Buttons */
.button-group {
    margin-top: 15px;
}

.x-btn {
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(116, 185, 255, 0.4);
    transition: all 0.3s ease;
    display: inline-block;
    font-weight: 600;
    margin-top: 15px;
}

.x-btn.logout {
    background: linear-gradient(135deg, #ff7675, #ff4757);
}

/* File input styling */
#upload {
    display: none;
}

a {
    color: #4762e8;
}

a:hover {
    color: #002aff;
    text-decoration: none;
}

.bg-navbar {
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 15px;
}

.card {
    border-radius: 15px;
    border: none;
    color: #000;
}

.card-product {
    border-radius: 15px;
    border: none;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    color: #000;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-pt-pb-50 {
    border-radius: 15px;
    border: none;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    background-color: #fff;
    color: #000;
}

.btn {
    border-radius: 10px;
}

.btn-B87333 {
    background-color: #B87333;
    color: #fff;
}

.btn-B87333:hover {
    background-color: #B87333;
    color: #fff;
}

.btn-B87333-border {
    background-color: rgba(246, 245, 245, 0);
    color: #fff;
    border: 1px solid #B87333;
}

.btn-border {
    background-color: rgba(246, 245, 245, 0);
    color: #B87333;
    border: 1px solid #B87333;
}

.btn-border:hover {
    background-color: #B87333;
    color: #fff;
    border: 1px solid #B87333;
}

.text-B87333 {
    color: #B87333;
}


.icon-br {
    width: 100%;
    border-radius: 5px;
}

.icon-br-off {
    width: 100%;
    border-radius: 5px;
    opacity: 0.4;
}

@media screen and (max-width: 500px) {
    .icon-br {
        width: 80%;
        border-radius: 5px;
    }

    .icon-br-off {
        width: 80%;
        border-radius: 5px;
        opacity: 0.4;
    }
}

.bg-home {
    background: linear-gradient(331deg, rgb(255 255 255), #B87333 0, rgba(109, 37, 152, 0.63) 14%, rgb(73 21 104/56%) 39%, #E63CD6), url(https://image.wichxshop.xpluem.com/image/banner.jpg) !important;
    background-size: cover !important;
    background-position: 50%;
    height: 600px;
}

.bg-home-container {
    padding-top: 250px;
    padding-bottom: 250px;
}

@media screen and (max-width: 500px) {
    .bg-home {
        background: linear-gradient(331deg, rgb(255 255 255), #B87333 0, rgb(17 74 144/63%) 14%, rgb(122 61 158/56%) 39%, #E63CD6), url(https://image.wichxshop.xpluem.com/image/banner.jpg) !important;
        background-size: cover !important;
        background-position: 50%;
        height: auto;
    }

    .bg-home-container {
        padding-top: 100px;
        padding-bottom: 100px;
        text-align: center;
    }
}

.list-group {
    border-radius: 10px;
    overflow: hidden;
}

.list-group-item {
    border-radius: 0;
    /* ป้องกันขอบของ item แยกออกมาเอง */
    transition: all 0.3s ease-in-out;
    /* เพิ่มเอฟเฟกต์เมื่อ hover */
}

.list-group-item:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.list-group-item:hover {
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
    /* ไล่สีสวยๆ เมื่อ hover */
    color: white;
    transform: scale(1.02);
    /* ขยายเล็กน้อยเมื่อโฮเวอร์ */
}

.zoom {
    transition: transform .2s;
    /* Animation */
}

.zoom:hover {
    transform: scale(1.1);
}

.payment-off {
    opacity: 0.4;
}

.image-product {
    border-radius: 15px;
}

.text-000 {
    color: #000;
}

.text-000:hover {
    color: #000;
}

.text-00bac7 {
    color: #00bac7;
}

.text-00bac7:hover {
    color: #00bac7;
}


.footer-web {
    padding: 50px 0;
    color: #767676;
    background-color: #fff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
    padding: 100px;
}

.footer-web h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
}

.footer-web ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-web ul a {
    color: inherit;
    text-decoration: none;
    color: #767676;
}

@media (max-width:767px) {
    .footer-web .item:not(.social) {
        text-align: center;
        padding-bottom: 20px;
    }
}

.footer-web .item.text {
    margin-bottom: 36px;
}

@media (max-width:767px) {
    .footer-web .item.text {
        margin-bottom: 0;
    }
}

.footer-web .item.text p {
    opacity: 0.6;
    margin-bottom: 0;
}

.footer-web .item.social {
    text-align: center;
}

@media (max-width:991px) {
    .footer-web .item.social {
        text-align: center;
        margin-top: 20px;
    }
}

.footer-web .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75;
}

.footer-web .item.social>a:hover {
    opacity: 0.9;
}

.copyright {
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
}

.image-product-buy {
    border-radius: 15px;
    width: 200px;
}


.text-fff {
    color: #fff;
}

.image-border-radius {
    border-radius: 15px;
}

.list-group-item.active {
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
    border: none !important;
    /* ลบเส้นขอบหรือกำหนดเป็น transparent ถ้าจำเป็น */
}

.h-captcha {
    display: none;
}

.StatusDiscordNitroOn {
    color: #2dce89;
}

.StatusDiscordNitroOf {
    color: #f5365c;
}

.TextRedDiscordNitro {
    color: #f5365c;
}

.TextTimeDiscordNitro {
    color: #525f7f;
}

.menu-discord.list-group-item.active {
    background-color: #5e72e4;
    border-color: #5e72e4;
    color: #ffffff;
}

.menu-discord.list-group-item {
    color: #5e72e4;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.table {
    border: 1px solid black;
    border-collapse: collapse;
}

.d-flex.w-100 img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    margin-right: 10px;
}

.card img {
    border-radius: 10px;
    width: 50px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.pulse {
    animation: pulse 1s infinite;
}

.image-product-buy {
    border-radius: 15px;
    width: 200px;
}

.title-home {
    margin-top: 100px;
    color: #000000;
    text-align: center;
}

.text-color {
    color: #4762e8;
}

.category-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.category-details {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.btn-discord {
    color: #FFFFFF !important;
    border-radius: 25px !important;
    background-color: #7289da !important;
}

.cheat-card {
    border-radius: 10px;
    overflow: hidden;
}

.cheat-card img {
    width: 100%;
    height: auto;
}

.cheat-statuson {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: green;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.cheat-statusoff {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgb(255, 0, 0);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}

.cheat-status.update {
    background-color: red;
}

.cheat-details {
    padding: 15px;
    text-align: center;
}

.cheat-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.cheat-meta {
    font-size: 12px;
    color: #666;
}

.cheat-meta i {
    margin-right: 5px;
}

.text-required {
    color: #aa1414;
}

.product-image img {
    transition: transform 0.3s ease;
}

.product-image {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.text {
    color: rgba(0, 0, 0, 0.7);
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.btn-success {
    background-color: #0cbc87;
    border-color: #0cbc87;
    color: #ffffff;
}

.btn-success:hover {
    background-color: #17a589;
    border-color: #17a589;
}

/* Style for the "ซื้อสินค้า" button */
.btn-buy {
    background-color: #1abc9c;
    border-color: #1abc9c;
    color: #ffffff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
}

/* Style for the "รายละเอียดสินค้า" button */
.btn-details {
    background-color: transparent;
    border: 2px solid #1abc9c;
    color: #1abc9c;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
}

.btn-details:hover {
    background-color: #1abc9c;
    color: #ffffff;
}


/* ---------------------------------------------- */
/* Category */
/* ---------------------------------------------- */
.bup-hov {
    transition: 0.3s ease-in-out;
}

.image-product {
    border-radius: 15px;
}

.category-title {
    font-size: 18px;
    font-weight: bold;
    color: #7b7b7b;
}

.category-subtitle {
    font-size: 12px;
    color: #b0b0b0;
}

.view-more {
    font-size: 14px;
    color: #9c27b0;
    text-align: right;
    text-decoration: none;
}

.card-Category {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

.card-Category img {
    width: 100%;
    border-bottom: 2px solid #f1f1f1;
}

.card-Category .card-body {
    padding: 10px;
}

.card-Category .card-title {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.card-Category .card-text {
    font-size: 12px;
    color: #b0b0b0;
}

.card-Category .price {
    font-size: 14px;
    color: #9c27b0;
    font-weight: bold;
}

.card-Category .badge {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #9c27b0;
    font-size: 12px;
    padding: 3px 8px;
    color: white;
    border-radius: 0 0 0 8px;
}

/* ---------------------------------------------- */
/* Product */
/* ---------------------------------------------- */
.product-recommended {
    width: 300px;
    font-family: Arial, sans-serif;
    margin: 20px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.header h3 {
    font-size: 1.2em;
    margin: 0;
}

.header a {
    font-size: 0.9em;
    color: #9c27b0;
    text-decoration: none;
}

.product-list {
    display: flex;
    gap: 10px;
}

.product-card {
    background: #f8f8f8;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    width: 140px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.product-card img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}

.product-details h4 {
    font-size: 1em;
    margin: 0;
    color: #333;
}

.product-details p {
    font-size: 0.9em;
    margin: 5px 0;
    color: #555;
}

.product-card .stock-status {
    background: #f44336;
    color: white;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.product-card .stock-status.out-of-stock {
    background: #f44336;
}

.product-card button {
    background: #9c27b0;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
}

.product-card button:hover {
    background: #7b1fa2;
}

/* ---------------------------------------------- */
/* Category */
/* ---------------------------------------------- */

.category-card {
    background-color: #ffffff;
    border: none;
    border-radius: 10px;
    overflow: hidden;
}

.category-card img {
    width: 100%;
    height: auto;
}

.category-card .card-body {
    padding: 1rem;
}

.category-card .btn {
    background-color: #4a90e2;
    color: white;
    border-radius: 5px;
    font-weight: bold;
}

.category-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.category-description {
    font-size: 1rem;
}

/* ---------------------------------------------- */
/* Me */
/* ---------------------------------------------- */

.profile-card {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 0 15px rgb(0 0 0 / 8%);
}

.profile-card .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-card .header .user-info {
    display: flex;
    align-items: center;
}

.profile-card .header .user-info img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.profile-card .header .user-info h5 {
    margin: 0;
    font-weight: 800;
}

.profile-card .header .user-info span {
    font-weight: 300;
    color: #a6a4c9;
}

.profile-card .header .buttons button {
    margin-left: 10px;
}

.profile-card .details {
    margin-top: 20px;
}

.profile-card .details .row {
    margin-bottom: 10px;
}

.profile-card .details .col-md-6 {
    padding: 10px;
    border-radius: 5px;
}

.profile-card .details h6 {
    margin: 0;
    font-weight: 500;
}

.profile-card .details p {
    margin: 5px 0 0;
    font-weight: 300;
    color: #a6a4c9;
}



/* ---------------------------------------------- */
/* Sweet Alert */
/* ---------------------------------------------- */
.swal2-popup {
    border-radius: 1.75vh !important;
}

.swal2-styled {
    border-radius: 1.25vh !important;
    transition: all 0.35s !important;
}

button.swal2-styled:hover,
button.swal2-styled:active {
    transform: scale(0.9) !important;
}

.navbar-toggler {
    border: none !important;
    /* ลบกรอบ */
    outline: none !important;
    /* ลบเส้น focus */
    box-shadow: none !important;
    /* ลบเงา focus */
    background: transparent;
    /* ทำให้ปุ่มไม่มีพื้นหลัง */
}

#submitPassword {
    display: none;
    /* ซ่อนปุ่มตั้งแต่เริ่มต้น */
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    /* Smooth easing */
}

/***************************************************************/

.img-logo {
    width: 50px;
    height: 50px;
}


.btn-login {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
    padding: 10px 0px;
    outline: none;
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    transition: .3s;
}

.btn-login:hover {
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
    color: #ffffff;
}

.btn-register {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
    padding: 10px 0px;
    outline: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    transition: .3s;
}

.btn-register:hover {
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
    color: #F7A8C4;
}

#menuIcon {
    transition: transform 0.3s ease-in-out;
}

.fa-times {
    transform: rotate(100deg);
}

.dropdown-menu {
    min-width: 250px;
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.dropdown-menu .dropdown-item {
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.dropdown-menu .dropdown-item:hover {
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
    color: white;
}

.dropdown-toggle::after {
    padding-left: 5px;
    transition: transform 0.3s ease;
}

.dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-menu {
    background-color: #f8f9fa;
}

.dropdown-header {
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
    color: white;
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.dropdown-header:hover {
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
}

/* กำหนดให้ไอคอนใน dropdown-header ใหญ่ขึ้น */
.dropdown-header i {
    font-size: 24px;
    /* ขนาดของไอคอน */
    margin-right: 10px;
    /* ระยะห่างระหว่างไอคอนกับข้อความ */
}


.color-gradient {
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
}


.bg-navbar {
    background: linear-gradient(135deg, #74b9ff, #54a0ff);
}


body.no-animation {
    animation: none !important;
}

body.no-animation * {
    animation: none !important;
    transition: none !important;
}

.grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    background: #fff;
    border: none;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    animation: fadeIn 0.8s ease;
}

@media (min-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr 1fr;
    }
}

.section-title {
    font-weight: 600;
    color: #F7A8C4;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 1.5rem;
    animation: slideDown 0.8s ease;
}

.section-title::after {
    content: '';
    width: 50px;
    height: 3px;
    background: #F7A8C4;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    animation: expand 1s ease;
}

.search-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #f9f9f9;
    font-size: 0.9rem;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.02);
}

.search-input:focus {
    outline: none;
    border-color: #F7A8C4;
    background: #fff;
    box-shadow: 0 0 8px rgba(25, 118, 210, 0.2);
    transform: scale(1.02);
}

.scroll-container {
    height: 350px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    transition: all 0.3s ease;
}

.scroll-container:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
}

.list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: slideInLeft 0.5s ease forwards;
    opacity: 0;
}

.list-item:hover {
    background: #e6f0fa;
    transform: translateY(-2px);
}

.price-badge {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 20px;
    background: #F7A8C4;
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.price-badge:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expand {
    from {
        width: 0;
    }

    to {
        width: 50px;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.marquee-item {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: 20px;
    padding: 8px 15px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

.marquee-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.marquee-item i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.marquee-item i.status-ok {
    color: #28a745;
}

.marquee-item i.status-wait {
    color: #f39c12;
}

.marquee-item i.status-cancel {
    color: #dc3545;
}

.marquee-item .item-header {
    display: flex;
    align-items: center;
}

.price-badge:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.package-details {
    background: #f9fafb;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.package-details-content {
    display: flex;
    gap: 25px;
    align-items: center;
}

.package-details-img {
    width: 120px;
    height: 120px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.package-details-img:hover {
    transform: scale(1.05);
}

.package-details-info {
    flex: 1;
}

.form-control {
    border-radius: 10px;
    padding: 10px;
}

/* แถบแจ้งเตือนด้านบน */
.alert-top {
    background-color: #ffe5d9;
    color: #e67e22;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-radius: 0;
}

/* ส่วนยอดเงิน */
.balance-section {
    background: linear-gradient(to right, #00c4ff, #0056ff);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin: 10px 0;
}

.balance-section .username {
    font-size: 18px;
    margin-bottom: 5px;
}

.balance-section .balance {
    font-size: 36px;
    font-weight: bold;
}

/* ปุ่มด้านล่าง */
.action-buttons .btn-custom {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    color: white;
    border-radius: 10px;
    margin-bottom: 10px;
}

.action-buttons .btn-bank {
    background-color: #28a745;
}

.action-buttons .btn-wallet {
    background-color: #ff6200;
}

.action-buttons .fee {
    font-size: 12px;
    color: white;
    margin-top: 5px;
}

/* ปรับแต่งไอคอน */
.action-buttons img {
    width: 30px;
    margin-right: 10px;
}