body {
    background-image: url(/img/design/background.jpg?v=1);
    background-repeat:no-repeat;
    background-position: top center;
    background-color: #25242a;
}

body.renaissance {
    background: #000;
    background-image: url(/img/design/renaissance_bg.jpg?v=1);
    background-repeat: no-repeat;
    background-position: top center;
}

.background-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

body.renaissance .server_status {
    background: rgba(0, 0, 0, 0.25);
    padding: 15px 15px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    display: inline-block;
}

body.renaissance .green {
    color: #00ff7f;
    font-weight: bold;
    text-shadow: 0 0 8px #00ff7f;
}

/* SEO H1 стили для темной темы */
body .page-h1 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.header {
    background: none;
    height: 420px;
    width: 1200px;
    margin: auto;
}

.header .container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 130px;
    margin-left: -20px;
}

.renaissance .header .container {
    margin-left: 0;
    padding-top: 50px;
}

.logo {
    width: 550px;
    display: inline-block;
    text-align: center;
}

.server-status {
    display: inline-block;
    color: white;
    font-size: 18px;
    line-height: 24px;
    margin-left: 40px;
}

.renaissance .server-status {
    margin-left: 0;
}

.server-status p {
    margin-bottom: 0;
}

.logo img {
    height: auto;
    max-height: 210px;
    display: inline-block;
}

.top-settings-menu {
    background-color: rgba(72, 60, 123, 0.6);
    height: 50px;
    width: 100%;
}

.navbar-top-menu {
    background: none;
    border: none;
}

.top-menu {
    /*background-image: url(/img/design/top_menu_bg.png);*/
    background-color: #202136;
    background-repeat: no-repeat;
    background-position: center center;
}

.navbar-top-menu .navbar-nav > li > a {
    color: rgba(255, 255, 255, 0.4);
    text-transform: uppercase;
    position: relative;
}

.menu-item-underline {
    visibility: hidden;
    height: 4px;
    width: 100%;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 0;
    background: linear-gradient(89.81deg, rgba(157, 74, 208, 0) 3.95%, #9D4AD0 51.59%, rgba(157, 74, 208, 0) 101.26%);
}

.navbar-top-menu .navbar-nav > li > a:hover,
.navbar-top-menu .navbar-nav > li > a.current
{
    color: white;
}

.navbar-top-menu.navbar-default .navbar-nav > .open > a {
    color: white;
    background-color: #565076;
}

.navbar-top-menu .navbar-nav > li > a:hover .menu-item-underline,
.navbar-top-menu .navbar-nav > li > a.current .menu-item-underline {
    visibility: visible;
}

.dropdown-menu {
    background-color: #202136;
}

.dropdown-menu li > a, .dropdown-menu li > .btn {
    color: rgba(255, 255, 255, 0.4);
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > .btn:hover {
    color: white;
    background-color: #565076;
}

.dropdown-menu > li > a.current {
    color: white;
}

.container {
    width: 1150px;
}

.social-icon {
    margin: 0;
    height: 50px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.social-icon img {
    display: inline-block;
    height: 36px;
}

.lang-icon {
    opacity: 0.5;
    filter: grayscale(100%);
}

.lang-button:hover, .lang-button:focus {
    background: none !important;
}

.lang-icon.active, .lang-icon:hover {
    opacity: 1;
    background: none !important;
    filter: none;
}

.social-icon a {
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none;
    opacity: 0.8;
}

.social-icon a:hover {
    opacity: 1;
    background: none !important;
}

.empty-cell {
    border: none !important;
    background: url(/img/design/empty-cell-bg.png);
    background-color: #515151;
}

.item-in-store {
    /*background: none !important;*/
    background-color: rgba(255, 255, 255, 0.1) !important;
    /*border: rgba(255, 255, 255, 0.5) solid 1px;*/
}

.item-in-store:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
}

table tr.tbl-header {
    background-color: #4B4553 !important;
    color: #EBE7FE;
}

.table {
    border-radius: 3px;
    overflow: hidden;
    background-color: transparent;
    /*border-color: #565076;*/
}

.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: rgb(236, 232, 255);
}

.right_column .panel-heading, .left_column .panel-heading {
    /*background-color: #dbc28a;*/
    font-weight: bold;
}

.page-content .panel-body {
    /*background-color: #dcc89c;*/
}

hr {
    /*border-color: #dbc28a;*/
}

.page-content .panel {
    border: 1px solid #7D708A;
}

.panel {
    /*box-shadow: 0px 0px 18px 0px rgba(120, 115, 147, 0.4) inset;*/
    border-color: #565076;
}

.panel.panel-success {
    border-color: #d6e9c6;
}

.panel.panel-warning {
    border-color: #faebcc;
}

.panel-success .panel-heading, .panel-warning .panel-heading {
    border: none;
}

.page-content .table,
.left_column .table,
.right-column .table {
    margin-bottom: 0;
}

.page-content .table:not(:last-child),
.left_column .table:not(:last-child),
.right_column .table:not(:last-child) {
    margin-bottom: 25px;
}

.v-select .selected-tag {
    color: white !important;
}

.hof-period {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.hof-caption {
    font-size: 36px;
    text-transform: uppercase;
}

.hof-table-container td:first-child, .hof-table-container td:nth-child(3), .hof-table-container td:nth-child(4),
.hof-table-container th:first-child, .hof-table-container th:nth-child(3), .hof-table-container th:nth-child(4)
{
    text-align: right;
}

.hof-table-container table td:first-child, .hof-table-container table .tbl-header:nth-child(2) th:first-child {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.hof-table-container table td:last-child, .hof-table-container table .tbl-header:nth-child(2) th:last-child {
    padding-right: 12px !important;
}

.hof-table-container .tbl-header:first-child th {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.events-container {
    background-color: rgba(34, 31, 42, 0.9);
    color: #c9c9c9;
    padding: 20px;
    border: 1px solid #333;
    border-radius: 5px;
    border-color: #565076;
}
.events-header {
    text-align: center;
    color: #ff9900;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 14px;
}
.event-item {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #565076;
}
.event-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.event-name-line {
    font-size: 14px;
    font-weight: bold;
    color: #ece9fe;
    margin-bottom: 5px;
}
.event-timer-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #ff9900;
}
