/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #020202b6;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {

    border-radius: 10px;
    background: #45f882;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    border-radius: 10px;
    background: #45f882;
}

.select2-results__option img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.select2-selection__rendered img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.btn-discord{
    background: #6f84cb;
    color: white;
}
.btn-discord:hover{
    background: #516197;
    color: white;
}

select option {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    /* Tạo khoảng cách giữa hình ảnh và văn bản */
}

/* CSS cho hình ảnh trong option */
select option[data-img] {
    background-image: url(/view/img/icon_lol.png);
}

.hieu_ung_1 {
    --animate-duration: 300ms;
    --animate-delay: 0.9s;
}

.hieu_ung_2 {
    --animate-duration: 400ms;
    --animate-delay: 0.9s;
}

.hieu_ung_3 {
    --animate-duration: 500ms;
    --animate-delay: 0.9s;
}

.hieu_ung_4 {
    --animate-duration: 600ms;
    --animate-delay: 0.9s;
}

.hieu_ung_5 {
    --animate-duration: 700ms;
    --animate-delay: 0.9s;
}

.hieu_ung_6 {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

.hieu_ung_7 {
    --animate-duration: 900ms;
    --animate-delay: 1.9s;
}

#donhangAdmin tbody tr {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-in-out;
}

/* Căn giữa nội dung trong bảng */
#donhangAdmin {
    width: 100% !important;
    table-layout: auto;
    /* Đặt lại thành auto để DataTable có thể tính toán chiều rộng phù hợp */
}

div#donhangAdmin_filter {
    margin-bottom: 5px !important;
}

/* ========================================= */
#donhangTable tbody tr {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease-in-out;
}

/* Căn giữa nội dung trong bảng */
#donhangTable {
    width: 100% !important;
    table-layout: auto;
    /* Đặt lại thành auto để DataTable có thể tính toán chiều rộng phù hợp */
}
#donhangTable th, #donhangTable td {
    
    vertical-align: middle;   /* Căn giữa theo chiều dọc */
}


.member-card {
    position: relative;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    background-color: #1c1f26;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: white;
    border: 1px solid #ffffff81;
}

.member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to right, #00ff9d, #00ff9d);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 70%);
    z-index: 1;
}

.member-card img {
    position: relative;
    z-index: 2;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #1c1f26;
}

.member-card h5 {
    margin-top: 15px;
    font-size: 18px;
    z-index: 2;
    position: relative;
}

.member-card p {
    font-size: 14px;
    color: #00ff9d;
    z-index: 2;
    position: relative;
}

.swiper-button-next,
.swiper-button-prev {
    color: #00ff9d;
}

.order_don_hang {
    width: 100%;
    height: 100%;
    padding: 1%;
    background-color: #fff;
    border-radius: 10px;
}

td img {
    width: 40px;
    height: 40px;
}

/* Page Thanh Toan */
.qr_container {
    width: 700px;
    height: auto;
    /* Chiều cao tự động theo nội dung */
    border: 1px solid #818884;
    background-color: rgb(37, 34, 77);
    padding: 1%;
    border-radius: 15px;
    font-family: title !important;
}

.qr_ck {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.khungrq_img {
    border-radius: 5px;
}

.khung_rule {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-white {
    text-align: justify;
}

#paymentResult {
    background: #e0e0e0;
    padding: .375rem .75rem;
    border-radius: 15px;
}