
:root {
    --vnix-hue: 220;
    --vnix-bgcolor: hsl(0, 0%, 100%);
    --vnix-corner-vh: calc(50vh);
    --vnix-dark: hsl(0, 0%, 33%);
    --vnix-darker: hsl(0, 0%, 10%);
    --vnix-dash-bgcolor: #333;
    --vnix-dash-fgcolor: #fff;
    --vnix-dt-rowheight: 50px;
    --vnix-font-normal: "Noto Sans", ui-sans-serif;
    --vnix-font-condensed-roboto: "Roboto Condensed", "Roboto", ui-sans-serif;
    --vnix-font-condensed-barlow: "Barlow Condensed", "Noto Sans", ui-sans-serif;
    --vnix-light: hsl(255, 100%, 66%);
    --vnix-placeholder-color: hsla(0, 0%, 16%, 0.50);
    --vnix-port-top: 0;
    --vnix-selected-text: hsl(0, 0%, 100%);
    --vnix-white-flag: hsl(259, 56%, 89%);
    --vnix-white-border-flag: hsl(262, 43%, 51%);
}

:root {
    --vnix-font-family: var(--vnix-font-normal);
    --vnix-font-condensed: var(--vnix-font-condensed-roboto);
    --vnix-border-black: hsl(var(--vnix-hue), 100%, 1%);
    --vnix-btn-bgcolor-primary-hover: hsl(var(--vnix-hue), 51%, 50%);
    --vnix-btn-bgcolor-primary: hsl(var(--vnix-hue), 50%, 50%);
    --vnix-btn-bgcolor-secondary-hover: hsl(var(--vnix-hue), 51%, 45%);
    --vnix-btn-bgcolor-secondary: hsl(var(--vnix-hue), 50%, 45%);
    --vnix-corner-bgcolor: hsl(var(--vnix-hue), 50%, 30%);
    --vnix-dt-font: var(--vnix-font-family);
    --vnix-dt-rc1: hsl(var(--vnix-hue), 70%, 85%);
    --vnix-port-bgcolor: hsl(var(--vnix-hue), 50%, 30%);
    --vnix-text-color: hsl(var(--vnix-hue), 50%, 50%);
    --vnix-toolbar-bgcolor: hsl(var(--vnix-hue), 50%, 60%);
    --vnix-white-bgcolor: hsl(var(--vnix-hue), 1%, 100%);
    --vnix-white-field: hsl(var(--vnix-hue), 5%, 99%);
    --vnix-white-label: hsl(var(--vnix-hue), 20%, 90%);
}

body {
    font-family: var(--vnix-font-family);
}

.opacity-80 {
    opacity: 80% !important;
}

.opacity-90 {
    opacity: 90% !important;
}

footer.page {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 4px;
    background: hsla(var(--vnix-hue), 0%, 0%, 0.5);
    color: hsla(var(--vnix-hue), 0%, 100%, 0.6);
    text-align: center;
}

footer.page:hover {
    background-color: hsla(var(--vnix-hue), 0%, 0%, 0.7);
    color: hsla(var(--vnix-hue), 0%, 100%, 0.8);
    cursor: pointer;
}

footer.page .swacct {
    cursor: pointer;
}

.wizelogo {
    color: inherit;
    font-family: var(--vnix-font-family);
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.03rem;
}

.wizelogo:hover {
    color: inherit;
}

.font-compress {
    font-family: var(--vnix-font-condensed);
}

.vnix-control {
    color: var(--vnix-text-color) !important;
}

.vnix-input {
    color: var(--vnix-text-color) !important;
}

.vnix-label {
    color: var(--vnix-text-color) !important;
}

.vnix-text {
    color: var(--vnix-text-color) !important;
}

.vnix-text.sectioncol h1,
.vnix-text.sectioncol h2,
.vnix-text.sectioncol h3,
.vnix-text.sectioncol h4,
.vnix-text.sectioncol h5,
.vnix-text.sectioncol h6 {
    margin-top: 0.75em;
    font-weight: 400;
}

.vnix-text.textcol div {
    font-weight: 400;
    margin-top: 2em;
}

.vnix-text.caption {
    font-weight: 400;
}

label.vnix-text {
    background-color: var(--vnix-white-label);
}

#main-menubar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    background-color: rgba(0, 0, 0, 70%);
    color: #fff;
    transition: all 0.25s;
    z-index: 9999;
    font-size: 0.9rem;
}

#main-menubar:hover {
    background-color: rgba(0, 0, 0, 72%);
    transition: all 0.25s;
    top: 0;
    right: 0;
}

#main-menubar .nav-item:hover {
    transition: all 0.25s;
}

#readme-modal .modal-content {
    border-radius: 12px;
    max-height: calc(100% - 3rem);
    box-shadow: rgba(0, 0, 0, 0.25) 0 14px 28px, rgba(0, 0, 0, 0.22) 0 10px 10px;
}

#readme-modal .modal-header {
    background-color: antiquewhite;
    padding: 1em;
}

#readme-modal .modal-statusbar {
    border-top: 1px solid #dee2e6;
    padding: .25rem 2rem;
    font-size: 70%;
    color: #333;
    background-color: antiquewhite;
}

#readme-modal .modal-body {
    padding: 2em;
}

#readme-modal.finfo-md .modal-body h1 {
    font-size: 140%;
    font-weight: 600;
}

#readme-modal.finfo-md .modal-body h2 {
    font-size: 130%;
    font-weight: 500;
    margin-top: 1em;
}

#readme-modal.finfo-md .modal-body h3 {
    font-size: 120%;
    font-weight: 500;
    margin-top: 0.75em;
}

#readme-modal.finfo-md .modal-body h4 {
    font-size: 110%;
    font-weight: 500;
    margin-top: 0.5em;
}

#readme-modal.finfo-md .modal-body h5 {
    font-weight: 500;
    margin-top: 0.25em;
}

#readme-icon {
    position: fixed;
    bottom: 6px;
    right: 470px;
    color: #fff;
    transition: all 0.3s;
    transform: scale(180%);
    opacity: 80%;
}

#readme-icon i {
    padding: 0;
}

#readme-icon:hover {
    opacity: 1;
    transform: scale(220%);
}

#pbv-logo {
    height: 18px;
    margin-bottom: 2px;
    transition: all 0.3s ease-in-out;
}

#pbv-logo:hover {
    height: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1135px) {
    #readme-icon {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    :root {
        --vnix-font-family: var(--vnix-font-normal);
    }
}

@media only screen and (max-width: 800px) {
    :root {
        --vnix-font-family: var(--vnix-font-condensed);
    }
}

@media only screen and (max-width: 600px) {
    :root {
        --vnix-font-family: var(--vnix-font-condensed-barlow);
    }
}

@media only screen and (max-height: 811px) {
    :root {
        --vnix-dt-rowheight: 40px;
    }
}

