:root {
    --main-color: #fcb900
}

body {
    background: #262b2f;
    color: #c8c8c8
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    list-style-type: none
}

.server-list-container {
    background-color: #262b2f; /* Color de fondo oscuro */
	color: #fff; /* Color de fondo oscuro */
    overflow: hidden; /* Asegura que el contenido no desborde */
}

.gameserver {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    margin: 10px 0;
    background-color: #1d1f22; /* Fondo oscuro */
    border-radius: 5px;
}

.gameserver-info {
    display: flex;
    align-items: center;
}

.gameserver-logo {
    width: 128px; /* Tamaño del logo */
    height: 128px; /* Tamaño del logo */
    margin-right: 15px;
}

.gameserver-details {
    flex: 1; /* Ocupa todo el espacio restante */
}

.gameserver-players {
    background-color: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}


.container {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 1170px;
    margin: auto
}

.header-catalin {
    background: url(../imagini/background-page.png);
    height: 410px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

.spin {
    -webkit-animation: spin 30s linear infinite;
    -moz-animation: spin 30s linear infinite;
    -ms-animation: spin 30s linear infinite;
    -o-animation: spin 30s linear infinite;
    animation: spin 30s linear infinite
}

@keyframes spin {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.navigation-catalin {
    width: 100%;
    position: absolute;
    margin-top: 30px
}

.navigation-catalin .social-left-catalin {
    z-index: 1000;
    float: right
}

.navigation-catalin .social-left-catalin li {
    display: inline-block;
    margin-left: 5px
}

.navigation-catalin .social-left-catalin li a {
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    color: #AAACB2;
    background: rgba(255,255,255,0.17);
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.30s
}

.navigation-catalin .social-left-catalin li a i {
    text-shadow: 4px 4px 2px rgba(0,0,0,0.08);
    font-size: 1.4em;
    line-height: 48px;
    margin: auto
}

.navigation-catalin .social-left-catalin li a:hover {
    color: #fff !important
}

.navigation-catalin .navigation-links-catalin {
    list-style-type: none
}

.navigation-catalin .navigation-links-catalin li {
    display: inline-block
}

.navigation-catalin .navigation-links-catalin li a {
    display: block;
    color: #c6c3c3;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid rgba(0,0,0,0);
    transition: all 0.30s;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.08);
    padding: 15px 15px;
    border-radius: 5px
}

.navigation-catalin .navigation-links-catalin li i {
    margin-right: 5px;
    font-size: 15px
}

.navigation-catalin .navigation-links-catalin li a:hover {
    background: rgba(255,255,255,0.1);
    color: #fff
}

@media only screen and (max-width: 600px) {
    .navigation-catalin {
        position:static !important
    }

    .responsive-social-left-catalin {
        margin: 0 !important;
        float: none !important;
        padding: 25px !important;
        text-align: center !important;
        position: static !important
    }

    .responsive-social-left-catalin li {
        display: inline-block !important
    }

    .responsive-social-left-catalin li a {
        text-align: center !important
    }

    .header-catalin {
        height: max-content !important
    }

    .responsive-navigation-links-catalin {
        justify-content: center !important;
        vertical-align: middle !important;
        display: block !important;
        position: static !important
    }

    .responsive-navigation-links-catalin li {
        display: block !important
    }

    .responsive-navigation-links-catalin li a {
        text-align: center !important;
        border: none !important
    }

    .responsive-navigation-links-catalin li a:hover {
        border: none !important;
        background: rgba(255,255,255,0.05) !important
    }
}

.counter-section-catalin {
    position: relative;
    box-shadow: 0 3px 6px rgba(0,0,0,0.08),0 3px 6px rgba(0,0,0,0.02);
    background: #2c3136;
    margin-bottom: 80px
}

.counter-section-catalin .col-flex-catalin {
    display: inline-block;
    width: 45%
}

.counter-section-catalin .col-flex-catalin .directie-elemente {
    display: inline-block;
    vertical-align: middle
}

.counter-section-catalin .col-flex-catalin .directie-elemente .principalul-element i {
    font-size: 35px;
    padding: 15px;
    border-radius: 5px
}

.counter-section-catalin .col-flex-catalin .directia-elementelor-secundare {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px
}

.counter-section-catalin .col-flex-catalin .directia-elementelor-secundare .element-secundar h3 {
    color: var(--main-color)
}

.counter-section-catalin .col-flex-catalin .directia-elementelor-secundare .element-secundar p {
    color: #fff
}

.counter-section-catalin .logo-counter {
    position: absolute;
    vertical-align: top;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -20px
}

.counter-section-catalin .play-button-design {
    color: #3c00ff
}

.counter-section-catalin .play-button-design-gray {
    color: #AAACB2;
    text-align: left
}

.counter-section-catalin .flex-right {
    float: right;
    text-align: right
}

#ipServer {
    cursor: context-menu;
    opacity: 0;
    outline: 0;
    border: none
}

