.outercontent {
    display:flex;
    flex-direction: row;
    overflow: hidden;
}
#default[active] {
    display:flex;
    --padding: 10px;
    padding: 20px;
    padding-left: var(--padding);
    padding-right: var(--padding);
    text-align: center;
    flex-direction: column;
    gap:5px;
    flex:1;
    overflow-y: auto;
}
/* #content {
    flex: 1;
    overflow-y: scroll;
    border-left: 1px solid var(--text);
    padding-left: 15px;
    border-radius: 10px;
} */
.section {
    display: none;
    flex: 1;
    overflow-y: auto;
    padding-top: 2rem;
}
.section[active] {
    display: block;
}
.goBack{
    position: fixed;
    top: 1.75rem;
    display: inline-block;
    color: var(--text);
    font-size: 1.25rem;
    padding: .5rem 1rem;
    background-color: var(--background);
    border-radius: 5px;
    /* margin: 3rem 0; */
    font-weight: bold;
    z-index: 18;
}
#default > a {
    padding: 15px 25px;
    background-color: var(--container);
    border-radius: 10px;
    color:var(--text);
    font-size: 1.4rem;
    text-decoration: none;

    display: flex;
    gap: 10px;
    align-items: center;

}
#default > a[disabled] {
    color: var(--text);
    opacity: .5;
}
/* #default > a:after {
    --thickness: 3px;
    content: "";
    position:absolute;
    left:-40px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    width: 15px;
    height: 15px;
    border-top: var(--thickness) solid var(--text);
    border-right: var(--thickness) solid var(--text);
    opacity: 0;
    transition-duration: 250ms;
} */

#default > a:hover:not([disabled]) {
    /* transform: translateX(10px); */
    background-color: rgba(var(--container-rgb), .1);
}
/* #default > a:hover:not([disabled]):after {
    opacity: 1;
} */

#default > a.bkp {
    background-color: rgba(229, 255, 0, 0.356);

}

#default h2 {
    margin-top: 10px;
    font-size: 1.75rem;
}
#default h2[nospacing] {
    margin: 0;
}
/* #content > div {
    display: none;
}
#content > div[active] {
    display: block;
    width: 100%;
    height: 100%;
}
#content > div.center[active] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}
#content > div.center[active] h1 {
    font-size: 3rem;
} */
.inner {
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    background-color: rgba(0,0,0,.1);
}
#subscriptionId[hide] {
    filter:blur(8px);
}
#payeremail[hide] {
    filter:blur(8px);
}
.side{
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 1.5rem;
    position: relative;
}
.side *[small] {
    font-size: 1.25rem;
}
#clrpreview {
    width: 100px;
    height: 50px;
    border-radius: 8px;
}
.line {
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
    width: 95%;
    background-color: var(--text);
    opacity: .25;
    height: 3px;
    border-radius: 3px;
}
#featuredblue {
    position: relative;
    width: 100px;
    height: 100px;
    cursor: pointer;
}
#featuredblue img {
    width: 100%;
    height: 100%;
}
#featuredblue::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
    background-image: linear-gradient(#00000000 0%, #00000000 30%, #000000);
    /* background-color: red; */
}
#featuredblue::after{
    content: '';
    width: 10px;
    height: 10px;
    rotate: 135deg;
    border-top: 3px solid white;
    border-right: 3px solid white;
    position: absolute;
    right:10px;
    bottom: 13px;
    /* border-radius: 3px; */
    transition-duration: 250ms;
}
#featuredblue:hover::after {
    /* border-top: 5px solid white;
    border-right: 5px solid white; */
    bottom: 9px;
}
.side .locked {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background-color: #000000af;
    z-index: 8;
    color: white;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    padding-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
#usingbmac {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26,26,26,.5);
    z-index: 9;
    border-radius: 10px;
}
#usingbmac[show] {
    display: flex;
}
#usingbmac > div {
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%);
    background-color: var(--background);
    padding: 20px;
    text-align: center;

    display: flex;
    /* align-items: center; */
    flex-direction: column;
}
.account {
    display: flex;
    justify-content: space-between;
}
.providerdetails {
    display: flex;
    align-items: center;
    gap:5px;
    font-size: 1.25rem;
}
.ex {
    display: none;
}
.accountlist{
    display: flex;
    flex-direction: column;
    gap:5px;
}
#mobile_no_embed {
    display: none;
}
#chooseBlue {
    width: 80vw;
    height: 80vh;
}
.blue_section {
    /* --banner-img: url(); */
    display: flex;
    background-color: rgba(var(--background-rgb), .5);
    border-radius: 5px;
    gap:1rem;
    padding: 1rem;
    flex-wrap: wrap;
    position: relative;
}
.blue_section::before {
    content: '';
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-image: var(--banner-img);
    background-size:contain;
    background-repeat: repeat;
    mask-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,1));
    opacity: .5;
}
.bluechar {
    position: relative;
    cursor: pointer;
    transition: 250ms transform;
    filter: brightness(0%);
}
.bluechar[given] {
    filter: brightness(100%);
}
.bluechar:hover {
    transform: translateY(2px);
}
.outercontent:has(#default:not([active])) {
    overflow-y: hidden;
}
@media screen and (max-width:900px) {
    .bkplusbanner {
        flex-direction: column;
    }
    .account {
        gap:.5rem;
        flex-direction: column;
    }
    .goBack {
        top: .75rem;
    }
    .section {
        padding-top: 2.75rem;
    }
    #embedParent{
        display: none;
    }
    #mobile_no_embed {
        display: block;
    }
}