/**
    Card-Generator. A program designed to make cards.
    Copyright (C) 2020  Elijah Anderson<contact@frustratedprogrammer.com>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, version 3 of the License.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <https://www.gnu.org/licenses/>.
 **/


#step1_title{
    text-align: center;
    font-size: 400%;
    font-family: ringbearer, sans-serif;
}
.class_selection{
    width: 100%;
}
.class_selection button{
    background-color: transparent;
    border: none;
    width: 100%;
}
.class_selection img{
    width: 100%;
}

#popup1 h3{
    font-size: 180%;
    margin: 0;
    font-family: sans-serif;
}
.popup_custom_spells_item{
    width: 25%;
    text-align: center;
    font-size: 50%;
    font-family: mplantin;
    background-color: #a7a7a7;
}
.popup_custom_spells_item img{
    width: 100%;
}
.popup_custom_spells_group{
    width: 30%;
    position: relative;
}
.popup_custom_spells_group_title{
    height: 30%;
    display: block;
    font-family: ringbearer;
}
.popup_custom_spells_highlight{
    background-color: #34c3e8;
}
.popup_custom_spells_andor{
    left: 100%;
    top: 0;
    display: flex;
    height: 20px;
    width: fit-content;
    position: absolute;
    transform: translateX(-100%);
}
#popup_custom_spells_class_group{
    position: absolute;
    top: 17.25%;
    left: 34%;
}
#popup_custom_spells_school_group{
    position: absolute;
    top: 17.25%;
    left: 10px;
}
#popup_custom_spells_other_group{
    position: absolute;
    left: 65%;
    top: 17.25%;
}
#level_low, #level_high{
    width: 20px;
}
#range_low, #range_high{
    width: 40px;

}
.remove_arrows::-webkit-inner-spin-button,.remove_arrows::-webkit-outer-spin-button{
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}
#popup_range_number{
    display: none;
}
.popup_custom_spells_checkboxes_grid{
    display: inline-block;
}
#popup_custom_spells_code{
    width: 80%;
    height: 24%;
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
}

#popup_custom_spells_code textarea{
    width: 100%;
    height: 70%;
    font-family: monospace;
    font-size: 80%;
}
#popup_custom_spells_code_hover{
    font-family: sans-serif;
    font-weight: bold;
    float:right;
}
#popup1_done{
    position: absolute;
    top: 90%;
    left: 86%;
    font-size: 125%;
    font-family: widelatin;
    background-color: #9e9e9e;
}
