html, body {
    height: 100%;
}

body {
    color: #fff;
    background: #252525;
    font-family: 'Nunito', sans-serif;
    padding-top: 82px;
}

.dropdown-menu {
    background-color: #333 !important;
}

.content {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

a,
a:hover,
h1,
.btn-link,
.btn-link:hover,
.forum-big-icon {
    color: #ba68c8;;
}

.progress-bar,
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #1c1c1c !important;
}

.btn.btn-paypal {
    background: #3b7bbf!important;
    border-color: #25598e!important;
    transition: font-size .2s;
}

.btn.btn-discord {
    background: #7289da!important;
    border-color: #4f5f95!important;
    transition: font-size .2s;
}

.btn.btn-paypal:hover {
    font-size: 105%;
}

.btn.btn-discord:hover {
    font-size: 105%;
}

.btn-tb-grey {
    background: transparent;
    color: #ccc;
}

.btn-tb-grey:hover {
    background: transparent;
    color: #ccc;
}

.btn-tb-grey:active, .btn-tb-grey:focus {
    border-color: transparent;
    box-shadow: none;
}

.tb-wiki, .bg-div-dark {
    background: #333;
}

.list-group-item {
    color: #ccc;
    background: #333;
    border: none!important;
}

.list-group-item.active {
    background: #1c1c1c;
}

.list-group-item:hover {
    text-decoration: unset;
}

#clickCopy {
    position: fixed;
    right: 50%;
    transform: translateX(50%);
    bottom: 15px;
}

.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active {
    background-color: #333 !important;
}

.form-control,
.form-select,
.input-group .input-group-text,
.input-group .btn {
    border-radius: 3px;
    border: transparent;
}