.welcome {
    background: url(../imagini/background-poke.png);
    margin: 40px 0
}

.welcome h2 {
    padding: 40px 0px;
    color: #fff;
    text-transform: uppercase
}

.anunt-catalin {
    margin-bottom: 20px;
    -webkit-box-shadow: 0 10px 12px rgba(0,0,0,0.1);
    box-shadow: 0 10px 12px rgba(0,0,0,0.1)
}

.anunt-catalin .header-anunt {
    background: #2c3136;
    border-bottom: 1px solid #262b2f;
    padding: 10px
}

.anunt-catalin .header-anunt .date {
    display: inline-block;
    padding: 15px 10px;
    background: rgba(255,255,255,0.1);
    border-radius: 5px
}

.anunt-catalin .header-anunt .date li p {
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.08)
}

.anunt-catalin .header-anunt .informations {
    display: inline-block;
    margin-left: 30px
}

.anunt-catalin .header-anunt .informations li h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--main-color)
}

.anunt-catalin .header-anunt .informations li p {
    color: #c8c8c8
}

.anunt-catalin .anunt-scris {
    background: #2c3136;
    padding: 20px
}

.anunt-catalin .anunt-scris h3 {
    margin-bottom: 20px
}

.anunt-catalin .footer-anunt {
    background: #2c3136;
    padding: 20px;
    text-align: right
}

.anunt-catalin .footer-anunt a {
    color: var(--main-color);
    text-transform: uppercase;
    padding: 10px 20px 9px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.15s;
    background: rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    box-shadow: 0 2px 3px rgba(0,0,0,0.1)
}

.anunt-catalin .footer-anunt a i {
    margin-right: 6px
}

.anunt-catalin .footer-anunt a:hover {
    color: #c8c8c8
}

.caracteristics {
    background: url(../imagini/background-poke.png);
    padding: 40px 0px;
    text-align: center
}

.caracteristics .cutie {
    background: rgba(0,0,0,0.1);
    display: inline-block;
    padding: 20px;
    margin: auto
}

.caracteristics .cutie .iconita {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px
}

.caracteristics .cutie .iconita i {
    font-size: 30px;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.08);
    color: #AAACB2 !important
}

.caracteristics .cutie .informatie {
    display: inline-block;
    vertical-align: middle
}

.caracteristics .cutie .informatie p {
    text-shadow: 4px 4px 2px rgba(0,0,0,0.08);
    color: #fff;
    text-align: left;
    letter-spacing: 1px
}

.caracteristics .cutie .informatie .titlu-casuta {
    text-transform: uppercase;
    font-weight: bold
}

.mergisus {
    transition: 0.15s;
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    outline: none;
    border: none;
    background-color: var(--main-color);
    border-bottom: 3px solid rgba(0,0,0,0.5);
    text-indent: -9999px;
    display: none
}

.mergisus span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff
}

.footer-nav {
    background: #43454A;
    padding: 10px 0px
}

.footer-nav ul {
    display: flex;
    vertical-align: middle;
    justify-content: center;
    list-style-type: none
}

.footer-nav ul li {
    display: inline-block
}

.footer-nav ul li a {
    text-decoration: none;
    padding: 25px;
    display: block;
    color: #AAACB2;
    transition: all 0.30s
}

.footer-nav ul li a:hover {
    color: #fff
}

.footer-nav ul li #store {
    background: #37393E;
    border-radius: 5px;
    text-transform: uppercase;
    width: 100px;
    text-align: center;
    padding: 15px 25px;
    margin-top: 10px
}

.footer {
    background: #262b2f;
    text-align: center;
    padding: 10px 0px
}

.footer .gray-animatie {
    filter: grayscale(100%);
    transition: all .3s;
    cursor: pointer;
    width: auto;
    height: 100px
}

