.page[data-v-0f677d9c] {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    color: #fff;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.page.nobg[data-v-0f677d9c] {
    background: none
}

.page.defaultBg[data-v-0f677d9c] {
    background: #0e1615 url(/img/bg-default-BETpHMBO.png) no-repeat;
    background-size: 100% auto
}

.page .headers[data-v-0f677d9c] {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    z-index: 9
}

.page .headers.fixed[data-v-0f677d9c] {
    position: absolute;
    top: 0;
    left: 0
}

.page .footer[data-v-0f677d9c] {
    flex: 0 0 auto;
    width: 100%;
    position: relative;
    z-index: 2
}

.page .page-container[data-v-0f677d9c] {
    min-height: 0;
    flex: 1;
    position: relative;
    z-index: 2
}

.page .scroll[data-v-0f677d9c] {
    height: 100%;
    overflow-y: auto
}