@import url('https://pro.fontawesome.com/releases/v5.10.0/css/all.css');

:root>* {
    --md-primary-fg-color: #151515;
    --md-footer-bg-color: #151515;
    --md-footer-bg-color--dark: #151515;
    --md-code-bg-color: #dfdfdf;
    --md-default-bg-color: #e9e9e9;
    --md-accent-fg-color: #e2b5c7;
    --bar-color: #151515;
}

[data-md-color-scheme=slate] {
    --md-default-bg-color: #232323;
    --md-code-bg-color: #303030;
    --md-accent-fg-color: #e2b5c7;
    --md-default-fg-color--light: #e9e9e9;
    --md-typeset-a-color: #fff;
    --bar-color: #e2b5c7;
}

[dir=ltr] .md-nav--integrated>.md-nav__list>.md-nav__item--active .md-nav--secondary {
    border-left: .05rem solid var(--bar-color);
}

*::-webkit-scrollbar { 
    width: 3px !important
}

*::-webkit-scrollbar-track {
    background: rgba(0 0 0/50%) !important
}

*::-webkit-scrollbar-thumb {
    background: rgba(255 255 255/25%) !important
}

*::-webkit-scrollbar-thumb:active {
    background: #e2b5c7 !important
}

*::-webkit-scrollbar-thumb:hover {
    background: #e2b5c7 !important
}

a.md-nav__link {
    color: #939393;
}

.md-nav__link:is(:focus,:hover) {
    color: var(--md-accent-fg-color) !important;
}

.md-header__button.md-logo :-webkit-any(img,svg) {
    fill: currentcolor;
    display: block;
    height: 4em;
    width: auto;
}

.md-nav__title {
    display: block;
    overflow: hidden;
    padding: 0 .6rem;
    text-overflow: ellipsis;
    font-weight: bold;
    text-transform: uppercase;
}

.table_types {
    font-size: 11px;
  }

.table-title {
    background: var(--md-default-bg-color);
    width: 100%;
    padding: 1em;
    text-align: center;
    font-size: 16px;
    border: 1px solid rgba(0,0,0,.25);
}

.table-row {
    display: flex;
    flex-direction: row;
    width: 100%;
    background: var(--md-default-bg-color);
    border-left: 1px solid rgba(0,0,0,.25);
    border-right: 1px solid rgba(0,0,0,.25);
    border-bottom: 1px solid rgba(0,0,0,.25);
}

.table-line {
    padding: 1em 0;
    text-align: center;
    display: inline-block;
    width: 20%;
    border-right: 1px solid rgba(0,0,0,.25);
}

.md-header {
    padding: 2em;
    background-color: var(--md-primary-fg-color);
    box-shadow: none !important;
    color: var(--md-primary-bg-color);
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 4;
    border-bottom: 4px solid #e2b5c7;
}

.md-search__form {
    background-color: rgba(255 255 255/5%);
    border-radius: 30px !important;
    height: 1.8rem;
}

[data-md-toggle=search]:checked~.md-header .md-search__form {
    border-radius: 2px 2px 0 0 !important;
    background-color: var(--md-default-bg-color);
    border-radius: .1rem .1rem 0 0;
    box-shadow: 0 0 .6rem rgba(0,0,0,.07);
    color: var(--md-default-fg-color);
}

.custom-comment.danger {
    margin: 1em;
    border: 1px solid #ff005e;
    background: #ff005e2b;
}

.custom-comment.danger i {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    background: #ff005e;
    color: white;
    margin-right: 1em;
}

/* Warning old color was #ffc400 and +2b for background */

.custom-comment.warning {
    margin: 1em;
    border: 1px solid #e2b5c7;
    background: #e2b5c72b;
}

.custom-comment.warning i {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    background: #e2b5c7;
    color: #141414;
    margin-right: 1em;
}

.custom-comment {
    margin: 1em;
    border: 1px solid #00b7ff;
    background: #00b7ff2b;
}

.custom-comment i {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    background: #00b7ff;
    color: white;
    margin-right: 1em;
}

.custom-comment.success {
    margin: 1em;
    border: 1px solid #008b00;
    background: #008b002b;
}

.custom-comment.success i {
    width: 3em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    background: #008b00;
    color: white;
    margin-right: 1em;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: url('https://www.earlygame.com/uploads/images/Mirage-Map-CSGO.jpg');
    height: 10em;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    background-blend-mode: multiply;
    background-color: #151515;
}

.inner {
    width: 65%;
    height: 60%;
    display: flex;
    align-items: center;
    color: #ccc;
    padding: 0 2em;
    background: #1f1f1f;
    border-radius: 12px;
    box-shadow: 2px 2px 4px black;
    text-shadow: 2px 2px 0 black;
    letter-spacing: -0.025em;
}

