.ajax-loading {
    opacity: 0.6;
    pointer-events: none;
}

.loading-block {
    cursor: progress;
}

.main-block {
    padding-right: 0;
}

.nav-tabs {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
}

.d-xl-block {
    padding-left: 25px;
}

.filter-list-block {
    padding-right: 0;
    padding-left: 0;
}

.result-list-block {
    padding-right: 0;
    padding-left: 25px;
}

.card form {
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 10px;
}

.filter-search__search-input {
    margin: 12px 0 0 0;
}

.input__icon {
    display: flex;
}

.accordion__option {
    margin-bottom: 29px;
}

.filter-search__search-input + .filter-checkbox-list {
    margin-top: 23px;
}

.search-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copy-block {
    line-height: 1;
    position: absolute;
    right: -23px;
    display: none;
    margin-top: -21px;
    padding: 3px;
    white-space: nowrap;
    color: #3C4858;
}

.right-side-search-block {
    position: relative;
}

.nav-tabs .nav-item .nav-link {
    padding: 10px 8px;
}

.nav-tabs .nav-item:first-child .nav-link {
    line-height: 14px;
}

.is-input-filled + .input__icons .material-icons + .input__cross-icon {
    display: flex !important;
}

.select-size-block.min-size {
    margin-top: 12px;
}

.ui-selectmenu-icon.ui-icon.sortSelectorIcon {
    margin-top: 2px;
    margin-right: 10px;
    border-right: 1px solid #eee;
}

.ui-selectmenu-icon.ui-icon.sortSelectorIcon.asc {
    background: url('/static/img/svg/icon_32_set2.svg?v=1') -416px 0;
}

.filter-select .ui-selectmenu-button span.ui-selectmenu-text {
    line-height: 30px;
    padding-right: 4px;
}


#page-sort-1-button,
#page-sort-2-button {
    padding-left: 0;
}

.filter-select .ui-selectmenu-button {
    height: 30px;
}

.copylink {
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: none;
    outline: 0;
    background: transparent url('/static/img/svg/icon_32_chain.svg?v=3') 0 0;
}

.copylink:hover {
    background-position: -32px -32px;
}

.search-block h1 {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    padding: 5px 0 15px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #626262;
}

.query-block {
    line-height: 1.5rem;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    margin-bottom: 22px;
    gap: 6px;
    margin-top: -5px;
}

.query-category-block {
    display: flex;
    gap: 6px;
    align-items: baseline;
}

.query-text {
    font-size: 21px;
    font-weight: bold;
    color: #3C4858;
    word-break: break-word;
}

.query-count {
    font-size: 15px;
    font-weight: 400;
    margin-right: 6px;
    color: rgba(0, 0, 0, .5);
}

.tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 10px 0 38px;
    padding: 0;
    list-style: none;
    gap: 7px;
}

.tags li {
    font-weight: normal;
    line-height: 33px;
    position: relative;
    height: 32px;
    margin: 0;
    padding: 0 35px 0 9px;
    list-style-type: none;
    text-decoration: none;
    color: #353535;
    border-radius: 2px;
    background: #d8e8ff;
}

.tags li a {
    color: #2a2a2a;
}

.tags li a:hover {
    color: #ff5032;
}

.tags li .ui-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin-top: 0;
    background: url('/static/img/svg/icon_32_cross_small.svg') 0 0 no-repeat;
}

.tags li.reset {
    padding: 0 9px 0 35px;
    cursor: pointer;
    background: #eee;
}

.tags li.reset .ui-icon {
    right: unset;
    left: 0;
}

#tab-detail {
    position: relative;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    align-items: stretch;
    flex-wrap: nowrap;
    padding-left: 15px !important;
    text-align: left !important;
    border-bottom: 0;
    column-gap: 5px;
}

#tab-detail:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #dddddd;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item .nav-link:hover,
.nav-tabs .nav-item .nav-link:active,
.nav-tabs .nav-item .nav-link:focus {
    position: relative;
    z-index: 2;
}

.nav-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    height: 100%;
}

.filter-name-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-start: 20px;
    margin-block-end: 20px;
}

.filter-input .material-icons {
    font-size: 23px !important;
    position: absolute;
    top: 7px;
    right: 12px;
    color: #b5b5b9;
}

