@font-face {
    font-family: "CascadiaMono";
    src: url("../fonts/CascadiaMono.ttf");
}

@font-face {
    font-family: "CascadiaMono";
    src: url("../fonts/CascadiaMono-SemiLightItalic.otf") format("opentype");
    font-style: italic;
}

@font-face {
    font-family: "CascadiaMono";
    src: url("../fonts/CascadiaMono-Bold.otf") format("opentype");
    font-weight: bold;
}

html {
    background-image: url("../images/fannish/pokemonza/bg-pza.gif");
    background-color: #76777a;
}

body {
    color: rgb(211, 233, 212);
    font-family: "CascadiaMono";
    font-size: 0.9em;
    line-height: 1.5em;
}

i {
    font-style: italic;
    font-size: 0.9em;
}

b {
    font-weight: bold;
    font-size: 0.9em;
}

rt {
    font-size: .8em;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #a4b47f;
    cursor: pointer;
}

.tooltiptext {
    visibility: hidden;

    background-color: black;
    color: rgb(135, 168, 137);

    min-width: max-content;
    text-align: center;
    padding: 2px 10px 2px 10px;
    border-radius: 6px;

    position: absolute;
    bottom: calc(100% + 1px);
    left: 50%;
    transform: translate(-50%);
    z-index: 1;

    opacity: 0;
    transition: opacity .3s;
}

.tooltiptexticon {
    visibility: hidden;

    background-color: black;
    color: rgb(135, 168, 137);

    min-width: max-content;
    text-align: center;
    padding: 2px 10px 2px 10px;
    border-radius: 6px;

    position: absolute;
    top: 0px;
    right: 115%;
    z-index: 1;

    opacity: 0;
    transition: opacity .3s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip:hover .tooltiptexticon {
    visibility: visible;
    opacity: 1;
}

.box-div, .log-entry {
    background-color: #202d41;
    border: 5px ridge #a1c57f;
}

.save-file {
    background-color: #202d41;
    border: 2px ridge #a1c57f;
}

.demoted {
    font-size: .9em;
    color: #73957e;
    margin-top: 0px;
    margin-bottom: 0px;
}

hr.dashed {
    border-top: 1px dashed #a4b47f;
    border-bottom: none;
    margin-top: 20px;
}

a, a:visited {
    color: #7fdb7c;
}

.title {
    color: black;
    text-align: center;
    text-shadow: 
        1px -1px #d7e786,
        -1px 1px #d7e786,
        1px 1px #d7e786,
        -1px -1px #d7e786,
        1px -1px 0 #d7e786,
        1px 2px 0 #d7e786,
        -1px 2px 0 #d7e786,
        -1px -2px 0 #d7e786,
        1px -2px 0 #d7e786,
        2px 1px 0 #d7e786,
        -2px 1px 0 #d7e786,
        -2px -1px 0 #d7e786,
        2px -1px 0 #d7e786;
}


.pagination-button {
    background-color: rgba(47, 56, 77, 0.521);
    color: #c1d8b1;
}

.pagination-number.active {
    color: transparent;
    /*background: #fff;*/
    
    background-image: url("../images/fannish/pokemonza/zygarde.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}