﻿body, html {
    font-family: Arial,sans-serif;
    font-weight: 400;
    background: #181a20;
    color: #d0d3dc;
    font-size: 16px;
}

a {
    text-decoration: none !important;
}

ul, li {
    list-style: none;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*    font: inherit;*/
    vertical-align: baseline;
}

.header {
    height: 60px;
    display: flex;
    background: #343946;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-weight: 700;
    font-size: 16px;
    color: #d0d3dc;
}

    .header .header-left, .header .header-right {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        height: 100%;
    }

    .header .logo {
        height: 100%;
    }

        .header .logo a, .header .logo h1 {
            display: flex;
            flex-flow: row nowrap;
            align-items: center;
            height: 100%;
            font-size: 24px;
            font-weight: 700;
        }

.skins .skin-container {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 2px 10px -2px rgb(0 0 0 / 30%);
    background: #343946;
    position: relative;
    margin-bottom: 30px;
}

    .skins .skin-container a {
        display: block;
        padding: 10px;
    }

    .skins .skin-container .skin {
        height: 0;
        padding-top: 56.25%;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .skins .skin-container .skin img {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
        }

    .skins .skin-container .title-container {
        padding-top: 15px;
        padding-bottom: 10px;
        text-align: center;
    }

        .skins .skin-container .title-container .stats {
            display: inline-block;
            background: rgba(0,0,0,.3);
            padding: 5px 10px;
            border-radius: 30px;
            margin-bottom: 10px;
        }

        .skins .skin-container .title-container .title {
            display: block;
            font-size: 22px;
            color: #fff;
            font-weight: 700;
        }

        .skins .skin-container .title-container .stats li {
            color: rgba(255,255,255,.7);
            font-size: 14px;
            font-weight: 400;
            margin-right: 10px;
        }

section {
    padding: 50px 0px;
}

.pagination {
    text-align: center;
    border-radius: 4px;
    margin: 20px 0;
}

    .pagination li {
        margin: 0 5px;
        border-radius: 18px;
        width: 36px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        overflow: hidden;
        color: #fff;
    }

    .pagination a {
        text-decoration: none !important;
        z-index: 0 !important;
        color: #fff;
    }


    .pagination > .active > a, .pagination > .active > a:focus,
    .pagination > .active > a:hover, .pagination > .active > span,
    .pagination > .active > span:focus, .pagination > .active > span:hover {
        display: block;
        background: #c53878;
        color: #fff;
    }

.skin-page-details .props .skin-page-detail {
    border-bottom: 1px solid #343946;
    margin-bottom: 10px;
}

    .skin-page-details .props .skin-page-detail .title {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        opacity: .4;
        padding-bottom: 10px;
    }

    .skin-page-details .props .skin-page-detail .stats {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

        .skin-page-details .props .skin-page-detail .stats li {
            font-size: 14px;
            margin-bottom: 10px;
            text-align: center;
        }

            .skin-page-details .props .skin-page-detail .stats li b {
                font-size: 18px;
                font-weight: 700;
                display: block;
                padding-bottom: 5px;
            }

    .skin-page-details .props .skin-page-detail .details a {
        background: 0 0;
        height: 36px;
        padding: 5px 20px;
        font-weight: 700;
        border-radius: 18px;
        font-size: 16px;
        color: #d0d3dc;
        box-shadow: inset 0 0 0 2px #343946;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .skin-page-details .props .skin-page-detail .details a:hover {
            background: #343946;
            color: #fff;
        }

.skin-page-title [download] {
    align-items: center;
    justify-content: flex-start;
    background: 0 0;
    color: #d0d3dc;
    box-shadow: inset 0 0 0 2px #1c792d;
    position: relative;
    flex-flow: row wrap;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    width: 200px;
    text-align: left;
    padding: 0 20px 0 55px !important;
    border: 0px;
}

    .skin-page-title [download]:hover {
        background: #1c792d;
        color: #fff;
    }

.select2-results__option .wrap:before {
    font-family: "Font Awesome 5 Pro";
    color: #999;
    content: "\f096";
    width: 25px;
    height: 25px;
    padding-right: 10px;
}

.select2-results__option[aria-selected=true] .wrap:before {
    content: "\f14a";
}

@media only screen and (min-device-width : 1200px) {
    .container {
        max-width: 1320px;
    }
}

.select2-container {
    width: 100% !important;
    max-width: 200px;
    min-width: 200px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-results__option {
    color: #000 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c53878 !important;
    color: white !important;
}
.legal h1 {
    font-size: 32px;
    padding: 5px 0;
}
.legal p {
    margin:0px;
    padding: 5px 0;
    line-height: 1.6;
}
.legal h2 {
    padding: 20px 0;
    box-shadow: inset 0 -1px 0 0 rgb(0 0 0 / 20%);
    font-size: 22px;
    margin-bottom: 10px;
}
.footer {
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    background: #343946;
}
    .footer .links, .footer p {
        padding-bottom: 10px;
    }
.footer ul li {
    font-size: 16px;
    margin-right:8px;
    display: inline-block;
    vertical-align: top;
}
    .footer .links li a {
        font-size: 14px;
        display: inline-block;
        color:#fff;
        padding: 0 10px;
    }
@media(max-width:640px) {
    ul.pagination > li {
        display: none;
    }
        ul.pagination > li.PagedList-skipToNext,
        ul.pagination > li.PagedList-skipToLast,
        ul.pagination > li.PagedList-skipToFirst,
        ul.pagination > li.PagedList-skipToPrevious {
            display: inline-block;
        }
}
