.rewardSlide_item img,
.item_layoutObject img,
.item_layout img,
.rewardSlide_arrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rewardSlide_mainLayout {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.rewardSlide_layoutItem {
    width: 200px;
    min-width: 200px;
    height: 100%;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}

.rewardSlide_item {
    width: 200px;
    height: 265px;
}

.rewardSlide_contentLayout {
    position: relative;
    width: 100%;
    height: 650px;
    padding: 10px;

    background: #000000d3;
    border: 3px solid #f8ab16;
    box-shadow: 0 0 12px rgba(248, 171, 22, 0.6);
    border-radius: 10px;

    display: flex;
    gap: 2px;
    overflow: auto;
}

.rewardSlide_contentItemLayout {
    width: 200px;
    min-width: 200px;
    height: 100%;

    display: flex;
    flex-direction: column;
    background: #fff;
}

.rewardSlide_contentItemLayout.sm {
    width: 100px;
    min-width: 100px;
}

.rewardSlide_contentItemLayout.md {
    width: 140px;
    min-width: 140px;
}

.item_title {
    width: 100%;
    height: 30px;
    min-height: 30px;

    background: #363636;
    color: #fff200;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    font-size: 14px;
    font-weight: 800;
}

.item_contentLayout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.item_layoutObject {
    position: relative;
    width: 100%;
    height: 20px;
}

.item_layoutObject.normal {
    background: #ccc;
    border-bottom: 3px solid #e6e6e6;
}

.item_layoutObject.normal_2 {
    background: #ccc;
    border-top: 3px solid #e6e6e6;
}


.item_layoutObject.premium {
    background: #edcd87;
    border-bottom: 3px solid #ffe7b1;
}

.item_layoutObject.premium_2 {
    background: #edcd87;
    border-top: 3px solid #ffe7b1;
}

.item_layoutObject.normal img,
.item_layoutObject.premium img {
    width: 25px;
    height: 25px;

    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.item_layoutObject.normal_2 img,
.item_layoutObject.premium_2 img {
    width: 25px;
    height: 25px;

    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
}

.item_layoutContentMain {
    width: 100%;
    height: 100%;
    padding: 5px 10px;

    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.item_layoutContentMain.premium {
    background: #fff5e0;
}

.item_layout {
    position: relative;
    width: 90px;
    height: 90px;
    min-height: 90px;
    padding: 10px;

    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;
}

.item_layout.sm {
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 5px;
    border-radius: 5px;
}

.item_layout.normal {
    border: 3px solid #ccc
}

.item_layout.premium {
    border: 3px solid #edcd87
}

.item_point {
    position: absolute;
    top: -5px;
    right: -6px;

    width: 17px;
    height: 17px;
    border-radius: 50px;

    background: #ed1c24;
    color: #fff;
    font-size: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tooltip-inner {
    background-color: #222;
    color: #fff;
    font-size: 10px;
    border-radius: 6px;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #222;
}

.reward_modalNote {
    width: 100%;
    max-width: 500px;
    padding: 5px 10px;
}

.rewardSlide_arrow {
    width: 50px;
    padding: 10px;

    cursor: pointer;
}

.rewardSlide_contentLayout {
    cursor: e-resize;
    user-select: none;
    scroll-behavior: smooth;
}

.rewardSlide_contentLayout.active {
    cursor: e-resize;
}

.reward_sliderLayout {
    max-width: 1200px;
}


/* modal  */
.item-header {
    text-align: center;
    margin-bottom: 25px;
}

.item-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #4a90e2, #7b68ee);
    border-radius: 12px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffd700;
    box-shadow: 0 0 20px rgba(74, 144, 226, 0.5);
}

.item-icon i {
    font-size: 32px;
    color: #fff;
}

.item-title {
    color: #ffd700;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    margin-bottom: 8px;
}

.item-description {
    color: #e6e6fa;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.9;
}

.table-container {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;

    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.themed-table {
    width: 100%;
    border-collapse: collapse;
    background: linear-gradient(145deg, #2a3441 0%, #1a2332 100%);
}

.themed-table thead th {
    background: linear-gradient(145deg, #ffd700 0%, #ffb347 100%);
    color: #1a1a1a;
    padding: 15px 8px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #ff8c00;
    position: relative;
}

.themed-table thead th:first-child {
    border-top-left-radius: 8px;
}

.themed-table thead th:last-child {
    border-top-right-radius: 8px;
}

.themed-table tbody td {
    padding: 20px 8px;
    text-align: center;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
    background: rgba(42, 52, 65, 0.3);
    transition: all 0.3s ease;
}


.themed-table tbody tr:last-child td {
    border-bottom: none;
}

.check-icon {
    color: #00ff88;
    font-size: 18px;
    text-shadow: 0 0 8px rgba(0, 255, 136, 0.6);
    animation: checkPulse 2s ease-in-out infinite;
}

.times-icon {
    color: #ff4757;
    font-size: 18px;
    text-shadow: 0 0 8px rgba(255, 71, 87, 0.6);
    animation: timesPulse 2s ease-in-out infinite;
}

@keyframes checkPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

@keyframes timesPulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
    }
}

.item-stats {
    width: 100%;
    max-width: 600px;

    background: rgba(255, 215, 0, 0.1);
    border: 1px solid rgba(255, 215, 0, 0.3);
    border-radius: 8px;
    padding: 20px;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    color: #e6e6fa;
    font-size: 14px;
}

.stat-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.stat-label {
    color: #ffd700;
    font-weight: bold;
}

.stat-value {
    color: #fff;
    font-weight: normal;
}

/* Responsive */
@media (max-width: 768px) {
    .modal-container {
        padding: 20px;
        margin: 10px;
    }

    .themed-table thead th,
    .themed-table tbody td {
        padding: 12px 4px;
        font-size: 12px;
    }

    .item-title {
        font-size: 20px;
    }
}