@charset "UTF-8";
/* CODED BY TripleZone#8501 */

/* Copyright TripleZone */

/* SAVE THAT FOR NEXT TEMPLATE UPDATES */

:root {
    --logo_width: 400px;
    --main-color: #ff4848;
    --error-color: #ff4848;
    --hover-buy: #ff4848;
    --hover-sell: #ff4848;
    --hover-info: #218bdf;
    --background-color: #131b28;
    --second-background: #252229;
    --third-background: #232f44;
    --fourth-background: #1c2637;
    --package-border: #2b3a54;
    --primary-text-color: #ffffff;
    --focus-text-color: #e78656;
    --secondary-text-color: #aeaeae;
    --cold-color: #e78656;
    --green-button: #ff4848;
    --light-green: #ff4848;
    --disable-button: #428954;
    --font-family: Poppins, sans-serif;
    --tiny-font: 12px;
    --small-font: 14px;
    --medium-font: 16px;
    --big-font: 18px;
    /* BORDER */
    --border-radius: 5px;
    /* IMAGES URLS */
    --header-img: url("https://cdn.discordapp.com/attachments/909811785136209991/951846468661162114/AppleMC_Banner_Without_Logo.png");
    /* Filter Shadow color */
    --filter-shadow: #ff4848;
    --gradient-shadow: #4e97bd40;
    --height-image: 590px;
    --opacity-image: 0.2;
    --blur-image: 0px;
}

.tooltip-arrow {
    border-top-color: var(--background-color) !important;
}

.tooltip-inner {
    background: var(--background-color) !important;
    font-weight: bold !important;
}

.header-splash {
    background: var(--header-img) no-repeat 50%/cover;
    height: var(--height-image);
    width: 100%;
    position: absolute;
    opacity: var(--opacity-image);
    -webkit-filter: blur(var(--blur-image));
    filter: blur(var(--blur-image));
}

.sidebar-round {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.close-mobile {
    display: none;
}

* {
    margin: 0;
    padding: 0;
    font-family: var(--font-family) !important;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background: var(--third-background);
}

::-webkit-scrollbar-track {
    background: var(--second-background);
}

p {
    margin: 0;
}

body {
    background: var(--background-color) !important;
    font-size: var(--small-font);
    color: var(--secondary-text-color);
    margin: 0;
    font-weight: 500;
    line-height: unset;
}

.triplezone-wrapper {
    max-width: 1360px;
    margin: auto;
    padding: 0 10px;
    position: relative;
}

.flex-wrapper {
    width: 100%;
}

#ipServer {
    cursor: context-menu;
    opacity: 0;
    outline: 0;
    border: none;
    position: fixed;
}

#loader {
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.49);
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 0;
}

#loader-giftcard {
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.74);
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 5px;
}

.alerta-giftcard {
    margin: 10px 0 0;
    color: #fff;
    background: #4da564;
    padding: 10px 20px;
    color: #ffffff;
    display: inline-block;
    border-radius: 5px;
    display: none;
}

.alerta-eroare {
    color: #d8000c !important;
    background-color: #ffd2d2 !important;
}

.alerta-succes {
    color: #4f8a10 !important;
    background-color: #dff2bf !important;
}

.loader-hide {
    display: none;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -0.45s;
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#modal {
    background: var(--second-background);
}

.swal-modal {
    padding: 20px !important;
    background: var(--third-background) !important;
}

.swal-footer .swal-button {
    background-color: rgb(var(--default-indigo-500)) !important;
    border-radius: 5px !important;
    padding: 12px 50px !important;
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    outline: none !important;
}

.swal-footer {
    text-align: center;
}

.swal-title:not(:last-child) {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 900 !important;
    letter-spacing: 1.5px;
    color: var(--primary-text-color) !important;
}

.swal-text {
    color: var(--secondary-text-color) !important;
}

.site-archive-header .no-image {
    background: var(--background-color);
}

.site-archive-header .no-image .site-header-content {
    padding: 0;
}

.post-template .site-main,
.page-template .site-main {
    margin-bottom: 20px;
}

.page .post-full-header {
    border-radius: 10px 10px 0 0;
}

@-webkit-keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleAnimation {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCircle {
    0% {
        stroke-dashoffset: 151px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes drawCheck {
    0% {
        stroke-dashoffset: 36px;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.animated {
    display: none;
    position: absolute;
    left: 44%;
    top: 38%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#successAnimationCircle {
    stroke-dasharray: 151px 151px;
    stroke: rgb(var(--default-indigo-500));
}

#successAnimationCheck {
    stroke-dasharray: 36px 36px;
    stroke: rgb(var(--default-indigo-500));
}

#successAnimationResult {
    fill: rgb(var(--default-indigo-500));
    opacity: 0;
}

#successAnimation.animated {
    -webkit-animation: 1s ease-out 0s 1 both scaleAnimation;
    animation: 1s ease-out 0s 1 both scaleAnimation;
}

#successAnimation.animated #successAnimationCircle {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationCheck {
    -webkit-animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut;
}

#successAnimation.animated #successAnimationResult {
    -webkit-animation: 0.3s linear 0.9s both fadeIn;
    animation: 0.3s linear 0.9s both fadeIn;
}

@-webkit-keyframes glowitem {
    0% {
        -webkit-filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
        filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
    }
    100% {
        -webkit-filter: drop-shadow(0px 0px 10px rgb(var(--default-indigo-700)));
        filter: drop-shadow(0px 0px 10px rgb(var(--default-indigo-700)));
    }
}

