/* 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');

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

#container-loading {
    position: absolute;
    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;
    overflow: hidden;
}
#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/logo_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%;
}

.dg select {
    color: #000;
}
