body {
    /* background-image: url("/storage/image/background.webp"); */
    background-color: #796e56;
    background-size: cover; /* Ảnh nền phủ toàn bộ */
    background-repeat: no-repeat; /* Không lặp lại */
    background-position: center; /* Căn giữa ảnh nền */
    background-attachment: fixed; /* Ảnh nền cố định khi cuộn */
    z-index: 0;
}
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Điều chỉnh độ tối tại đây */
    z-index: -1; /* để nằm dưới nội dung */
}

table {
    table-layout: fixed;
    width: 100%;
}

.text-purple {
    color: #800080 !important;
}
.text-orange {
    color: #ffa500 !important;
}

.bg-purple {
    background-color: #8443b9 !important;
}
.bg-orange {
    background-color: #cf590a !important;
}
.bg-muted {
    background-color: #737373 !important;
}
.bg-golden{
    background-color: #e9c602 !important;
 }

.btn-golden {
    background-color: #ffd700 !important;
    border: 1px solid #000 !important;
    border-radius: 5px;
    white-space: nowrap;
}

.btn-golden:hover {
    background-color: #fff;
    border-radius: 1px #000;
}

.bg-gray {
    background-color: #333;
}

.text-avi {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000; 
}

.text-th {
    text-shadow: -0.5px -0.5px 0 #ffd700, 0.5px -0.5px 0 #ffd700,
        -0.5px 0.5px 0 #ffd700, 0.5px 0.5px 0 #ffd700;
}

.text-golden,
.text-golden-nav,
.text-golden-page {
    color: #ffd700;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000; /* Tạo viền đen quanh chữ */
    font-weight: bold;
}

.text-golden-nav:hover,
.text-golden-page:hover {
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000; /* Tạo viền đen quanh chữ */
    font-weight: bold;
}

.table-custom-dark {
    background-color: #1e1e1e !important;
    color: #fff !important;
    border-color: #555 !important;
}

.table-custom-dark .t-head th {
    background-color: #c1c1c1 !important;
    font-weight: bold;
}

.table-custom-dark .t-body tr td {
    background-color: #ffffffe3 !important;
}

.table-custom-dark .t-body tr:nth-child(even) {
    background-color: #1f1f1f !important;
}

.table-custom-dark .t-body td {
    color: #000 !important;
    border-color: #444 !important;
}

.table-custom-dark .t-body tr:hover {
    background-color: #333 !important;
}

.node-dark {
    background-color: #343a40; /* Nền đen */
    color: white; /* Chữ trắng */
}

.node-light {
    background-color: #f8f9fa; /* Nền trắng */
    color: #343a40; /* Chữ đen */
}

.node {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #ada8a0;
    margin: 5px;
    flex-shrink: 0;
}

.text-th.his-roll {
    width: 300px;
}

.pagi > .active > .text-golden-page {
    background-color: #ffd700 !important;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000,
        1px 1px 0 #000;
    border-color: #ffd700;
    font-weight: bold;
}
