@import url('https://fonts.googleapis.com/css2?family=Tilt+Neon&display=swap');

:root {
    --brandHSL: hsl(215, 100%, 64%);
    --header-height: 70px;
    --menu-width: 250px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #565656;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #313131;
}

body {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
}


.wrapper {
    display: grid;
    grid: [stack] 1fr/min-content [stack] 1fr;
    background-color: #1b1b1b;
    min-block-size: 100vh;
}


#sidenav-open {
    --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
    --duration: .6s;
    display: grid;
    grid-template-columns: [nav] 2fr [escape] 1fr;
}

#sidenav-open:target {
    visibility: visible;
    transform: translateX(0);
    transition: transform var(--duration) var(--easeOutExpo);
}

@media (prefers-reduced-motion: reduce) {
    #sidenav-open {
        --duration: 1ms;
    }
}

nav {
    width: var(--menu-width);
    background-color: #303030;
    box-shadow: 5px 0 40px rgba(0, 0, 0, 0.45);
    font-size: 1rem;
    display: inline-flex;
    flex-direction: column;
}

nav > h4 {
    text-transform: uppercase;
    color: #e2e2e2;
}

nav a {
    outline-color: #00196b;
    outline-offset: 5px;
    line-height: 1.5;
    color: #1a79ff;
}

div.brand-block {
    height: var(--header-height);
    background-color: #222222;
}

div.account-block {
    position: fixed;
    width: var(--menu-width);
    bottom: 0px;
    height: var(--header-height);
    background-color: #222222;
    overflow: hidden;
}

div.brand-block .logo {
    width: auto;
    height: 85%;
    margin-top: 5px;
    margin-left: 10px;
}

div.menu-block a {
    border-bottom: 1px solid rgb(255 255 255 / 12.5%);
    width: 100%;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-size: 1.15rem;
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.5));
}

div.menu-block a i {
    color: #577083;
    text-shadow: 0px 0px 1px black;
}

div.menu-block a i.custom-icon {
    position: relative;
    top: 3px;
    display: inline-block;
    width: 1.25em;
    height: 1.5rem;
    background-color: #577083;
    margin-right: .5rem !important;
}

div.menu-block a:hover {
    color: #9ab2bd;
    background-color: rgb(235 235 235 / 20%);
}

span.indent-icon {
    color: #757575;
    transform: rotate(90deg);
    margin-right: 10px;
    margin-left: 5px;
}

div.menu-block div a {
    background: rgba(0,0,0,0.2);
    border-left: 10px solid rgba(19, 79, 67, 0.2);
}

div.menu-block div div a {
    background: rgba(0,0,0,0.35);
    border-left: 20px solid rgba(19, 79, 67, 0.2);
}

main {
    display: grid;
}

main > header {
    height: var(--header-height);
    overflow: hidden;
    justify-content: space-between;
    min-height: 3rem;
}

main > header h1 {
    padding-right: 10px;
    color: #e2e2e2;
    margin: 15px 10px 0 20px;
    font-size: 1.5em;
}

main > div.scroll-pane {
    height: calc(100vh - var(--header-height));
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: #3C1154;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(159,1279,640)'%3E%3Cstop offset='0' stop-color='%233C1154'/%3E%3Cstop offset='1' stop-color='%23124F43'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='756' height='630' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.01'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

section {
    padding: 7px;
    color: #000;
}

section article.solid {
    padding: 15px;
    background: #ffffff;
    border-radius: 1ch;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#sidenav-burger,
#sidenav-close {
    float: right;
    user-select: none;
    touch-action: manipulation;
    font-size: 2.5rem;
    line-height: 0px;
    padding-right: 15px;
    padding-top: 15px;
    color: #999;
}

svg.profile-picture.sidenav {
    width: 55px;
    float: left;
    margin: 8px;
}

svg.profile-picture.list {
    width: 40px;
    margin-right: 5px;
}

svg.profile-picture.profile {
    width: 200px;
    margin-right: 5px;
}

svg.profile-picture > g > circle {
    stroke: #e9e9e9;
    stroke-width: 16;
    stroke-miterlimit: 10;
}

svg.profile-picture > g > text {
    fill: #ffffff;
    font-size: 225px;
    stroke: none;
    font-weight: 600;
    fill: #ffffff;
}

svg.profile-color-1 > g > circle {
    fill: #e6194b;
}

svg.profile-color-2 > g > circle {
    fill: #f58231;
}

svg.profile-color-3 > g > circle {
    fill: #ffe119;
}

svg.profile-color-4 > g > circle {
    fill: #bfef45;
}

svg.profile-color-5 > g > circle {
    fill: #3cb44b;
}

svg.profile-color-6 > g > circle {
    fill: #42d4f4;
}

svg.profile-color-7 > g > circle {
    fill: #4363d8;

}

svg.profile-color-8 > g > circle {
    fill: #671eb4;
}

.muted-background-1, .muted-background-danger {
    background: #cb5359;
}
.muted-background-2, .muted-background-success {
    background: #70a845;
}

.muted-background-3, .muted-background-info {
    background: #6587cd;
}

.muted-background-4 {
    background: #ab9140;
}

.muted-background-5 {
    background: #a361c7;
}

.muted-background-6 {
    background: #cf713a;
}
.muted-background-7 {
    background: #4aac8d;
}
.muted-background-8 {
    background: #c55d93;
}







.vert-float-wrapper {
    height: var(--header-height);
    position: relative;
    left: 75px;
    width: calc(var(--menu-width) - 75px);
    font-size: 16px;
}

.vert-float {
    color: white;
    margin: 0;
    position: absolute;
    top: 50%;

    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.profile-details {
    font-size: 1.2rem;
    font-weight: 500;
}

.topped-table-topper {
    background-color: #3d3d3d;
    margin-bottom: 0;
    padding: 7px 7px 7px 10px;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid #b9b3b3;
    border-bottom: none;
}

.topped-table-table {
    border-bottom-left-radius: 10px;
    border: 1px solid #b9b3b3;
    border-bottom-right-radius: 10px;
    border-top: none;
}

tr.buttonized {
    cursor: pointer;
    transition: background 0.1s;
}

tr.buttonized:hover {
    background: rgba(13, 110, 253, .25);
    text-decoration: underline;
}

.grey-accordion-button {
    font-weight: 500;
    font-size: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    background-color: #ededed;
}

.icon-row {
    font-size: 1rem;
    padding-right: 10px;
    text-align: right;
    width: 100%;
    color: #5f5e5e;
}

.loading-ring {
    display: inline-block;
    width: 1.25em;
    height: 16px;
    padding-top: 3px;
}
.loading-ring:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    border-radius: 50%;
    border: 4px solid #555;
    border-color: #555 transparent #555 transparent;
    animation: loading-ring 1.2s linear infinite;
}

.loading-ring-white {
    display: inline-block;
    width: 1.25em;
    height: 16px;
    padding-top: 3px;
}
.loading-ring-white:after {
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    border-radius: 50%;
    border: 4px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: loading-ring 1.2s linear infinite;
}

div.CodeMirror {
    height: 380px;
    border-radius: .375rem;
    border: 1px solid #ced4da;
}

@keyframes loading-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 540px) {
    .wrapper > :is(aside, main) {
        grid-area: stack;
    }

    aside {
        z-index: 1;
    }

    .fw-mobile {
        width: 100%;
    }

    #sidenav-open {
        position: sticky;
        top: 0;
        max-height: 100vh;
        overflow: hidden auto;
        visibility: hidden;
        transform: translateX(-110vw);
        will-change: transform;
        transition: transform var(--duration) var(--easeOutExpo), visibility 0s linear var(--duration);
    }
}

