#hero_box {
    z-index: 3;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    min-height: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    padding-bottom: 55px;
}


#hero_menu_position {
    z-index: 10;
    position: absolute;
    bottom: 70px;
    left: 0;

    min-height: 0;
    width: 100%;     
}

#hero_menu_box {
    z-index: 10;
    position: relative;
    height: 55px;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;

    flex-grow: 1;
    flex-shrink: 0;

    border-bottom: 1px solid #2c2930;
}


.hero_menu_button {
    z-index: 5;
    position: relative;

    height: 100%;
    width: auto;
    min-width: fit-content;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    box-sizing: border-box;

    flex-grow: 1;
    flex-basis: 0;

    background-color: #1a181b;

    transition: all ease-in-out 0.2s;

}

.hero_menu_button:hover { cursor: pointer; }
.hero_menu_button--active { background-color: #252227; }

.hero_menu_text {

    z-index: 3;
    position: relative;
    min-height: 0;
    width: 100%;

    color: #868688;
    font-size: clamp(12px, 3.6vw, 14px);
    font-family: "Bree Serif", serif;
    font-weight: 400;
    text-align: center;

    transition: all ease-in-out 0.2s;
}

.hero_menu_button:hover .hero_menu_text {
    color: #ffffff;
}


.hero_menu_button--active .hero_menu_text { color: #ffffff; }


.hero_container_column {
    z-index: 3;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 5px;
    background-color: #23222b;
    box-sizing: border-box;
}

.hero_container_row {
    z-index: 3;
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 5px;
    background-color: #23222b;
    box-sizing: border-box;
}

.hero_container_column--margin {
    margin-bottom: 15px;
}

.hero_container_row--padding {
    padding: 15px;
}


.hero_container_titel_box {
    z-index: 3;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    box-sizing: border-box;
}


.hero_container_titel_text {
    z-index: 5;
    position: relative;
    width: calc(100% + 10px);

    color: #ffffff;
    font-size: 14px;
    font-family: "Bree Serif", serif;
    font-weight: 100;
    text-align: left;  
    letter-spacing: 1px;

    padding: 4px 6px;;
    border-radius: 4px;
    box-sizing: border-box;
}

.hero_container_titel_menu_button {
    z-index: 3;
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #ffcf3c;
    border-radius: 50%;

    flex-shrink: 0;
}

.hero_container_titel_menu_button--text {
    z-index: 3;
    margin-top: -8px;
    position: relative;
    overflow: hidden;
    min-height: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

    flex-shrink: 0;

    color: #ffcf3c;
    font-size: 14px;
    font-family: "Bree Serif", serif;
    font-weight: 400;
    text-align: center;  
    letter-spacing: 1px;
}

#hero_level_box {
    z-index: 3;
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;    
}

#hero_current_level_box {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #313039;
    border-radius: 5px;
    flex-shrink: 0; 
}

.hero_level_text {
     color: #ffffff;
    font-size: 14px;
    font-family: "Bree Serif", serif;
    font-weight: 900;
    text-align: center;   
    line-height: 2px;
}
#hero_level_bar_container {
    position: relative;
    width: 100%;
    height: 30px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #1c1b20;
    border-radius: 5px;
    overflow: hidden;

    border: 1px solid #313039;
    box-sizing: border-box;
}

#hero_level_bar_container--text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    line-height: 2px;

    color: #ffffff;
    font-size: 14px;
    font-family: "Bree Serif", serif;
    font-weight: lighter;
    text-align: center;
}

#hero_level_bar_container--fill {
    height: 100%;
    flex: 0 0 auto;
    border-radius: 5px;
    background-color: #a2bcc7;
}

#hero_column_avatar {
    z-index: 3;
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 0 0 80px;
}

#hero_avatar {
    z-index: 5;
    position: relative;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    border: 1px solid #313039;
    box-sizing: border-box;
}

#hero_column_main_description {
    z-index: 3;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1 1 0;
    min-width: 0;
    padding-left: 15px;
}

.hero_row_main_description {
    width: 100%;
    margin-bottom: 5px;
    min-width: 0;
}

#hero_account_nickname {
    color: #ffffff;
    font-size: 16px;
    font-family: "Bree Serif", serif;
    font-weight: lighter;
    text-align: left;
}

.hero_main_bar_container {
    position: relative;
    width: 100%;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #1c1b20;
    border-radius: 5px;
    overflow: hidden;

    border: 1px solid #313039;
    box-sizing: border-box;
}

.hero_main_bar_container--text {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    line-height: 2px;

    color: #ffffff;
    font-size: 14px;
    font-family: "Bree Serif", serif;
    font-weight: lighter;
    text-align: center;
}

.hero_main_bar_container--fill {
    height: 100%;
    flex: 0 0 auto;
    border-radius: 5px;
}

.hero_main_bar_container--fill_health {
    background-color: #51a52a;
}

.hero_main_bar_container--fill_power {
    background-color: #632aa5;
}

#hero_ability_box {
     z-index: 3;
    position: relative;
    min-height: 0px;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: space-around;
    justify-content: space-around;
    box-sizing: border-box;

    flex-grow: 1;
}

.hero_ability_container {
    z-index: 3;
    position: relative;
    height: 85px;
    width: 70px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}

.hero_ability_icon_box {
    z-index: 4;
    position: relative;
    height: 70px;
    width: 70px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;

    flex-shrink: 0;
    
    border-radius: 5px;
    background-color: #313039;

    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    background-image: url(/img/ability_empty_icon.png);
}


.hero_ability_icon_box--locked { pointer-events: none; opacity: 0.4; filter: brightness(0.6); }

.hero_ability_button {
    z-index: 8;
    position: absolute !important;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all ease-in-out 0.2s;
}

.hero_ability_button:hover {
    cursor: pointer;
    filter: brightness(1.2);
    background-color: #ffffff05;
}

.hero_ability_icon {
    z-index: 4;
    pointer-events: none;
    position: relative;
    height: 55px;
    width: 55px;

    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;


}

.hero_ability_name {
    z-index: 4;
    margin-top: 5px;
    pointer-events: none;
    position: relative;
    min-height: 0px;
    width: auto;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;


    font-size: clamp(8px, 10px, 12px);
    font-family: "Bree Serif", serif;
    font-weight: lighter;
    text-align: center;
}

.hero_ability_name--empty { color: #868688; }
.hero_ability_name--locked { color: #c22915; }
.hero_ability_name--normal { color: #ffffff; }