body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #0f0f11;
    margin: 0;
    padding: 0;
}

button,
input {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;

    /* Browsers have different default form fonts */
    font-size: 13px;
    font-family: Arial;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vl-section {
    padding: 0 20px;
    margin-bottom: 24px;
    width: calc(100% - 40px);
    max-width: 640px;
}

.vl-section.cap {
    margin-bottom: 18px;
}

.vl-section.cap .logo {
    width: 100%;
}

.vl-section.cap .version {
    color: #3b3b3b;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 800;
    width: 100%;
}

.vl-section.cap .version>span {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vl-section__container {
    width: 100%;
}

.vl-section h2 {
    color: #f98f00;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 800;
}

.vl-section h1 {
    background: -webkit-linear-gradient(0deg, #ff0641 40%, #ff8500 70%, #edb319 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 19px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    margin-bottom: 9px;
}

.vl-section h1.center {
    width: 100%;
    text-align: center;
}

.vl-section p {
    background: -webkit-linear-gradient(0deg, #ff0641 40%, #ff8500 70%, #edb319 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0;
}

.vl-section p.l {
    color: #505050;
    background: unset;
    width: 100%;
    letter-spacing: 2px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    margin-bottom: 0px;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}

.vl-section p.m {
    color: #3b3b3b;
    margin-bottom: 20px;
}

.vl-section.block {
    padding: 20px 20px 4px;
}

.vl-section .scroll-to__controls {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    margin-bottom: 8px;
}

.vl-section .scroll-to__input {
    outline: none;
    background-color: #1a1a1e;
    color: #9191c6;
    border-radius: 3px;
    box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.075);
    border: 2px solid #37265f;
    min-height: 24px;
    padding: 0 6px;
}

.vl-section .scroll-to__input:focus,
.vl-section .scroll-to__input:active {
    border: 2px solid rgb(114, 87, 46);
}

.vl-section .scroll-to__button {
    background-color: #37265f;
    padding: 0 8px;
    border-radius: 3px;
    box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.075);
    color: #000000;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 800;
}

.vl-section .scroll-to__button:hover {
    background-color: #264c6e;
}

.list {
    border-radius: 3px;
    box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.075);
    border: 1px solid #383844;
    background-color: #1f1f21;
    overflow: auto;
    height: 300px;
    padding: 4px 6px;
    scrollbar-width: 0;
}

.list .scroller {
    width: 100%;
    color: #5b5b5b;
    font-size: 12px;
}

.list.stats {
    height: 68px;
    overflow: hidden;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.list.extra-info {
    height: 24px;
    overflow: hidden;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list.extra-info .scroller {
    color: #bdbdbd;
}

.list.stats .scroller,
.list.extra-info .scroller {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.list.log {
    height: 300px;
    border-radius: 0;
}

.list::-webkit-scrollbar {
    display: none;
}

.view-container {
    margin-bottom: 12px;
}

.view {
    position: relative;
    height: 100px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 1px 2px 8px 4px rgba(0, 0, 0, 0.075);
    border: 1px solid #383844;
    background-color: #1f1f21;
    overflow: hidden;
    scrollbar-width: 0;
}

.view .error {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(93 25 25);
    color: #995151;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.view .workspace {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.view .workspace .workspace-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #545659;
}

.view .workspace img {
    filter: saturate(0) brightness(5) brightness(0.2);
    width: 54px;
}