/* stylelint-disable selector-max-id */

#page_content {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
}

.page-loading {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.spinner {
    display: inline-block;
    width: 34px;
    height: 35px;
    background: url(https://exchange.coinbase.com/86d19c1af25e780811e4.svg) no-repeat;
    background-size: 100%;
    opacity: 0.25;
}

