.type_menu {
    padding: 1px;
}

.type_menu_item.new:after {
    background: #FFD7B8!important;
}

.bankcards_add_form .textbox_content {
    border-radius: 4px;
}
.bpc_selection {
    border-radius: 4px 0 0 4px;
    border: var(--textfield_borderthick_default) solid var(--textfield_border_default) !important;

}
.card_container, .bankcards_list li {
    border-radius: 4px;
}

.vip_mp_details {
    border-radius: 4px!important;
}

.myvip_top_container .myvip_content {
    border-radius: 4px!important;
}

.myvip_swiper{
	border-radius: 4px;
}

.transfer_item {
    border-radius: unset !important;
}

.myvip_content > .block_content.mt-3 {
    margin-bottom: 8px!important;
}

.type_menu.cs_type_menu{
    border:none!important;
}

.index_announcement_area marquee {
    margin-right: 7px;
}

.appbar_tab1, .appbar_tab2, .appbar_tab3, .appbar_tab4, .appbar_tab5, 
.appbar_promo, .appbar_safety, .appbar_vip, .appbar_slot {
    border-bottom: 0.5px solid var(--line_general);
}

.marquee_url_icon {
    height: 20px !important;
    width: auto;
    margin-right: 5px;
}

.marquee_title_img {
    width: 80% !important;
}

/*@media only screen and (min-width: 375px) and (min-height: 812px) {
    .game_menu,
    .game_list,
    .game_list_item{
        height: 440px !important;
    }
}
*/
@media only screen and (max-width: 375px) and (max-height: 667px) {
    .game_list{
        width: calc(100% - 106px ) !important;
    }
}

@media only screen and (max-width: 320px){
    .game_list{
        width: calc(100% - 106px ) !important;
    }

    /*.game_menu,
    .game_list,
    .game_list_item{
        height: 350px !important;
        min-height: 286px !important;
    }
*/
    .game_list_item[data-varCount="7"] .game_item {
        height: 110px !important;
    }

    .game_list_item[data-varCount="4"] .game_item {
        height: 132px !important;
        /*height: calc(100% / 2 - 8px) !important;*/
    }

    .game_list_item[data-varCount="2"] .game_item{
         height: 136px !important;
        /*height: calc(100% / 2 - 8px) !important;*/
    }

    .game_list_item[data-varCount="1"] .game_item {
        height: 280px !important;
    }
}

.game_list_item{
    overflow:unset;
}
.history_day_filter select {
    background: #000000!important;
}

.category_item {
    position: relative;
    width: calc(33% - 8px);
    margin-right: 12px;
    margin-bottom: 12px;
    overflow-y: hidden;
    font-weight: 600;
    color: var(--txt_content);
    height: 109px !important;
    background: var(--tile_bg)!important;
    box-shadow: var(--tile_shadow)!important;
    border-radius: var(--tile_radius)!important;
    border: var(--tile_borderthick) solid var(--tile_border)!important;
}

.footer .block_content a{
    font-size: 13px;
}

.index_sub_profile .left {
    width: 30vw;
    height: 100%;
    border-radius: 8px 0px 0px 8px;
}

.index_sub_profile .right {
    margin-left: auto;
    width: calc(100% - 40vw);
    border-radius: 0px 8px 8px 0px;
    margin-right: unset !important;
}

.index_sub_profile .right .item {
    padding-right: 10%;
    color: var(--txt_content);
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.slot_game_subpage hr,
.fish_game_subpage hr{
    display: none !important;
}

.promo_arrow { 
    right: 0px;
    top: 0px;
    width: 24px;
    align-items: center !important;
    justify-content: center;
    display: flex;
}

.slot_game_subpage .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding:unset !important;
}

.slot_game_subpage .pl-search .select2-container--default .select2-selection--multiple .select2-selection__rendered input{
    padding: 0px 30px 0px 40px!important;
}

.recommend_pg::after {
    left: -1px !important;
}

.header .block_content .title, .subpage_header .block_content .title {
    font-weight: normal!important;
}

.floating_img1{
  position: fixed;
  bottom: 80px;
  right: 8px;
  z-index: 2;
  display: flex;
  flex-direction: column;
 
}
.floating_img1_close{
  width: 100%;
  text-align: right;

}
.floating_img1_close img {
  width: 16px;
  cursor: pointer;
 
}
.floating_image img{
  width: 96px; cursor: pointer;
}