/*
    This style sheet file has been developed
    By: Make
    Email: joe.cata2023@gmail.com
    Discord: https://discord.gg/pGZR8b37f4
*/

.panel-news .nav-tabs {
    border-bottom: 1px solid rgba(200, 51, 26, 0.3);
}
.panel-news .nav-tabs .nav-link {
    color: var(--text-secondary-color, #969ba6);
    background: transparent;
    border: 1px solid transparent;
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 8px 18px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.panel-news .nav-tabs .nav-link:hover {
    color: #fff;
    border-color: rgba(200, 51, 26, 0.2);
}
.panel-news .nav-tabs .nav-link.active {
    color: #fff;
    background: rgba(20, 18, 22, 0.5);
    border-color: rgba(200, 51, 26, 0.3);
    border-bottom-color: transparent;
}

.empire-1 { color: #c8331a; font-weight: 600; }
.empire-2 { color: #e8c75d; font-weight: 600; }
.empire-3 { color: #7d9ab5; font-weight: 600; }
.empire-0 { color: #888; }

.panel-news .pagination .page-link {
    background: transparent;
    border: 1px solid rgba(200, 51, 26, 0.25);
    color: var(--text-secondary-color, #969ba6);
    font-size: 13px;
    margin: 0 2px;
    padding: 6px 12px;
}
.panel-news .pagination .page-link:hover {
    background: rgba(200, 51, 26, 0.15);
    color: #fff;
    border-color: rgba(200, 51, 26, 0.5);
}
.panel-news .pagination .page-item.active .page-link {
    background: rgba(200, 51, 26, 0.25);
    color: #fff;
    border-color: #c8331a;
}

#newsCarouselCaptions .carousel-caption {
    background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.85) 100%);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 24px 14px;
    text-align: left;
}
#newsCarouselCaptions .carousel-caption h5 {
    font-family: 'trajan_probold', serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 4px;
    font-size: 16px;
}
#newsCarouselCaptions .carousel-caption span {
    color: #969ba6;
    font-size: 9px;
}
#newsCarouselCaptions .carousel-control-prev,
#newsCarouselCaptions .carousel-control-next {
    width: 5%;
}

.accordion-make .accordion-button:not(.collapsed) {
    background: rgba(200, 51, 26, 0.15) !important;
    color: #fff !important;
    box-shadow: none;
}
.accordion-make .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(200, 51, 26, 0.4);
}
.accordion-make .accordion-button::after {
    filter: brightness(0) invert(0.7);
}

.news .news-title {
    background: rgba(20, 18, 22, 0.6);
    border: 1px solid rgba(200, 51, 26, 0.2);
    border-bottom: 0;
}
.news .news-title h5 {
    font-family: 'trajan_probold', serif;
    color: #e8e8ee;
    font-size: 15px;
}
.news .news-title h5 a {
    color: #e8e8ee;
}
.news .news-title h5 a:hover {
    color: #c8331a;
}
.news .news-title .info span {
    color: #6b6b73;
    font-size: 11px;
}
.news .news-content {
    background: rgba(12, 11, 13, 0.4);
    border: 1px solid rgba(200, 51, 26, 0.15);
    border-top: 0;
    padding: 14px 18px 18px;
    color: #969ba6;
    line-height: 1.7;
    font-size: 13px;
}
.news .news-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
.news .news-content .more {
    margin-top: 6px;
}
.news .news-content .more a {
    color: #c8331a;
    font-weight: 600;
    text-decoration: none;
}
.news .news-content .more a:hover {
    text-decoration: underline;
}

.panel-news .table {
    color: #969ba6;
    margin-bottom: 0;
}
.panel-news .table thead th {
    color: #d4dbe0;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid rgba(200, 51, 26, 0.3);
    background: rgba(20, 18, 22, 0.5);
    font-weight: 600;
}
.panel-news .table tbody td {
    border-color: rgba(200, 51, 26, 0.08);
    vertical-align: middle;
    font-size: 11px;
}
.panel-news .table.table-striped > tbody > tr:nth-of-type(odd) > td {
    background: rgba(20, 18, 22, 0.3);
    color: #969ba6;
}
.panel-news .table .level {
    color: #c8331a;
    font-weight: 600;
    font-size: 11px;
}

.panel-news .alert {
    border-radius: 4px;
    border: 1px solid;
    font-size: 13px;
}
.panel-news .alert-success {
    background: rgba(29, 158, 117, 0.15);
    border-color: rgba(29, 158, 117, 0.4);
    color: #5dcaa5;
}
.panel-news .alert-danger {
    background: rgba(200, 51, 26, 0.15);
    border-color: rgba(200, 51, 26, 0.4);
    color: #e87060;
}
.panel-news .alert-info {
    background: rgba(150, 155, 166, 0.12);
    border-color: rgba(150, 155, 166, 0.4);
    color: #969ba6;
}
.panel-news .alert-warning {
    background: rgba(239, 159, 39, 0.12);
    border-color: rgba(239, 159, 39, 0.4);
    color: #fac775;
}
.panel-news .btn-close {
    filter: brightness(0) invert(0.8);
}

.panel-news select option {
    background: #111013;
    color: #d4dbe0;
}

.footer .list-inline > li {
    display: inline-block;
    margin: 0 6px;
}
.footer a {
    color: #6b6b73;
}
.footer a:hover {
    color: #c8331a;
}

.panel-news-title h4 {
    font-family: 'trajan_probold', serif;
    color: #e8e8ee;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}

.panel-news .btn.btn-default.login {
    margin-top: 10px;
}

.inputs-group .inputs select,
.inputs-group .inputs input[readonly] {
    cursor: text;
}

.register-panel {
    padding: 20px 30px;
}
.register-table td {
    padding: 8px 6px;
    background: transparent !important;
    border: 0 !important;
    vertical-align: middle;
}
.register-table .register-label {
    color: #969ba6;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 35%;
    white-space: nowrap;
}
.register-input {
    background-color: #0c0b0d !important;
    border: 1px solid rgba(200, 51, 26, 0.25) !important;
    color: #d4dbe0 !important;
    font-size: 13px !important;
    height: 38px;
    padding: 6px 12px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    transition: border-color 0.15s ease;
}
.register-input:focus {
    border-color: #c8331a !important;
    background-color: #0e0c10 !important;
    color: #fff !important;
    box-shadow: 0 0 0 0.15rem rgba(200, 51, 26, 0.15) !important;
    outline: 0;
}
.register-input::placeholder {
    color: #42424e;
    opacity: 0.8;
}
.register-panel .btn.btn-default.login {
    min-width: 180px;
}

@media (max-width: 575px) {
    .register-table .register-label {
        display: block;
        width: 100%;
        padding-bottom: 2px;
    }
    .register-table td {
        display: block;
        width: 100%;
    }
    .register-table tr {
        display: block;
        margin-bottom: 8px;
    }
}

.captcha-img {
    height: 38px;
    border-radius: 4px;
    border: 1px solid rgba(200, 51, 26, 0.25);
    background-color: #0c0b0d;
}
