
.text-default {
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    font-weight: bold;
    color: #2b328a;
    font-family: Arial Rounded;
}

.character-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-image: url(../assets/character-customization/backgroundimg-lobby.png);
    background-size: cover;
}

.content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
}

.content-box {
    width: 1220px;
    height: 552px;
    position: relative;
    display: flex;
    justify-content: space-between;
  
    text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    font-weight: bold;
    color: #2b328a;
    font-family: Arial Rounded;
}

.content-box-left {
    width: 480px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-box-right {
    width: 390px;
    height: 100%;
    position: relative;
    background-image: url(../assets/character-customization/CCcharacterbg-glow-large.png);
    background-size: 100% 100%;
}

.content-box-outer {
    width: 220px;
    height: 100%;
    position: relative;
    flex-direction: column;
    justify-content:flex-end;
    display: flex;
    position: relative;
    top: 60px
}

.content-box-border {
    width: 100%;
    height: 100%;
    border-radius: 37px;
    border: solid 20px #264294;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.content-box-left-top {
    width: 100%;
    height: 200px;
    position: relative;
    background-image: url(../assets/character-customization/CCcharacterbg-glow-large.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-box-left-bottom {
    width: 100%;
    height: 312px;
    position: relative;
    background-image: url(../assets/character-customization/CCcharacterbg-glow-large.png);
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-left-row {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.content-left-column-text {
    width: 180px; 
    height: auto;
    margin-left: 26px;
    display: flex;
    align-items: baseline;
    font-size: 28px;
    margin-top: 12px;

}

.content-left-column-pallete {
    width: 200px; 
    height: auto;
    display: flex;
    flex-direction: column;
    margin-right: 26px;
    margin-top: 12px;
}

.content-left-column-icons {
    width: 100%;
    height: auto;
    margin-left: 26px;
    margin-right: 26px;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    margin-bottom: 12px;
}

.content-left-pallete-row {
    width: 100%;
    height: auto;
    margin: 4px 0px;
    display: flex;
    justify-content: space-between;
}

.content-color-select {
    width: 56px;
    height: 36px;
    border: solid 6px;
    box-sizing: border-box;
    border-color: #fff;
    border-radius: 9px;
}

.content-color-select.skin-dark {
    background-color: #765941;
}

.content-color-select.skin-medium {
    background-color: #cca484;
}

.content-color-select.skin-fair {
    background-color: #eed1b7;
}

.content-color-select.eyes-blue {
    background-color: #3d8cca;
}

.content-color-select.eyes-darkbrown {
    background-color: #4c290c;
}

.content-color-select.eyes-lightbrown {
    background-color: #a86024;
}

.content-color-select.eyes-green {
    background-color: #357349;
}

.content-color-select.fadeout {
    pointer-events: none;
}

.content-color-select.hair-black {
    background-color: #000000;
}

.content-color-select.hair-darkbrown {
    background-color: #513929;
}

.content-color-select.hair-lightbrown {
    background-color: #895b25;
}

.content-color-select.hair-red {
    background-color: #c23838;
}

.content-color-select.hair-yellow {
    background-color: #f6e251;
}

.content-icon-select {
    width: 100%;
    height: 74px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 4px 0px;
    border: 0 none !important;
    outline: 0 none !important;
    box-sizing: border-box;
}

.content-icon-select-imagecontainer {
    width: 74px;
    height: 100%;
    border-radius: 50%;
    position: relative;
    top: 0px;
    left: 0px;
    overflow:hidden;

    box-sizing: border-box;
    background-color: #cbcbcb;
    border: solid 6px;
    border-color: #fff;
    border-radius: 37px;
}

.content-color-select.active .content-icon-select-imagecontainer,
.content-icon-select.active .content-icon-select-imagecontainer {
    border-color: #264294;
}

.content-color-select.active {
    box-shadow: 0px 0px 8px 4px #6bbede;
}

.content-icon-select img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.content-icon-select > .icon-name {
    top: 0%;
    text-align: left;
    font-size: 18px;
    padding-left: 14px;
    padding-right: 20px;
    width: calc(100% - 74px);
    box-sizing: border-box;
}

.button-container-hairstyle .content-icon-select.active {
    background-color: #6bbede;
    border-radius: 50%;
    box-shadow: 0px 0px 8px 4px #6bbede;
}

.content-button-holder {
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -36px;
    left: 0px;
}

.player-avatar-container {
    width: 640px;
    height: 920px;
    position: absolute;
    top: -50%;
}

.player-avatar-container img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.player-avatar-container img.active {
    opacity: 1;
}

#character-creation-canvas {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 0
}

@media only screen and (max-width: 1440px) {
    .content-box {
        width: 84.722vw;
        height: 38.333vw;}
    
    .content-box-left {
        width: 33.333vw;
    }
    
    .content-box-right {
        width: 27.083vw;
    }
    
    .content-box-outer {
        width: 15.278vw;
        top: 4.167vw
    }
    
    .content-box-border {
        border-radius: 2.569vw;
        border: solid 1.389vw #264294;
    }
    
    .content-box-left-top {
        height: 13.889vw;
    }
    
    .content-box-left-bottom {
        height: 21.667vw;
    }
    
    .content-left-column-text {
        width: 12.5vw; 
        margin-left: 1.806vw;
        font-size: 1.944vw;
        margin-top: 0.833vw;
    
    }
    
    .content-left-column-pallete {
        width: 13.889vw; 
        margin-right: 1.806vw;
        margin-top: 0.833vw;
    }
    
    .content-left-column-icons {
        margin-left: 1.806vw;
        margin-right: 1.806vw;
        margin-top: 1.25vw;
        margin-bottom: 0.833vw;
    }
    
    .content-left-pallete-row {
        margin: 0.278vw 0vw;
    }
    
    .content-color-select {
        width: 3.889vw;
        height: 2.5vw;
        border: solid 0.417vw;
        border-radius: 0.625vw;
    }
    
    .content-icon-select {
        border: solid 0.417vw;
        height: 5.139vw;
        border-radius: 2.569vw;
    }

    .content-icon-select-imagecontainer {
        width: 5.139vw;
    }
    
    .content-icon-select > .icon-name {
        font-size: 1.25vw;
        width: calc(100% -  5.139vw);
        padding-left: 0.972vw;
        padding-right: 1.389vw;
    }
    
    .content-button-holder {
        bottom: -2.5vw;
    }
    
    .player-avatar-container {
        width: 44.444vw;
        height: 63.889vw;
    }
}

@media only screen and (max-width: 1080px) {
    .content-box-outer {
        top: auto;
        bottom: 0px
    }

    .content-button-holder {
        bottom: 0.651vw
    }
}