/* Noto Sans */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&display=swap');

/* Commissioner */
@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@900&display=swap');

/* Dot Gothic */
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');

@font-face {
    font-family: 'display';
    src: url('../fonts/display/DisplayOTF.woff2') format('woff2'),
    url('../fonts/display/DisplayOTF.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

#game {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    text-align: center;
}

#text-loading-progress #loading-label {
    font-size: 1.4em; /*22.4px*/
    line-height: initial;
}

#text-loading-progress #percentage-label {
    font-size: 1.1em; /*17.6px*/
    line-height: initial;
}

/* PZ Wrapper Customisation */

#info-bar {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    opacity: 1;
}

#loading-content {
    display: inline-flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*override default*/
    position: initial;
    bottom: initial;
    width: initial;
    text-align: initial;
    height: 80vh;
    margin: auto;
}

#second-loading-image {
    display: flex;
    flex: 7;
    width: 30%;
    background-image: url(../images/platform/preloader_logo.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 10px;
}

.container-fluid {
    display: flex;
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.container-fluid .row {
    width: 100%;
}

#text-loading-progress {
    display: none;
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
}

#supplier-logo {
    display: flex;
    flex: 4;
    width: 100px;
    background-image: url(../images/platform/bbg-white.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 10px;
}

#getting_started,
#how_to_play,
#rules,
#nothing > ul li {
    padding-left: 1.5em;
}

/*
    BBG Wrapper Customisation
*/
#container-game {
    background-image: url(../images/platform/preloader_background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: initial !important; /*if set to fixed, there might be no background image on the iOS devices*/
    background-position: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

#loading-bar {
    position: relative;
    height: 11px;
    border-radius: 0;
    border: 1px solid #9097f9;
    background: -webkit-linear-gradient(-90deg, rgba(0, 255, 251, 1) 0, rgba(57, 58, 204, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(0, 255, 251, 1) 0, rgba(57, 58, 204, 1) 100%);
    background: linear-gradient(180deg, rgba(0, 255, 251, 1) 0, rgba(57, 58, 204, 1) 100%);
    transition: width 1s linear;
    -webkit-box-shadow: 0 0 0 2px rgba(130, 89, 245, 0.58) inset;
    box-shadow: 0 0 0 2px rgba(130, 89, 245, 0.58) inset;
}

#loading-bar::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 4px,
        rgba(255, 255, 255, 0.1) 4px,
        rgba(255, 255, 255, 0.1) 8px
    );
}

#loading-content {
    display: inline-flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*override default*/
    position: initial;
    bottom: initial;
    width: initial;
    text-align: initial;
    margin-top: 5%;
    margin-bottom: 5%;
}

.container-fluid {
    display: flex;
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.dg select {
    color: #000;
}
