/* .content {
    background-color: #141922;
} */

.item-select-game:hover {
    cursor: pointer;
}

.selected p {
    color: #ffffff !important;
}

.select-region-select select {
    min-width: 160px;
}

.form-search-md input {
    min-width: 200px;
}

.btn-region-select,
.btn-resert-found {
    white-space: nowrap;
}


/* Tùy chỉnh toàn bộ checkbox */
.input-region-checkbox input[type="checkbox"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    appearance: none;
    -webkit-appearance: none;
    background-color: #202020;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease-in-out;
}

/* Hover: nền màu cam nhạt */
.input-region-checkbox input[type="checkbox"]:hover {
    background-color: #ffe5cc;
}

.input-region-checkbox input[type="checkbox"]:focus {
    background-color: #202020;
}

/* Khi được check */
.input-region-checkbox input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

/* Dấu tích màu trắng */
.input-region-checkbox input[type="checkbox"]::after {
    content: '';
    position: absolute;
    display: none;
    left: 6px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Hiện dấu tích khi checked */
.input-region-checkbox input[type="checkbox"]:checked::after {
    display: block;
}

.container {
    max-width: 1200px;
}

#questionTwoAnswer,
#questionOneAnswer,
#questionFiveAnswer {
    display: none;
}



.work-flow {
    display: flex;
    flex-direction: row;
    /* justify-content: space-between; */
    /* flex-wrap: wrap; */
    /* list-style: none; */
    padding: 0;
    margin: 0;
    /* text-align: center; */
}

.work-flow li {
    flex: 1 1 25%;
    padding: 10px;
    box-sizing: border-box;
    position: relative;
}

.section-outer .alphabetOuter .work-flow li .work-flow-box {
    position: absolute;
    width: 80px;
    height: 95px;
    top: -110px;
    left: 50%;
    margin-left: -40px;
    background: url(/assets/frontend/assets/image/marketplace/work-flow-box-bg.png) no-repeat 0 0;
    background-size: cover;
}

#sell-products ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* căn giữa các dòng */
    padding: 0;
    margin: 0;
    list-style: none;
    width: 600px;
    margin: 0 auto;
}

#sell-products ul li {
    width: 50%;
    /* chính xác 2 item mỗi hàng */
    box-sizing: border-box;
    padding: 10px 15px;
    /* có thể chỉnh khoảng cách */
    text-align: left;
    /* nội dung bên trái */
}

#sell-products ul li a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 576px) {
    #sell-products ul li {
        width: 100%;
    }

    .item-select-game {
        max-width: 100px;
    }

    .card-container {
        grid-template-columns: 1fr;
    }
}

#sell-products ul li a {
    text-decoration: none;
}

#sell-products ul li:hover a,
#sell-products ul li:hover a span {
    text-decoration: underline;
    color: var(--primary-color) !important;
}

#sell-products ul li:hover {
    text-decoration: underline;
    color: var(--primary-color) !important;
}

.txt-bold {
    color: #ffffff;
    font-weight: bold;
}

.section-inner {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    /* Khoảng cách giữa ảnh và text */
    flex-wrap: wrap;
    /* để responsive khi màn nhỏ */
}

.section-right {
    flex: 1;
    min-width: 250px;
}

.section-right p {
    margin-top: 0;
}

.section-right ul {
    padding-left: 20px;
    margin: 10px 0;
}

#readMore {
    display: inline-block;
    margin-top: 10px;
    color: var(--primary-color);
    text-decoration: underline;
}

.section-inner .section-right ul li,
.section-inner .section-right p {
    color: #B3B3B3;
    font-size: 14px;
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    align-items: start;
}

@media (max-width: 992px) {
    .card-container {
        grid-template-columns: repeat(2, minmax(300px, 1fr)) !important;
        gap: 20px;
        justify-items: center;
    }

}

@media (max-width: 660px) {
    .card-container {
        grid-template-columns: 1fr !important;
        justify-items: center;
    }
}

