/*!
  Theme: Windows 10
  Author: Katerina Semenova (https://github.com/RoseInWeb)
*/
pre code.hljs {
    display: block;
    overflow-x: auto;
    padding: 0 5px;
}

code.hljs {
    padding: 3px 5px;
}

.hljs {
    color: #ccc;
    background: #0c0c0c;
}

.hljs ::selection,
.hljs::selection {
    background-color: #535353;
    color: #ccc;
}

.hljs-comment {
    color: #767676;
}

.hljs-tag {
    color: #b9b9b9;
}

.hljs-operator,
.hljs-punctuation,
.hljs-subst {
    color: #ccc;
}

.hljs-operator {
    opacity: .7;
}

.hljs-bullet,
.hljs-deletion,
.hljs-name,
.hljs-selector-tag,
.hljs-template-variable,
.hljs-variable {
    color: #e74856;
}

.hljs-attr,
.hljs-link,
.hljs-literal,
.hljs-number,
.hljs-symbol,
.hljs-variable.constant_ {
    color: #c19c00;
}

.hljs-class .hljs-title,
.hljs-title,
.hljs-title.class_ {
    color: #f9f1a5;
}

.hljs-strong {
    font-weight: 700;
    color: #f9f1a5;
}

.hljs-addition,
.hljs-code,
.hljs-string,
.hljs-title.class_.inherited__ {
    color: #16c60c;
}

.hljs-built_in,
.hljs-doctag,
.hljs-keyword.hljs-atrule,
.hljs-quote,
.hljs-regexp {
    color: #61d6d6;
}

.hljs-attribute,
.hljs-function .hljs-title,
.hljs-section,
.hljs-title.function_,
.ruby .hljs-property {
    color: #3b78ff;
}

.diff .hljs-meta,
.hljs-keyword,
.hljs-template-tag,
.hljs-type {
    color: #b4009e;
}
.hljs-emphasis {
    color: #b4009e;
    font-style: italic;
}

.hljs-meta,
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string {
    color: #13a10e;
}

.hljs-meta .hljs-keyword,
.hljs-meta-keyword {
    font-weight: 700;
}
* {
    margin: 0;
    padding: 0;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    transition: .5s;
}
body {
    background-color: #272422;
    color: #fff;
    overflow: hidden;
}

body::-webkit-scrollbar {
    width: 7px;
    height: 100%;
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #252525;
    border: 1px solid #fff;
    border-radius: 5px;
}

.header,
.main,
.footer {
    width: 100%;
}

.head-cont,
.main-cont,
.footer-cont {
    max-width: 1920px;
    margin: auto;
}

button {
    background-color: transparent;
    color: #fff;
    padding: 3px 6px;
    border: 2px solid #fff;
    cursor: pointer;
}

button:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}
.big-img {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-img {
    width: 12px;
    height: 13px;
    background-color: #f00;
    border-radius: 16px;
    margin-top: -2px;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-text {
    margin-left: 7px;
}

.head-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    font-size: 150%;
}

.help-btn {
    margin-right: 27%;
}

.menu {
    border: 2px solid #5bff00;
    padding: 2px 5px;
    color: #5bff00;
    display: none;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.menu:hover {
    border: 2px solid #00ffff;
    color: #00ffff;
}
.left-side {
    width: 75%;
}

.main-cont {
    display: flex;
}

.strs-nums {
    background-color: #0c0c0c;
    height: 288px;
    width: 20px;
    border: 1px solid #fff6;
    text-align: right;
    padding: 0 4px;
    color: #fffc;
}

.html-code,
.css-answer {
    height: 288px;
    width: 320px;
    border: 1px solid #fff6;
}

.html-v,
.css-e {
    display: flex;
}

.css-block-head,
.html-b-h_p {
    width: calc(100% - 21px);
    background-color: #0c0c0c;
    border: 1px solid #fff6;
    height: 25px;
    margin-bottom: 0;
    padding: 0 10px;
    align-items: center;
    display: flex;
}

.css-block-head {
    display: flex;
    justify-content: space-between;
}

.enter-btn {
    font-size: 12px;
    border: 1px solid #fff;
}

.enter-btn:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
}

.css-answer {
    background-color: #0c0c0c;
}

#css-input {
    border: 0;
    width: 100%;
    margin-left: 5px;
    color: #fff;
    display: block;
    background-color: transparent;
}

#css-input::placeholder {
    color: #ffffff99;
}

#css-input:focus {
    border-color: transparent;
    outline: 0;
}

.editors {
    display: flex;
    justify-content: center;
}

.show-block {
    width: 80%;
    height: 120px;
    margin: auto;
    background-color: #ffcf7b;
    box-shadow: 0px 7px 10px 5px #ffcf7b4d;
    margin-top: 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    width: 90%;
}

plate {
    display: block;
    height: 70px;
    width: 70px;
    background-color: #fff;
    border-radius: 100%;
    border: 10px solid #00ff00;
    box-shadow: 0px 5px 10px 5px #00000079;
    display: flex;
    align-items: center;
    justify-content: center;
}

#fancy {
    border: 10px solid #0000ff;
}

