aside.main {
    flex-grow: 1;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.aside-wrapper {
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
}
.filters {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
}
.filters:after {
    content: " ";
    display: table;
    clear: both;
}
.filters .filter {
    display: inline-block;
    width: 16.6666666667%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 10px;
}
.filters .filter .btn {
    width: 100%;
    text-align: left;
}
.filters .filter .btn span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.scaff.items .item .inner {
    margin-bottom: 0px;
}
.ani.items {
    margin: 0 -10px;
}
.ani.items.mode2 .item {
    width: 50%;
    display: flex;
}
.ani.items.mode3 .item {
    width: 100%;
}
.ani.items:after {
    content: " ";
    display: table;
    clear: both;
}
.dropdown {
    position: relative;
}
.dropdown .dropdown-toggle:after {
    vertical-align: middle;
    content: "\f107";
    font-family: "FontAwesome";
    border: none;
    transition: transform .2s;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.dropdown .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.dropdown-toggle {
    white-space: nowrap;
}
.filters .dropdown-menu.lg {
    width: 600px;
}
.filters .dropdown-menu {
    margin-top: 10px;
    min-width: 100%;
}
.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #777;
    text-align: left;
    list-style: none;
    background-color: #242424;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
}
.dropdown-menu>li>input[type=checkbox], .dropdown-menu>li>input[type=radio] {
    display: none;
    position: absolute;
    top: -9999em;
    left: -9999em;
}    
.filters .dropdown-menu li {
    float: left;
}
.filters .dropdown-menu.c4 li {
    width: 25%;
}
.filters .dropdown-menu.c1 li {
    width: 100%;
}
.filters .dropdown-menu.c3 li {
    width: 33.3333333333%;
}
.filters .dropdown-menu.md {
    width: 350px;
}
.filters .dropdown-menu li label {
    transition: all .2s;
    font-size: 1.05rem;
}
.noclose.dropdown-menu>li>label {
    color: #777;
}
.noclose.dropdown-menu>li>label {
    margin-bottom: 0;
    cursor: pointer;
}
.noclose.dropdown-menu>li>label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 14px;
    white-space: nowrap;
}
.dropdown-menu>.active>label, .dropdown-menu>.active>label:focus, .dropdown-menu>.active>label:hover, .dropdown-menu>li>input:checked~label, .dropdown-menu>li>input:checked~label:focus, .noclose.dropdown-menu li label:hover {
    background-color: transparent;
    color: #a885da;
}
.dropdown-menu>li>input.exclude[type=checkbox]+label {
    color: #dc3545;
}
.dropdown-menu>li>input.exclude[type=checkbox]+label:before {
    content: "\f00d";
    font-family: "FontAwesome";
    margin-right: 6px;
    color: #dc3545;
}
.dropdown-menu>li>input[type=checkbox]+label:before {
    content: "\f0c8";
    font-family: "FontAwesome";
    font-weight: 500;
    margin-right: 5px;
}
.dropdown-menu>li>input[type=checkbox]:checked+label:before {
    content: "\f00c";
    margin-left: -2px;
}
.dropdown-menu>li>input[type=radio]:checked+label:before {
    content: "\f058";
}
.dropdown-menu>li>input[type=radio]+label:before {
    content: "\f111";
    font-family: "FontAwesome";
    margin-right: 5px;
}
.dropdown-menu>li>input#clear_all_filters + label:before {
    content: "\f014";
    font-family: "FontAwesome";
    margin-right: 5px;
    color: #dc3545;
}
.dropdown-menu>li>input#clear_all_filters + label {
    color: #dc3545;
}
.dropdown-menu>li>input#clear_all_filters:checked + label:before {
    content: "\f014";
    color: #dc3545;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-secondary {
    color: #777;
}
.btn-secondary {
    color: #777;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}
.btn-secondary:hover {
    color: #aaa;
    background-color: #2a2a2a;
    border-color: #2a2a2a;
}
.btn {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .9rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #aaa;
    background-color: #212121;
    background-clip: padding-box;
    border: 1px solid #303030;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn.btn-primary.d-flex.align-items-center {
    font-size: .8rem;
}
.clearfix::after, .watchlist.items::after {
    display: block;
    clear: both;
    content: "";
}
.list-info.total-items.icons-arange {
    color: #666;
    font-size: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}
.icons-filter.display-modes {
    display: flex;
}
.display-modes .mode.active, .display-modes .mode:focus, .display-modes .mode:focus-within, .display-modes .mode:hover {
    fill: #aaa;
}
.display-modes .mode {
    margin-left: 10px;
    fill: #777;
    transition: color .2s;
    cursor: pointer;
}
.display-modes .mode svg {
    width: 1.5em;
    height: 1.5em;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 5px;
    justify-content: center;
    margin-top: 15px;
    font-size: 0.7rem;
}
.page-item.disabled .page-link {
    color: #777;
    pointer-events: none;
    cursor: auto;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.page-item:last-child .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.page-link {
    position: relative;
    display: block;
    padding: .6rem .9rem;
    margin-left: 0;
    line-height: 1.25;
    color: #777;
    background-color: #212121;
    border: 0 solid #212121;
}
.page-link:hover {
    z-index: 2;
    color: #fff !important;
    text-decoration: none;
    background-color: #5a2e98;
    border-color: #5a2e98;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5a2e98;
    border-color: #5a2e98;
}
.page-link .fa-angle-left:before {
    font-size: 0.8rem;
}
.page-link .fa-angle-right:before {
    font-size: 0.8rem;
}
aside.sidebar {
    width: 25%;
    min-width: 320px;
    flex-shrink: 0;
    padding-left: 10px;
    padding-right: 10px;
}
.text-muted {
    color: #515151!important;
    font-size: 0.9rem;
}
.scaff.items .item .inner:hover {
    background: #242424;
}
@media screen and (max-width: 1520px) {
    .ani.items .item {
        width: 20% !important;
    }
}
@media screen and (max-width: 1199px) {
    .ani.items .item {
        width: 25.001% !important;
    }
}
@media screen and (max-width: 1050px) {
    .filters .filter {
        width: 25.001%;
    }
}
@media screen and (max-width: 800px) {
    .filters .filter {
        width: 33.33%;
    }
    .filters .dropdown-menu.lg {
        width: 100%;
    }
    .filters .dropdown-menu.md {
        width: 100%;
    }
    .filters .dropdown-menu li {
        float: none;
    }
}
@media screen and (max-width: 790px) {
    .ani.items .item {
        width: 33.33% !important;
    }
}
@media screen and (max-width: 550px) {
    .filters .filter ul.dropdown-menu {
        position: absolute;
        min-width: fit-content !important;
        width: 100% !important;
        height: auto !important;
        right: 0%;
        top: 5vh;
        max-height: 52.5vh !important;
        -ms-scroll-chaining: none;
        overscroll-behavior: contain;
        padding-top: 10px;
        padding-bottom: 10px;
        border: 1px solid #666;
        z-index: 50;
    }
    .filters .filter ul.dropdown-menu {
        width: 100%!important;
        max-height: 200px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .ani.items .item {
        width: 50% !important;
    }
    .filters .filter {
        width: 50%;
    }
}