* {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*.blue {
    color: #158dc0;
}*/
.top-active {
    height: 46px;
    border-bottom: 4px solid #158dc0;
    transition: 150ms;
}

.radius-active {
    height: 30px !important;
    border: 4px solid #158dc0 !important;
    transition: 150ms;
}

.none_show {
    display: none !important;
}

.app {
    margin: 1% 2%;
    position: relative;
    top: 0;
}

div.top {
    background-color: #fff;
    position: sticky;
    top: 0;
    left: 0;
    height: 50px;
    z-index: 99;

    > table {
        height: inherit;
        display: flex;

        > .logo {
            height: inherit;
            width: 30%;
            cursor: pointer;

            > th {
                display: flex;
                height: inherit;
            }
        }

        > .bar {
            display: flex;
            justify-content: flex-end;
            height: inherit;
            width: 70%;

            > td {
                margin: 0 1%;
                width: 14%;
            }
        }
    }
}

> div {
    display: none;
}

div.create {
    position: relative;
    margin: 10% 15% 0;

    > div {
        display: none;
    }

    > div.page1,
    > div.page2,
    > div.page3 {
        > span {
            font-size: 40px;
        }

        > div {
            position: relative;
            height: 40px;
            display: flex;
            align-items: center;
            margin: 4% 0;
            padding-bottom: 2%;

            > span.required {
                width: auto !important;
                position: absolute;
                bottom: 0;
                right: 0;
                font-size: 20px;
                color: orange;
            }

            > label.name {
                line-height: 40px;
                font-size: 32px;
                width: 30%;
                text-align: right;
                cursor: pointer;
            }

            > input#name {
                font-size: 32px;
                width: 65%;
                margin-left: 5%;
            }

            > input#name:active {
                background-color: #fff;
            }

            > span {
                font-size: 32px;
                width: 30%;
                text-align: right;

            }

            > ul {
                height: 10%;
                background-color: darkgray;
                display: flex;
                width: 65%;
                margin-left: 5%;
                justify-content: space-between;
                align-items: center;
                align-content: center;

                > li {
                    position: relative;
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    align-items: center;
                    align-content: center;
                    cursor: pointer;

                    > span.category-radius,
                    > span.fire_burst-radius,
                    > span.change_range-radius {
                        position: relative;
                        top: 10px;
                        background-color: #fff;
                        width: 80px;
                        height: 20px;
                        border: 2px solid darkgray;
                        border-radius: 50px;
                    }

                    > span.category,
                    > span.fire_burst,
                    > span.change_range {
                        position: relative;
                        top: 20px;
                    }
                }
            }
        }

        > div > ul.fire_burst {
            width: 25%;
        }

        > div.multiplier {
            height: auto;
            flex-wrap: wrap;

            > span {
                width: 30%;
                margin-bottom: 2%;
            }

            > div {
                width: 100%;
                display: flex;
                flex-wrap: wrap;

                > div {
                    position: relative;
                    display: flex;
                    width: 50%;
                    padding-bottom: 2%;

                    > span {
                        width: 40%;
                        font-size: 26px;
                        text-align: right;
                    }

                    > input {
                        margin-left: 10%;
                        width: 50%;
                        font-size: 26px;
                    }

                    > span.required {
                        width: auto !important;
                        position: absolute;
                        right: 0;
                        bottom: 0;
                        font-size: 20px;
                        color: orange;
                    }

                }
            }
        }

        > div.input_range {
            height: auto;
            flex-wrap: wrap;
            align-items: flex-start;

            > div {
                width: 65%;
                margin-left: 5%;

                > div {
                    position: relative;
                    padding-bottom: 5%;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;

                    > span.required {
                        width: auto !important;
                        position: absolute;
                        right: 70px;
                        bottom: 0;
                        font-size: 20px;
                        color: orange;
                    }

                    > h1 {
                        margin-bottom: 2%;
                        width: 100%;
                        font-weight: 400;
                    }

                    > span {
                        text-align: right;
                        margin-right: 1%;
                        width: 25%;
                        font-size: 24px;
                    }

                    > input {
                        margin-right: 7%;
                        width: 10%;
                        font-size: 24px;
                    }
                }
            }
        }

        > div.detail {
            flex-wrap: wrap;

            > .is_required > span.required {
                display: block !important;
                position: absolute;
                bottom: 0;
                font-size: 20px;
                color: orange;
            }

            > div.input_detail {
                position: relative;
                width: 50%;
                padding-bottom: 2%;

                display: flex;

                > span {
                    font-size: 32px;
                    width: 70%;
                    text-align: right;
                }

                > .required {
                    display: none;
                }

                > input {
                    font-size: 32px;

                    margin-left: 2%;
                    width: 20%;
                }
            }
        }
    }

    > div.page4 {
        > span {
            display: block;
            font-size: 40px;
            margin-bottom: 2%;
        }

        >div {
            position: relative;
            display: flex;
            flex-wrap: wrap;
            font-size: 30px;
            line-height: 300px;

            > div {
                /*display: inline-block;*/
                width: 50%;
                height: 300px;

            }
            >#chart_dps_check{
                position: absolute;
                top: 0;
                left: 0;
                display: none;
                text-align: center;
                background-color: darkgray;
                color: #666;
            }
        }

    }


    > div.show {
        display: block;
    }

    > div.create-ctrl {
        z-index: 98;
        display: block;
        width: 40%;
        position: absolute;
        top: 0;
        right: 0;

        > button.create-ctrl {
            border: none;
            background-color: #fff;
            padding: 5% 0;
            width: 50%;
            font-size: 20px;
        }

        > button.create-ctrl-true:hover {
            background-color: skyblue;
        }

        > button.create-ctrl-false {
            background-color: lightgrey;
            color: #666;
        }
    }

}