.key {
    margin: 0 0 0 auto;
    text-shadow: 1px 1px 0 black;
    background: #151515;
    padding: 0 4px;
    color: #ccc;
    border-radius: 4px;
    font-size: 0.75em;
    border: 1px solid #323232;
}

.colorp {
    width: 2.15em;
    height: 1em;
    margin: 0 0 0 auto;
    text-shadow: 1px 1px 0 black;
    background: #ffc400;
    padding: 4px 8px;
    color: white;
    border-radius: 4px;
    border: 2px solid #151515;
    outline: 1px solid #323232;
}

.inner-slider {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    width: 65%;
    height: 60%;
    color: #ccc;
    padding: 0 2em;
    background: #1f1f1f;
    border-radius: 12px;
    box-shadow: 2px 2px 4px black;
    border: 1px solid black;
    text-shadow: 2px 2px 0 black;
    letter-spacing: -0.025em;
}

.slider {
    display: inline-block;
    width: 100%;
    margin-top: 0.25em;
    height: 0.75em;
    text-shadow: 2px 2px 0 black;
    background: #151515;
    color: white;
    border-radius: 3px;
    border: 2px solid #151515;
    outline: 1px solid #323232;
    overflow: hidden;
}

.fill {
    display: block;
    width: 30%;
    background: #e2b5c7;
    height: 100%;
    border-radius: 2px;

}

.checkbox {
    width: 1.05em;
    height: 1.05em;
    margin-right: 0.5em;
    text-shadow: 2px 2px 0 black;
    background: #151515;
    color: white;
    border-radius: 4px;
    border: 1px solid #323232;
    outline: 1px solid #262626;
}

.tooltip {
    display: inline-block;
    margin-left: 0.5em;
    font-size: 12px;
    width: 1.5em;
    height: 1.5em;
    font-weight: bold;
    color: #757575;
    background: #191919;
    text-shadow: 2px 2px 0 black;
    border: 1px solid #323232;
    line-height: 1.35em;
    text-align: center;
    border-radius: 50%;
}

.dropdown {
    margin-top: 0.5em;
    font-size: 14px;
    padding: 0.15em 0.5em;
    width: 100%;
    background: #151515;
    border: 1px solid #323232;
    line-height: 1.35em;
    text-shadow: 2px 2px 0 black;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    color: #ccc;
    letter-spacing: -0.025em;
}

.icond {
    display: inline-block;
    margin: 0 0 0 auto;
    font-size: 8px;
    text-shadow: 1px 1px 0 black;
}