@keyframes glowitem {
    0% {
        -webkit-filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
        filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
    }
    100% {
        -webkit-filter: drop-shadow(0px 0px 10px rgb(var(--default-indigo-700)));
        filter: drop-shadow(0px 0px 10px rgb(var(--default-indigo-700)));
    }
}

.triplezone__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--second-background);
    border-radius: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.triplezone__nav .triplezone__nav--left li {
    margin: 0;
    list-style: none;
    padding: 0;
    line-height: inherit;
    border-bottom: 1px solid var(--third-background);
}

@media only screen and (min-width: 768px) {
    .triplezone__nav li {
        margin: 0;
        list-style: none;
        padding: 0;
        line-height: inherit;
    }
}

.triplezone__nav .triplezone__nav--left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.triplezone__nav .triplezone__nav--left li .active-nav {
    color: var(--primary-text-color);
}

@media only screen and (min-width: 768px) {
    .triplezone__nav .triplezone__nav--left li .active-nav:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 50%;
        height: 3px;
        background: rgb(var(--default-indigo-500));
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        border-radius: 5px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
        filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
    }
}

.triplezone__nav .triplezone__nav--left li a {
    padding: 25px 20px;
    display: block;
    color: var(--midgrey);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
}

.triplezone__nav .triplezone__nav--left li a:hover {
    color: var(--primary-text-color);
}

@media only screen and (min-width: 768px) {
    .triplezone__nav .triplezone__nav--left li a:hover:before {
        width: 50%;
        -webkit-filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
        filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
    }
    .triplezone__nav .triplezone__nav--left li a:before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 3px;
        background: rgb(var(--default-indigo-500));
        -webkit-transition: 0.2s ease-out;
        transition: 0.2s ease-out;
        border-radius: 5px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 768px) {
    .triplezone__nav .triplezone__nav--left li a {
        padding: 40px 30px;
    }
}

@media only screen and (min-width: 768px) {
    .triplezone__nav .triplezone__nav--left li {
        border-bottom: none;
    }
}

.triplezone__nav .triplezone__nav--left li a .mdi:before {
    content: "\F0049";
    font-size: 1.5em;
    position: relative;
    line-height: 0;
    margin-right: 8px;
    top: 2px;
    height: 0;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Home-icon"]:before {
    content: "\F02DC";
    font-size: 1.5em;
    margin-right: 8px;
}

@media only screen and (min-width: 768px) {
    .triplezone__nav .triplezone__nav--left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.triplezone__nav .triplezone__nav--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.triplezone__nav .triplezone__nav--right li {
    margin: 0;
    list-style: none;
    padding: 0;
    line-height: inherit;
}

.triplezone__nav .triplezone__nav--right .store--btn {
    padding: 25px 20px;
    display: block;
    color: var(--midgrey);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
}

.triplezone__nav .triplezone__nav--right .store--btn:hover {
    color: var(--primary-text-color);
}

.triplezone__nav .triplezone__nav--right .store--btn .mdi:before {
    content: "\F0049";
    font-size: 1.5em;
    position: relative;
    line-height: 0;
    margin-right: 8px;
    top: 2px;
    height: 0;
}

.triplezone__nav .triplezone__nav--right .store--btn .mdi[data-icon="Store-icon"]:before {
    content: "\F0110";
    font-size: 1.5em;
    margin-right: 8px;
}

@media only screen and (min-width: 768px) {
    .triplezone__nav .triplezone__nav--right .store__btn--icon {
        display: none;
    }
    .triplezone__nav .triplezone__nav--right .store--btn {
        padding: 15px 40px;
        font-weight: 900;
        background: rgb(var(--default-indigo-500));
        font-size: 13px;
        border-radius: 7px;
        color: var(--primary-text-color);
        text-decoration: none;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        position: relative;
        z-index: 1;
        -webkit-animation: store_glow 3s infinite ease-out;
        animation: store_glow 3s infinite ease-out;
        top: 0;
    }
    .triplezone__nav .triplezone__nav--right .store--btn span {
        position: absolute;
        width: 32px;
        height: 2px;
        background: rgb(var(--default-indigo-500));
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 40px;
        opacity: 0;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }
    .triplezone__nav .triplezone__nav--right .store--btn span:nth-child(2) {
        position: absolute;
        width: 19px;
        height: 2px;
        background: rgb(var(--default-indigo-500));
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 40px;
    }
    .triplezone__nav .triplezone__nav--right .store--btn:hover span:nth-child(1) {
        bottom: -8px !important;
        opacity: 1;
    }
    .triplezone__nav .triplezone__nav--right .store--btn:hover span:nth-child(2) {
        bottom: -17px !important;
        opacity: 1;
    }
    .triplezone__nav .triplezone__nav--right .store--btn:hover {
        top: -6px;
    }
}

@media only screen and (min-width: 768px) {
    .triplezone__nav .triplezone__nav--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media only screen and (min-width: 768px) {
    .triplezone__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background: var(--second-background);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 20px;
        border-radius: 10px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@-webkit-keyframes store_glow {
    from {
        -webkit-filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
        filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
    }
    to {
        -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 65, 116, 0.2));
        filter: drop-shadow(0px 0px 5px rgba(255, 65, 116, 0.2));
    }
}

@keyframes store_glow {
    from {
        -webkit-filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
        filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
    }
    to {
        -webkit-filter: drop-shadow(0px 0px 5px rgba(255, 65, 116, 0.2));
        filter: drop-shadow(0px 0px 5px rgba(255, 65, 116, 0.2));
    }
}

.triplezone__body--page {
    background: var(--second-background);
    margin: 20px 0;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
}

.triplezone__body--page .page__title {
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    color: rgb(var(--default-indigo-500));
}

.triplezone__body--page .page__description {
    text-align: center;
    max-width: 695px;
    margin: 10px auto;
}

.triplezone__body--page .triplezone__vote--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.triplezone__body--page .triplezone__vote--flex .triplezone__vote--col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 15px);
    flex: 0 0 calc(100% - 15px);
    margin: 7.5px;
    background: rgb(var(--default-indigo-500));
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 5px;
    cursor: pointer;
}

