:root{
    --customcolor_price_fk: #dc2626;
    --customcolor_button_fk: #ef4444;
    --customcolor_border_fk: #ef4444;
}

/*.content{*/
/*    background: #f5f5f5 !important;*/
/*}*/

.background-fk{
    background: #f5f5f5;
}
.background-white{
    background: #fff;
    /*border: 1px solid #fddddd;*/
}
.item_buy_list_in_css_fk:hover{
    border: 1px solid #e64d4d;
}
.title-listnick-fk{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap:4px;
}
.listnick-fk-text{
    font-size: 14px;
    font-weight: 700;
}
.custom-header-modal-fk{
    background: #cc0808;
}
.custom-header-modal-fk .nick-modal-header{
    color: #fff;
}
.title-formdonhang-fk > a.active{
    color: #f15f57 !important;
    border-bottom: 2px solid #f15f57 !important;
    font-weight: 500;
}
.customcolor_price_fk{
    color: var( --customcolor_price_fk) !important;
}
.refresh-captcha{
    background: var(--customcolor_button_fk)!important;
    border: 1px solid var(--customcolor_button_fk)!important;
    border-top-left-radius: 1px;
    border-bottom-left-radius: 1px;
    color:#fff !important;
}
.refresh-captcha:hover{
    cursor: pointer;
}
.item_buy_list_in_bg_white{
    background: #fff;
}
.item_buy_list_in_bg_white:hover{
    border: 1px solid var(--customcolor_border_fk);
    cursor: pointer;
}
.btn_minigame_withdraw{
    color: var(--customcolor_price_fk);
    background: #fee2e2;
    border: 2px solid var(--customcolor_price_fk)!important;
    border-radius: 5px;
    font-weight: 600;
}
 .item_play_dif_slide_detail_comlumn {
     height: 630px !important;
 }
 .swiper-slide {
     height: auto !important;
 }
.description_service_fk .hidetext {
    max-height: 400px !important;
    overflow: hidden;
}
.job-wide-devider-title-fk{
    border: none !important;
    padding: 0 !important;
}
.title-service-fk{
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--customcolor_price_fk);
    padding-bottom: 10px;
}
.item_buy_list_in_fk_hover:hover{
    border: 1px solid var(--customcolor_button_fk)!important;
}
.title-minigame-fk{
    font-size: 28px !important;
}
.btn-all{
    background: #374151;
}
@media only screen and (max-width: 992px) {
    .title-minigame-fk{
        font-size: 18px !important;
    }
    .item_play_title p {
        text-align: center;
        color: #3f444a;
        font-size: 16px !important;
        margin: 10px 0;
        text-transform: uppercase;
        font-weight: 600;
    }
    .item_play_online_out{
        display: block!important;
    }
    .title-service-fk{
        font-size: 18px;
        font-weight: bold;
        text-transform: uppercase;
        color: var(--customcolor_price_fk)
    }
    .item_buy_list_img {
        position: relative;
        padding-bottom: 65%!important;
    }
    .btn-service-fk{
        display: block!important;
    }
    .listnick-fk-text {
        font-size: 16px;
        font-weight: 700;
    }
    .item_buy_list_price{
        font-size:18px;
    }
    .item_play_dif_slide_img_minigame img {
        background-size: cover;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        max-height: 100%;
        min-height: 100%;
        object-fit: cover;
    }

}
