:root {
    --text-main: #2d3b45;
    --text-soft: #617480;
    --text-heading: #1f2d36;
    --link-color: #2f8ac4;
    --link-hover: #1f6d9d;
    --panel-bg: #eef3f6;
    --row-a: #edf3f6;
    --row-b: #dfe8ec;
    --head-blue: #4e9fcc;
}

/* Fuente global */
html,
body,
body *:not(.glyphicon):not([class*="glyphicon-"]) {
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

/* Base */
body {
    color: var(--text-main) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Títulos */
h1, h2, h3, h4, h5, h6,
.panel-title,
.panel-section-title,
body .content .container .main-content .box .head,
body .content .container .right-panel .box .head,
body header .container #tabs li a,
body .menu nav .navbar-nav li a,
.record .title,
.label,
.btn,
button,
input[type="submit"],
strong,
b,
th {
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    letter-spacing: .2px;
    color: var(--text-heading);
}

/* Texto general */
p,
td,
span,
a,
li,
div,
small,
label,
input,
textarea,
select {
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
}

body .content .container .main-content .news p,
body .content .container .main-content td,
body .content .container .right-panel .box .box-content,
body .content .container .right-panel .box .box-content td,
.table,
.table td,
.table th,
.guild-list td,
.guild-list th,
.guild-show-list td,
.guild-show-list th,
.gunz-table td,
.gunz-table th,
.forum-table td,
.forum-table th,
.create-guild td,
.create-guild th,
.aac-management td,
.aac-management th,
.who-is-online td,
.who-is-online th {
    font-size: 14px !important;
    line-height: 1.75 !important;
    color: var(--text-main) !important;
}

/* Links */
a {
    color: var(--link-color) !important;
    transition: color .15s ease;
}

a:hover,
a:focus {
    color: var(--link-hover) !important;
    text-decoration: none !important;
}

/* Noticias */
body .content .container .main-content .news {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(10, 30, 50, 0.10);
    padding: 25px;
    background: var(--panel-bg);
}

body .content .container .main-content .news h3 {
    font-size: 30px !important;
    line-height: 1.2;
    margin-bottom: 12px;
    color: var(--text-heading) !important;
    font-weight: 800 !important;
}

body .content .container .main-content .news .timestamp,
body .content .container .main-content .news .author,
body .content .container .main-content .news .comments a {
    font-size: 13px !important;
    color: var(--text-soft) !important;
}

/* Paneles / boxes */
body .content .container .main-content .box .head,
body .content .container .right-panel .box .head {
    font-size: 20px !important;
    border-radius: 10px 10px 0 0;
    color: #fff !important;
}

body .content .container .main-content .box .box-content,
body .content .container .right-panel .box .box-content {
    border-radius: 0 0 10px 10px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    background: var(--panel-bg);
}

body .content .container .right-panel .box .box-content .item .item-head,
body .content .container .right-panel .box .box-content .item .wrap .right .title,
body .content .container .right-panel .latest-posts ul li a,
.record .value {
    font-weight: 700 !important;
    color: var(--text-heading) !important;
}

body .content .container .right-panel .latest-posts ul .item .info,
body .content .container .right-panel .box .box-content .item .wrap .right .info,
.countdown,
.countdownspecial {
    color: var(--text-soft) !important;
    font-size: 13px !important;
}

/* Menú */
body .menu nav {
    border-radius: 10px;
    box-shadow: inset 0 1px 0 0 #86bdd8, 0 6px 18px rgba(0, 0, 0, 0.18);
}

body .menu nav .navbar-nav li a {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    transition: background .2s ease, color .2s ease;
}

body .menu nav .navbar-nav li a:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff !important;
}

body .menu nav .dropdown-menu li a {
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #2d3b45 !important;
}

/* Barra superior */
body .status-bar {
    background: rgba(0, 0, 0, 0.78);
    font-size: 13px;
}

body .status-bar .container .item,
body .status-bar .container .item a,
body .status-bar .container .item .value {
    color: #b8c9d3 !important;
    font-weight: 600 !important;
}

/* Forms */
body .menu nav .navbar-form .form-group input,
body header .container .tab-content .tab-pane form .form-group input,
.record .input-value,
.form-control,
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    border-radius: 8px;
    padding: 8px 12px;
    color: var(--text-main) !important;
}

textarea {
    height: auto;
}

/* Buttons */
body .menu nav .navbar-form .btn,
body header .container .tab-content .tab-pane form .btn,
body .btn-blue,
body .btn-silver,
.btn.btn-primary,
.btn.btn-success,
.btn.btn-info,
.btn.btn-danger,
.btn.btn-positive,
.btn {
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
    font-weight: 700 !important;
    border-radius: 8px;
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

body .menu nav .navbar-form .btn:hover,
body header .container .tab-content .tab-pane form .btn:hover,
body .btn-blue:hover,
body .btn-silver:hover,
.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
}

/* Tablas */
.table th,
.guild-list th,
.guild-show-list th,
.gunz-table th,
.forum-table th,
.create-guild th {
    background-color: var(--head-blue) !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.guild-list tr:nth-child(2n),
.gunz-table tr:nth-child(2n),
.create-guild tr:nth-child(2n),
.who-is-online tr:nth-child(2n),
.forum-table .even {
    background: var(--row-b) !important;
}

.guild-list tr:nth-child(2n-1),
.gunz-table tr:nth-child(2n-1),
.who-is-online tr:nth-child(2n-1),
.forum-table .odd {
    background: var(--row-a) !important;
}

/* Panel bootstrap */
.panel {
    border: 0;
    box-shadow: none;
    background: transparent;
}

.panel-heading {
    border: 0;
    border-radius: 8px 8px 0 0;
}

.panel-title,
.panel-section-title {
    font-size: 22px !important;
    font-weight: 700 !important;
}

/* Labels */
.label {
    border-radius: 999px;
    padding: 4px 8px;
    font-size: 11px !important;
}

/* Login/logged account */
body .logged-account .tab-pane span,
body .logged-account .tab-pane span.value {
    font-family: 'Inter', Arial, Helvetica, sans-serif !important;
    color: #ffffff !important;
}

/* Helpers */
.error,
.help-block,
.red-notification {
    color: #d94b4b !important;
    font-weight: 600 !important;
}

.green-notification {
    color: #2f9e44 !important;
    font-weight: 600 !important;
}

img {
    max-width: 100%;
    height: auto;
}