/* 
 * © 2024 ZeroCrazy. Todos los derechos reservados. 
 * Este archivo de estilo CSS es parte del proyecto Shroom2. 
 * No se permite la reproducción, distribución ni modificación sin autorización previa. 
 */

@font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Regular'), url('../webfonts/TrajanPro-Regular.ttf') format('woff');
}

@font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Trajan Pro Bold'), url('../webfonts/TrajanPro-Bold.otf') format('woff');
}

:root {
    --link-hover: #f4b978;
}

body {
    padding: 0px;
    margin: 0px;
    background-color: #5a4131;
}

.hero-top {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    height: 1098px;
    background: url('../images/top-bg.webp') no-repeat;
    background-size: cover;
    margin-top: -95px;
    margin-bottom: -560px;
}

.hero-top .render {
    background: url('../images/render-top-bg.webp');
    width: 600px;
    height: 634px;
    background-size: contain;
}

.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
/* Menu */
nav {
    background-color: #333;
    padding: 10px 0;
}

nav .container {
    max-width: 1280px;
    margin: 0 auto;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

table a, table input, table button {
    font-size: 10px;
    color: #ecd6b4;
    font-family: 'Trajan Pro Regular';
    padding: 5px 10px;
    margin: 0px;
    box-shadow: none;
    border: 1px solid rgb(167 131 111 / 30%);
    width: -webkit-fill-available;
}

nav ul li {
    position: relative;
}

nav ul li a {
    color: #e2d9d6;
    text-shadow: 0px 2px 0px #330202, 0px 0px 20px #523827;
    font-family: 'Trajan Pro Bold';
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    transition: all 0.3s ease;
}

nav ul li.language a {
    background-color: #2b1a0f;
    box-shadow: inset 0px 1px 20px 0px hsl(31deg 85% 71% / 50%), 0px 1px 0px #5a4131;
    border-radius: 20px;
}

.flag-lang {
    width: 15px;
    filter: drop-shadow(0 2px 0px #5e1212);
}

nav ul li.signup a {
    background: rgb(208, 145, 51);
    background: linear-gradient(180deg, rgba(208, 145, 51, 1) 0%, rgba(198, 67, 13, 1) 100%);
    box-shadow: inset 0px 1px 20px 0px #00000087, 0px 0px 20px 5px rgb(0 0 0 / 50%);
    border-radius: 20px;
    text-shadow: 0px 1px 0px #962c11;
}

nav ul li.signup a:hover {
    filter: brightness(1.5);
}

nav ul li a:hover, nav ul li.active a {
    color: var(--link-hover);
}

/* Dropdown styling */
.dropdown .dropbtn {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #333; */
    /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.5); */
    min-width: 160px;
    z-index: 1;
    top: 100%;
}

.dropdown-content a {
    color: white;
    padding: 5px 30px;
    width: max-content;
    display: block;
    text-decoration: none;
    margin: 3px 0px;
    background-color: #333 !important;
    box-shadow: none !important;
}

.dropdown-content a:hover {
    background-color: #555;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/* Menu */


.logo {
    float: right;
    margin-top: 160px;
    margin-right: 390px;
    width: 400px;
    transition: 1s;
}

.logo:hover {
    filter: brightness(2);
}

.col-left, .col-middle, .col-right, .col-full {
    position: relative;
    display: flow-root;
    padding: 0px 10px;
    justify-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    float: left;
}

.col-left, .col-right {
    width: 300px;
    /* background-color: red; */
}

.col-middle {
    width: 620px;
    /* background-color: yellow; */
}

.card {
    margin-bottom: 5px;
    width: 100%;
}

a {
    display: block;
    text-decoration: none;;
    color: #ecd6b4;
}

.sidenav-trigger {
    display: none;
    background: #351a08;
    text-align: center;
    color: #fff;
    font-size: 36px;
    border-bottom: 1px solid #a67a5d;
}

.large-href {
    width: 100%;
    height: 100px;
    /* background-color: gray; */
    /* display: list-item; */
    background: url('../images/btn-href.jpg') no-repeat;
    background-size: cover !important;
    border-bottom: 1px solid #4e0d0d;
    text-align: center;
    line-height: 100px;
    color: #d0a990;
    text-shadow: 0px 0px 7px rgba(90, 65, 49, 0.49);
    /* font-size: 36px; */
    font-size: x-large;
    text-decoration: none;
    font-family: 'Trajan Pro Bold';
    text-transform: uppercase;
    transition: 1s;
}

.large-href .icon {
    float: left;
    line-height: 100px;
    margin-left: 30px;
}

.large-href:hover {
    filter: brightness(1.5);
}

.card-title {
    font-family: 'Trajan Pro Regular';
    color: #ecd6b4;
    border-bottom: 2px solid #a67a5d;
    text-align: center;
    background: url('../images/top-light-card.png') no-repeat 50% 50% #351a08;
    background-size: contain;
    font-size: 14px !important;
    text-shadow: 0px 1px 0px #962c11;
    padding: 10px 0px;
}

.card-body {
    background-color: #986b50;
    width: 100%; /* O un valor específico como 300px */
    box-sizing: border-box; /* Asegúrate de que padding y border estén dentro del ancho total */
    overflow: hidden;
    box-shadow: inset 0px -4px 13px 0px hsl(0deg 0% 0% / 50%);
}

/* Forms, inputs, etc... */
.input-group {
    position: relative;
    width: 100%;
}

.input-group .icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #704e3a;
    text-shadow: 0px 1px 0px #805b46;
}

.input-group input {
    width: 100%; /* Ajusta el input al 100% del contenedor */
    padding: 10px 40px; /* Espacio para el icono */
    border: none;
    border-bottom: 2px solid #8f6751;
    color: #7a5844;
    background-color: #1b0d04;
    font-size: 16px;
    box-sizing: border-box; /* Importante para que respete el tamaño del contenedor */
    box-shadow: 0px 0px 20px 13px rgb(63 42 30 / 50%);
    font-family: sans-serif;
}

.input-group input::placeholder {
    color: #7a5844;
    /* text-shadow: 0px 1px 0px #805b46; */
}

.input-group input:focus {
    outline: none; /* Elimina el borde que aparece por defecto */
}

/* Cambia el color del icono cuando se hace focus en el input */
.input-group input:focus + .icon {
    color: #000;
}

.btn {
    display: block;
    margin: 0 auto;
    background-color: #2e0f06;
    border: none;
    border-top: 1px solid #48271a;
    box-shadow: inset 0px -1px 0px 0px #a7836f, 0px 0px 20px 13px rgb(63 42 30 / 10%);
    padding: 10px 30px;
    color: #fffbec;
    outline: none;
    font-family: 'Trajan Pro Bold';
    cursor: pointer;
}

.forgot-password {
    padding: 15px 10px;
    background-color: #1b0d04;
    text-align: center;
    color: #b38f7a;
}

.forgot-password p {
    margin: 0px;
}

.forgot-password a {
    color: #f8f0e4;
}

/* News */
.card.news .card-title {
    background-color: #2e0f06;
}

.card.news .card-body {
    background-color: #312218;
}

/* Card de la noticia */
.news-card {
    margin: 20px 0;
    border-radius: 5px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}

li.new-donation a {
    text-shadow: 0px 0px 5px;
}
li.new-donation {
    background-color: #521f08 !important;
}

.payment-opts {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    padding: 10px 0px;
}
.payment-opts div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.news-body {
    background-color: #170b04;
    padding: 1px 20px;
}

.news-title {
    font-size: 24px;
    font-weight: bold;
    color: #ecd6b4;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.news-content {
    font-size: 16px;
    opacity: 0.6;
    line-height: 1.5;
    color: #ecd6b4;
    margin-bottom: 15px;
}

.highlight {
    color: #e24b3c; /* Color rojo para resaltar */
}

/* Footer de la noticia */
.news-footer {
    /* display: flex; */
    background-color: #1c0f07;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 20px;
}

.news-footer .cc {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    justify-content: center;
}

.wp-pagenavi>a, .author {
    color: #fc6950 !important;
    font-weight: bold !important;
    font-family: sans-serif !important;
    font-weight: 100 !important;
}

.date-posted {
    color: #d6c2a5;
    font-weight: 100;
    font-family: sans-serif;
}

.read-all-btn {
    background-color: #3f2a1e;
    border: none;
    border-radius: 3px;
    color: #f9d6b2;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    float: right;
}

.read-all-btn:hover {
    background-color: #604832;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
}

.news-title .options {
    float: right;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 50px;
    font-size: 22px;
}

/* Slider */
.slider {
    background-color: transparent;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.slider .card-body {
    position: relative;
    width: 100%;
    height: 282px;
}

.slider .slide {
    display: none; /* Oculta todos los slides por defecto */
    padding: 0px;
    text-align: center;
    height: 282px;
    background-size: cover;
}

.slider .slide.active {
    display: block; /* Solo muestra el slide activo */
}

.slider .slide .content {
    bottom: 0px;
    position: absolute;
    text-align: left;
    padding: 0px 20px;
    width: 100%;
    background-color: rgb(23 11 2 / 70%);
    font-family: 'Trajan Pro Bold';
}

.slider .slide .content h2 {
    color: #ecd6b4;
    font-family: 'Trajan Pro Bold';
    margin-bottom: 0px;
}

.slider .slide .content p {
    opacity: 0.7;
    color: #ecd6b4;
    font-family: sans-serif;
    font-weight: 100;
    font-size: 14px;
    margin-top: 0px;
}

.slider button {
    background-color: rgb(46 15 6 / 10%);
    transition: 0.5s;
    color: #fffbec;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slider button.prev {
    left: 10px;
}

.slider button.next {
    right: 10px;
}

.slider button:hover {
    background-color: #48271a;
}

/* Ranking */
.ranking {
    width: 100%;
    border-collapse: collapse;
    background-color: #1b0b01;
    border-radius: 0px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-family: 'Trajan Pro Bold';
    font-size: 12px;
}

.collapse#add,
.collapse#edit,
.collapse[id^="payment-"],
.collapse#add[aria-expanded="false"],
.collapse#edit[aria-expanded="false"],
.collapse[id^="payment-"][aria-expanded="false"] {
  display: none;
}

.collapse#add[aria-expanded="true"],
.collapse#edit[aria-expanded="true"],
.collapse[id^="payment-"][aria-expanded="true"] {
  display: contents;
}


.ranking th, .ranking td {
    padding: 8px;
    text-align: left;
    border-bottom: 2px solid #986b50;
}

.ranking thead {
    background-color: #986b50;
}

.ranking th {
    font-weight: bold;
    color: #1a0300;
}

.ranking tbody tr {
    transition: background-color 0.3s;
}

.ranking tbody tr:last-child td {
    border-bottom: none;
}

.ranking tbody td:nth-child(1) {
    background-color: #1a0300;
    text-align: center;
    font-weight: 900;
    font-family: sans-serif;
    color: #ecd6b4;
    text-shadow: 0px 1px 0px #ecd6b4;
}

/* Estilo para la columna 2 (Name) */
.ranking, .ranking tbody td:nth-child(2), .ranking tbody td:nth-child(3) {
    color: #ecd6b4; /* Color para la segunda columna */
}
.ranking thead th:nth-child(1), .ranking thead th:nth-child(3),.ranking thead th:nth-child(4) {
    text-align: center;
}
.ranking tbody td:nth-child(3) {
    text-align: center;
}

/* Estilo para la columna 4 (Level) */
.ranking tbody td:nth-child(4) {
    color: #ecd6b4;
    text-align: center;
}

.Jinno {
    color: #6871e7 !important;
}
.Shinsoo {
    color: #e22727 !important;
}
.Chunjo {
    color: #dfd02d !important;
}

/* Statistics */
.card.statistics ul {
    margin: 0px;
    padding: 10px 20px;
}

.card.statistics ul li {
    display: block;
    background-color: #1b0d04;
    margin-bottom: 5px;
    padding: 10px 9px;
    border-bottom: 1px solid #85604b;
    box-shadow: 0px 0px 20px 13px rgb(63 42 30 / 50%);
    color: #ecd6b4;
    font-family: 'Trajan Pro Bold';
    font-size: 12px;
}

.center {
    text-align: center !important;
}

.card.statistics ul li strong {
    float: right;
}

.col-full {
    background: url('../images/bottom-bg.webp') 50% no-repeat;
    width: 100%;
    padding: 0px;
    height: 1241px;
    margin-top: -900px;
    margin-bottom: -110px;
    z-index: -10;
}

.pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.wp-pagenavi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin-bottom: 20px;
}

.links-download {
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.links-download li {
    display: block;
    font-family: 'Trajan Pro Bold';
}

.table.table-hover {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.table.table-hover img {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

.specs-table {
    border-spacing: 5px;
}
.specs-table tr {
    background-color: #1e0f06;
    color: #ffe9a8;
    text-align: center;
    font-size: 14px;
}
.specs-table tr th, .specs-table tr td {
    padding: 10px 21px;
}
.specs-table .odd {
    background-color: #321b0c;
}
.bold {
    font-weight: bold;
}
.account-table {
    width: 100%;
    border-spacing: 0px;
    padding: 30px 0px;
}
.account-table tr {
    background-color: #321b0c;
}
.account-table tr td {
    padding: 15px 21px;
    border-bottom: 1px solid #341c0b;
}
.account-table tr:nth-child(2n) {
    background-color: #45240e !important;
}
.account-table .glow {
    text-shadow: 0px 0px 3px #c5b71e;
}
.account-table tbody tr td form {
    width: 100%;
    display: block;
}

.alert {
  position: relative;
  padding: 15px 40px 15px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-dismissible .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: inherit;
  background: transparent;
  border: none;
  font-size: 20px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

.alert-dismissible .close:hover {
  opacity: 1;
}

.fade.in {
  opacity: 1;
  transition: opacity 0.15s linear;
}


footer {
    background-color: transparent;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    bottom: 140px;
    width: 100%;
    flex-wrap: nowrap;
}

footer .left-text, 
footer .right-text {
    font-size: 14px;
    color: #c9aa79;
    font-family: 'Trajan Pro Bold';
}

footer .right-text {
    text-align: right;
}

footer .center-logo img {
    height: 100px;
    opacity: 0.5;
}

footer span {
    color: #eedfc8;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

footer span a {
    margin-left: 35px;
}

.justify-content-center {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}