@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
.font-handwriting {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
}

.bg-wood {
    background: url('./img/bg-wood.png');
}

.bg-pergaminho {
    background: url('./img/bg-pergaminho.png');
}

.status-bar {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background: url('./img/bg-wood.png');
}

.dropdown-menu {
    background: url('./img/bg-pergaminho.png');
}

.dropdown-menu a:hover {
    background: transparent;
    text-shadow: 1px 1px 1px #FFF;
}

.text-shadow-white {
    text-shadow: 1px 0px 0.5em #FFF
}

.text-shadow-black {
    text-shadow: 1px 0px 0.5em #000;
}

.btn-invisible {
    border: none;
    background: none;
}

.cursor-pointer {
    cursor: pointer;
}

#page {
    position: fixed;
    overflow: auto;
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 10px;
    left: 0px;
    background: url('./img/bg-pergaminho.png');
    background-attachment: scroll;
}

[v-cloak],
[v-cloak]>* {
    display: none;
}

pre {
    background: rgba(255, 255, 255, 0.75);
    border-radius: 1em;
}

pre span.key {
    background: #EEE;
    border-radius: 1em 0em 0em 1em;
}

pre span.string {
    background: #eff;
    border-radius: 0em 1em 1em 0em;
    color: #eb4646;
}

#divchar_gender {
    display: block;
}

#divchar_gender .form-check {
    display: inline-block;
    padding-left: 0.1em;
}

#divchar_gender .form-check .form-check-input {
    display: none;
}

#divchar_gender .form-check .form-check-input~.form-check-label {
    cursor: pointer;
    opacity: 0.5;
    color: #666;
}

#divchar_gender .form-check .form-check-input:checked~.form-check-label {
    font-weight: bold;
    opacity: 1;
}

#divchar_gender .form-check .form-check-input[value="1"]:checked~.form-check-label {
    color: blue;
}

#divchar_gender .form-check .form-check-input[value="2"]:checked~.form-check-label {
    color: red;
}


/*

.attr_range_span_value {
    font-size: 1.5em;
    font-weight: bold;
}

.attrs {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.attr {
    display: inline-block;
    text-align: center;
}

.attr .name {
    font-weight: bold;
}

.attr .value {
    font-size: 1.4em;
}

.attr .bonus {
    font-size: 1.5em;
    border-radius: 3em;
    width: 2em;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    min-width: 2em;
    min-height: 2em;
}

.bonus.bonus-positive {
    background: #9DC60D;
    color: #FFF;
}

.bonus.bonus-zero {
    background: #ffd;
    color: #aaa0;
}

.bonus-negative {
    background: #AE1313;
    color: #E68080;
}

.value button {
    color: rgb(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0);
    border: none;
    border-radius: 1em;
    width: 1em;
}

.value button:hover {
    background: rgba(0, 0, 0, 0.1);
    color: rgb(0, 0, 0, 1);
}

*/