:root {
    --pokolm-color: #870536;
    --pepi-color-one: #7e7d78;
    --pepi-color-two: #b4b2af;
    --pepi-color-three: #f4efec;
    --pepi-color-four: #cbd1d2;
    --pepi-color-five: #414040;
    --text-color: #495057;

    --font-size-small: 0.875rem;
    --font-size-default: 1.125rem;
    --font-size-large: 1.75rem;
}
html,
body {
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
    font-family: silkaregular;
    font-size: var(--font-size-default);

    color: var(--text-color);
    /* margin: 0.5rem 1rem; */
    background-color: whitesmoke;
    margin: 0;
    padding: 0;
    /*
    background-image: url("/images/undraw_ideas_flow_re_bmea.svg");
    background-repeat:no-repeat;
    background-size: 450px;
    background-position: right bottom;
    */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: var(--font-size-large);
  font-weight: 600;
  margin: 0;
  /* margin: 0 0 1.5rem 0; */
}

iframe {
    background-color: whitesmoke;
}

.pepi-html, .pepi-body {
    width: 100%;
    height: 100%;
}
.pepi-body {
    background-color: var(--pepi-color-five);
    color: var(--pepi-color-four);
}

.pepi-body > header {
    height: 50px;
    line-height: 45px;
    text-align: right;
    margin: auto 10px auto 0;
    color: var(--pepi-color-one);
    font-size: 24px;
    font-weight: 600;
}

.pepi-first-letter {
    font-size: 28px;
    color: var(--pepi-color-four);
    font-weight: 700;
    margin-right: 2px;
}

.pepi-body > iframe {
    border: 0;
    width: 100%;
    height: 85%;
    border-top: 1px solid var(--pepi-color-four);
    border-bottom: 1px solid var(--pepi-color-four);
}

#pepi-menu-open {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 10px;
    top: 11px;
    padding: 0;
    border: none;
    background: none;
    color: var(--pepi-color-four);
}

#pepi-menu-close {
    position: absolute;
    width: 28px;
    height: 28px;
    right: 10px;
    top: 11px;
    padding: 0;
    border: none;
    background: none;
    color: var(--pepi-color-four);
}

#pepi-menu-open:hover, #pepi-menu-close:hover {
    color: var(--pokolm-color);
}

#pepi-menu {
    position: fixed;
    z-index: 1;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 0;
    background-color: var(--pepi-color-one);
    overflow-x: hidden;
    transition: 0.5s;
}

#pepi-menu > ul {
    list-style-type: none;
    width: 220px;
    margin: 40px 0 0 0;
    padding: 0;
}

#pepi-menu > ul > li {
    margin: 20px;
}

#pepi-menu > ul > li > a {
    display: block;
    text-decoration: none;
    color: var(--pepi-color-four);
}
#pepi-menu > ul > li > a.pepi-old-link {
    color: darkgray;
}

#pepi-menu > ul > li > a:hover {
    color: var(--pokolm-color);
}

.pepi-body > footer {
    margin: 5px 10px;
    color: var(--pepi-color-one);
    font-size: 14px;
    font-weight: 400;
}

pre {
    margin: 0;
}

.aw-body {
    margin: 0;
    padding: 0;
    background: none;
}

.ui-card-title {
    color: var(--text-color);
}

/* Phone */
@media screen and (min-width : 0px) and (max-width : 767px) {
    .pepi-lower-letters {
        display: none;
    }
}

/* Tablet */
@media screen and (min-width : 768px) and (max-width : 1023px) {
}

/* Desktop */
@media screen and (min-width : 1024px) {
}

.noHeader.ui-datatable table thead tr {
    display: none;
}