.is-input-filled + .input__icons .material-icons {
    display: none;
}

.filter-select-page-size {
    align-items: center;
    gap: 20px;
}

.show-adult-result {
    text-align: center;
    margin-block-start: 20px;
    margin-block-end: 20px;
}

.paginator-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-block-start: 20px;
}

.page-select-block {
    display: flex;
}

.page-select-block .pages {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.page-select-block .pages li {
    line-height: 30px;
    display: inline;
    min-width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #eee;
    border-left: none;
    background: #fff;
}

.page-select-block .pages li:last-child {
    border: 1px solid #eee;
}

.page-select-block .pages li:first-child {
    border: 1px solid #eee;
}

.page-select-block .pages li.active,
.page-select-block .pages li.active:hover {
    color: #fff;
    border-color: #2c9ad7;
    background: #2c9ad7;
}

.page-select-block .pages li a {
    font-weight: normal;
    position: relative;
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #2a2a2a;
}

.page-select-block .pages li.active a {
    color: #fff;
}

.page-select-block .pages li:hover {
    border-color: #e9ecef;
    background: #e9ecef;
}

.page-select-block .pages li.null-pager-item {
    border-top: 0 !important;
    border-top-color: white !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-bottom-color: white !important;
}

.page-select-block .count {
    font-weight: normal;
    line-height: 30px;
    margin-left: 20px;
    color: rgba(0, 0, 0, .5);
}

.input__radio input {
    display: none;
}

.input__radio-block {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.input__radio {
    flex-basis: 50%;
    margin: 0;
    cursor: pointer;
}

.input__radio-text {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 8px;
    text-align: center;
    color: #2a2a2a;
    border: 1px solid #eeeeee;
    background: white;
}

.input__radio input:checked + .input__radio-text {
    border-color: #d9e9fe;
    background: #d9e9fe;
}

.accordion__toggle-icon-container {
    display: block;
}

.multiselect {
    width: 100%;
}

.accordion__toggle:checked + .accordion__title + .accordion__content-multi-select {
    overflow: visible;
    max-height: unset;
}

.dropdown-menu.show {
    width: 100% !important;
}

.accordion__content input[type="number"]::-webkit-outer-spin-button,
.accordion__content input[type="number"]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.accordion__content input[type="number"] {
    -moz-appearance: textfield;
}

.slider-wrapper {
    margin-top: 13px;
    margin-bottom: 25px;
}

.slider-wrapper .slider-values {
    display: grid;
    align-items: center;
    margin-bottom: 21px;
    grid-template-columns: 1fr 24px 1fr;
    justify-items: center;
}

.slider-values-separator {
    display: block;
    width: 11px;
    height: 2px;
    background: #b5b5b9;
}

.slider-wrapper .slider-values input {
    line-height: 38px;
    width: 100%;
    max-width: unset;
    padding: 0 12px;
    border: 1px solid #eeeeee;
}

.accordion__content {
    padding-right: 0;
}

.slider-wrapper {
    padding-left: 0;
}

.slider-wrapper .slider-values .bmd-form-group:last-child input {
    text-align: left;
}

.slider-container {
    padding-right: 3px;
    padding-left: 4px;
}

.select-size-block {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
}

.select-size-block .bmd-form-group {
    position: relative;
}

.select-size-block .bmd-form-group:after {
    position: absolute;
    top: 8px;
    left: 11px;
    pointer-events: none;
}

.select-size-block.min-size .bmd-form-group:after {
    content: 'Min.';
}

.select-size-block.max-size .bmd-form-group:after {
    content: 'Max.';
}

.select-size-block .ui-selectmenu-button {
    margin-right: 0;
}

.select-size-block.min-size {
    margin-bottom: 15px;
}

.select-size-block .bmd-form-group input {
    padding-right: 16px;
    padding-left: 44px;
}

.filter-select-page-size .ui-selectmenu-button {
    margin-right: 0;
}

.sub-section-list {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 18px;
    list-style: none;
    border-bottom: 0;
    gap: 15px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.sub-section-list li {
    line-height: 14px;
    display: flex;
    border: 1px solid white;
    border-radius: 5px;
}

.sub-section-list li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    display: flex;
    align-items: end;
    padding: 8px;
    white-space: nowrap;
    color: #495057;
    gap: 5px;
}

.sub-section-list li a .menuValue {
    position: static;
    margin: 0;
    padding: 0;
    color: #bbbbbb;
    line-height: 11px;
}

.menuValue {
    top: 0;
}

.sub-section-list li.active,
.sub-section-list li:hover {
    border: 1px solid #555;
}

.file-list-result {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    gap: 12px;
}

.file-list-item {
    position: relative;
    padding: 14px;
    border: 2px solid #efefef;
    border-radius: 10px;
}

a.kopimi-link {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.85;
}

a.kopimi-link:hover {
    opacity: 1;
}

.file-torrent-block {
    display: flex;
    flex-direction: column;
    color: #5a5a5a;
    padding-inline-end: 90px;
}

.torrent-name-link {
    color: #5a5a5a;
}

.torrent-name-link:hover {
    text-decoration: underline;
    color: #5a5a5a;
}

.torrent-name {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 500;
}

.file-torrent-block a {
    color: #5a5a5a;
    word-break: break-word;
}

.file-torrent-block .material-icons {
    position: relative;
    top: 3px;
}

.torrent-name-link {
    margin-inline-end: 7px;
}

.torrent-name-inner-block {
    padding-inline-start: 5px;
}

.torrent-name-link {
    margin-right: 0;
    margin-left: 0;
    color: #5a5a5a;
}

.file-list {
    position: relative;
    padding-left: 24px;
}

.file-list .file-line-td {
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 1px solid black !important;
}

.file-name-line-td {
    border: none !important;
}

.file-list {
    position: relative;
    margin-top: 10px;
    padding-left: 24px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
}

.related-posted-files {
    font-size: 13px;
}

.file-list-description {
    font-size: 13px;
    margin-top: 5px;
    padding-left: 24px;
}

.torrent-name-link span,
.found-file-name {
    background: #dbf0ff;
}

.search-table td a b mark,
.torrent-name-link mark {
    background: #fff3cd;
    color: #856404;
    padding: 0 1px;
    border-radius: 2px;
}

.torrent-title-tooltip mark {
    background: #fff3cd;
    color: #856404;
}

.file-torrent-second-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 0 24px;
    list-style: none;
    gap: 20px;
    margin-block-start: 20px;
}

.file-torrent-second-info li {
    font-size: 13px;
    text-transform: uppercase;
}

.file-torrent-second-info li span {
    font-weight: 400;
    margin-left: 2px;
    padding: 6px 15px;
    text-transform: none;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
}

.green-color {
    color: #7acd41;
}

.red-color {
    color: #fd624d;
}

.main-block th,
.main-block td {
    border: none;
}

.table th, .table td {
    padding: 4px 4px;
}

.accordion__title-text {
    line-height: 13px;
}

.mobile-filter-buttons {
    display: none;
}

.filter-mob-head {
    display: none;
}

.modal-is-open {
    overflow: hidden !important;
}

.show-torrent-btn {
    display: none;
}

.mob-filter-list {
    display: none;
}

.accordion-block-is-mob {
    display: none;
}

.filter-mob-tags {
    display: none;
}

.mob-sort-block {
    display: none;
}

.form-check-label span {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    position: static !important;
    display: inline-block !important;
    color: #8e8e93;
}

.radio-input {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 2px solid #b5b5b9;
    border-radius: 50%;
    background-color: #fff;
}

.radio-input-hidden:checked ~ span.radio-input {
    border: 2px solid #349aed;
}

.radio-input-hidden:checked ~ span.radio-input:after {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    border-radius: 50%;
    background-color: #349aed;
}

.query-category-in {
    font-size: 16px;
}

.query-category {
    font-size: 16px;
    font-weight: 500;
    color: #3C4858;
}

.no-query-select .query-category {
    font-size: 21px;
	font-weight: bold;
}

.btn-wrapper {
    margin: 0;
    padding-right: 0;
}

.search-table tr th:first-child, .search-table tr td:first-child {
    border-left: 0;
}

.search-table tr th {
    font-weight: 500;
    border-top: 0;
}

.search-table .table th, .search-table .table td {
    text-align: center;
    vertical-align: middle;
}

.search-table tr th:last-child, .search-table tr td:last-child {
    border-right: 0;
}

.search-table th, .search-table td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-table th, .search-table td {
    /*padding: 2px 6px;*/
	padding: 1px 4px;
}


.file-list-block {
    padding-inline-end: 70px;
}


.filter-select .ui-selectmenu-button.ui-button {
    width: 100% !important;
}

.filter-select .ui-selectmenu-button {
    height: 38px;
}

.filter-select .ui-selectmenu-button span.ui-selectmenu-text {
    line-height: 38px;
}

.count {
    white-space: nowrap;
}

.error-container form.row,
.error-container .result-list-block {
    padding: 0;
}

.error-container .filmList {
    margin: 0;
}

.external-user:hover {
    text-decoration: none;
}

.folder-name {
    word-break: break-word;
}

.is-elite-uploader-external {
    width: 20px;
    height: 20px;
    margin-bottom: -3px;
}

.file-size {
    white-space: nowrap;
}

.is-sort-select {
    color: #5a5a5a;
    text-decoration: none;
}

.is-sort-select .sorting {
    visibility: visible;
}

.last-page-notify {
    display: flex;
    flex-direction: row;
    background-color: #f7f7f9;
    margin-block-start: 20px;
    align-items: center;
    padding-inline-start: 20px;
}

.ui-menu .ui-menu-item-wrapper {
    padding: 3px 10px;
}

.right-side-search-buttons-block {
    display: flex;
}

.show-filters-btn {
    width: 32px;
    height: 32px;
    margin-left: 13px;
    cursor: pointer;
    background: transparent url(/static/img/svg/icon_32_feed_settings.svg?v=5) 0 0;
    opacity: 1;
    border: none;
}

.show-filters-btn:hover {
    background-position: 0 -64px;
}

.is-filter-hidden .filter-list-block {
    display: none;
}

.is-filter-hidden .result-list-block {
    padding-left: 0;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.page-select-block .pages li.active {
    pointer-events: none;
}

@media (max-width: 1080px) {
    .filter-select-page-size {
        justify-content: flex-end;
    }

    #page-size-selector-2-button {
        width: auto !important;
    }

    .show-filters-btn {
        display: none;
    }

    .filter-name {
        display: inline !important;
    }

    .main-block table .material-icons.md-18 {
        margin-top: 2px;
    }

    .mobile-info {
        display: flex;
        gap: 5px;
    }

    .mobile-info .material-icons {
        position: relative;
        top: 2px;
    }

    .mobile-info-block.mobile-posted-block {
        margin-top: 0;
        padding-inline-start: 23px;
        padding-block-end: 3px;
    }

    .related-posted {
        padding-left: 24px !important;
    }

    .file-torrent-block {
        padding-inline-end: 0;
    }

    .mobile-info-block {
        flex-wrap: wrap;
        row-gap: 0;
    }

    .mobile-posted-block {
        gap: 0 !important;
        display: block;
        font-size: 13px;
    }

    .mobile-posted-block strong {
        font-weight: 500;
    }

    .select-size-block {
        grid-template-columns: 1fr 70px;
    }

    .paginator-block {
        margin-block-start: 20px;
        flex-direction: row;
        gap: 20px;
        align-items: flex-start;
    }

    .torrent-name {
        align-items: flex-start;
    }

    .filter-select .ui-selectmenu-button.ui-button {
        align-items: center;
        height: 38px;
    }

    .filter-select-page-size .ui-selectmenu-button.ui-button {
        height: 30px;
    }

    .file-list-block {
        padding-inline-end: 0;
    }

    .js-form.ajax-loading {
        opacity: 1;
    }

    .js-form.ajax-loading .result-list-block {
        opacity: 0.6;
    }

    .js-form.ajax-loading .is-open .plp__filters {
        opacity: 0.6;
    }

    .filter-list-block {
        display: none;
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .result-list-block {
        flex-basis: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .result-list-block .tags {
        display: none;
    }

    .sub-section-list {
        overflow: auto;
        flex-wrap: nowrap;
        padding-left: 0;
    }

    .sub-section-list a {
        white-space: nowrap;
    }

    .query-block .query-count {
        display: none;
    }

    .filter-name + .filter-select-page-size {
        display: none;
    }

    .filter-name-block .filter-name {
        width: 100%;
    }

    .search-table td {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .paginator-block .count {
        display: none;
    }

    .paginator-block #page-sort-2-button {
        display: none;
    }

    .filter-select {
        margin-bottom: 0;
    }

    .mobile-filter-buttons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .open-sort,
    .open-filter {
        border: none;
        padding: 6px 0 0 0;
        outline: 0;
        background: none;
    }

    .open-filter {
        width: 32px;
        height: 32px;
        background: transparent url('/static/img/svg/icon_32_feed_settings.svg?v=5') 0 0;
    }

    .mobile-filter-buttons .count {
        font-size: 14px;
        font-weight: 500;
        color: #868e96;
    }

    .filter-list-block.is-open {
        position: fixed;
        z-index: 4;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        overflow-y: scroll;
        padding: 20px;
        background: white;
    }

    .filter-mob-head {
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid #eeeeee;
        position: relative;
    }

    .filter-list-block.is-open .filter-mob-head {
        display: flex;
    }

    .mob-head-close {
        display: block;
        width: 28px;
        height: 28px;
        padding: 0;
        color: #b5b5b9;
        border: 0;
        background: none;
        position: absolute;
        left: 0;
    }

    .mob-head-title {
        font-size: 18px;
        font-weight: 500;
        color: #3d4858;
    }

    .mob-head-reset {
        font-size: 15px;
        display: block;
        padding: 0;
        color: #1a84dc;
        border: 0;
        background: none;
        position: absolute;
        right: 0;
    }

    .filter-list-block .tags {
        margin-bottom: 30px;
        gap: 10px;
    }

    .filter-list-block .tags li {
        margin: 0;
    }

    .mob-reset-block {
        position: fixed;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 15px 15px;
        background: white;
    }

    .mob-reset-block a {
        display: none;
    }

    .mob-reset-block .show-torrent-btn {
        font-size: 13px;
        display: block;
        text-align: center;
        text-transform: none;
        color: white;
        border: none;
        background: #178ef3;
    }


    .filter-container--modal-filters {
        padding-bottom: 75px;
    }

    .mob-filter-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .mob-filter-item input {
        display: none;
    }

    .mob-filter-item label {
        font-weight: 400;
        margin: 0;
        padding: 8px;
        color: #686868;
        border: 1px solid #dddddd;
        border-radius: 20px;
    }

    .mob-filter-item input:checked + label {
        background: #d9eafe;
    }

    .mob-filter-item label span {
        font-size: 10px;
    }

    .accordion-block-is-mob {
        display: block;
    }

    .filter-select .ui-selectmenu-button {
        height: auto;
    }

    .filter-select .ui-selectmenu-button span.ui-selectmenu-text {
        line-height: inherit;
    }

    .filter-mob-tags {
        display: block;
    }

    .mob-sort-block.is-open {
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: flex;
        margin: 0;
        padding: 20px;
        background: white;
        overflow: hidden;
    }

    .mobile-filter-buttons {
        position: relative;
    }

    .mob-sort-block.is-open .filter-container--modal-filters {
        padding-bottom: 0;
    }

    .mob-sort-block .plp__filters {
        width: 100%;
    }

    .mob-sort-list ul {
        font-size: 17px;
        font-weight: 400;
        display: flex;
        flex-direction: column;
        padding: 0;
        list-style: none;
        gap: 10px;
    }

    .mob-head-space {
        width: 28px;
    }

    .dropdown-menu.show {
        position: static !important;
    }

    .file-list {
        padding-left: 0;
    }

    .file-line-td {
        /*width: 14px;*/
        width: 18px;
    }

    .file-size {
        font-size: 9px;
    }

    .file-list-item .file-list-description,
    .file-list-item .file-torrent-second-info {
        padding-left: 0;
    }

    .file-torrent-second-info {
        display: none;
    }

    .file-list-item .mobile-info-block {
        padding-inline-start: 0;
    }

    .source-link-tor {
        display: none;
    }

    .kopimi-link {
        display: none;
    }

    .filters-button-active {
        font-size: 10px;
        font-weight: 700;
        line-height: 14px;
        position: absolute;
        top: 0;
        right: -5px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 15px;
        height: 15px;
        padding: 0 4px;
        color: #fff;
        border-radius: 16px;
        background-color: #f55123;
    }

    .open-filter {
        position: relative;
    }

    .file-list-item .torrent-name-link {
        margin-right: 0;
    }

    .card form {
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }

    .query-text {
        font-size: 20px;
    }

    .search-block h1 {
        padding: 0 0 15px 0;
    }

    .filter-select .ui-selectmenu-button .ui-icon-triangle-1-s {
        height: 30px;
        margin-top: 0;
        margin-bottom: 4px;
    }

    .file-list {
        overflow-x: auto;
        white-space: nowrap;
    }

    .file-line {
        min-width: 18px;
    }

    .plp__filters {
        width: 100%;
    }

    .file-list-item .mobile-info-block {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .slider-values .bmd-form-group {
        width: 100%;
    }

    .file-list-description {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}


@media (max-width: 940px) {
    #tab-detail:after {
        display: none;
        padding-left: 0 !important;
    }

    #tab-detail {
        padding-left: 0 !important;
    }

}


@media (min-width: 929px) {
    .table-responsive .table td.text-left div.float-left {
        max-width: calc(100% - 30px);
    }

    .table-responsive .table td.text-left div.float-left.has-comment {
        max-width: calc(100% - 65px);
    }

    .table-responsive .table td.text-left div.float-left.has-movie {
        max-width: calc(100% - 65px);
    }

    .table-responsive .table td.text-left div.float-left.has-comment.has-movie {
        max-width: calc(100% - 93px);
    }
}

.torrent-title-tooltip {
    position: absolute;
    padding: 6px 12px;
    background: #fff;
    color: #333;
    border: 1px solid #e1e5e9;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.6;
    max-width: 500px;
    z-index: 10000;
    pointer-events: none;
    display: none;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
}

.torrent-title-tooltip.show {
    display: block;
}

.torrent-title-tooltip span {
    background: #dbf0ff;
    color: #333;
    font-weight: 500;
}

.nothing-found {
    padding: 30px 20px;
}

.nothing-found-title {
    font-size: 22px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
	margin-top: 20px;
}

.nothing-found-message {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.filter-suggestions {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.filter-suggestions-title {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 12px;
}

.filter-suggestions-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-suggestions-list li {
    margin-bottom: 8px;
}

.filter-suggestions-list li:last-child {
    margin-bottom: 0;
}

.filter-suggestion-link {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    text-decoration: none;
    color: #495057;
    transition: all 0.2s ease;
}

.filter-suggestion-link:hover {
    background: #fff3cd;
    border-color: #ffc107;
    color: #856404;
    text-decoration: none;
}

.filter-suggestion-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 10px;
    flex-shrink: 0;
}

.filter-suggestion-link:hover .filter-suggestion-icon {
    background: #c82333;
}

.filter-suggestion-text {
    font-size: 13px;
    line-height: 1.4;
    flex: 1;
}

.potential-count {
    display: block;
    font-size: 11px;
    color: #28a745;
    margin-top: 2px;
    font-weight: 600;
}

.filter-suggestions-list li.high-impact .filter-suggestion-link {
    background: #d4edda;
    border-color: #28a745;
}

.filter-suggestions-list li.high-impact .filter-suggestion-link:hover {
    background: #c3e6cb;
    border-color: #1e7e34;
}

.filter-suggestion-link.recommended {
    position: relative;
}

.recommended-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #28a745;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: 0px 8px;
    border-radius: 10px;
    text-transform: uppercase;
}

.nothing-found-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.reset-filters-btn,
.back-to-search-btn {
    display: inline-block;
    padding: 4px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.reset-filters-btn {
    background: #007bff;
    color: #fff;
}

.reset-filters-btn:hover {
    background: #0056b3;
    color: #fff;
    text-decoration: none;
}

.back-to-search-btn {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
}

.back-to-search-btn:hover {
    background: #e9ecef;
    color: #495057;
    text-decoration: none;
}

.filter-name .filter-preview {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #6c757d;
    pointer-events: none;
    transition: all 0.2s ease;
}

.filter-name .filter-preview.is-searching {
    color: #007bff;
}

.filter-name .filter-preview.no-matches {
    color: #dc3545;
}

.filter-name .filter-preview.has-matches {
    color: #28a745;
}

.filter-name {
    position: relative;
}

@keyframes searchPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.filter-preview.is-searching {
    animation: searchPulse 1s ease-in-out infinite;
}