.weight-6 {
    font-weight: 600 !important;
}

#main {
    transition-property: margin-top;
    transition-duration: 1s;
    transition-timing-function: ease;
    margin-bottom: 100px;
}

.aniMoveDown {
    margin-top: 100% !important;
}

.search-area {
    transition-property: padding;
    transition-duration: 1s;
    transition-timing-function: ease;
    width: 100%;
    padding: 100px 2.5em 3em 2.5em;
}

.search-area-by {
    padding: 100px 0 3em 0 !important;
}

.search-area .bar input {
    cursor: text;
    outline: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    height: 1.5em;
    text-indent: .2em;
    border: 0;
    background: #242629;
    border-radius: 4px;
    font: inherit;
    font-size: 5em;
}

#main .thumb>a {
    transition-property: border;
    transition-duration: .5s;
    transition-timing-function: ease;
}

#main .thumb>h2 {
    bottom: 1.475em;
    font-size: 1.2em;
    left: 0;
    padding: 0 1.6875em;
}

#main .thumb .thumbAction a>b,
#main .thumb .thumbAction a>d,
#main .thumb .thumbAction a>op,
#main .thumb .thumbAction a>sf {
    position: absolute;
    top: .4em;
    background: rgba(0, 0, 0, .2);
    backdrop-filter: blur(3px);
    color: #FFF;
    text-shadow: 0 1px 0 #000;
    font-size: 1.15em;
    font-weight: 700;
    line-height: 2em;
    padding: 0 .4em;
    border-radius: .2em;
}

#main .thumb .thumbAction a>b {
    left: .4em;
}

#main .thumb .thumbAction a>d {
    right: .4em;
}

#main .thumb .thumbAction a>op {
    right: 3.8em;
}

#main .thumb .thumbAction a>sf {
    top: 2.8em;
    right: .4em;
}

#main .thumb>.imageBtn {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.proer-dling {
    border: 25px solid #34a58e !important;
}

.proer-done {
    border: 50px solid #263238 !important;
}

.proer-error {
    border: 25px solid #880E4F !important;
}

.mask-r18 {
    /* opacity: 0.05 !important; */
    filter: blur(15px) !important;
}

#setting {
    padding: 2em 4em 1em 4em;
}

.settings section {
    margin: 0 0 1.2em 0;
}

#filter {
    padding: 2em 4em 1em 4em;
}

.filters h2 {
    margin-bottom: 0.3em;
}

.filters p {
    margin: 0 0 1.5em 0;
}

.filters section {
    margin: 0 0 0.6em 0;
}

.filters button {
    height: 2.7em;
    line-height: 2.7em;
    padding: 0 1.5em;
}

.filters input {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    color: #fff;
    background: #34363b;
    border: 0;
    border-radius: 0;
    outline: 0;
    text-decoration: none;
    padding: .35em .6em;
    margin: 5px 0;
}

.filters section div {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0 3px;
}

.filters section .grid-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#headerGrpIdxBox {
    cursor: text;
    outline: 0;
    border: 0;
    color: #fff;
    background-color: #1f2224;
    width: 3em;
    text-align: center;
}

#header nav>ul>li i.icon:before {
    color: #505051;
}

.thumb h2 a {
    border-bottom: none !important;
}

.poptrox-popup a {
    color: #fff;
}

.poptrox-popup .one-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.poptrox-popup .no-des a {
    border-bottom: none;
}

.poptrox-popup .caption {
    position: fixed;
    background-image: none;
    text-shadow: 0 0 15px #000;
}

.poptrox-popup:before {
    display: none !important;
}

.poptrox-popup .nav-previous,
.poptrox-popup .nav-next {
    display: block !important;
    filter: drop-shadow(0 0 3px rgb(0, 0, 0));
}

@media screen and (max-width: 1680px) {
    #main .thumb {
        width: 25% !important;
    }
}

@media screen and (min-width: 1680px) {

    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 1280px) {
    #main .thumb {
        width: 33.333333% !important;
    }
}

@media screen and (max-width: 980px) {
    #main .thumb {
        width: 50% !important;
    }
}

@media screen and (max-width: 800px) {
    body {
        padding: 5px !important;
    }

    .search-area {
        padding: 100px 1em 3em 1em;
    }

    .poptrox-popup .caption {
        display: block !important;
        font-size: .9em;
        background-color: rgba(0, 0, 0, .5);
    }

    .poptrox-popup .caption p:first-child {
        max-width: 100% !important;
    }

    .poptrox-popup .nav-previous,
    .poptrox-popup .nav-next {
        position: absolute;
        opacity: 1;
    }
}

@media screen and (min-width: 800px) {
    .poptrox-popup .nav-previous {
        transform: scale(-1.5);
    }

    .poptrox-popup .nav-next {
        transform: scale(1.5);
    }
}

html::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html::-webkit-scrollbar-thumb {
    height: 40px;
    background-color: #eee;
    border-radius: 16px;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #ddd;
}

::selection {
    background: rgba(0, 149, 255, 0.1);
}