.dv-subheader-bg {
    /* background-image: url(/images/GameAccountSelector/subheader_slim_bg.png); */
    background-color: var(--dv-subheader-bg);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
    height: calc(1px * var(--dv-subheader-height));
    position: relative;
    z-index: 9998;
}

.subheader-stacking {
    display: flex;
    flex-direction: row;
    justify-content: left;
    z-index: 4;
}

.subheader-nav-account-info-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: left;
    align-items: center;
    height: 107px;
    /*width: 100%;*/
}

.subheader-container {
    font-family: "acumin-variable",sans-serif;
    font-variation-settings: 'wght' 600, 'wdth' 67.5, 'slnt' 0;
    color: var(--dv-text);
    width: 100%;
    height: inherit;
}

.subheader-card-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.subheader-card-container-left-content {
    width: calc(1px * var(--dv-subheader-card-width));
    /* min-width: calc(1px * var(--dv-subheader-card-min-width)); */
}

.subheader-card-container-right-content {
    width: calc(1px * var(--dv-subheader-card-width));
    /* min-width: calc(1px * var(--dv-subheader-card-min-width)); */
}

.subheader-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.subheader-card-left-icon {
    flex-grow: 0;
}
.subheader-card-center-text {
    flex-grow: 1;
}
.subheader-card-right-button {
    flex-grow: 0;
}




/* INACTIVE STATE */
.subheader-inactive-text{
    padding-left:1em;
    padding-right:1em;
    text-align: left;
    font-size: 1rem;}

.subheader-inactive-img {
    width: calc(88px * 0.8);
    height: calc(88px * 0.8);
}















.account-info-container {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}





.vip-point-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.vip-point-info-container {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    min-width: 370px;
}
.vip-point-title {
    color: var(--dv-text);
    font-size: 13px;
    margin-right: 5px;
    margin-left: 5px;
}
.vip-point-subtitle {
    color: var(--dv-yellow);
    font-size: 11px;
}

.vip-point-icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.vip-point-icon {
 height: 50px;
}


.vip-point-container-column{
    display: flex;
    flex-direction: column;
}



.vip-point-progress-bar-container-outer {
    background-color: transparent;
    width:auto;
    height: 28.5px;
    border: none;
    display: flex;
    align-items: center;
    margin: 0px 5px;
}

.vip-point-level-start {
    color:white;
    font-size: 41px;
    padding: 0 5px 0 5px;
}

.vip-point-progress-bar-container {
    height: 100%;
    width: 401px;
    background-color: rgb(36, 34, 34);
    border: 2px solid rgb(63, 63, 63);
    border-radius: calc(1rem - 2.5px);
    display: flex;
    position: relative;
}

.vip-point-progress {
    background-image: linear-gradient(#c7f1c9, #0ec518,#015e06);
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 -2px 0 2px rgba(128, 206, 128, 0.4) inset, 0 5px 5px rgba(48, 136, 61, 0.17) inset, 0 3px rgba(255, 255, 255, 0.5) inset;
    height: 100%;
    border-radius: calc(1rem - 2.5px) 0 0 calc(1rem - 2.5px);
    margin-left: -2px;
}

.vip-point-progress.full {
    border-radius: calc(1rem - 2.5px);
}

.vip-point-progress-numbers {
    position: absolute;
    font-size: 20px;
    color: white;
    z-index: 5;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* lets clicks pass through */
}

.vip-point-level-end {
    font-size: 41px;
    color: white;
    padding: 0 5px 0 5px;
}







.game-account-dropdown {
    position: relative;
    left: 5px;
    width: 600px;
    z-index: 10000;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14);
}
.game-account-dropdown-node-left {
    display: flex;
    flex-direction: row;
    align-items: center;
}



.crown-counter-container-top {
    display: flex;
    color:white;
    background-color: rgb(24, 24, 24);
    border: 2px solid rgb(63, 63, 63);
    border-radius: 1rem;
    font-size: 1.25rem;
    height: 48px;
    width: 329px;
    justify-content: center;
    align-items: center;
    width: 170px;;
}