@media only screen and (min-width: 968px) {
    .triplezone__body--page .triplezone__vote--flex .triplezone__vote--col {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 15px);
        flex: 0 0 calc(25% - 15px);
    }
}

.triplezone__body--page .triplezone__vote--flex .triplezone__vote--col:hover {
    background: rgb(var(--default-indigo-500))CC;
}

.triplezone__body--page .triplezone__vote--flex .triplezone__vote--col a {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 24px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.body--with-sidebar {
    display: -ms-grid;
    display: grid;
}

.body--with-sidebar .triplezone-sidebar .vote__header {
    background: rgb(var(--default-indigo-500));
    color: var(--primary-text-color);
    padding: 30px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M0 38.59l2.83-2.83 1.41 1.41L1.41 40H0v-1.41zM0 1.4l2.83 2.83 1.41-1.41L1.41 0H0v1.41zM38.59 40l-2.83-2.83 1.41-1.41L40 38.59V40h-1.41zM40 1.41l-2.83 2.83-1.41-1.41L38.59 0H40v1.41zM20 18.6l2.83-2.83 1.41 1.41L21.41 20l2.83 2.83-1.41 1.41L20 21.41l-2.83 2.83-1.41-1.41L18.59 20l-2.83-2.83 1.41-1.41L20 18.59z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.body--with-sidebar .triplezone-sidebar .vote__header p {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.body--with-sidebar .triplezone-sidebar .vote__body {
    background: var(--second-background);
    padding: 20px;
    border-radius: 0 0 10px 10px;
}

.body--with-sidebar .triplezone-sidebar .vote__body p {
    font-size: 16px;
    text-align: center;
}

.body--with-sidebar .triplezone-main-content .body__desc {
    background: var(--second-background);
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
}

.body--with-sidebar .triplezone-main-content .iframe__loaded .loading__vote {
    display: none;
}

.body--with-sidebar .triplezone-main-content .vote__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: var(--second-background);
    border-radius: 10px;
}

.body--with-sidebar .triplezone-main-content .vote__nav li {
    list-style: none;
    padding: 30px 20px;
    margin: 0;
    background: var(--third-background);
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.body--with-sidebar .triplezone-main-content .vote__nav li a {
    margin-left: 10px;
    background: #00000026;
    color: #fff;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    position: absolute;
    right: 6px;
}

.body--with-sidebar .triplezone-main-content .vote__nav li a i {
    font-size: 18px;
}

.body--with-sidebar .triplezone-main-content .vote__nav li p {
    color: #738a94;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 22px;
}

.body--with-sidebar .triplezone-main-content .vote__nav li:first-child {
    border-radius: 10px 0 0 10px;
}

.body--with-sidebar .triplezone-main-content .vote__nav li:last-child {
    border-radius: 0 10px 10px 0;
}

.body--with-sidebar .triplezone-main-content .vote__nav .active-link {
    background: var(--cold-color) !important;
}

.body--with-sidebar .triplezone-main-content .vote__nav .active-link p {
    color: #fff !important;
}

.body--with-sidebar .triplezone-main-content .vote__iframe {
    width: 100%;
    padding: 20px;
    height: 50vh;
}

.body--with-sidebar .triplezone-main-content .loading__vote {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--second-background);
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.body--with-sidebar .triplezone-main-content .loading__animated {
    display: inline-block;
    -webkit-animation: rotation 2.6s infinite linear;
    animation: rotation 2.6s infinite linear;
}

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.kg-bookmark-title {
    text-transform: uppercase;
    font-weight: bold;
}

.kg-bookmark-metadata {
    margin-top: auto;
}

.post-full-content .kg-bookmark-container {
    min-height: 217px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.kg-bookmark-content {
    background: var(--background-color);
    border-radius: 5px 0 0px 5px;
}

.kg-bookmark-author:after {
    content: "•";
    margin: 0 6px;
    display: none !important;
}

.punishments__frame {
    margin: 20px 0;
}

.punishments__frame #bans_frame {
    width: 100%;
    height: 1200px !important;
}

.triplezone-header {
    position: relative;
    padding: 75px 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}

.triplezone-header .prioritate {
    position: relative;
    z-index: 10;
}

.triplezone-header .top-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.triplezone-header .top-bar .back-btn {
    text-decoration: none;
    display: inline-block;
    color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.15);
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 40px;
    font-size: var(--small-font);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.triplezone-header .top-bar .back-btn span {
    display: none;
}

.triplezone-header .top-bar .back-btn i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.triplezone-header .top-bar .back-btn:hover {
    color: rgba(255, 255, 255, 0.75);
}

.triplezone-header .top-bar .back-btn:hover i {
    margin-right: 5px;
}

.triplezone-header .top-bar .profile-avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.triplezone-header .top-bar .profile-avatar .profile-description {
    text-align: right;
    margin-right: 10px;
}

.triplezone-header .top-bar .profile-avatar .profile-description p {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.triplezone-header .top-bar .profile-avatar .profile-description .profile-title {
    font-size: var(--medium-font);
    color: var(--primary-text-color);
    font-weight: 500;
}

.triplezone-header .top-bar .profile-avatar .profile-description .profile-description-text {
    font-size: var(--tiny-font);
    color: #ff4848;
    text-transform: uppercase;
    font-weight: 700;
}

.top-bar {
    max-width: 1360px;
    margin: auto;
    padding: 0 10px;
    margin-bottom: 135px;
}

.triplezone-header .top-bar .profile-avatar .profile-head {
    position: relative;
}

.triplezone-header .top-bar .profile-avatar .profile-head .helmet {
    position: absolute;
    top: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 27px;
}

.triplezone-header .top-bar .profile-avatar .profile-head .avatar-head {
    border-radius: 5px;
}

.top-bar {
    max-width: 1360px;
    margin: auto;
    padding: 0 10px;
    margin-bottom: 135px;
}

.triplezone-header .top-bar .profile-avatar .profile-head .placeholder-items {
    position: absolute;
    right: -30px;
    top: -10px;
    background: var(--focus-text-color);
    color: var(--primary-text-color);
    border: 2px solid var(--primary-text-color);
    padding: 3px 6px;
    font-weight: bold;
    border-radius: 40px;
    display: none;
}

.triplezone-header .top-bar .profile-avatar:hover p {
    margin-right: 5px;
}

.triplezone-header .triplezone-header-g {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.triplezone-header .triplezone-header-g .widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
    padding: 10px 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
}

.triplezone-header .triplezone-header-g .widget i {
    color: rgb(var(--default-indigo-500));
    font-size: 50px;
}

.triplezone-header .triplezone-header-g .widget .widget-icon {
    position: relative;
}

.triplezone-header .triplezone-header-g .widget .widget-icon span {
    position: unset;
    top: -31px;
    background: var(--second-background);
    padding: 5px 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 40px;
    background: rgb(var(--default-indigo-500));
    color: var(--background-color);
    font-weight: bold;
}

.triplezone-header .triplezone-header-g .widget .description-widget {
    margin-left: 20px;
    letter-spacing: 1px;
}

.triplezone-header .triplezone-header-g .widget .description-widget .widget-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: var(--medium-font);
    color: rgb(var(--default-indigo-500));
}

.triplezone-header .triplezone-header-g .widget .description-widget .widget-description {
    color: var(--primary-text-color);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.triplezone-header .triplezone-header-g .widget:hover {
    -webkit-filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
    filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
}

.triplezone-header .triplezone-header-g .discord-widget p {
    text-align: right;
}

.triplezone-header .triplezone-header-g .discord-widget .description-widget {
    margin-right: 20px;
    margin-left: 0;
}

.triplezone-header .triplezone-header-g .minecraft-widget {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
}

.triplezone-header .header-logo {
    position: relative;
    top: 0px;
}

.triplezone-header .header-logo .header-logo-image {
    max-width: 350px !important;
}

.triplezone-header .header-logo .logo-particles img {
    position: absolute;
    max-width: 64px;
    width: 32px;
}

.triplezone-header .header-logo .logo-particles img:nth-child(1) {
    -webkit-animation: logo-particle-1 4.5s;
    animation: logo-particle-1 4.5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    top: 0;
}

.triplezone-header .header-logo .logo-particles img:nth-child(2) {
    top: 30px;
    right: 0;
    -webkit-animation: logo-particle-2 4.5s;
    animation: logo-particle-2 4.5s;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    animation-timing-function: cubic-bezier(0.5, 0.05, 1, 0.5);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes logo-particle-1 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        width: 54px;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
}

@keyframes logo-particle-1 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        width: 54px;
        -webkit-transform: translate3d(0, -25px, 0);
        transform: translate3d(0, -25px, 0);
    }
}

@-webkit-keyframes logo-particle-2 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        width: 64px;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
}

@keyframes logo-particle-2 {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    to {
        width: 64px;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
}

.triplezone__pagination {
    background: var(--second-background);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0;
    padding: 20px;
}

.triplezone__pagination .triplezone__pagination--next,
.triplezone__pagination .triplezone__pagination--previous,
.triplezone__pagination .triplezone__pagination--next__hidden,
.triplezone__pagination .triplezone__pagination--previous__hidden {
    padding: 15px;
    border-radius: 10px;
    background: var(--background-color);
    color: rgb(var(--default-indigo-500));
    font-size: 26px;
}

.triplezone__pagination .triplezone__pagination--next__hidden,
.triplezone__pagination .triplezone__pagination--previous__hidden {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.triplezone__pagination .triplezone__pagination--previous i {
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    right: 0;
}

.triplezone__pagination .triplezone__pagination--next i {
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    left: 0;
}

.triplezone__pagination .triplezone__pagination--next:hover i {
    -webkit-filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-500)));
    filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-500)));
    left: 5px !important;
}