.footer .gray-animatie:hover {
    filter: grayscale(0%)
}

.footer p {
    color: #6C6F77
}

.footer a {
    color: #fff;
    text-decoration: none
}

.concurent-secundar {
    color: #AAACB2 !important
}

@media only screen and (max-width: 600px) {
    .footer-nav ul {
        text-align:center;
        display: block !important
    }

    .footer-nav ul li {
        display: block !important
    }

    #store {
        margin: auto !important
    }
}

@media only screen and (max-width: 600px) {
    .caracteristics .cutie {
        background:rgba(0,0,0,0.1);
        display: block;
        padding: 20px;
        margin: auto;
        margin-bottom: 10px
    }
}

@media only screen and (max-width: 600px) {
    .counter-section-catalin .logo-counter {
        display:none
    }
}

::-webkit-scrollbar {
    width: 3px
}

::-webkit-scrollbar-thumb {
    background: #37393E
}

::-webkit-scrollbar-track {
    background: #040807
}

.counter-dark {
    background: #0a1f3a !important
}

.play-button-design-dark {
    color: #43454a !important
}

.anunt-scris-dark {
    background: #0a1f3a !important
}

.footer-anunt-dark {
    background: #0a1f3a !important;
    border-top: 1px solid rgba(255,255,255,0.05) !important
}

.footer-anunt-dark-a {
    color: #fff !important
}

.text-alb-dark {
    color: #fff !important
}

.dropdown {
    position: relative
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(255,255,255,0.07);
    min-width: 160px;
    z-index: 1
}

.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block
}

.dropdown-content a:hover {
    background-color: rgba(255,255,255,0.1)
}

.dropdown:hover .dropdown-content {
    display: block
}

.logo-animation>img {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 500px
}

@media only screen and (max-width: 600px) {
    .container {
        padding-right:25px !important;
        padding-left: 25px !important
    }

    .dropdown-content {
        background-color: #43454A !important
    }

    .navigation-catalin {
        margin-top: 0px !important;
        padding-bottom: 20px
    }

    .logo-animation>img {
        display: none
    }
}

.discord-top {
    padding: 20px;
    background: #2c3136
}

.directie-elemente {
    display: inline-block;
    vertical-align: middle
}

.directie-elemente .principalul-element i {
    background: #00000014;
    padding: 15px;
    border-radius: 5px;
    font-size: 35px;
    color: var(--main-color)
}

.directie-elemente .principalul-element .discord-spatiu {
    margin-left: 10px
}

.directie-elemente .principalul-element .server-spatiu {
    margin-right: 10px
}

.directia-elementelor-secundare {
    display: inline-block;
    vertical-align: middle
}

.directia-elementelor-secundare .element-secundar h3 {
    color: var(--main-color);
    font-weight: bold
}

.directia-elementelor-secundare .element-secundar p {
    color: #fff
}

.store-sale {
    display: block;
    padding: 20px 0;
    background: #2c3136;
    text-align: center
}

.store-sale a {
    color: #fff;
    background: var(--main-color);
    text-transform: uppercase;
    padding: 10px;
    text-decoration: none;
    display: inline-block
}

.update-container {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 20px 20px 0px
}

.update-container .update-box {
    border-radius: 2px;
    border-left: 3px solid;
    border-color: #55FF55;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
    margin: 0px 0px 20px 0px
}

.update-container .update-box .update-header {
    padding: 10px
}

.update-container .update-box .update-header .update-server-name {
    text-transform: uppercase;
    font-weight: bold;
    color: #7184B8
}

.update-container .update-box .update-header p:nth-child(2) {
    margin: 10px 0px
}

.update-container .update-box .update-footer {
    background: #f9fafa;
    border-top: 1px solid #e0e0e0;
    padding: 10px;
    color: #7184B8
}

.filter-updates {
    float: right;
    width: 25%;
    background: #fff;
    display: inline-block;
    vertical-align: top
}

.filter-updates .filter-updates-header {
    padding: 20px;
    background: #f9fafa
}

.filter-updates .filter-updates-body {
    padding-top: 15px
}

.filter-updates .filter-updates-body a:nth-child(1) {
    border-radius: 2px;
    border-left: 3px solid;
    border-color: #55FF55;
    color: #7184B8
}

.filter-updates .filter-updates-body a {
    display: block;
    padding: 10px;
    margin: 5px 0px;
    text-decoration: none;
    color: #999
}