.crown-counter-container-bottom {
    display:none;
    color:white;
    background-color: rgb(24, 24, 24);
    border: 2px solid rgb(63, 63, 63);
    border-radius: 1rem;
    font-size: 1.25rem;
    height: 30px;
    width: 329px;
    justify-content: center;
    align-items: center;
    width: 170px;;    
}


.crown-counter-crown-icon-container{
    width: 30px;
    display: inline-flex;
    align-items: center;
    padding-top: 5px;
}


.crown-counter-crown-icon{
    width: inherit;
    padding-right: 5px;
}

.crown-count {
    font-size: 1.75rem;
}



/*  ------- Reactive Sizing -------  */


/* Mobile Screen */
@media screen and (max-width: 790px) {
    /*
    .dv-subheader-bg {
        background-image: url(/images/GameAccountSelector/Mobile_SubHeader.jpg);
        height: 160px;
    }
    */

    .subheader-stacking {
        display: flex;
        justify-content: center;
        z-index: 4;
    }
    .subheader-nav-account-info-container {
        display: flex;
        flex-direction: row;
        flex-flow: row wrap;
        justify-content: center;
        align-items: center;
        height: auto; /* 160px;*/
        width: 350px;
    }

    /* When the content wraps top-bottom */
    .subheader-nav-bar .dv-button{
        width: 170px;
        height: 2em;
        font-size: 1.0rem;
        margin-top: 10px;
    }

    .crown-counter-container {
        margin: 5px 0px;
    }
    


    .vip-point-info-container {
        display: none;
    }


    .subheader-inactive-img{
        display: none;
    }

    .game-account-dropdown {
        width: 330px;
        margin-left: auto;
        margin-right: auto;
        left: 0px;
        right: 0px;
        top: -67px;
    }

    .game-account-dropdown-node-left {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .subheader-container-right-content {
        width: 100%;
    }
    .subheader-container-left-content {
        width: 100%;
    }
    

    .subheader-card-container-left-content {
        width: calc(1px * var(--dv-subheader-card-min-width));
    }
    
    .subheader-card-container-right-content {
        width: calc(1px * var(--dv-subheader-card-min-width));
    }
    .subheader-card {
        flex-direction: column;
    }    
    .subheader-card-center-text {
        /*display: none;*/
        font-family: "acumin-variable",sans-serif;
        font-variation-settings: 'wght' 600, 'wdth' 20, 'slnt' 0;
        height: 40px;
    }
    .subheader-inactive-text{
        /*font-size: 1.5rem;*/ /* bump up size on mobile screens */
        font-size: 0.75rem;
        text-align: center;
    }    

    .dv-subheader-bg {
        height: calc(1px * (var(--dv-subheader-height-mobile)))
    }
    .subheader-container {
        /* padding: 1em*/

    }


    .vip-point-progress-bar-container {
        width: 130px;
    }
    .vip-point-icon {
        height: 30px;
    }
    .crown-vip-container {
        display: flex;
        flex-direction: row;
        width : 100%;
        justify-content: space-between;
        gap: 5px
    }
    .crown-count {
        font-size: 1.2rem;
    }
    .crown-counter-container-top {
        display:none;
    }
    .crown-counter-container-bottom {
        display: flex;
        margin-top: 2px;
    }
    .crown-counter-crown-icon-container {
        width:25px;
    }

    .vip-point-level-start {
        font-size: 35px;
        padding: 0 5px 0 5px;
    }
    .vip-point-level-end {
        font-size: 35px;
        padding: 0 5px 0 5px;
    }
    .game-account-dropdown-btn-container{
        margin-right: 0px;
        width: 340px;
    }
    .game-account-dropdown-btn-username-container {
        width: 275px;
    }
    .subheader-game-accout-selector {
        width: 100%;
    }
}

/* Small Screen */
@media screen and (min-width: 791px) and (max-width: 1049px) {
    .vip-point-info-container {
        display: none;
    }
}

/* Medium Screen */
@media screen and (min-width: 1050px) and (max-width: 1280px) {
    .vip-point-info-container {
        display: none;
    }
}

/* Large Screen */
@media screen and (min-width: 1281px) and (max-width: 1680px) {
    .vip-point-container {
        padding-left: 10px;
    }
}

/* XLarge Screen */
@media screen and (min-width: 1681px) {
    .vip-point-container {
        padding-left: 10px;
    }
}