.triplezone__pagination .triplezone__pagination--previous:hover i {
    -webkit-filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-500)));
    filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-500)));
    right: 5px !important;
}

.footer-triplezone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.footer-triplezone .footer-copyright p {
    margin: 0;
}

.footer-triplezone .footer-copyright .copyright-title {
    color: var(--secondary-text-color);
    font-weight: bold;
}

.footer-triplezone .footer-copyright .copyright-subtitle {
    font-size: var(--tiny-font);
    opacity: 0.5;
}

.footer-triplezone .designed-by path {
    stroke: transparent;
    fill: var(--secondary-text-color);
}

.footer-triplezone .designed-by {
    margin-top: 10px;
}

.triplezone__footer {
    background: #252229;
    color: var(--midgrey) !important;
    border-top: 1px solid var(--second-background);
}

.triplezone__footer .footer-premium-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (min-width: 768px) {
    .triplezone__footer .footer-premium-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.triplezone__footer .col-footer {
    margin-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 15px 0px;
    line-height: 24px;
}

@media only screen and (min-width: 768px) {
    .triplezone__footer .col-footer {
        padding: 25px 0px;
    }
}

.triplezone__footer .col-footer h3 {
    margin: 0;
    margin-bottom: 20px;
    color: rgb(var(--default-indigo-500));
    font-size: 19px;
    font-weight: bold;
}

.triplezone__footer .col-footer p {
    margin-bottom: 20px;
    line-height: 27px;
}

.triplezone__footer .col-footer ul {
    list-style-type: none !important;
    padding: 0;
    margin-bottom: 0;
}

.triplezone__footer .col-footer ul li a {
    display: block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
    color: var(--midgrey);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
}

.triplezone__footer .col-footer ul li a:hover:before {
    -webkit-filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
    filter: drop-shadow(0px 0px 5px rgb(var(--default-indigo-700)));
    width: 35px;
    background: rgb(var(--default-indigo-500));
}

.triplezone__footer .col-footer .footer-store {
    padding: 12px 30px;
    font-weight: 600;
    background: rgb(var(--default-indigo-500));
    font-size: 13px;
    border-radius: 5px;
    color: var(--primary-text-color);
    text-decoration: none;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    display: inline-block;
}

.triplezone__footer .footer-copyright-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0px;
}