@media (min-width: 540px) {

    #sidenav-burger,
    #sidenav-close {
        display: none;
    }
}

.ow-anywhere {
    overflow-wrap: anywhere;
}

.permission.flashed {
    background-color: #ff7777;
}

.permission:not(.flashed) {
    transition: background-color 3s;
    background-color: transparent;
}

.version-btn{
    margin-right: 1rem;
}
/*======================================================================================================================
                                             Flickering Display Text
======================================================================================================================*/



.neon-text-red {
    font-family: "Tilt Neon", sans-serif;
    animation: flicker-red 4.5s infinite alternate;
    color: #fff;
}

.neon-text-green {
    font-family: "Tilt Neon", sans-serif;
    animation: flicker-green 4.5s infinite alternate;
    color: #fff;
}

/* Flickering animation */
@keyframes flicker-red {

  0%, 5%, 9%, 15%, 53%, 57%, 100% {

      text-shadow:
      0 0 4px #fff,
      0 0 6px #fff,
      0 0 10px #fff,
      0 0 20px #ff0000,
      0 0 40px #ff0000,
      0 0 45px #ff0000,
      0 0 50px #ff0000,
      0 0 75px #ff0000;
  }

  8%, 14%, 56% {
      text-shadow: none;
  }
}

@keyframes flicker-green {

  0%, 100% {

      text-shadow:
      0 0 4px #fff,
      0 0 6px #fff,
      0 0 10px #fff,
      0 0 20px #0fa,
      0 0 30px #0fa,
      0 0 40px #0fa,
      0 0 50px #0fa,
      0 0 60px #0fa;
  }


}
/*======================================================================================================================
                                                Responsive List
======================================================================================================================*/

div.responsive-table-wrapper {
    width: 100%;
    overflow-x: auto;
}


@media screen and (min-width: 540px) {

    .responsive-list ul:nth-child(odd) {
        background-color: #ddd;
    }

    .responsive-list ul:nth-child(even) {
        background-color: #fff;
    }

    .responsive-list {
        display: table;
        width: 100%;
    }

    .responsive-list ul {
        display: table-row;
    }

    .responsive-list ul:first-child li {
        background-color: #444;
        color: #fff;
    }

    .responsive-list ul > li {
        display: table-cell;
        padding: .5em 1em;
    }

    .responsive-list ul > li.show-mobile {
        display: none;
    }

}


@media screen and (max-width: 540px) {

    .responsive-list ul {
        border: solid 1px #ccc;
        display: block;
        list-style: none;
        padding: .5em 1em;
    }

    .responsive-list ul:first-child {
        display: none;
    }

    .responsive-list ul > li {
        display: block;
        padding: .25em 0;
    }

    .responsive-list ul:nth-child(odd) > li + li {
        border-top: solid 1px #ccc;
    }

    .responsive-list ul:nth-child(even) > li + li {
        border-top: solid 1px #eee;
    }

    .responsive-list ul > li:not(.no-label)::before {
        content: attr(data-label);
        display: block;
        font-size: 75%;
        font-weight: bold;
        text-transform: capitalize;
        vertical-align: top;
        width: 50%;
    }

    .responsive-list p {
        margin: -1em 0 0 50%;
    }

    .responsive-list p {
        margin: 0;
    }

    .responsive-list ul > li.hide-mobile {
        display: none;
    }

    .responsive-list ul > li.show-mobile {
        display: block;
    }


}