/* Màn hình vừa (tablet) - 2 cột */
@media (max-width: 992px) {
    .card-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

.card .card-footer {
    padding: 12px 20px;
    border-radius: 8px;
    background-color: #292e43;
}

.card {
    border: none;
    background-color: #292e43;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.card .card-header {
    text-align: center;
}

.card .card-body p,
.card-container a p,
.card-container a p span {
    color: #bdbdbb;
}

.card-container a:hover {
    text-decoration: none;
}

.tags .tag.theft:hover {
    color: #37f59a;
    border: none;
}

.tags .tag.verified:hover {
    color: #FFB733;
    border: none;
}

.tags .tag.verified {
    background-color: #292e43;
    color: var(--primary-color);
    border-radius: 0;
}

.tags .tag.verified:hover {
    border: none;
}

.truncate-multiline {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-multiline:hover {
    color: #fff !important;
}

.item-buyer-nick .price-old {
    color: #bdbdbb;
}

.clickable-author:hover p {
    color: #fff;
}

.item-buyer-nick .price {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
}

.item-buyer-nick .price:hover {
    color: #FFB733;
}

.img-item-buyer {
    transition: transform 0.3s ease;
}

.img-item-buyer:hover {
    transform: scale(1.1);
}

.item-buyer-nick .card-header {
    overflow: hidden;
    display: inline-block;
}

@media (max-width: 1250px) {
    .items-select-game .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 992px) {
    .resert-div {
        display: none;
    }
}

@media (max-width: 992px) {
    .menu-select-game .container {
        padding: 0 3% 0 3%;
    }
}

@media (max-width: 577px) {
    .menu-select-game .container {
        padding: 0 3% 0 3%;
    }
}

@media (max-width: 900px) {
    .alphabetShow {
        display: none;
    }
}

.rating-page>.col-2.col-lg-4.p-2 {
    text-align: center;
}

.price-filter {
    max-width: 400px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}

#price-slider {
    margin-top: 20px;
}

.price-values {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.price-filter {
    max-width: 400px;
    /* margin: 30px auto; */
    font-family: Arial, sans-serif;
    /* padding: 20px; */
    /* border: 1px solid #e0e0e0; */
    border-radius: 12px;
    /* background-color: #fdfdfd; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.price-filter .filter-title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

#price-slider {
    margin: 0 10px;
}

.price-values {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    color: #444;
}

.price-values span {
    display: inline-block;
    min-width: 100px;
    font-weight: bold;
    color: #2c3e50;
}

.noUi-target {
    /* background: #e0e0e0; */
    border-radius: 10px;
    height: 6px;
}

.noUi-connect {
    background: #ffa300;
}

.noUi-handle {
    /* background: #fff; */
    border: 2px solid #ffa300;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    top: -7px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.noUi-touch-area {
    width: 100%;
    height: 100%;
    cursor: grab;
}

.noUi-handle {
    width: 20px;
    height: 20px;
    top: -7px;
    background-color: #fff;
    border: 2px solid #ffa300;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: grab;
}

/* Custom phần bên trong – touch-area */
.noUi-touch-area {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Hover effect (optional) */
.noUi-handle:hover .noUi-touch-area {
    background-color: rgba(0, 123, 255, 0.1);
}

.noUi-handle {
    width: 12px;
    height: 12px;
    border: none;
    background: #fff;
    border-radius: 50%;
    top: -4px;
    box-shadow: none;
    cursor: pointer;
}

/* Bỏ viền xanh nếu có */
.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-horizontal .noUi-handle {
    width: 10px;
    height: 10px;
    right: -6px;
    top: -3px;
    background-color: #ffa300;
}

#price-min,
#price-max,
.price-values {
    font-size: 14px;
    color: #bdbdbb;
}

.dropdown-menu.show{
    top: 8px !important;
    width: 240px !important;
}

.btn-secondary.dropdown-toggle{
    height: 40px;
    background: #1f2635;
    font-size: 14px;
    color: #fff;
    border-radius: 2px 0 0 2px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
}
.dropdown-item{
    color: #FFFFFF !important;
}
.dropdown-item:hover {
    color: #111111 !important;
}


    /* display: flex
;
    justify-content: center;
    align-items: center;
    height: 100%;
} */