.error404 {
    height: 58vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img404 {
    max-width: 50% !important;
}

.error404 a {
    color: #131313 !important;
}

.homeback {
    color: #151515 !important;
    background: #e2b5c7;
    padding: 2px 8px;
    transition: all 0.25s ease-in-out;
}

.homeback:hover {
    color: #e2b5c7 !important;
    background: #151515;
}

.error404 a:hover {
    color: #e2b5c7 !important;
    background: #151515 !important;
}

.md-typeset :is(.example)>:is(.admonition-title,summary) {
    background-color: #e2b5c72b;
    border-color: #e2b5c7;
}

.md-typeset :is(.admonition,details):is(.example) {
    border-color: #e2b5c7;
}

.md-typeset :is(.example)>:is(.admonition-title,summary):before {
    background-color: #e2b5c7;
    -webkit-mask-image: var(--md-admonition-icon--example);
    mask-image: var(--md-admonition-icon--example);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.md-typeset :is(.admonition,details):is(.warning,.caution,.attention) {
    border-color: #e2b5c7;
}

.md-typeset :is(.warning,.caution,.attention)>:is(.admonition-title,summary) {
    background-color: #e2b5c72b;
    border-color: #e2b5c7;
}

.md-typeset :is(.warning,.caution,.attention)>:is(.admonition-title,summary):before {
    background-color: #e2b5c7;
    -webkit-mask-image: var(--md-admonition-icon--warning);
    mask-image: var(--md-admonition-icon--warning);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

@media screen and (max-width: 76.1875em) {

    .custom-comment.danger {
        text-align: center;
        line-height: 32px;
        margin: 1em;
        padding: 1em;
        border: 1px solid #ff005e;
        background: #ff005e2b;
    }

    .custom-comment.danger i {
        display: inline-block;
        width: 100%;
        height: 1.25em;
        text-align: center;
        background: none;
        line-height: 2em;
        font-size: 0.75em;
        color: white;
    }

    /* Warning old color was #ffc400 and +2b for background */


    .custom-comment.warning {
        text-align: center;
        line-height: 32px;
        margin: 1em;
        padding: 1em;
        border: 1px solid #e2b5c7;
        background: #e2b5c72b;
    }

    .custom-comment.warning i {
        display: inline-block;
        width: 100%;
        height: 1.25em;
        text-align: center;
        background: none;
        line-height: 2em;
        font-size: 0.75em;
        color: white;
    }

    .custom-comment {
        text-align: center;
        line-height: 32px;
        margin: 1em;
        padding: 1em;
        border: 1px solid #00b7ff;
        background: #00b7ff2b;
    }

    .custom-comment i {
        display: inline-block;
        width: 100%;
        height: 1.25em;
        text-align: center;
        background: none;
        line-height: 2em;
        font-size: 0.75em;
        color: white;
    }

    .custom-comment.success {
        text-align: center;
        line-height: 32px;
        margin: 1em;
        padding: 1em;
        border: 1px solid #008b00;
        background: #008b002b;
    }

    .custom-comment.success i {
        display: inline-block;
        width: 100%;
        height: 1.25em;
        text-align: center;
        background: none;
        line-height: 2em;
        font-size: 0.75em;
        color: white;
    }

    .inner {
        width: 95%;
        height: 60%;
        display: flex;
        align-items: center;
        color: #ccc;
        padding: 0 2em;
        background: #1f1f1f;
        border-radius: 12px;
        box-shadow: 2px 2px 4px black;
        text-shadow: 2px 2px 0 black;
        letter-spacing: -0.025em;
        font-size: 0.85em;
    }

    .inner-slider {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left;
        width: 95%;
        height: 60%;
        color: #ccc;
        padding: 0 2em;
        background: #1f1f1f;
        border-radius: 12px;
        box-shadow: 2px 2px 4px black;
        border: 1px solid black;
        text-shadow: 2px 2px 0 black;
        letter-spacing: -0.025em;
        font-size: 0.75em;
    }

    .slider {
        display: inline-block;
        width: 100%;
        margin-top: 0.25em;
        height: 0.95em;
        text-shadow: 2px 2px 0 black;
        background: #151515;
        color: white;
        border-radius: 3px;
        border: 2px solid #151515;
        outline: 1px solid #323232;
        overflow: hidden;
    }

    .dropdown {
        margin-top: 0.5em;
        font-size: 0.95em;
        padding: 0.15em 0.5em;
        width: 100%;
        background: #151515;
        border: 1px solid #323232;
        line-height: 1.35em;
        text-shadow: 2px 2px 0 black;
        border-radius: 4px;
        display: flex;
        flex-direction: row;
        color: #ccc;
        letter-spacing: -0.025em;
    }

    .md-footer-meta__inner {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: .2rem;
    }

    .md-social {
        margin: 0 auto;
        padding: .2rem 0 .6rem;
    }

    .md-footer-meta__inner {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1rem;
    }
  }


.md-header {
    padding: 1.2em;
    background-color: var(--md-primary-fg-color);
    box-shadow: none !important;
    color: var(--md-primary-bg-color);
    left: 0;
    position: -webkit-sticky;
    position: sticky;
    right: 0;
    top: 0;
    z-index: 4;
    border-bottom: 2px solid #e2b5c7;
}

.md-header__button.md-logo :-webkit-any(img,svg) {
    fill: currentcolor;
    display: block;
    height: 3.5em;
    width: auto;
}

.md-typeset h2 {
    font-size: 1.5625em;
    line-height: 1.4;
    margin: 1.6em 0 .64em;
    padding: 1.8em 0 0.5em;
}

.md-footer {
    margin-top: 4em;
    background-color: var(--md-footer-bg-color);
    color: var(--md-footer-fg-color);
}

.md-footer-meta__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
}

.md-content a {
    transition: all 0.1s ease-in-out;
    color: var(--md-accent-fg-color) !important;
}

.md-content a:hover{
    color: #bb7994 !important;
}

.md-typeset :is(.info,.todo)>:is(.admonition-title,summary) {
    background-color: rgba(255 255 255/5%);
    border-color: #ffffff;
}

.md-typeset :is(.info,.todo)>:is(.admonition-title,summary):before {
    background-color: #fff;
    -webkit-mask-image: var(--md-admonition-icon--info);
    mask-image: var(--md-admonition-icon--info);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.md-typeset :is(.admonition,details):is(.info,.todo) {
    border-color: #fff;
}

.error404 a {
    color: #131313 !important;
}

.homeback {
    color: #151515 !important;
    background: #e2b5c7;
    padding: 2px 8px;
    transition: all 0.25s ease-in-out;
}

.homeback:hover {
    color: #e2b5c7 !important;
    background: #151515;
}

.error404 a:hover {
    color: #e2b5c7 !important;
    background: #151515 !important;
}

.highlight :is(.c,.cm,.c1,.ch,.cs,.sd) {
    color: rgba(255 255 255/35%);
}