
.explore-files-table .form-select {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #fff;
    border: none;
    padding: 13px 20px;
    max-width: 95px;
    width: 100% !important;
    flex: 0 0 auto;
    margin: 0 18px 0 0 !important;
    background-color: rgba(101, 203, 255, 0.1);
    background-image: url("/alt/assets/images/modlist/down-arrow.svg");
    background-repeat: no-repeat;
    background-size: 12px 8px;
    background-position: right 20px center;
    box-shadow: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.explore-files-table .form-select option {
    color: #000;
}

.explore-files-table .dt-length {
    display: flex;
    align-items: center;
    color: #fff;
}

.explore-files-table .dt-length .dt-length-0 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.explore-files-table thead th {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #fff;
    padding: 17px 21px 21px;
    outline: none !important;
    border-top: 1px  solid rgba(185, 198, 199, 0.2);
}

.explore-files-table thead .dt-column-order {
    display: none;
}

.folder-name {
    font-weight: 700;
    display: flex;
    align-items: center;
}

.folder-name img {
    width: 25px;
    margin: 0 9px 0 0;
}

.explore-files-table tbody tr td {
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    padding: 0;
    height: 63px;
}

.explore-files-table tbody tr td.dt-type-numeric .table-bg {
    justify-content: center;
}

.explore-files-table tbody tr .table-bg {
    margin: 0 0 10px;
    height: calc(100% - 10px);
    display: flex;
    align-items: center;
    padding: 12px 21px;
    position: relative;
    background-color: rgba(101, 203, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.explore-files-table tbody tr:hover {
    cursor: pointer;
}

.explore-files-table tbody tr:hover .table-bg {
    border-top-color: #5DE6AC;
    border-bottom-color: #5DE6AC;
}

.explore-files-table tbody tr td:first-child .table-bg {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px 0 0 12px;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -ms-border-radius: 12px 0 0 12px;
    -o-border-radius: 12px 0 0 12px;
}

.explore-files-table tbody tr:hover td:first-child .table-bg {
    border-left-color: #5DE6AC;
}

.explore-files-table tbody tr td:last-child .table-bg {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0 12px 12px 0;
    -webkit-border-radius: 0 12px 12px 0;
    -moz-border-radius: 0 12px 12px 0;
    -ms-border-radius: 0 12px 12px 0;
    -o-border-radius: 0 12px 12px 0;
}

.explore-files-table tbody tr:hover td:last-child .table-bg {
    border-right-color: #5DE6AC;
}

.download-btn-premium {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    display: flex;
    padding: 8px 13px;
    max-width: max-content;
    margin: 0 auto;
    background: -moz-linear-gradient(173deg, #08090C -11.37%, #08090C 96.23%, #08090C 110%);
    background: -webkit-linear-gradient(173deg, #08090C -11.37%, #08090C 96.23%, #08090C 110%);
    background: linear-gradient(173deg, #08090C -11.37%, #08090C 96.23%, #08090C 110%);
    position: relative;
    z-index: 1;
    -moz-box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
    -webkit-box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
    box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.download-btn-premium:hover {
    background: -moz-linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    background: -webkit-linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    background: linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    color: #08090C;
}

.download-btn-premium:hover img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.download-btn-premium::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    z-index: -1;
    background: -moz-linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    background: -webkit-linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    background: linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.download-btn-premium img {
    margin: 0 7px 0 0;
}

.download-btn-std {
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.5);
    border: 2px solid rgba(255, 255, 255, 0.25);
    padding: 7px 14px;
    display: flex;
    max-width: max-content;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.download-btn-std:hover {
    color: rgba(8, 9, 12, 0.5);
    background-color: #fff;
}

.download-btn-std:hover img {
    filter: brightness(0.2);
    -webkit-filter: brightness(0.2);
}

.download-btn-std img {
    margin: 0 7px 0 0;
}

.explore-files-table .dt-info {
    font-size: 18px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
}

.explore-files-table .page-item.disabled {
    pointer-events: none;
}

.explore-files-table .page-item {
    padding: 0 5px;
}

.explore-files-table .page-item .page-link {
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    color: #fff;
    width: 40px;
    height: 40px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: none;
    background-color: rgba(101, 203, 255, 0.1);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.explore-files-table .page-item .page-link.previous,
.explore-files-table .page-item .page-link.next {
    width: 47px;
}

.explore-files-table .page-item .page-link::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    z-index: -1;
    opacity: 0;
    background: -moz-linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    background: -webkit-linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    background: linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.explore-files-table .page-item:hover .page-link,
.explore-files-table .page-item.active .page-link {
    background-color: #08090C;
    -moz-box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
    -webkit-box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
    box-shadow: 5px 10px 15px 0px rgba(0, 161, 242, 0.20);
}

.explore-files-table .page-item:hover .page-link::after,
.explore-files-table .page-item.active .page-link::after {
    opacity: 1;
}

.explore-files-table table {
    margin: 18px 0 15px;
}

.explore-files-table .dt-search {
    position: relative;
}

.explore-files-table .dt-search .form-control::-webkit-search-cancel-button {
    display: none !important;
}

.explore-files-table .dt-search::after {
    content: "";
    background-image: url("/alt/assets/images/modlist/search-icon.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 18px;
    top: 50%;
    cursor: pointer;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.explore-files-table .dt-search .form-control {
    width: 389px;
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    padding: 13px 40px 13px 19px;
    border: none;
    box-shadow: none;
    margin: 0;
    background-color: rgba(101, 203, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.explore-files-table .dt-search .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.explore-files-table .dt-search .form-control:focus {
    background-color: rgba(101, 203, 255, 0.1);
}

.explore-files-table .dt-search .form-control:focus + label {
    opacity: 1;
}

.explore-files-table .dt-search label {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    opacity: 0;
    cursor: text;
    background: -moz-linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    background: -webkit-linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    background: linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: destination-out;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

/* Light Mode */

.light-mode .explore-files-table .form-select {
    color: #08090C;
    background-image: url("/alt/assets/images/modlist/down-arrow-black.svg");
}

.light-mode .explore-files-table .dt-length {
    color: #08090C;
}

.light-mode .explore-files-table .dt-search::after {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.light-mode .explore-files-table .dt-search .form-control::placeholder {
    color: rgba(8, 9, 12, 0.65);
}

.light-mode .explore-files-table .dt-search .form-control {
    color: #08090C;
}

.light-mode .explore-files-table thead th,
.light-mode .explore-files-table tbody tr td {
    color: #08090C;
}


.light-mode .explore-files-table .page-item .page-link,
.light-mode .explore-files-table .dt-info {
    color: #08090C;
}

.light-mode .explore-files-dots {
    display: none;
}

.light-mode .explore-files-table .page-item:hover .page-link, 
.light-mode .explore-files-table .page-item.active .page-link {
    background: -moz-linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    background: -webkit-linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
    background: linear-gradient(173deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 110%);
}

.light-mode .explore-files-table .page-item .custom-arrow img {
    filter: brightness(0.2);
    -webkit-filter: brightness(0.2);
}
/* Light Mode */


/* Responsive Start */
@media (min-width: 992px) and (max-width: 1199px) {
    /* .explore-files-table {overflow-x: auto; -webkit-overflow-scrolling: touch;} */
    .explore-files-table thead th {padding: 17px 10px 21px;}
    .explore-files-table thead th, .explore-files-table tbody tr td {white-space: normal !important;}
    .explore-files-table tbody tr .table-bg {padding: 12px 10px;}
    .explore-files-table tbody tr td:nth-child(2) .table-bg, .explore-files-table tbody tr td:nth-child(3) .table-bg {justify-content: center;}
}

@media (min-width: 768px) and (max-width: 991px) { 
    .explore-files-table tbody tr .table-bg {border: none; height: auto; background: none; padding: 10px;}
    .explore-files-table tbody tr td {position: relative; }
    .explore-files-table tbody tr td.child {white-space: normal !important; }
    .explore-files-table .dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before { position: absolute; border-left-color: #5DE6AC; left: 5px; z-index: 9; top: 40%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); }
    .explore-files-table table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before {border-top-color: #5DE6AC;}
    .explore-files-table table.dataTable > tbody > tr.child ul.dtr-details {display: block;}
    .explore-files-table table.dataTable > tbody > tr.child ul.dtr-details > li {display: flex; align-items: center; justify-content: space-between;}
    .explore-files-table table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data {flex: 0 0 auto;}
    .explore-files-table tbody tr td:first-child .table-bg {border-left: none; padding-left: 25px;}
    .explore-files-table tbody tr td:last-child .table-bg {border-right: none;}
    .explore-files-table table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {border-bottom: 1px solid #efefef;}
    .explore-files-table tbody tr td:nth-child(2) .table-bg,.explore-files-table tbody tr td:nth-child(3) .table-bg {justify-content: center;}
    .explore-files-table thead th:nth-child(2), .explore-files-table thead th:nth-child(3) {text-align: center;}
}

@media (max-width: 767px) {
    .explore-files-table tbody tr .table-bg {border: none; height: auto; background: none; padding: 10px;}
    .explore-files-table tbody tr td {position: relative; }
    .explore-files-table tbody tr td.child {white-space: normal !important; }
    .explore-files-table .dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before { position: absolute; border-left-color: #5DE6AC; left: 5px; z-index: 9; top: 40%; transform: translate(0, -50%); -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); }
    .explore-files-table table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before {border-top-color: #5DE6AC;}
    .explore-files-table table.dataTable > tbody > tr.child ul.dtr-details {display: block; padding: 0 0 20px;}
    .explore-files-table table.dataTable > tbody > tr.child ul.dtr-details > li {display: flex; align-items: center; justify-content: space-between; padding: 15px 0;}
    .explore-files-table table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {padding-bottom: 15px;}
    .explore-files-table table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data {flex: 0 0 auto;}
    .explore-files-table table.dataTable > tbody > tr.child ul.dtr-details > li .dtr-data .table-bg {padding: 0; margin: 0;}
    .explore-files-table tbody tr td:first-child .table-bg {border-left: none; padding-left: 25px;}
    .explore-files-table tbody tr td:nth-child(2) .table-bg,.explore-files-table tbody tr td:nth-child(3) .table-bg {justify-content: center;}
    .explore-files-table thead th:nth-child(2), .explore-files-table thead th:nth-child(3) {text-align: center;}
    .explore-files-table tbody tr td:last-child .table-bg {border-right: none;}
    .explore-files-table table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {border-bottom: 1px solid #efefef;}
    .explore-files-table .form-select {padding: 10px 15px;}
    .explore-files-table .dt-search {margin: 25px auto 0; max-width: 357px;}
    .explore-files-table .dt-info { font-size: 16px; margin: 20px 0 20px; }
    .explore-files-table .dt-length {justify-content: center;}
}
/* Responsive End */