.server-list-container {
    margin-bottom: 20px;
    background: #fff;
    -webkit-box-shadow: 0 10px 12px rgba(0,0,0,0.1);
    box-shadow: 0 10px 12px rgba(0,0,0,0.1)
}

.server-list-container .server-list-header {
    background: var(--main-color);
    padding: 30px;
    border-bottom: 4px solid rgba(0,0,0,0.1)
}

.server-list-container .server-list-header p {
    text-align: center;
    text-transform: uppercase;
    color: #fff
}

.server-list-container .server-list-corp {
    background: #2c3136;
    padding: 25px;
    border-bottom: 2px solid #262b2f;
    overflow: hidden
}

.server-list-container .server-list-corp .server-logo {
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px
}

.server-list-container .server-list-corp .server-logo img {
    max-width: 100%;
    vertical-align: middle
}

.server-list-container .server-list-corp .server-list-stanga {
    float: left
}

.server-list-container .server-list-corp .server-list-dreapta {
    padding-left: 120px
}

.server-list-container .server-list-corp .server-list-dreapta .server-description {
    margin-top: 10px;
    line-height: 20px
}

.server-list-container .server-list-corp .server-list-dreapta .server-list-dreapta-block h1 {
    font-size: 15pt;
    font-weight: 600
}

.server-list-container .server-list-corp .server-list-dreapta .server-list-dreapta-block h1 .server-cutie-jucatori {
    font-size: 13px;
    background: #262b2f;
    font-weight: 700;
    padding: 5px 8px;
    float: right
}

.server-list-container .server-list-corp .server-list-dreapta .server-list-dreapta-block h1 .server-cutie-jucatori span {
    color: var(--main-color)
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.vote-content {
    margin: 0 0 10px 0
}

.vote-content .vote-big-box {
    vertical-align: top;
    background-color: #2c3136;
    -webkit-box-shadow: 0 10px 12px rgba(0,0,0,0.1);
    box-shadow: 0 10px 12px rgba(0,0,0,0.1);
    display: inline-block;
    width: 70%;
    padding: 20px
}

.vote-content .vote-big-box p {
    text-align: center
}

.vote-content .vote-big-box b {
    text-align: center;
    display: block
}

.vote-content .vote-big-box img {
    display: block;
    margin: 10px auto
}

.vote-content .vote-big-box .vote-rewards {
    margin: 15px 0px;
    text-align: center
}

.vote-content .vote-big-box .vote-rewards .vote-reward {
    background: #4da564;
    border-radius: 5px;
    width: 300px;
    margin: 10px;
    padding: 15px;
    display: inline-block;
    font-weight: 700;
    border-bottom: 3px solid rgba(0,0,0,0.15) !important
}

.vote-content .vote-big-box .vote-rewards .vote-reward p {
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,0.1)
}

.vote-content .vote-medium-box {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    vertical-align: top;
    display: inline-block;
    width: 25%;
    float: right
}

.vote-content .vote-medium-box .vote-medium-box-header {
    padding: 20px;
    font-size: 14px;
    background: var(--main-color);
    border-bottom: 2px solid rgba(0,0,0,0.2)
}

.vote-content .vote-medium-box .vote-medium-box-header h3 {
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0,0,0,0.1)
}

.vote-content .vote-medium-box .vote-medium-box-body {
    background: #2c3136;
    padding: 10px
}

.vote-content .vote-medium-box .vote-medium-box-body a {
    display: block;
    color: #c8c8c8;
    padding: 15px;
    margin-top: 10px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.15s;
    background: #262b2f
}

.vote-content .vote-medium-box .vote-medium-box-body a:hover {
    color: var(--main-color)
}

#testare-hide {
    display: inline-block
}

#open-nav {
    display: none;
    cursor: pointer;
    outline: none;
    border: none;
    margin: auto;
    background: none;
    color: #fff
}

#open-nav i {
    font-size: 20px
}

.mobile-navigation {
    z-index: 10000;
    top: 0;
    left: -300px;
    transition: all 0.30s;
    overflow-y: auto;
    background: #262b2f;
    z-index: 10000;
    position: fixed;
    height: 100%;
    width: 300px
}

.mobile-navigation #close-nav {
    cursor: pointer;
    outline: none;
    display: block;
    width: 100%;
    background: #37393e;
    border: none;
    padding: 10px;
    color: #fff;
    font-size: 20px
}

