
/* Style Start */
a {
    text-decoration: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.header-switch .form-check {
    padding-left: 0;
    min-height: auto;
    margin-bottom: 0;
    position: relative;
}

.header-switch .form-check-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.header-switch .form-check-label::before {
    content: "";
    background-image: url("/alt/assets/images/modlist/moon.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.header-switch .form-check-label::after {
    content: "";
    background-image: url("/alt/assets/images/modlist/sun.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.header-switch .form-check .form-check-input {
    float: none;
    margin: 0;
    width: 81px;
    height: 45px;
    box-shadow: none;
    border: none;
    background-color: rgba(101, 203, 255, 0.1);
    border: 1px solid transparent;
    background-image: url("/alt/assets/images/modlist/green-circle.svg");
    background-repeat: no-repeat;
    background-size: 35px 35px;
    background-position: left 5px center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.light-mode .header-switch .form-check .form-check-input {
    background-position: right 5px center;
}

.modalist-header {
    padding: 24px 0;
}

.modlist-bnr-wrp {
    padding: 53px 0 31px;
    position: relative;
    z-index: 3;
}

.modlist-bnr-dots {
    position: absolute;
    left: 0;
    right: 0;
    top: 140px;
}

.modlist-bnr-dots img {
    width: 100%;
}

.modlist-bnr-title .section-title {
    margin: 0 0 15px;
}

.modlist-bnr-title {
    text-align: center;
    margin: 0 0 30px;
}

.modlist-bnr-main {
    max-width: 941px;
    width: 100%;
    margin: 0 auto; 
}

.modlist-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    padding: 13px 26px 13px 22px;
    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;
}

.btn-icon {
    width: 25px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.modlist-btn p {
    margin: 0;
}

.modlist-btn::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 1px;
    background: -moz-linear-gradient(158deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 100%);
    background: -webkit-linear-gradient(158deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 100%);
    background: linear-gradient(158deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 100%);
    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;
    z-index: -1;
    opacity: 0;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.modlist-btn:hover {
    color: #fff;
    font-weight: 700;
    background-color: rgba(101, 203, 255, 0.01);
}

.modlist-btn:hover::after {
    opacity: 1;
}

.report-btn {
    font-size: 15px;
    justify-content: center;
}

.report-icon {
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 0;
}

.modlist-btns-wrp {
    margin: 0 0 25px;
}

.verified-status-left {
    display: flex;
    align-items: center;
    margin: 0 27px 0 0;
    flex: 0 0 auto;
}

.verified-status-icon {
    width: 50px;
    height: 50px;
    margin: 0 25px 0 0;
    flex: 0 0 auto;
}

.verified-status-details p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: -0.32px;
    color: #fff;
    margin: 0 0 5px;
}

.verified-status-details h4 {
    font-size: 20px;
    line-height: normal;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.verified-social-media {
    margin: 0 15px 0 0;
    flex: 0 0 auto;
}

.verified-social-media ul {
    display: flex;
    align-items: center;
    margin: 0 -5px;
}

.verified-social-media ul li {
    padding: 0 5px;
}

.verified-social-media ul li a {
    width: 40px;
    height: 40px;
    padding: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(101, 203, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.verified-social-media ul li a:hover {
    background: -moz-linear-gradient(133deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    background: -webkit-linear-gradient(133deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
    background: linear-gradient(133deg, #FAB917 -11.37%, #30F3D7 96.23%, #95D677 96.23%);
}

.verified-status-wrp {
    display: flex;
    align-items: center;
    padding: 31px 43px;
    position: relative;
    z-index: 1;
    background: -moz-radial-gradient(957.52% 134.12% at 29.35% 114%, #12141B 3.08%, #08090C 100%);
    background: -webkit-radial-gradient(957.52% 134.12% at 29.35% 114%, #12141B 3.08%, #08090C 100%);
    background: radial-gradient(957.52% 134.12% at 29.35% 114%, #12141B 3.08%, #08090C 100%);
    -moz-box-shadow: 7px 12px 15px rgba(0, 161, 242, 0.20);
    -webkit-box-shadow: 7px 12px 15px rgba(0, 161, 242, 0.20);
    box-shadow: 7px 12px 15px rgba(0, 161, 242, 0.20);
    /* filter: drop-shadow(7px 12px 15px rgba(0, 161, 242, 0.20));
    -webkit-filter: drop-shadow(7px 12px 15px rgba(0, 161, 242, 0.20)); */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.verified-social-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.verified-status-wrp::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;
}

.donate-btn {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 12px 16px;
    flex: 0 0 auto;
    margin: 0 15px 0 0;
    background-color: rgba(101, 203, 255, 0.25);
    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;
}

.donate-btn img {
    margin: -1px 0 0 -1px;
}

.donate-btn:hover {
    color: #fff;
    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%);
}

.donate-btn span {
    margin: 0 0 0 8px;
    display: inline-block;
}

.help-btn {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    background: -moz-linear-gradient(118deg, #FAB917 0.57%, #DE1A86 79.95%);
    background: -webkit-linear-gradient(118deg, #FAB917 0.57%, #DE1A86 79.95%);
    background: linear-gradient(118deg, #FAB917 0.57%, #DE1A86 79.95%);
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.help-btn: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%);
}

.help-btn::after {
    content: "";
    border: 2px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    inset: -1px;
    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: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}

.verified-social-right {    
    display: flex;
    align-items: center;
}

.common-verified-block {
    justify-content: space-between;
}

.verified-status-middle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.common-verified-block .donate-btn {
    width: 48px;
    height: 48px;
    padding: 5px;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}

.common-verified-block .verified-social-media ul li a {
    width: 48px;
    height: 48px;
}

.common-verified-block .verified-social-media ul li {
    padding: 0 7px;
}

.common-verified-block .verified-social-media ul {
    margin: 0 -7px;
}

.common-verified-block .verified-social-right {
    padding-left: 15px;
}

.plain-bg {
    background: rgba(101, 203, 255, 0.1);
}

.plain-bg::after {
    display: none;
}

.plain-bg .verified-social-media ul li a:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.green-gradient-bg {
    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%);
}

.green-gradient-bg .verified-status-details p, 
.green-gradient-bg .verified-status-details h4 {
    color: #08090C;
} 

.green-gradient-bg .verified-social-media ul li a img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.green-gradient-bg .verified-social-media ul li a:hover {
    background: #08090C;
}

.green-gradient-bg .verified-social-media ul li a:hover img {
    filter: invert(0);
    -webkit-filter: invert(0);
}

.blue-gradient-bg {
    background: -moz-linear-gradient(173deg, #173DFA -11.37%, #30F3D7 106.23%, #95D677 96.23%);
    background: -webkit-linear-gradient(173deg, #173DFA -11.37%, #30F3D7 106.23%, #95D677 96.23%);
    background: linear-gradient(173deg, #173DFA -11.37%, #30F3D7 106.23%, #95D677 96.23%);
}

.blue-gradient-bg::after {
    display: none;
}

.blue-gradient-bg .verified-social-media ul li a:hover {
    background: #FFFFFF;
}

.blue-gradient-bg .verified-social-media ul li a:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.disc-tabbing-main .nav-tabs {
    border: none;
    justify-content: center;
    margin: 0 0 30px;
}

.disc-tabbing-main .nav-tabs .nav-item {
    padding: 0 30px;
}

.disc-tabbing-main .nav-tabs .nav-link {
    font-size: 2.813rem;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 7px;
    color: #fff;
    border: none;
    position: relative;
    text-shadow: 5px 4px 15px rgba(8, 148, 243, 0.25);
}

.disc-tabbing-main .nav-tabs .nav-link::after {
    content: "";
    background: -moz-linear-gradient(90deg, #00A1F2 2.16%, #3A49F9 41.82%, rgba(40, 100, 247, 0.00) 67.36%);
    background: -webkit-linear-gradient(90deg, #00A1F2 2.16%, #3A49F9 41.82%, rgba(40, 100, 247, 0.00) 67.36%);
    background: linear-gradient(90deg, #00A1F2 2.16%, #3A49F9 41.82%, rgba(40, 100, 247, 0.00) 67.36%);
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.disc-tabbing-main .nav-tabs .nav-link:hover {
    font-weight: 900;
}

.disc-tabbing-main .nav-tabs .nav-link:hover::after,
.disc-tabbing-main .nav-tabs .nav-link.active::after {
    width: 100%;
}

.disc-tabbing-main .nav-tabs .nav-link.active {
    font-weight: 900;
    background-color: transparent;
    position: relative;
}

.disc-tabbing-wrp {
    padding: 32px 0 45px;
    position: relative;
    z-index: 3;
}

.disc-tabbing-shadow {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: -340px;
    z-index: -1;
    display: none;
}

.disc-tabbing-main {
    max-width: 942px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.disc-tabbing-main::after {
    content: "";
    width: 310px;
    height: 310px;
    background-color: #046585;
    position: absolute;
    right: 223px;
    top: 48px;
    /*opacity: 0.5;
    */z-index: -1;
    filter: blur(210px);
    -webkit-filter: blur(210px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.disc-tabbing-main::before {
    content: "";
    width: 266px;
    height: 199px;
    background-color: #04843b;
    position: absolute;
    left: 224px;
    top: 142px;
    z-index: -1;
    /*opacity: 0.5;
    */filter: blur(210px);
    -webkit-filter: blur(125px);
    border-radius: 221px;
    -webkit-border-radius: 221px;
    -moz-border-radius: 221px;
    -ms-border-radius: 221px;
    -o-border-radius: 221px;
}

.disc-tabbing-main .tab-content {
    position: relative;
    z-index: 1;
    background-color: rgba(101, 203, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.disc-tabbing-main .tab-content::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    z-index: -1;
    background: -moz-linear-gradient(266deg, rgba(0, 193, 255, 0.04) 3.37%, #00C1FF 37.32%, rgba(0, 193, 255, 0.00) 76.05%, rgba(0, 193, 255, 0.38) 105.23%);
    background: -webkit-linear-gradient(266deg, rgba(0, 193, 255, 0.04) 3.37%, #00C1FF 37.32%, rgba(0, 193, 255, 0.00) 76.05%, rgba(0, 193, 255, 0.38) 105.23%);
    background: linear-gradient(266deg, rgba(0, 193, 255, 0.04) 3.37%, #00C1FF 37.32%, rgba(0, 193, 255, 0.00) 76.05%, rgba(0, 193, 255, 0.38) 105.23%);
    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;
}

.disc-tab {
    padding: 54px 59px;
}

.disc-tab .detail p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 29px;
}

.disc-tab .verified-social-media ul li a {
    width: 48px;
    height: 48px;
}

.disc-tab .verified-social-media ul li a:hover img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.disc-tab .verified-social-media ul {
    justify-content: flex-end;
    margin: 0 -7px;
}

.disc-tab .verified-social-media ul li {
    padding: 0 7px;
}

.video-tab {
    display: flex;
}

.video-tab iframe {
    padding: 7px;
    width: 100%;
    height: 478px;
    object-fit: cover;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.explore-files-wrp {
    padding: 45px 0 215px;
    position: relative;
    z-index: 2;
}

.explore-files-shadow {
    position: absolute;
    left: 0;
    top: -140px;
    z-index: -1;
}

.explore-files-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    z-index: -1;
}

.explore-files-dots img {
    width: 100%;
}

.explore-files-main .section-title {
    margin: 0 0 40px;
    text-align: center;
    text-shadow: 5px 4px 15px rgba(8, 148, 243, 0.25);
}


.modlist-page {
    position: relative;
}


/* Light Mode Css Start  */
.light-mode-img {
    display: none;
}

.light-mode body {
    background-color: #fff;
}

.light-mode .light-mode-img {
    display: block;
}

.light-mode .dark-mode-img {
    display: none;
}

.light-mode .navbar-nav .nav-link {
    color: #08090C;
}

.header-switch {
    padding: 0 0 0 50px;
}

.light-mode .header-switch .form-check .form-check-input {
    background-color: #fff;
    border-color: rgba(8, 9, 12, 0.15);
}

.light-mode .header-switch .form-check-label::before {
    background-image: url("/alt/assets/images/modlist/moon-light-mode.svg");
}

.light-mode .section-title,
.light-mode .small-title {
    color: #08090C;
}

.light-mode .modlist-btn {
    color: #08090C;
}

.light-mode .verified-status-wrp {
    background: rgba(255, 255, 255, 1);
}

.light-mode .verified-status-details p, 
.light-mode .verified-status-details h4 {
    color: #08090C;
}  

.light-mode .donate-btn {
    color: #08090C;
}

.light-mode .donate-btn img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.light-mode .disc-tab .verified-social-media ul li a img {
    filter: invert(1);
    -webkit-filter: invert(1);
}

.light-mode .modlist-bnr-dots {
    display: none;
}

.light-mode .disc-tabbing-main .nav-tabs .nav-link {
    color: #08090C;
}

.light-mode .disc-tab .detail p {
    color: #08090C;
}

.light-mode .disc-tabbing-main .tab-content {
    background-color: rgba(255, 255, 255, 0.45);
}

.light-mode .disc-tabbing-shadow {
    display: none;
}


.light-mode .download-btn-premium {
    background: -moz-linear-gradient(173deg, rgba(250, 185, 23, 0) -11.37%, rgba(48, 243, 215, 0) 96.23%, rgba(149, 214, 119, 0) 110%);
    background: -webkit-linear-gradient(173deg, rgba(250, 185, 23, 0) -11.37%, rgba(48, 243, 215, 0) 96.23%, rgba(149, 214, 119, 0) 110%);
    background: linear-gradient(173deg, rgba(250, 185, 23, 0) -11.37%, rgba(48, 243, 215, 0) 96.23%, rgba(149, 214, 119, 0) 110%);
    color: #08090C;
    box-shadow: none;
}

.light-mode .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%);
    -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);
}

.light-mode .download-btn-premium img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.light-mode .download-btn-std {
    color: rgba(8, 9, 12, 0.5);
    border: 1px solid #fff;
    background-color: #fff;
}

.light-mode .download-btn-std:hover {
    border-color: rgba(8, 9, 12, 0.25);
    background-color: transparent;
}

.light-mode .download-btn-std img {
    filter: brightness(0.2);
    -webkit-filter: brightness(0.2);
}


.light-mode .disc-tabbing-main::after {
    content: "";
    width: 200px;
    height: 199px;
    background-color: rgba(88, 230, 66, 0.65);
    opacity: 0.5;
    position: absolute;
    left: -70px;
    top: 20px;
    right: auto;
    bottom: auto;
    z-index: -1;
    filter: blur(125px);
    -webkit-filter: blur(125px);
}

.light-mode .disc-tabbing-main::before {
    content: "";
    width: 310px;
    height: 310px;
    background-color: rgba(40, 203, 255, 0.45);
    opacity: 0.5;
    position: absolute;
    left: auto;
    top: auto;
    right: -93px;
    bottom: -93px;
    z-index: -1;
    filter: blur(125px);
    -webkit-filter: blur(125px);
}

.light-mode .explore-files-shadow {
    bottom: 100px;
    top: auto;
}

.light-mode .subscription-footer .container {
    background-image: url("/alt/assets/images/modlist/footer-bg-light.png");
}

.light-mode .footer-menu ul li a,
.light-mode .subscription-footer p {
    color: #08090C;
}

.light-mode .subscription-footer .social-media ul li a img {
    filter: brightness(0);
    -webkit-filter: brightness(0);
}

.explore-files-main {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.light-mode .explore-files-main::after {
    content: "";
    width: 442px;
    height: 442px;
    background-color: rgba(235, 87, 87, 0.2);
    position: absolute;
    right: -77px;
    top: -277px;
    z-index: -1;
    filter: blur(200px);
    -webkit-filter: blur(200px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}



.light-mode .explore-shadow::before {
    content: "";
    width: 266px;
    height: 199px;
    position: absolute;
    left: -154px;
    bottom: 340px;
    z-index: -1;
    filter: blur(225px);
    -webkit-filter: blur(225px);
    background-color: #bfffda;
    border-radius: 221px;
    -webkit-border-radius: 221px;
    -moz-border-radius: 221px;
    -ms-border-radius: 221px;
    -o-border-radius: 221px;
}

.light-mode .explore-shadow::after {
    content: "";
    width: 310px;
    height: 310px;
    position: absolute;
    left: 105px;
    bottom: 370px;
    z-index: -1;
    filter: blur(225px);
    -webkit-filter: blur(225px);
    background-color: #bfefff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* Light Mode Css End  */

/* Style End */

/* Responsive Start */
@media (min-width: 992px) and (max-width: 1199px) {
    .header-switch { padding: 0 0 0 20px; }

    .disc-tabbing-shadow {top: -140px;}
    .modlist-bnr-dots {top: 60px;}

    .light-mode .disc-tabbing-main::before {width: 220px; height: 220px;right: -15px; bottom: -43px;}
    .light-mode .disc-tabbing-main::after {width: 150px; height: 150px; left: -20px; top: 40px;}
    .light-mode .explore-files-main::after {width: 300px; height: 300px; right: 0; top: -40px;}
}

@media (min-width: 768px) and (max-width: 991px) {
    .header-switch { padding: 0; }

    .modlist-btn {margin: 0 0 15px;}

    .verified-status-wrp {flex-wrap: wrap; justify-content: center;}
    .verified-status-left {margin: 0 0 30px 0;}

    .disc-tab { padding: 40px 45px; }
    .disc-tab .detail p { font-size: 18px; line-height: 28px; }
    .disc-tabbing-shadow {top: -70px;}

    
    .explore-files-shadow {top: -80px;}
    .light-mode .explore-files-shadow { bottom: 0px; }

    .light-mode .disc-tabbing-main::before {width: 220px; height: 220px;right: -15px; bottom: -43px;}
    .light-mode .disc-tabbing-main::after {width: 150px; height: 150px; left: -20px; top: 40px;}
    .light-mode .explore-files-main::after {width: 300px; height: 300px; right: 0; top: -40px;}
    .header-switch .form-check .form-check-input {width: 65px; height: 36px; background-size: 26px;}
    .header-switch .form-check-label::before {width: 16px; height: 16px; left: 12px;}
    .header-switch .form-check-label::after {width: 16px; height: 16px; right: 12px;}
}

@media (max-width: 767px) {
    .modalist-header { padding: 15px 0; }
    .header-switch { padding: 0; }

    .modlist-btn {margin: 0 0 15px;}
    .modlist-bnr-dots {top: 340px;}
    .modlist-bnr-dots img {height: 300px; object-fit: cover;}

    .verified-status-wrp {flex-wrap: wrap; justify-content: center; padding: 25px;}
    .verified-status-left {margin: 0 0 30px 0;}
    .verified-status-details h4 { font-size: 18px; }
    .verified-status-icon { width: 35px; height: 35px; margin: 0 10px 0 0; }
    .verified-social-media ul {flex-wrap: wrap; justify-content: center;}
    .verified-social-media {flex: unset; margin: 0 0 20px 0;}
    .verified-social-media ul li { padding: 0 4px 10px; }

    .disc-tab { padding: 30px; }
    .disc-tab .detail p { font-size: 16px; line-height: 26px; margin: 0 0 20px; }
    .disc-tabbing-main .nav-tabs .nav-link {font-size: 25px;}
    .disc-tabbing-main .nav-tabs .nav-item { padding: 0 10px; }
    .disc-tab .verified-social-media ul { justify-content: center; }
    .disc-tab .verified-social-media {margin: 0;}
    .disc-tabbing-shadow {top: 70px; left: -100px;}
    .disc-tabbing-shadow img {max-width: 600px;}
    .disc-tabbing-main::after {width: 200px; height: 200px; right: 80px; top: 180px;}
    .disc-tabbing-main::before {width: 170px; height: 170px; left: 64px; top: 200px;}

    .explore-files-shadow {top: 60px;}
    .explore-files-shadow img {max-width: 500px;}
    .explore-files-main .section-title { margin: 0 0 20px;}
    .explore-files-wrp { padding: 30px 0 150px; }

    .light-mode .navbar-toggler svg {fill: #08090C;}
    .header-inner {position: relative; flex-wrap: wrap;}
    .header-switch {position: absolute; right: 50px; top: 0;}
    .header-switch .form-check .form-check-input {width: 70px; height: 40px; background-size: 28px;}
    .header-switch .form-check-label::before {width: 18px; height: 18px; left: 11px;}
    .header-switch .form-check-label::after {width: 18px; height: 18px; right: 11px;}

    .light-mode .explore-files-main::after {width: 250px; height: 250px; top: -77px;}
    .light-mode .explore-shadow::after {width: 200px; height: 200px; left: 95px;}
    .light-mode .explore-shadow::before {width: 166px; height: 99px; left: 0;}
}
/* Responsive End */