.game-hide {
    display: none;
}

/* PROVIDER TYPE */
.hide-provider {
    display: none;
}

.show-provider {
    display: block;
}

/* GAME TYPE */
.not-game-type {
    display: none;
}

.game-type {
    display: block;
}

.slot-type {
    display: flex !important;
    justify-content: space-between;
    padding: 1px;
    text-align: left;
    margin-left: 30px; /*marko*/
    margin-bottom: 4px;
}

input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox; /* Firefox */
    -ms-appearance: checkbox; /* not currently supported */
}

/* GAME SUBSCRIPTION */

.game-header-title {
    background-color: #ccc;
    padding: 8px;
    top: 0;
}

.slot-type input {
    background-color: grey;
    border: none;
}
.slot-type button {
    background-color: grey;
    border: none;
}

._game_list {
    display: flex;
}

.provider-wrapper {
    display: flex;
}

.provider-box {
    /*border: 1px solid black;*/
    /*margin-left: 15px; update by marvin*/
    /*padding: 9px 0; update by marvin*/
    /*/border-right: 1px solid rgba(255,255,255,0.1);*/
}
/*.provider-box span {
  border-right: solid 1px #cecece14;
  margin-left: 9px;
} update by marvin*/

.provider-box:nth-last-child(1) {
    border-right: none;
}

.provider-icon {
    width: 92px;
    height: 32px;
    object-fit: cover;
    cursor: pointer;
}

.gamelist {
    margin-left: 10px;
}

.game-list-image {
    background-color: white;
    border: none;
    margin: 10px 0;
    vertical-align: text-top;
    width: 150px;
    height: 100px;
    object-fit: cover;
    position: relative;
    margin-top: 0;
}

.game-name {
    color: #fff;
    position: absolute;
    z-index: 100;
    margin-top: -45px;
    background: #0000008c;
    width: 150px;
    font-size: 12px;
    text-align: center;
    height: 36px;
}

div#view-sp {
    height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-right: 18px;
}

.sub-provider-wrapper {
    display: flex;
}

.sub-providers-show {
    padding: 0 12px;
}

.sp-title i.fa.fa-caret-down,
.sp-title i.fa.fa-caret-up {
    align-items: center;
    font-size: 17px;
    height: 21px;
    display: flex;
    justify-content: center;
    margin-right: 4px;
    cursor: pointer;
    margin-left: 6px;
}

button#view_sp_all,
#view_sp_less {
    display: flex;
    width: 100px;
    outline: none;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    font-weight: bold;
    color: #fff;
    justify-content: center;
    margin-bottom: 0px;
    font-size: 12px;
    font-family: SEGOE UI;
}

#view_provider_all,
#view_provider_less {
    display: flex;
    width: 100px;
    outline: none;
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    font-weight: bold;
    color: #fff;
    justify-content: center;
    font-size: 12px;
    font-family: SEGOE UI;
}

#view_sp_all i.fa.fa-caret-down,
#view_sp_less i.fa.fa-caret-up,
#view_provider_all i.fa.fa-caret-down,
#view_provider_less i.fa.fa-caret-up {
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-provider-wrapper .provider-wrapper {
    margin-right: 12px;
    margin-left: 12px;
    width: 90%; /*update by marvin*/
}
.mj-slot p {
    /*margin-left: 13px;*/
    font-size: 12px;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 0;
}
/*.d-flex.prov-con,.sub-prov-con {
  margin-bottom: 12px;
}*/
.d-flex.prov-con {
    margin-top: 4px;
}
.view-more-butt {
    margin-right: 18px;
}

.mj-slot p {
    font-family: SEGOE UI;
    font-size: 12px;
}

.sticky {
    position: sticky;
    top: 75px;
    width: 100%;
    padding-top: 10px;
    z-index: 1001;
    background-color: #34373a;
}
.mj-slot .filter-type {
    border-bottom: 4px solid #1d1c1c;
}

.mj-slot .active {
    border-bottom: 4px solid rgb(92, 174, 79);
}
.mj-slot .filter-type:hover {
    border-bottom: 4px solid rgb(92, 174, 79);
}