.mobile-navigation .header-mobile-navigation img {
    padding: 20px;
    display: block;
    margin: auto
}

.mobile-navigation .body-mobile-navigation .navigatie-mobil {
    margin-bottom: 10px
}

.mobile-navigation .body-mobile-navigation .navigatie-mobil p {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    background: #2c3136;
    color: #fff;
    letter-spacing: 1px;
    border-bottom: 3px solid rgba(0,0,0,0.2)
}

.mobile-navigation .body-mobile-navigation ul {
    margin-bottom: 30px
}

.mobile-navigation .body-mobile-navigation ul li {
    margin-top: 5px
}

.mobile-navigation .body-mobile-navigation ul li a {
    padding: 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    transition: all 0.15s
}

.mobile-navigation .body-mobile-navigation ul li a:hover {
    color: var(--main-color)
}

.config-page .config-header {
    background: #37393e;
    padding: 20px
}

.config-page .config-header h2 {
    color: #6C6F77
}

.config-page .config-body {
    background: #2c3136;
    padding: 20px
}

.config-page .config-body input {
    padding: 20px 15px;
    margin: 10px;
    display: inline-grid;
    grid-template-columns: auto auto auto;
    outline: none;
    border-radius: 5px;
    background: #f9f6f6
}

.config-page .buttons-config {
    text-align: center;
    background: #37393E;
    padding: 20px;
    margin-bottom: 20px
}

.config-page button {
    margin: auto;
    display: inline-block;
    padding: 10px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    outline: none;
    cursor: pointer
}

.config-page .create-config {
    background: #4CAF50
}

.config-page .copy-config {
    background: #337ab7
}

.config-page .clear-config {
    background: #f44336
}

.config-page .show-config {
    background: #f0ad4e
}

.config-page .console-config {
    padding: 20px;
    background: black
}

.config-page .console-config p {
    color: #fff
}

.config-page .console-config textarea {
    width: 100%;
    background: black;
    color: #fff;
    outline: none
}

.config-page .arata-consola {
    display: none
}

.roata {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border-top: 3px solid var(--main-color);
    border-left: 3px solid var(--main-color);
    border-bottom: 3px solid var(--main-color);
    border-right: 3px solid #fff;
    animation: rotatie 1s infinite
}

@keyframes rotatie {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.shadow-open {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0,0,0,0.5);
    z-index: 1
}

.triplezone-update-logs {
    -webkit-box-shadow: 0 10px 12px rgba(0,0,0,0.1);
    box-shadow: 0 10px 12px rgba(0,0,0,0.1);
    background: #2c3136;
    margin-bottom: 30px;
    padding-bottom: 10px
}

.triplezone-update-logs .modul-hr {
    margin-top: 8px;
    margin-bottom: 0 !important;
    border: 0;
    border-top: 3px solid #262b2f;
    width: 30px;
    transition: all .3s
}

.triplezone-update-logs .triplezone-update-header {
    padding: 35px
}

.triplezone-update-logs .triplezone-update-header h2 {
    color: var(--main-color)
}

.triplezone-update-logs .triplezone-update-body .triplezone-update-col {
    padding: 15px 35px;
    font-size: 15px
}

.triplezone-update-logs .triplezone-update-body .triplezone-update-col:nth-of-type(odd) {
    background: #262b2f;
    padding: 15px 35px;
    font-size: 15px
}

.triplezone-update-logs .triplezone-update-body p {
    padding: 6px 7px;
    display: inline-block
}

.triplezone-update-logs .triplezone-update-body ul {
    float: right;
    display: inline-block;
    list-style-type: none
}

.triplezone-update-logs .triplezone-update-body ul p:not(:first-child) {
    margin-left: 10px;
    display: inline-block;
    background: rgba(255,255,255,0.035);
    color: #BDC7D1;
    padding: 6px 7px
}

.triplezone-update-logs .triplezone-update-body ul p {
    font-size: 13px;
    display: inline-block;
    background: rgba(255,255,255,0.035);
    color: #BDC7D1;
    padding: 6px 7px
}

.triplezone-update-logs .triplezone-update-body ul p i {
    margin-right: 5px
}

.loadingcontainer {
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center
}

.loader {
    z-index: 10000
}

.loadingcontainer.hidden {
    animation: hidden 1s;
    animation-fill-mode: forwards
}

