/* 排行榜 */
#rankboard td[data-title] span {
    width: 80%;
    display: inline-block;
}

.gameGroupSelector {
    max-width: 950px;
    margin: 15px auto;
    display: flex;
    justify-content: space-between;
}

.gameGroupSelector select {
    display: inline-block;
}

.game-hall {
    margin: auto 0;
    text-align: center;
    display: inline-block;
}

#bonus-list .game-hall {
    width: 100%;
}

.game-hall .btn {
    width: 140px;
}

.game-hall .btn+.btn {
    margin-left: 10px;
}

.game-hall .disable {
    filter: grayscale(0.5);
}

.game-hall .disable:hover {
    color: #b336ff;
}

.boardRangeSelect,
#jpGroupSelect {
    max-width: 230px;
    margin: 0 0.5rem;
    padding-left: 0.5rem;
}

.game-board-set .form-control {
    max-width: 230;
}

#game-board .gameTypeSelect {
    max-width: 100;
}

#game-board .boardRankSelect,
#game-board .boardRankIos {
    max-width: 140;
}


.drop {
    position: relative;
    display: inline-block;
    margin: 0 0.5rem;
}

.drop .dropOption {
    position: relative;
    color: #fff;
    width: 100%;
    font-size: 1rem;
    background-color: #1e0030;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
}


.drop .dropOption::after {
    content: "";
    position: absolute;
    top: 8px;
    right: -0.25px;
    border-width: 10px 8px;
    border-style: solid;
    border-color: #b336ff transparent transparent transparent;
}

.drop .dropdown {
    display: none;
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 0;
    margin: 0;
    background-color: #1e0030;
    border-radius: 6px;
    box-sizing: border-box;
    z-index: 10;
    top: 2.25rem;
    border: 1px solid #8600c9;
    left: 0;
}

.drop .dropdown>li {
    display: block;
    color: #fff;
    padding: 12px;
    font-size: 20px;
    cursor: pointer;
}


.drop .dropdown>li:hover {
    background-color: #264879;
    border-radius: 6px;
}

.drop .dropdown.active {
    display: block;
}

.drop .dropdown>li.active {
    background-color: #264879;
}

.form-control {
    padding: 0.375rem 0.5rem;
}

@media only screen and (min-width: 1200px) {
    .gameGroupSelector {
        padding: 0;
    }
}

/* ipad Air */
@media only screen and (min-width: 1180px) and (orientation: landscape) {
    .game-hall .btn {
        width: 120px;
    }

}

/* 排行榜 */
@media only screen and (max-width: 1024px) {

    /* 排行榜 */
    .game-hall .btn {
        width: 80px;
    }
}

/* ipad Air */
@media only screen and (min-width: 820px) and (orientation: portrait) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    #game-board .form-control {
        max-width: calc(33.3333% - 0.25rem);
        margin: 0.25rem 0;
    }

    #game-board .container {
        padding: 0;
    }

    .game-board-set {
        flex-wrap: wrap;
    }

    #game-board .game-hall {
        width: 100%;
    }

    #game-board .btn {
        width: calc(33% - 0.5rem);
        margin: 0.25rem 0;
    }
}

@media only screen and (max-width: 576px) {
    /* 排行榜 */

    .gameGroupSelector {
        width: 100%;
        flex-wrap: wrap;
        padding: 0;
    }

    .game-hall {
        width: 100%;
        margin-top: 0.5rem;
    }

    .game-hall .btn {
        width: calc(33.3333% - 0.25rem);
    }


    .game-hall .btn+.btn {
        margin: 0;
    }

    .boardRangeSelect,
    #jpGroupSelect {
        max-width: 100%;
    }

    #rankboard .container {
        padding: 0.5rem;
    }

    .table-wrap {
        padding: 0;
    }

    #rankboard td[data-title] div {
        display: inline;
    }

    #rankboard td[data-title] span {
        display: unset;
    }

    .btn-group {
        margin-top: 1.5rem;
    }

    .mobile-Font {
        font-size: 15;
    }

    #game-board .form-control {
        max-width: 100%;
        margin: 0.25rem 0;
    }
}

@media only screen and (max-width: 374px) {

    .mobile-Font {
        font-size: 12;
    }

    [data-title="玩家暱稱"] img {
        width: 40;
    }

}

/* JP紀錄多選 */
.multiselect-native-select label,
.multiselect-native-select span {
    color: #fff;
}

.multiselect-native-select button {
    width: 158px;
}

.multiselect-native-select .dropdown-toggle,
.multiselect-native-select .dropdown-menu {
    background-color: #1e0030;
    border: 1px solid #8600c9;
}

.multiselect-native-select .dropdown-item:focus {
    background-color: #1e0030;
}

.multiselect-native-select .dropdown-item:hover,
.multiselect-native-select .dropdown-item.active {
    background-color: #8600c9;
}

.multiselect-native-select .dropdown-item-text {
    background-color: #1e0030;
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0.1rem 0.25rem 1.5rem;
}

.multiselect-native-select .custom-select:focus {
    box-shadow: none;
}

.multiselect-native-select .checkAll {
    background-color: #1e0030;
    color: #fff;
    padding: 0.25rem 0.1rem
}

.multiselect-native-select .checkAll:hover {
    background-color: #8600c9;
}  /* i i s 7 . c o m */