html {
    /*background: url(../img/bg_ow.png) no-repeat top center;*/
    background: url("https://images7.alphacoders.com/359/thumb-1920-359057.jpg") no-repeat top center;
    background-size: cover;
    background-attachment: fixed;
    font-family: Arial;
    color: white;
}
html body {
    background-color: transparent;
}
label {
    color: white;
}
.logo-container {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 15px;
}
.form-holder {
    margin-top: 120px;
}

.content {
    position: relative;
}
.form-box {
    display: none;
    margin-bottom: -100px;
}
.form-box.visible {
    display: block;
}
.btn-reload {
    width: 100%;
    margin-top: 25px;
}
.logo-container img {
    width: 560px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hero-box {
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* top: 50%; */
    /* white-space: nowrap; */
    margin-left: 50%;
    transform: translateX(-50%);
}
.hero {
    width: 180px;
    height: 310px;
    /*background-image: url('https://blzgdapipro-a.akamaihd.net/hero/genji/hero-select-portrait.png');*/
    height: 310px;
    position: relative;
    /* float: left; */
    background-color: rgba(1, 141, 200, 0.68);
    margin-left: 15px;
    margin-bottom: 180px;
    display: inline-block;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.hero-sub {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
}
.hero-name {
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
}
.hero-ability {
    position: absolute;
    top: 50px;
    /*background-color: rgba(153, 153, 153, 0.9);*/
    background-color: rgba(227, 227, 227, 0.9);
    width: 180px;
}
.hero-ability-icon {
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    margin: 5px;
    float: left;
    position: relative;
}
.hero-ability-icon img {
    width: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hero-ability-icon.green img {
    filter: saturate(80000000) 
    contrast(80%) 
    brightness(80%) 
    hue-rotate(50deg);
}
.hero-ability-icon.blue img {
    filter: saturate(80000000) 
    contrast(60%) 
    brightness(60%) 
    hue-rotate(130deg);
}
.hero-ability-icon.red img {
    filter: saturate(80000000) 
    contrast(100%) 
    brightness(40%) 
    hue-rotate(300deg);
}
.hero-ability-icon.gray img {
    filter: saturate(80000000) 
    contrast(0%) 
    brightness(130%) 
    hue-rotate(0deg);
}

.hero-playstyle {
    clear: both;
    padding: 15px;
    color: white;
    background-color: #036891;
}
.hero-playstyle.blue {
    background-color: #086891;
}
.hero-playstyle.green {
    background-color: #2e7e2e;
}
.hero-playstyle.red {
    background-color: #b63131;
}
/* fix width */
.hero-box-6 {
    width: 1170px;
}
.hero-box-5 {
    width: 975px;
}
.hero-box-4 {
    width: 780px;
}
.hero-box-3 {
    width: 585px;
}
.hero-box-2 {
    width: 390px;
}
.hero-box-1 {
    width: 215px;
}
@media (max-width: 1220px) {
    .hero-box-6,
    .hero-box-5,
    .hero-box-4 {
        width: 585px;
    }
}
@media (max-width: 650px) {
    .hero-box-6,
    .hero-box-5,
    .hero-box-4 {
        width: 400px;
    }
    div.athena-dialog {
        width: 100%;
        margin: 0px;
    }
    .logo-container img {
        width: 94vw;
    }
}
@media (max-width: 410px) {
    .hero-box-6,
    .hero-box-5,
    .hero-box-4 {
        width: 200px;
    }
    div.athena-dialog img {
        margin-left: calc(50% - 85px);
    }
    div.athena-dialog-text {
        width: 100%;
        float: none;
        text-align: center;
    }
}

/* Dropdown 
.dropdownY {
    border-top: 1px solid white;
    margin: 30px;
    margin-top: 145px;
}

.dropdownY-bullet {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-color: #0193cf;
    border-radius: 100px;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.dropdownY-bullet i {
    font-size: 30px;
    color: white;
    margin-left: 22px;
    margin-top: 10px;
}*/
.dropdownY {
    border-top: 1px solid white;
    margin: 30px;
    margin-top: 145px;
}
.dropdownY-bullet:hover i{
    color: #0193cf;
}
.dropdownY-bullet {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    /* background-color: #0193cf; */
    border-radius: 100px;
    margin-left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.dropdownY-bullet i {
    font-size: 70px;
    color: #ffffff;
    margin-left: 11px;
    margin-top: -11px;
}
.dropdownY i.fa-sort-asc {
    display: none;
}

.dropdownY.open i.fa-sort-desc {
    display: none;
}

.dropdownY.open i.fa-sort-asc {
    display: block;
}

/* Form */
.form-container {
    margin-left: 50%;
    transform: translateX(-50%);
}

/* Range input */
.rangeNumberBox6 span {
    color: white;
    position: absolute;
}
.rangeNumberBox6 span:nth-child(1) {
    left: 6%
}
.rangeNumberBox6 span:nth-child(2) {
    left: 23%
}
.rangeNumberBox6 span:nth-child(3) {
    left: 40%
}
.rangeNumberBox6 span:nth-child(4) {
    left: 57%
}
.rangeNumberBox6 span:nth-child(5) {
    left: 74%
}
.rangeNumberBox6 span:nth-child(6) {
    left: 92%
}
@media (min-width: 1280px)
{
    .rangeNumberBox6 span:nth-child(1) {
        left: 3%
    }
    .rangeNumberBox6 span:nth-child(2) {
        left: 22%
    }
    .rangeNumberBox6 span:nth-child(3) {
        left: 40%
    }
    .rangeNumberBox6 span:nth-child(4) {
        left: 58%
    }
    .rangeNumberBox6 span:nth-child(5) {
        left: 77%
    }
    .rangeNumberBox6 span:nth-child(6) {
        left: 95%
    }
}
@media (max-width: 991px)
{
    .rangeNumberBox6 span:nth-child(1) {
        left: 3%
    }
    .rangeNumberBox6 span:nth-child(2) {
        left: 22%
    }
    .rangeNumberBox6 span:nth-child(3) {
        left: 40%
    }
    .rangeNumberBox6 span:nth-child(4) {
        left: 58%
    }
    .rangeNumberBox6 span:nth-child(5) {
        left: 77%
    }
    .rangeNumberBox6 span:nth-child(6) {
        left: 95%
    }
}

/* Athena Dialog */
.athena-dialog {
    position: fixed;
    bottom: 0px;
    width: 50vw;
    background-color: rgba(0, 0, 0, 0.81);
    margin-left: 25vw;
    /* border: 1px solid hsla(217, 74%, 39%, 0.5); */
    margin-bottom: 15px;
}
.athena-dialog img {
    height: 170px;
}
.athena-dialog-text {
    float: right;
    width: calc(100% - 170px);
    color: #c1c1c1;
    padding: 15px;
    font-size: 20px;
    font-family: consolas;
}
.athena-dialog i {
    text-decoration: none;
    color: gray;
    font-style: normal;
    font-size: 16px;
}
.athena-dialog-text span {
    color: #d40000;
}