.loader>span {
    z-index: 10001;
    width: 6px;
    height: 60px;
    background: #FEEFD5;
    display: inline-block;
    transform-origin: bottom center;
    animation: loadingAnimation .8s linear infinite
}

.loader span:nth-child(2) {
    animation-delay: .1s
}

.loader span:nth-child(3) {
    animation-delay: .2s
}

.loader span:nth-child(4) {
    animation-delay: .3s
}

.loader span:nth-child(5),.loader span:nth-child(6) {
    animation-delay: .4s
}

@keyframes loadingAnimation {
    0%,100% {
        background: #FEEFD5;
        transform: scaleY(0.5)
    }

    50% {
        background: #FFA200;
        transform: scaleY(1.1)
    }
}

.loader h3 {
    color: #999;
    letter-spacing: 3px
}

@keyframes hidden {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

.catalin-header {
    margin-bottom: 25px;
    background: url(../imagini/background-page.jpg) center
}

.catalin-header .catalin-navigatie {
    padding: 20px 0;
    background: rgb(0 0 0 / 64%);
    box-shadow: 0 3px 6px rgba(0,0,0,0.08),0 3px 6px rgba(0,0,0,0.02)
}

.catalin-header .catalin-navigatie .catalin-nav-social {
    float: left;
    display: inline-block;
    margin-top: 3px;
    position: absolute
}

.catalin-header .catalin-navigatie .catalin-nav-social li:not(:nth-child(1)) {
    margin-left: 5px
}

.catalin-header .catalin-navigatie .catalin-nav-social li {
    display: inline-block
}

.catalin-header .catalin-navigatie .catalin-nav-social li a {
    box-shadow: inset 0 -3px 0 rgba(0,0,0,0.2);
    color: #AAACB2;
    background: rgba(255,255,255,0.17);
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: all 0.30s
}

.catalin-header .catalin-navigatie .catalin-nav-social li a i {
    text-shadow: 4px 4px 2px rgba(0,0,0,0.08);
    font-size: 1.4em;
    line-height: 48px;
    margin: auto
}

.catalin-header .catalin-nav-links {
    display: flex;
    align-items: center;
    justify-content: center
}

.catalin-header .catalin-nav-links li {
    display: inline-block
}

.catalin-header .catalin-nav-links li .store {
    width: 90px;
    background: var(--main-color);
    padding: 15px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    border-radius: 50px
}

.catalin-header .catalin-nav-links li a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 3px solid rgb(255 255 255 / 0%);
    transition: all 0.30s;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.08);
    padding: 15px 15px;
    border-bottom: 1px solid transparent
}

.catalin-header .catalin-nav-links li a:hover {
    /* color: #911c1c; */
}

.catalin-header .catalin-nav-links li a:not(:nth-child(2)) {
    margin-left: 10px
}

.catalin-header .catalin-header-content {
    text-align: center;
    top: 50%;
    margin-top: 50px;
    background: linear-gradient(transparent 0%, rgba(0,0,0,0.18) 30%, #262b2f 100%);
    padding-bottom: 50px
}

.coloana-3 {
    display: flex;
    align-items: flex-end
}

.coloana-3 .cutie-1 {
    flex: 1;
    text-align: right
}

.coloana-3 .cutie-2 {
    flex: 2
}

.coloana-3 .cutie-3 {
    flex: 1;
    text-align: left
}

.invarte {
    width: 12px;
    height: 12px;
    animation: invarte 1s infinite;
    border-top: 3px solid var(--main-color);
    border-left: 3px solid var(--main-color);
    border-bottom: 3px solid var(--main-color);
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    border-radius: 50%;
    display: inline-block
}

@keyframes invarte {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

.steluta {
    transform: translate(15px, -23px) !important;
    position: absolute;
    transition: all .15s
}

.store:hover .steluta {
    transition: all .15s;
    transform: translate(15px, -23px) rotate(180deg) scale(1.3, 1.3) !important;
    color: #fff
}

.cutie-2 img {
    max-width: 100%;
    height: auto;
    margin: auto
}

.upgrade-status {
  padding: 10px;
  margin-top: 10px;
  border-radius: 6px;
  font-weight: bold;
}

.booster {
  background-color: #8e44ad;
  color: white;
}

.not-booster {
  background-color: #e74c3c;
  color: white;
}

.no-discord {
  background-color: #f39c12;
  color: white;
}