apple {
    display: block;
    height: 70px;
    width: 65px;
    background-color: #ff0000;
    border-radius: 100%;
    box-shadow: 0px 5px 10px 5px #00000079;
}

orange {
    display: block;
    height: 70px;
    width: 65px;
    background-color: #ffb700;
    border-radius: 100%;
    box-shadow: 0px 5px 10px 5px #00000079;
}

.small {
    width: 30px;
    height: 32.5px;
    box-shadow: 0px 2.5px 5px 2.5px #00000079;
}

lame {
    display: block;
    height: 70px;
    width: 65px;
    background-color: #a6ff00;
    border-radius: 100%;
    box-shadow: 0px 5px 10px 5px #00000079;
}

bento {
    display: block;
    height: 90px;
    width: 90px;
    background-color: #a10000;
    box-shadow: 0px 5px 10px 5px #00000079;
    display: flex;
    align-items: center;
    justify-content: center;
}

.anim {
    animation: act-anim-f .5s ease-out, act-anim-s 1s infinite;
    animation-delay: 0s, .5s;
}
  
@keyframes act-anim-f {
    0% {
        transform: skew(0deg,0deg) scaleY(1) ;
        animation-timing-function: ease-in;
     }
    40% {
        transform: skew(0deg,0deg) scaleY(.9);
        animation-timing-function: ease-out;
    }
    100% {
        transform: skew(4deg,0deg) scaleX(1);
    }
}
  
@keyframes act-anim-s {
    0% {
        transform: skew(4deg,0deg) scaleX(1);
    }
    10% {
        transform: skew(1deg,0deg) scaleY(.9);
    }
    50% {
        transform: skew(-4deg,0deg) scaleX(1);
    }
    60% {
        transform: skew(-1deg,0deg) scaleY(.9);
    }
    100% {
        transform: skew(4deg,0deg) scaleX(1);
    }
}
.right-side {
    background-color: #1b1813;
    width: 22%;
    padding: 20px;
    height: 100%;
    margin-top: -38px;
    overflow-y: scroll;
    position: fixed;
    right: 0;
}

.right-side::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}

.right-side::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #252525;
    border: 1px solid #fff;
    border-radius: 5px;
}

.nav-p {
    font-size: 32px;
    padding-bottom: 10px;
}

.level-list {
    margin-left: 15px;
    margin-bottom: 15px;
}

.reset-btn {
    width: 200px;
    height: 40px;
    font-size: 20px;
    margin-left: 15px;
    margin-bottom: 50px;
}

.l-l_item {
    display: flex;
    margin: 5px 0;
    cursor: pointer;
}

.num,
.level-type {
    font-size: 20px;
    margin-left: 15px;
}

.act-level {
    color: #ffff00;
}

.done-level {
    color: #00ae00;
}

.red-level {
    color: #f00;
}
.modal-wind {
    display: none;
    width: 400px;
    height: 200px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background-color: #343434;
    color: #fff;
    position: absolute;
    top: calc(50% - 100px);
    left: calc(50% - 200px);
    user-select: none;
    box-shadow: 0 0 80px 40px #fff;
    cursor: pointer;
}

.m-w_p {
    text-align: center;
    font-size: 25px;
}
.rs-logo svg {
    height: 50px;
    filter: invert(93%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

.footer-cont {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 27%;
    margin-top: 10px;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
@media (max-width: 1156px) {
    * {
        font-size: 14px;
    }

    body {
        overflow: scroll;
    }

    .num,
    .level-type {
        font-size: 16px;
        margin-left: 7px;
    }

    .nav-p {
        font-size: 25px;
    }

    .reset-btn {
        width: 150px;
        height: 30px;
        font-size: 16px;
        margin-bottom: 25px;
    }

    .right-side {
        width: 21%;
        padding: 15px 10px 0 15px;
    }

    .rs-logo svg {
        height: 30px;
    }

    .left-side {
        width: 76.5%;
    }

    .strs-nums {
        height: 257px;
        width: 15px;
    }

    .html-code, .css-answer {
        height: 257px;
        width: 240px;
    }

    .small {
        width: 20px;
        height: 22.5px;
    }

    lame, orange, apple {
        height: 55px;
        width: 50px;
    }

    plate {
        height: 55px;
        width: 55px;
    }

    bento {
        height: 70px;
        width: 70px;
    }
}

@media (max-width: 965px) {
    .right-side {
        display: none;
        width: 40%;
        padding: 20px;
        z-index: 1;
    }

    .help-btn {
        margin-right: 0;
    }

    .left-side {
        width: 100%;
    }

    .menu {
        display: block;
    }
}

@media (max-width: 550px) {
    * {
        font-size: 12px;
    }

    .strs-nums {
        height: 215px;
        width: 12px;
    }

    .html-code, .css-answer {
        height: 215px;
        width: 205px;
    }

    lame, orange, apple {
        height: 45px;
        width: 40px;
    }

    .small {
        width: 15px;
        height: 17.5px;
    }

    plate {
        height: 45px;
        width: 45px;
    }

    bento {
        height: 60px;
        width: 60px;
    }
}