.triplezone__footer .footer-copyright {
    background: #00000029;
    padding: 30px 0;
}

.triplezone__footer .footer-copyright p {
    padding: 10px 0px;
    margin: 0;
    padding: 0;
}

.triplezone__footer .footer-copyright ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.triplezone__footer .footer-copyright ul li {
    display: inline-block;
    margin: 5px;
}

.triplezone__footer .footer-copyright ul li a {
    background: rgba(0, 0, 0, 0.05);
    color: var(--primary-text-color);
    font-size: 17px;
    display: block;
    border-bottom: 3px solid rgba(0, 0, 0, 0.05);
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.triplezone__footer .copyright-footer {
    margin-bottom: 10px;
    font-weight: 600;
    color: #888;
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.triplezone__footer .copyright-footer:hover {
    color: var(--primary-text-color);
    text-decoration: none;
}

@media (min-width: 795px) {
    .triplezone-card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33% - 20px);
        flex: 0 0 calc(33.33% - 20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10px;
        background-size: cover;
        margin: 10px;
        padding: 0;
        min-height: 220px;
        -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
        border: 1px solid var(--package-border);
    }
    .triplezone-card .post-card-image {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .triplezone-card:hover .post-card-image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (max-width: 794px) {
    .triplezone-card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10px;
        background-size: cover;
        margin: 10px;
        padding: 0;
        min-height: 220px;
        -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
        border: 1px solid var(--package-border);
    }
    .triplezone-card .post-card-image {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .triplezone-card:hover .post-card-image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (max-width: 525px) {
    .triplezone-card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 10px;
        background-size: cover;
        margin: 10px;
        padding: 0;
        min-height: 220px;
        -webkit-box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 12px rgba(0, 0, 0, 0.1);
        border: 1px solid var(--package-border);
    }
    .triplezone-card .post-card-image {
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .triplezone-card:hover .post-card-image {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.post-card-excerpt p {
    margin-bottom: 0 !important;
    line-height: 21px;
    font-size: 15px;
    letter-spacing: .2px;
}

.post-card-excerpt {
    color: var(--midgrey) !important;
}

.post-card-content {
    background: var(--second-background) !important;
}

.post-card-content-link {
    text-align: center;
    padding: 20px;
}

.post-card-image-link {
    border-radius: 0;
}

.post-card-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
    padding: 10px;
    margin: 20px;
    background: var(--third-background);
    border-radius: 10px;
}

.post-card-title {
    color: rgb(var(--default-indigo-500));
}

.post-card-title {
    margin: 0 0 .4em;
    line-height: 1.15em;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

@media (min-width: 795px) {
    .triplezone__card--large {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 100% !important;
        flex: 1 1 100% !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        min-height: 280px !important;
        border-top: 0 !important;
    }
    .triplezone__card--large .post-card-image-link {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 0;
        min-height: 380px;
    }
    .triplezone__card--large .post-card-image {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .triplezone__card--large .post-card-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 566px;
        flex: 0 1 566px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .triplezone__card--large .post-card-excerpt p {
        margin-bottom: 1.5em;
        line-height: 1.5em;
    }
    .triplezone__card--large .post-card-title {
        margin-top: 0;
    }
}

.triplezone__post--image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 300px;
    border-radius: 10px 10px 0 0;
    background: var(--second-background);
}

.triplezone__post--image img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.post-full-header {
    background: var(--second-background);
}

.post-full-header .post-full-title {
    font-weight: 700;
    font-size: 2.5em;
    color: rgb(var(--default-indigo-500));
    margin: 0;
}

.post-full-content {
    border-radius: 0 0 10px 10px;
    position: relative;
    margin: 0 auto;
    padding: 20px;
    font-size: 1.3em;
    line-height: 1.6em;
    background: var(--second-background);
}

.post-card-primary-tag {
    color: var(--cold-color);
}

@media only screen and (max-width: 1024px) {
    .category__list--item {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(33.33% - 15px) !important;
        flex: 0 0 calc(33.33% - 15px) !important;
    }
}

@media only screen and (max-width: 500px) {
    .category__list--item {
        -webkit-box-flex: 100% !important;
        -ms-flex: 100% !important;
        flex: 100% !important;
    }
    .header-logo-image {
        max-width: 320px !important;
    }
}

@media only screen and (min-width: 968px) {
    .body--with-sidebar {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: minmax(240px, 320px) 1fr;
        grid-template-columns: minmax(240px, 320px) 1fr;
        grid-gap: 20px;
    }
    .triplezone-sidebar {
        margin-bottom: 0 !important;
    }
    .triplezone-header-g {
        -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
        justify-content: space-evenly !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .header-logo {
        top: 30px !important;
    }
    .widget.minecraft-widget {
        -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
        order: 0 !important;
        margin-top: auto !important;
    }
    .back-btn span {
        display: inline-block !important;
    }
    .home-splash {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .placeholder-items {
        display: block !important;
    }
    .triplezone-modules {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .sidebar-nav {
        display: block !important;
    }
    .sidebar-header {
        cursor: auto !important;
    }
    .sidebar-header p {
        text-align: center !important;
    }
    .home-splash .splash__goal {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(40% - 15px) !important;
        flex: 0 0 calc(40% - 15px) !important;
    }
    .home-splash .welcome-s {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(60% - 15px) !important;
        flex: 0 0 calc(60% - 15px) !important;
        margin: 0 !important;
    }
    .mobile-icon {
        display: none !important;
    }
    .recent-payments {
        margin-top: 0 !important;
    }
    .footer-triplezone {
        text-align: unset !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        margin: 40px 0 !important;
    }
    .designed-by {
        margin-top: 0px !important;
    }
    .sidebar-round {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    .checkout__page {
        -ms-grid-columns: minmax(240px, 320px) 1fr;
        grid-template-columns: minmax(240px, 320px) 1fr;
        grid-gap: 20px;
        margin-bottom: 0 !important;
    }
    .checkout__page--sidebar {
        margin-bottom: 0 !important;
    }
    .checkout__form {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 calc(33.33% - 15px) !important;
        flex: 0 0 calc(33.33% - 15px) !important;
    }
}

/*.widget.minecraft-widget .description-widget {
    margin: 0 !important;
    margin-right: 20px !important;
    text-align: right;
}

.widget.discord-widget .description-widget {
    margin: 0 !important;
    margin-left: 20px !important;
    text-align: left;
}

.triplezone-header .triplezone-header-g .discord-widget p {
    text-align: left;
}

.triplezone-header .triplezone-header-g .widget .description-widget .widget-description {
    text-transform: unset;
    font-size: 11px;
}

.post-card-excerpt {
    color: $secondary-text-color !important;
}

/*
.header-splash:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 8px;
    background: rgba(0, 0, 0, 0.07);
    bottom: 0;
}*/

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Rules-icon"]:before {
    content: "\F00BA";
    font-size: 1.5em;
    margin-right: 8px;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Forms-icon"]:before {
    content: "\F014D";
    font-size: 1.5em;
    margin-right: 8px;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Wiki-icon"]:before {
    content: "\F0373";
    font-size: 1.5em;
    margin-right: 8px;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Vote-icon"]:before {
    content: "\F0E44";
    font-size: 1.5em;
    margin-right: 8px;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Punishments-icon"]:before {
    content: "\F029B";
    font-size: 1.5em;
    margin-right: 8px;
}

.triplezone__nav .triplezone__nav--left li a .mdi[data-icon="Map-icon"]:before {
    content: "\F0A01";
    font-size: 1.5em;
    margin-right: 8px;
}

.triplezone-header .header-logo .header-logo-image {
    max-width: 300px;
}

@media only screen and (min-width: 968px) {
    .triplezone-header-g {
        margin-top: -40px !important;
    }
}

@media only screen and (min-width: 968px) {
    .header-logo {
        top: 66px !important;
    }
    .header-logo .header-logo-image {
        max-width: 450px !important;
    }
}

.bg-gray-100 {
    background-color: #201d24 !important;
    color: #aeaeae !important;
}

.btn.btn-white {
    --tw-bg-opacity: 1 !important;
    background-color: #1b181e !important;
    --tw-text-opacity: 1 !important;
    color: white !important;
}

.btn-white:not(.disable):hover {
    --tw-bg-opacity: 1 !important;
    background-color: #3b3541 !important;
}

.card {
    border-color: #252229 !important;
    color: #fff !important;
    background-color: #252229 !important;
}

#app {
    background-color: #17171b !important;
}

.h4 {
    color: #fff !important;
}

.text-indigo-100 {
    color: #fff !important;
}

.border-gray-200\/25 {
    border-color: #252229 !important;
}

.bg-indigo-500\/25 {
    background-color: #1f1c23 !important;
}

.table-hover>tbody>tr:hover {
    background-color: #1b191e !important;
}

.form-control {
    border-color: transparent !important;
    background-color: #1b181e !important;
}

.pagination .item:not(.disable,
.active) {
    background-color: #1b181e !important;
}

.pagination {
    background-color: #252229 !important;
}

.pagination .item:not(.disable,
.active):hover {
    background-color: #29242e !important;
}

.btn.btn-white {
    background-color: #1b181e !important;
    color: white !important;
}

.btn-white:not(.disable):hover {
    background-color: #3b3541 !important;
}

.bg-gray-100 {
    background-color: #201d24 !important;
    color: #aeaeae !important;
}

.bg-gray-300\/25 {
    background-color: rgb(0 0 0 / 16%) !important;
}

.text-gray-400 {
    color: #808080 !important;
}

.text-gray-300\/20 {
    color: #ffffff !important;
}

.text-primary {
    color: #aeaeae !important;
}

.nav .nav-menu .nav-item {
    color: inherit !important;
}

.text-gray-800 {
    color: #ffffff
}

.help-center.active {
    background-color: #332f38 !important;
}

.divide-gray-200\/25> :not([hidden])~ :not([hidden]) {
    border-color: transparent !important;
}

.text-dark {
    color: inherit !important;
}

.hover\:bg-gray-100:hover {
    background-color: #3a3540 !important;
}

.bg-gray-100\/75 {
    background-color: #423c49 !important;
}

.text-gray-500 {
    color: inherit !important;
}

.text-gray-700 {
    color: inherit !important;
}

.border-gray-200 {
    border-color: #17171b !important;
}

.bg-white {
    background-color: #17171b !important;
}

.bg-gray-50\/50 {
    background-color: rgb(0 0 0 / 16%) !important;
}

.text-gray-700 {
    color: #fff !important;
}

.text-gray-500 {
    color: #fff !important;
}

.group:hover .group-hover\:text-gray-700 {
    color: grey !important;
}

.tabs {
    border-color: transparent !important;
}

#tabs-profile {
    background-color: #252229 !important;
}

#tabs-history {
    background-color: #252229 !important;
}

#tabs-history-store {
    background-color: #252229 !important;
}

#tabs-history-game {
    background-color: #252229 !important;
}

.tabs .tabs-head .tabs-link:hover,
.tabs .tabs-head .tabs-link.active {
    background-color: #322e38 !important;
    color: #ffffff !important;
}

.tabs .tabs-head .tabs-link {
    color: #ffffff !important;
}

.tabs .tabs-head .tabs-link:hover>div span,
.tabs .tabs-head .tabs-link.active>div span {
    background-color: #f5f5f5 !important;
    color: #ffffff !important;
}

.tabs .tabs-head .tabs-link.active {
    color: #f5f5f5 !important;
}

.table th {
    color: #fff !important;
}

.bg-gray-200 {
    background-color: #252229 !important;
}

*,
::before,
::after {
    border-color: #252229 !important;
}

.text-red-500 {
    color: #f2d3d3 !important;
}

.bg-red-400\/50 i {
    color: #f2d3d3 !important;
}

.bg-gray-100\/50 {
    background-color: #1b181e !important;
}

.text-dark {
    color: #fff !important;
}

.py-4.px-3.relative.z-10 {
    color: #fff !important;
}

.\!text-indigo-700 {
    color: inherit !important;
}

.text-gray-600 {
    color: #fff !important;
}

.text-gray-900 {
    color: #fff !important;
}

.h3 {
    color: #fff !important;
}

.relative.py-8.flex.flex-col.items-center.justify-center.transition.hover\:bg-indigo-500.group {
    overflow: hidden !important;
}

.text-primary {
    color: #605f5f !important;
}

.group:hover .group-hover\:text-white {
    color: #fff !important;
}

.inventory .inventory-card {
    background: #1b181e !important;
}

.bg-gray-100\/25 {
    background-color: #1b181e !important;
}

.btn.btn-light {
    color: #fff !important;
}

.text-indigo-600 {
    color: #fff !important;
}

.text-indigo-500 {
    color: #fff !important;
}

.owl-carousel.owl-theme.owl-loaded.owl-drag {
    max-width: 1360px !important;
    margin: auto !important;
    padding: 0 10px !important;
    position: relative !important;
    margin-top: 15px !important;
    border-radius: 1rem !important;
}

.py-16.relative.overflow-hidden {
    max-width: 1360px;
    min-width: 1360px;
    margin: auto;
    padding: 0 10px;
    position: relative;
    margin-top: 3rem;
    border-radius: 1rem !important;
    margin-bottom: 3rem;
}

.swal2-popup {
    background-color: #1b181e !important;
}

[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
    background-color: #0e0e10 !important;
}

.fa-normal,
.fa {
    font-family: "Font Awesome 6 Free" !important;
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands" !important;
}

.fa-solid,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

.pagination .item {
    color: #605f5f !important;
}

.pagination .item.active {
    color: rgb(var(--default-gray-200) / var(--tw-text-opacity)) !important;
}

.pagination .item.disable {
    color: rgb(var(--default-gray-200) / var(--tw-text-opacity)) !important;
}

.container {
    max-width: 1360px !important;
    margin: auto;
    padding: 0 10px;
    position: relative;
    margin-bottom: 3rem;
    margin-top: 3rem;
}

.swal2-html-container {
    overflow: hidden;
}

.form-item {
    margin-top: 1rem;
}

.form-select select option {
    background-color: #252229 !important;
    color: #fff !important;
}

.absolute.top-0.left-0.w-full.h-full.bg-cover.bg-center {
    margin: auto !important;
    max-width: 1340px !important;
    border-radius: 1rem;
}

.relative.h-60.px-4.md\:px-0 {
    margin: auto !important;
    max-width: 1340px !important;
}

.owl-carousel.owl-drag .owl-item {
    border-radius: 1rem !important;
}

.sliders {
    background-color: transparent !important;
    border-radius: 1rem !important;
}

.relative.h-72.flex.overflow-hidden.shadow.bg-cover.bg-center {
    max-width: 1340px !important;
    margin: auto !important;
    padding: 0 10px !important;
    position: relative !important;
    margin-top: 15px !important;
    border-radius: 1rem !important;
}

.big-news-block a:first-child .bnb-bg {
    background-color: transparent !important;
}

.big-news-block a:last-child .bnb-hover {
    background-color: transparent;
}

.page-loader {
    background-color: #17171b !important;
}

.relative.z-10.bg-indigo-50.xl\:rounded-2xl.grid.w-full.xl\:grid-cols-2.gap-8 {
    background-color: rgb(0 0 0 / 16%) !important;
}

.cursor-pointer.border-b-2.transition.border-indigo-300.hover\:border-indigo-500.fs-6.fw-bolder.py-2.px-4.text-primary {
    color: #738a94 !important;
    padding-bottom: 10px;
    border-bottom: 2px solid;
    border-color: rgb(var(--default-indigo-500)) !important;
}

.cursor-pointer.border-b-2.transition.border-indigo-300.hover\:border-indigo-500.fs-6.fw-bolder.py-2.px-4.text-primary {
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}
.flex-shrink-0.w-6.h-full.text-gray-200 {
    color: #3d3535 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #0e0e10;
}

.select2-container--default .select2-results__option[aria-disabled=true],
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #0e0e10;
}

.select2-container--default .select2-selection--multiple {
    background-color: #0e0e10;
    border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0e0e10;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
}

.select2-container .select2-dropdown {
    background-color: #0e0e10;
    border: none;
}

.select2-container .select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    background-color: #0e0e10;
    color: white;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-bottom: none;
}
.select2-container--default .select2-selection--single {
    background-color: #0e0e10;
    border: none;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0e0e10;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #0e0e10;
}

.select2-container .select2-dropdown {
    background-color: #0e0e10;
    border: none;
}

.select2-container .select2-results__option {
    background-color: #0e0e10;
    color: white;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-bottom: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #252229;
    color: #fff;
    border: 1px solid #131313;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.1);
}

.boxes .box > div:nth-child(4) {
    --background: rgb(var(--default-indigo-900) / .2);
}

.table .table-row {
    background-color: #252229 !important;
}

.table .table-body .table-row:nth-child(2n+2) {
    background-color: #131313 !important;
}

.forum-post {
    background-color: #252229 !important;
}

.forum-post .forum-post-meta {
    background-color: #252229 !important;
}

.forum-post .forum-post-user .forum-post-user-title a{
    color: #c8c0c0 !important;;
    font-weight: 500 !important;;
}
.forum-category .forum-category-info .forum-category-title a {
    color: #b4b4b4 !important;
}
.dark-theme.fr-box.fr-basic .fr-wrapper {
    background: #231f1f !important;
}
.dark-theme.fr-box.fr-basic .fr-element {
    color: #fff !important;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #0e0e10 !important;
}
.rounded-xl.max-w-xs.mx-auto.py-3.px-6.bg-indigo-400\/10.text-primary.gap-3.flex.justify-center.items-center {
    color: #aeaeae !important;
}
.focus\:ring-indigo-500.h-5.w-5.text-indigo-600.border-gray-300.rounded-md {
    background-color: rgb(var(--default-indigo-400)) !important;
    color: rgb(var(--default-indigo-900)) !important;
}
.custom-select > button.custom-select__option {
    background-color: #0e0e10 !important;
}
.custom-select__dropdown {
    background-color: #0e0e10;
    color: #f0f0f0;
    border: 1px solid #0e0e10;
}

.custom-select__dropdown .option:hover, 
.custom-select__dropdown .option.selected {
    background-color: #0e0e10;
    color: #ffffff;
}

.custom-select__dropdown > button.custom-select__option:hover {
    background-color: #231f1f;
    color: #ffffff;
}

.rounded-xl.flex.items-center.gap-4.absolute.top-10.right-6.text-sm.text-indigo-600.font-medium.bg-indigo-100.py-3.px-6.transition.hover\:bg-indigo-200 {
    color: rgb(var(--default-indigo-600)) !important;
}

[type='text'], [type='email'], [type='url'], [type='password'], [type='number'], [type='date'], [type='datetime-local'], [type='month'], [type='search'], [type='tel'], [type='time'], [type='week'], [multiple], textarea, select {
    background-color: #252229 !important;
}

.lottery-counter-title {
    background-color: #252229 !important;
}

.contest-sidebar__cart {
    background-color: #252229 !important;
    border: 2px solid #252229 !important;
}

.lottery-player-tickets {
    background-color: #252229 !important;
}
.pc-navbar {
    display: flex !important;
}
.mobile-navbar {
    display: none !important;
}
@media (max-width: 860px) {
    .pc-navbar {
        display: none !important;
    }
    .mobile-navbar {
        display: flex !important;
    }
    .py-16.relative.overflow-hidden {
        max-width: none !important;
        min-width: auto !important;
    }
}