.form-control,
.form-select,
.input-group .input-group-text,
.input-group .btn, .btn {
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-control,
.form-select,
.table {
    background-clip: inherit;
    color: #fff;
}

.form-control:focus,
.form-select:focus {
    color: #fff;
}

.form-select {
    background-image: url('../img/arrow.svg');
}

.btn,
.form-control:focus,
.custom-control-input:focus ~ .custom-control-label::before {
}

.btn:not(.btn-link) {
    text-transform: uppercase;
}

.input-group-text {
    color: #999;
    border-color: #000 !important;
}

.input-group-prepend {
    padding-right: 3px;
}

.ntf-gray {
    color: #aaa!important;
}
.ntf-link:hover, .ntf-link:focus, .ntf-link.active, .ntf-link:active {
    background: #232323!important;
}

.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card,
.breadcrumb {
    border: 0;
    color: #fff;
    background: #2d2d2d;
}

.card-news {
    height: 28rem;
}

.rd-more {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.card-body {
    background-color: #333;
    padding: 0.25rem 0.75rem;
}

.modal-content {
    background-color: #333 !important;
}

.modal-body {
    color: #bbb !important;
}

button.close {
    color: #aaa;
    text-shadow: none;
}

button.close:hover{
    color: #dc3545;
}

.modal-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.modal-footer {
    border-top: 1px solid rgba(0,0,0,.125);
}

.dataTables_paginate {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*Navbar*/

.navbar {
    background: #141415;
}
@media (max-width: 992px) {
    .navbar {
        overflow-y: auto;
        max-height: 100vh;
    }

    .ntf-text {
        white-space: normal;
    }
}

.text-bedrock {
    color: #5ca700!important;
}

.navbar-brand img {
    max-height: 3.5rem;
    max-width: 3.5rem;
}

.navbar .nav-item {
    padding-right: 10px;
}

.navbar .nav-item.active a {
    color: #fff !important;
}

.navbar .nav-item a:hover {
    color: #fff !important;
}

.navbar .nav-link {
    color: #999 !important;
    font-weight: 300;
    letter-spacing: 0.02em;
    transition: color 0.2s;

}

.navbar .nav-link:hover {
    color: #7C3485;
}

.dropdown-item {
    color: #aaa;
    font-weight: 300;
    transition: color 0.2s;
}

.mobile-nav {
    background-color: #141415;
    display: block;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    .mobile-nav {
        background-color: #141415;
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
    }

    .dataTables_info {
        padding: 0px!important;
        margin-top: .55em!important;
        margin-bottom: .85em!important;
        float: none!important;
        width: 100%!important;
        text-align: center!important;
    }

    .dataTables_paginate {
        padding: 0px!important;
        margin-top: .55em!important;
        margin-bottom: .85em!important;
        float: none!important;
        width: 100%!important;
        text-align: center!important;
        justify-content: center;
    }
}

@media only screen and (min-width: 992px) {
    .dp-da-none::after {
        display: none;
    }
}

.dropdown-toggle::after {
    margin-left: 0;
    transition: transform .2s;
}

.dropdown-toggle.show::after {
    transform: translateY(-12.5%);
    -webkit-transform: rotate(180deg);
    transform:rotate(180deg)
}

.dropdown-toggle.show {
    color: #fff!important;
}


/* Home */
.home-btn {
    border-radius: 3px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 600;
}

hr {
    height: 1px;
    width: 60%;
    text-align: center;
    background: #9e9e9e;
    margin: 20px auto;
    border: 0;
}

/* Footer */
.footer {
    margin-top: auto;
    padding: 25px 0 3px;
    color: #999;
    background: #0f0f0f;
}

.footer-image {
    max-height: 125px;
    max-width: 125px;
}

.footer .widget-title h3 {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    font-size: 21px;
    line-height: 1 !important;
}

.footer-links a {
    color: #999;
    display: block;
}

.footer-links a:hover {
    text-decoration: none;
}

.footer-links li:not(:last-child) {
    margin-bottom: 0.75rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 0.75rem;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #1a1b1c;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.newspage-img {
    width: 100%;
    max-height: 255px;
    object-fit: cover;
}

.news-title {
    margin-top: -10px;
    margin-bottom: 8px;
}

.text-muted {
    color: #6d6d6d !important;
}

.homeHeader {
    height: 50vh;
}


.card .form-control, .card .form-select, .p-3 form .form-control, .p-3 form .form-select {
    background-color: #282828 !important;
}

.form-control, .form-select {
    background-color: #333 !important;
}


.table {
    background: #333 !important;
}

.card-header {
    background: #2d2d2d;
}

.form-control:focus,
.form-control:hover {
    box-shadow: 0px 0px 0px 1px #111;
}

.card-title {
    color: #03a9f4;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 0 !important;
    border-bottom-color: #222 !important;
}

.table thead th {
    width: 10rem;
}

.input-group-text {
    background-color: #333;
}

.social-item {
    font-size: 1.8rem;
    margin-left: 5px;
    opacity: 1;
    transition: opacity .2s;
}

.social-item:hover {
    opacity: .7;
}

#advBans tbody tr:hover {
    color: rgb(0,128,255) !important;
    background: #333 !important;
}

h3 {
    color: #dddddd;
}

.ntf {
    position: relative;
    top: -14px;
    left: -11px;
    color: #ffc107!important;
    font-weight: 900;
}

.srv-info h1 {
    color: #03a9f4;
    filter: drop-shadow(0px 0px 5px #111);
    font-weight: 1000!important;
    margin-bottom: 5px!important;
    cursor: pointer;
}

.srv-info h2 {
    filter: drop-shadow(0px 0px 5px #111);
    font-weight: 300!important;
    margin-bottom: 5px!important;
}


a, a:hover, h1, .btn-link, .btn-link:hover, .forum-big-icon {
    color: rgb(0,128,255);
}

.dropdown-item .alert a {
    color: #000000 !important;
    transition: opacity .2s;
    font-weight: 400;
}

.dropdown-item .alert a:hover {
    color: #000000!important;
    opacity: 80%!important;
}

.tb-color, .srv-info h1 {
    background: rgb(0,128,255);
    background: linear-gradient(102deg, rgba(0,128,255,1) 0%, rgba(110,204,255,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-info {
    color: #ffffff !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.icon4x {
    font-size: 48pt;
}

.icon3x {
    font-size: 36pt;
}


.news-bg {
    background: rgba(0,0,0, 0.75);
    transition: background 0.2s linear;
}

.news-img-title:hover .news-bg {
    background: rgba(0,0,0, 0.85);
}

@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
    .news-bg {
        background: rgba(0,0,0, 0.3);
        backdrop-filter: blur(20px);
        transition: background 0.2s linear;
    }

    .news-img-title:hover .news-bg {
        background: rgba(0,0,0, 0.5);
    }
}

.home-news-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 295px;
    position: relative;
}

.title-image {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}

.dropdown-header {
    color: #999;
}

/* DATATABLE */

table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before {
    font-family: remixicon!important;
    color: white;
    border: 0px;
    content: "\EA13";
    background-color: transparent;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th.dtr-control:before {
    content: "";
    background-color: transparent;
}

table .child ul {
    width: 100%;
}

.load-spinner {
    position: relative;
    top: -4px;
}

/* PROFIL */

.ps-list {
    display:flex;
    flex-wrap:wrap;
    padding-inline-start: 15px;
}

.ps-list li {
    font-size: 1rem;
    flex-basis:50%;
    list-style:none;
}

.ps-list li i {
    font-size: 16pt;
    position: relative;
    top: 5px;
}

a:hover {
    text-decoration: none;
}

.btn-delete {
    color: #ff253a!important;
    transition: color .2s;
}

.btn-delete:hover {
    color: #af0b1c !important;
}

.btn.btn-like {
    height: 33px;
    line-height: 1;
    color: white;
    transition: font-size .1s;
}

.btn.btn-like i {
    color: white;
    transition: color .2s;
}

.btn.btn-like.active i {
    color: red;
}

.btn.btn-like:hover {
    text-decoration: none;
}

.news-img-index {
    position: relative;
    top: -12px;
    left: -12px;
    right: 0px;
    width: calc(100% + 24px);
    max-width: calc(100% + 24px);
    max-height: 400px;
    object-fit: cover;
    object-position: center;
}
.card-header h1 {
    padding: 0px;
    margin: 0px;
    font-size: 180%;
}

.icon-fix {
    position: relative;
    top: 2px;
}

a, .btn-link {
    text-decoration: none;
}

.cover {
    position: absolute;
    top:0; height: 600px;
    z-index: -1;
    width:100%;
    background-size: cover!important;
    background-position: center!important;
}

.info-panel p, .card-footer * {
    color: #ccc;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    color: #adadad;
}

.previous.disabled,.next.disabled {
    color: #9c9c9c;
    cursor: not-allowed;
}

.previous.disabled:hover, .next.disabled:hover {
    color: #9c9c9c;
}

.paginate_button {
    margin: 5px;
    color: #ccc;
    transition: .2s;
    cursor: pointer;
    padding: 5px 5px;
}

.paginate_button:hover {
    color: white;
}

.paginate_button.current {
    color: white;
    border-radius: .25rem;
    background: #333;
    padding: 5px 12px;
}

.dataTables_info {
    padding: 0px!important;
    margin-top: .55em!important;
    margin-bottom: .85em!important;
    float: left;
    width: 50%
}

.dataTables_paginate {
    padding: 0px!important;
    margin-top: .55em!important;
    margin-bottom: .85em!important;
    width: 50%;
    float: right;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 1em;
    width: 1em;
    border-radius: 50em;
    background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
    background-size: contain;
    opacity: 0;
    pointer-events: none;
    filter: invert(1);
}

.btn-close {
    filter: invert(1);
}

input[type="search"]:focus::-webkit-search-cancel-button {
    opacity: .3;
    pointer-events: all;
}

.txtCntr {
    text-align: center;
}

.panel {
    position: absolute;
    left: 0;
    top: 120px;
    outline: 0;
    width: 260px;
    background: #3b7bbf;
    border-radius: .25rem 0 0 .25rem;
}

.panelWrap:hover {
    -webkit-transform: translateX(calc(0% + 56px));
}
.panelWrap {
    position: fixed;
    top: 0;
    right: 56px;
    width: 260px;
    transform: translateX(100%);
    transition: .3s ease-out;
    z-index: 2;
}
.pp-icon {
    width: 56px;
    height: 56px;
}
.pp-icon i {
    font-size: 28pt;
}

/* MODPACKS */
.modpack .modpack-img .modpack-version {
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-size: 9pt;
    z-index: 1;
}

.modpack-container {
    background: #333;
    padding-bottom: .5rem;
    border-radius: .25em;
    transition: all .5s;
}

.modpack-container:hover {
    transform: scale(1.05);
}

.modpack {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.modpack .modpack-img {
    position: relative;
    width: 100%;
    height: 100%;
}

.modpack .modpack-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modpack .modpack-img .modpack-darken {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modpack .modpack-body h2 {
    padding:0;
    margin:0;
    width: 100%;
    text-align: center;
}

.modpack .modpack-body {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-25%);
    left: 0;
    display: flex;
    flex-direction: column;
    transition: transform .5s;
    padding: 1rem!important;
}

.modpack .modpack-body .modpack-info .modpack-text {
    text-align: center;
    width: 100%;
    max-height: 0;
    overflow-y: scroll;
    padding-right: 5px;
    transition: max-height .5s;
}

.modpack .modpack-body .modpack-info hr {
    opacity: 1;
}

.modpack .modpack-body .modpack-info {
    opacity: 0;
    transition: opacity .5s;
}


.modpack-container:hover .modpack .modpack-body {
    transform: translateY(-50%);
}

.modpack-container:hover .modpack .modpack-info {
    opacity: 1;
}

.modpack-container:hover .modpack .modpack-info .modpack-text {
    max-height: 180px;
}

.modpack-text::-webkit-scrollbar {
    width: 6px;
}

.modpack-text::-webkit-scrollbar-track {
    background: transparent;
    margin-left: 5px;
}

.modpack-text::-webkit-scrollbar-thumb {
    background: #9c9c9c;
    border-radius: 50rem;
}
