* {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'GF Ordner Inverted';
    src: url('../images/OrdnerNormal.woff2') format('woff2'),
    url('../images/OrdnerNormal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

ul {
    list-style: none;
}

canvas {
    outline: none;
}

.no-content {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.no-content div {
    display: table-cell;
    vertical-align: middle;

}

.overScroll::-webkit-scrollbar {
    display: none;
}
.overScroll {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
}

[data-component-section] .nav-tabs-content::-webkit-scrollbar {
    display: none;
}

[data-component-section] .nav-tabs-content {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
    height: calc(100% - 25px - 15px);
    display: inline-block;
    width: 100%;
}

[data-component-section="left"] .nav-tabs-content {
    display: inherit;
    height: 95vh;
}


.icon-game-mh1,
.icon-game-mh2{
    position:relative;

}
.icon-game-mh1:before,
.icon-game-mh2:before {
    width: 32px;
    height: 32px;
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    left:0;
    top:2px;
}
.icon-game-mh1:before {
    content:url(../images/mh1-icon.png);
}

.icon-game-mh2:before {
    content:url(../images/mh2-icon.png);
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    /*position: relative;*/
    /*width: 100%;*/
    padding-right: 2px;
    padding-left: 2px;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control, .input-group-sm>.input-group-append>.btn, .input-group-sm>.input-group-append>.input-group-text, .input-group-sm>.input-group-prepend>.btn, .input-group-sm>.input-group-prepend>.input-group-text {
    font-size: .675rem;
}

.input-group-sm>.custom-select, .input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + 0.1rem + 2px);
}

.filter input{
    background: #ccc;
    height: 40px;
}

dl, ol, ul {
    margin-bottom: 0;
}


.nav-tabs-content {
    position: relative;
}
