* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #555;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: rgb(129, 129, 129);
}

.white {
    color: rgb(238, 238, 238);
}

.blue {
    color: #9CEAF3;
}

.gold {
    color: gold;
}

.redfg {
    color: red;
}

.greenfg {
    color: #00ef00;
}

.red {
    background-color: #F5544D;
}

.yellow {
    background-color: #FABD2F;
}

.green {
    background-color: #00ef00;
}

a {
    text-decoration: none;
    color: rgb(0 255 209);
}

body {
    background-color: #1e2122;
    font-family: 'JetBrains Mono', monospace;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.container {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 67%;
    height: 85%;
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid gray;
    margin: 20px;
    cursor: text;
    position: fixed;
}

.menu {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: row;
    width: 100%;
    height: 24px;
    background-color: #424040;
    padding: 0 8px;
    cursor: default;
}

.menu .button {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 12px;
    cursor: pointer;
}

div .title {
    flex: 1;
    text-align: center;
}

.menu h1 {
    font-size: 15px;
    color: #9c9c9c;
}

.buttons-flex {
    position: absolute;
    display: flex;
    flex-direction: row;
}

@media (max-width:600px) {
    .menu h1 {
        display: none;
    }
}

@media (max-width:500px) {
    .buttons-flex {
        position: unset;
        display: flex;
        flex-direction: row;
    }
}

@media (max-width:450px) {
    .container {
        width: 82%;
        height: 78%;
    }
}

#app {
    display: flex;
    flex-direction: column;
    background-color: #122637;
    width: 100%;
    height: 100%;
    padding: 8px;
    overflow: auto;
    color: rgb(238, 238, 238);
}

p {
    font-size: 16px;
    color: rgb(235, 219, 178);
    padding: 8px 0;
}

h2 {
    font-size: 16px;
    color: rgb(238, 238, 238);
}

p.code {
    color: #66C2CD;
    margin-left: 8px;
}

span.text {
    margin-left: 16px;
    color: white;
}

p.path {
    color: #ff5555;
}

p.path span {
    color: #F81CE5;
}

p.path span+span {
    color: rgb(202, 174, 15);
}

.sucess {
    color: #00ef00;
}

.error {
    color: #ff402e;
}

p.response {
    color: rgb(238, 238, 238);
}

input {
    border: none;
    background-color: unset;
    color: rgb(238, 238, 238);
    width: 100%;
    font-size: 16px;
    font-family: 'JetBrains Mono', monospace;
}

input:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: unset;

}

.type {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.type2 {
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.icone {
    color: #00ef00;
    padding-right: 8px;
}

.icone.error {
    color: #ff402e;
}

.lsall {
    display: flex;
    justify-content: space-between;
}

.lstitle {
    text-align: left;
    padding-right: 8px;
}

.desc {
    color: #c259f3;
    text-align: left;
    width: 80%;
}

#minimizeandrestore {
    display: none;
    position: relative;
    top: 80%;
    cursor: pointer;
}

#minimizeandrestore h5 {
    color: rgb(254, 121, 33);
    position: fixed;
    bottom: 12px;
    width: 90%;
    text-align: left;
}

/* cyrillic-ext */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/webfonts/jetbrains/cyrillic-ext.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/webfonts/jetbrains/cyrillic.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/webfonts/jetbrains/greek.woff2) format('woff2');
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/webfonts/jetbrains/vietnam.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/webfonts/jetbrains/latin-ext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'JetBrains Mono';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/webfonts/jetbrains/latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}