.title-page h2{
    font-size: 22px;
    font-weight: normal;
    margin-top: 16px;
}

.title-page p{
    clear: both;
    margin-top: 5px;
    text-align: left;
    color: #dce0e4;
    font-size: 14px;
}

.title-page a{
    color: var(--primary-color);
}

.title-page a:hover{
    color: var(--primary-color);
}

.rating-score{
    height: 56px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(180deg, #ffc969 0%, var(--primary-color) 100%);
}

.rating-score-start img{
    width: 19% !important;
}

.rating-page{
    background: #1f2635;
}

.text-rating{
    color: #b3b3b3;
    font-size: 12px;
}
.menu-select-game{
    /* display: flex;
    position: relative; */
    /* justify-content: center; */
    background: #292e43;
}
.item-select-game{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 112px;
    display: flex;
}

.dropdown-toggle::after{
    border-bottom: 0 !important;
    border-top: 0 !important;
}
.form-search-md:focus {
    color: #fff !important;
}
@media only screen and (max-width: 576px) {
    .item-select-game{
        max-width: 24%;
    }
}

.text-seller-lv{
    color: #d74bfd;
}
.ratting-seller{
    color: var(--primary-color);
}

@media only screen and (max-width: 992px) {
    .form-search-md{
        width: 100% !important;
    }
    .resert-div{
        position: absolute;
        right: 16px;
    }
    
}
.item-select-game:hover{
    background: rgba(20, 25, 34, .3019607843);
}

.items-select-game .selected{
    background: #141922;
}

.item-select-num{
    position: absolute;
    min-width: 30px;
    height: 16px;
    background: #e11b1b;
    top: 0;
    left: 50%;
    /* right: -14px; */
    border-radius: 20px;
    text-align: center;
    color: #fff;
    line-height: 18px;
    font-size: 11px;
    padding: 0 6px;
}

/* .item-select-game{
    color: #bdbdbd;
    font-size: 14px;
} */
.items-select-game {
    color: #bdbdbd;
    font-size: 14px;
}
.items-select-game .selected{
    color: #fff !important;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
  } */

  /* Ẩn menu khi không hover */
  /* .dropdown-menu {
    display: none;
  } */

  .dropdown-toggle::after {
    content: '\f0d7'; /* Icon mũi tên xuống (Font Awesome) */
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900;
    margin-left: 10px;
    transition: transform 0.3s ease; /* Hiệu ứng xoay */
  }

  /* Xoay mũi tên khi hover vào dropdown */
  /* .dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg); 
  } */

.btn-drop-menu-game{
    background-color: unset;
    outline: none;
}
.select-region-select{
    width: 200px;
    position: relative;
}

.select-region{
    width: 200px;
    padding: 0 0 0 20px;
    outline: none;
    height: 40px;
    position: relative;
    color: #b3b3b3;
    background: #1f2635;
    appearance: none; /* Tắt hình ảnh mặc định của trình duyệt */
    -webkit-appearance: none;
    -moz-appearance: none;
    border:none ;
    cursor: pointer;
}
.select-region:focus{
    outline: none;
}

.btn-region-select{
    height: 40px;
    width: 40px;
    background: #263044;
    position: absolute;
    color:#b3b3b3 ;
    z-index: 3;
    right: 40px;
    transform: translate(100%);
    border: none;
    outline: none;
    pointer-events: none;
}
.pulse {
    animation: pulse 1s infinite;
}

@keyframes pulse{
    0% {
        box-shadow: 0 0 5px rgba(255, 163, 0, .7);
    }
    50% {
        box-shadow: 0 0 15px var(--primary-color);
    }
    100% {
        box-shadow: 0 0 5px rgba(255, 163, 0, .7);
    }
}

.input-region-checkbox input{
    width: 19px;
    height: 19px;
    border: 2px solid var(--primary-color);
}

.input-region-checkbox input:checked{
    background-color: var(--primary-color);
      border-color: var(--primary-color); 
}

.total-order-found{
    font-size: 13px;
    color: #b3b3b3;
    text-align: center;
}
.btn-resert-found{
    color: #b3b3b3;
    border: 2px solid #263044;
    border-radius: 4px;
    height: 26px;
    width: 100px;
    text-align: center;
    line-height: 0;
    background-color: transparent;
}

.form-search input{
    height: 40px;
    width: 260px;
    outline: none;
    /* position: relative; */
    z-index: 2;
    float: left;
    margin-bottom: 0;
    border: none;
    padding: 0 20px;
    border-radius: 2px 0 0 2px;
    background: #1f2635;
    font-size: 14px;
    color: #fff;
}

.form-search button{
    height: 40px;
    width: 40px;
    background: #263043;
    border: none;
    color: #fff;
}

.btn-resert-found i{
    color: var(--primary-color);
}

.list-rank-search button{
    border: 1px solid #b3b3b3;
    border-radius: 3px !important;
    color: #b3b3b3;
    margin-right: 8px;
    margin-bottom: 10px;
    line-height: normal;
    width: initial;
    padding: .2rem .5rem;
    font-size: 14px;
    cursor: pointer;
    background: transparent;
}

.list-rank-search{
    clear: both;
    padding-bottom: 20px;
    margin-top: 0;
    border-bottom: 1px solid #1f2635;

}
.table-list-nick-head{
    border-bottom: 1px solid #1f2635;
    color: #b3b3b3;

    text-align: center;
}
.select-up-down i{
    line-height: 0.5;
}

.select-up-down .selected{
    color: var(--primary-color);

}

.table-list-nick{
    margin-right: -15px;
    margin-left: -15px;
}

.table-list-nick-col{
    width: 40%;
}
.pim-online-status-sell i{
    width: 18px;
    height: 20px;
    background: url(../image/lich.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    text-align: center;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 6px;
    margin-right: 2px;
    user-select: none;
    font-weight: bold;
    color: #b3b3b3;
}
.pim-online-status-sell p{
    color: var(--primary-color);
}

.img-seller-logo img{
    border-radius: 50%;
    vertical-align: middle;
    margin: 0;
    border: 4px solid #1f2635;
}

.level-seller{
    font-size: 13px;
    color: #37bd20;
    text-align: center;
}
.infor-seller-table .name {
    color: #b3b3b3;
}
.infor-seller-table .title{
    font-size: 14px;
}
.infor-seller-table{
    border-bottom: 1px solid #1f2635 !important;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.title-delivery{
    font-size: 14px;
    color: #b3b3b3;
    vertical-align: middle;
}
.offer-price-tag {
    text-align: center;
    font-size: 22px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: 700;
    /* font-family: bebas-regular; */
}

.btn-buy-acc-now{
    background-color: #37bc20 !important;
    margin-right: unset;
    line-height: 26px;
    color: #fff;
    font-weight: 700 !important;
    border-radius: 2px;
}

.btn-buy-acc-now:hover{
    background-color: #47d62d !important;

}

.pagination li.active a {
    background: #1f2635;
    color: #fff !important;
    width: 39px;
    height: 39px;
    padding: 12px 0;
    border: 1px solid #263044;
    font-size: 14px;
    margin: 2px;
    text-align: center;
    border-radius: 0;
    line-height: 1;
}

.pagination li a {
    background: transparent;
    color: #fff;
    width: 39px;
    height: 39px;
    padding: 12px 0;
    border: 1px solid #263044;
    font-size: 14px;
    margin: 2px;
    text-align: center;
    border-radius: 0;
    line-height: 1;

}

.tradding-info-line{
    border-bottom: 1px solid #1f2635
}

.tradding-info-title{
    line-height: 0;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
}
.list-nick-item{
    background: #161c26 !important;

}

.nick-item-mobile{
    border: 1px solid #1f2635;
    border-radius: 8px;
    margin: 10px 0px;
    background: #141922;
}

.title-nick-mob {
    border-bottom: 1px solid #1f2635
}

.btn-mobile-buy{
    padding: 8px 0 ;
}

.offer-price-tag-mobile{
    font-size: 20px;
    font-weight: 700;
    color: white;
}
.tags {
    display: flex;
    gap: 10px;
    margin-bottom: 4px;
}
.tag {
    gap: 4px;
    align-items: center;
    border-radius: 4px;
    display: flex;
    font-size: 13px;
    height: 32px;
    line-height: 16px;
    padding: 6px 0px;
    width: -moz-max-content;
    width: max-content;
    border: unset;
}
.tag.theft {
    color: #24b26e;
    background: transparent;
}
.tag-verify .theft:hover {
    border: unset;
}
.tag.no-stealing {
    color: #b3b3b3;
    background: transparent;
}
.tag-no-stealing .no-stealing:hover {
    border: unset;
}
.no-stealing svg {
    filter: invert(77%) sepia(7%) saturate(14%) hue-rotate(35deg) brightness(92%) contrast(93%);
}
.box-pc {
    display: block;
}

.box-mobile {
    display: none;
}
@media screen and (max-width: 992px) {
    .box-pc {
        display: none !important;
        -webkit-display: none !important;
        visibility: hidden;
        opacity: 0;
        height: 0;
    }
    .box-mobile {
        display: block !important;
        -webkit-display: block !important;
        visibility: visible;
        opacity: 1;
        height: auto;
    }
}