:root {
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-bullet-inactive-color: #744623;
    --swiper-pagination-color: #e3aa47;
    --swiper-pagination-bullet-border-radius: 0;
    --swiper-theme-color: #e3aa47;
}

.discord {
    max-height: 320px;
    margin-bottom: 10px;
    color: #c8975f;
}

.discord li {
    border-bottom: 1px solid #426a9436;
}

.discord-playing {
    max-width: 40%;
    text-align: end;
}

.discord-name {
    max-width: 60%;
}

html {
    /*scrollbar-color: #362410 hsla(44, 100%, 65%, .50);*/
    scrollbar-color: auto;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
    padding: 10px;
}

::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    background: #ca9353;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9d6f3a;
}

body {
    background: #180000 url("../images/bg.png") top center;
    font-family: "El Messiri", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #c8975f;
}

a {
    color: #f7df44;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: hsla(44, 100%, 65%, .50);
    text-decoration: none;
}

.navbar {
    background: #180000 url("../images/navbar.png") top center no-repeat;
    background-size: cover;
    color: #ffd14D;
}

.navbar .navbar-nav {
    gap: 10px;
}

.navbar-dark .navbar-nav .nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar .nav-item:not(:last-child):after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: hsla(44, 100%, 65%, .50);
    transform: rotate(45deg);
    margin: 0 10px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffd14D;
    font-size: 1.2em;
    font-weight: bold;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: hsla(44, 100%, 65%, .50);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(44, 100%, 65%, .75);
}

.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: 0.6em solid;
    content: "";
    display: inline-block;
    margin-left: .255em;
    vertical-align: -0.045em;
}

.languages-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.languages-nav-item .language-image {
    background: url("../images/lang_border.png") center no-repeat;
    background-size: contain;
    border-radius: 50%;
    padding: 3px;
}

.dropdown-menu {
    background-color: #2d0100;
    border: 1px solid #362410;
}

.dropdown-item {
    color: #ffd14D;
    font-size: 1.1em;
    font-weight: bold;
}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
    background-color: #b88042;
    color: #fff;
}

.dropdown-divider {
    border-top: 1px solid #362410;
}

.header {
    min-height: 700px;
    background: url("../images/header_bg.png") top center no-repeat;
    background-size: cover;
    position: relative;
}

.header.mini {
    min-height: 400px;
}

.header:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 100px;
    background: url("../images/header_endline.png") top center round;
}

.header-items {
    height: 100%;
    position: absolute;
}

.header-items > div {
    height: 100%;
}

.header-end-image {
    background: url("../images/header_banner.png") bottom center no-repeat;
    background-size: contain;
    height: 100%;
}

.header-info {
    max-width: 55%;
}

.header-text {
    color: #ffd14D;
    font-weight: bold;
    font-size: 2.2em;
    text-align: left;
    line-height: 1;
}

.header-description {
    margin-top: 10px;
    color: #fff;
    font-size: 1.8em;
    text-align: left;
    line-height: 1;
}

.download-btn {
    background: transparent url("../images/download_btn.png") center no-repeat;
    background-size: contain;
    min-width: 471px;
    min-height: 94px;
    color: #ffd14D;
    font-weight: bold;
    font-size: 2.2em;
    text-align: center;
    line-height: 2.4;
}

.download-btn:hover, .download-btn:focus {
    color: hsla(44, 100%, 65%, .50);
}

.download-btn.focus, .download-btn:focus {
    box-shadow: none;
    outline: 0;
}

.download-btn .btn-text {
    margin-top: 5px;
    line-height: 2.2;
    font-size: 1.2em;
}

.card {
    background: transparent url("../images/card_bg.png") round;
    border-radius: 25px;
    border: #b98242 1px solid;
}

.main-content .card {
    background-image: url("../images/content_card_bg.png");
}

.card-header:first-child {
    background: transparent url("../images/card_header.png") round;
    border-bottom: none;
    margin: 0 -1px 0 -1px;
}

.main-content .card-header:first-child {
    background-image: url("../images/content_card_header.png");
    text-align: center;
    font-size: 1.8em;
    line-height: 1.2;
    text-shadow: 0 0 10px #f7c506;
    color: #620101;
    border-radius: 20px;
}

.main-content.full-size .card-header:first-child {
    background-image: url("../images/content_card_header_full.png");
}

.card-header {
    color: #470203;
    font-size: 1.3em;
}

.uniques, .globals {
    background: transparent url("../images/uniques_bg.png") round;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 15px 10px;
    border-radius: 15px;
}

.uniques .unique-name, .globals .player-name {
    color: #fff;
    font-size: 1.2em;
}

.uniques .unique-image, .globals .player-image {
    background: rgb(70 51 28 / 76%);
    border: #180000 1px solid;
    border-radius: 50%;
    width: 64px;
    height: 100%;
}

.uniques .unique-data, .globals .global-data {
    flex-grow: 0.8;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 64px;
    width: 100%;
    overflow: hidden;
}

.globals .global-data .global-message {
    height: 64px;
}

.uniques .unique-killer, .globals .global-message {
    display: flex;
    align-items: center;
    gap: .75rem;
    background: #180000;
    padding: 5px 15px 2px;
    line-height: 1;
    border-radius: 5px;
    /*max-width: 280px;*/
}

.globals .global-message .message {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uniques .killer-name, .uniques .killer-name a,
.globals .player-name, .globals .player-name a {
    color: #fff;
}

.main-content .uniques .unique-name,
.main-content .globals .player-name {
    font-size: 1.3em;
}

.card-body-rounded {
    border: #af793e 1px solid;
    border-radius: 25px;
    background: #180000;
    margin: 0 auto;
    overflow: hidden;
    color: #c8975f;
    padding: 1rem 2rem;
}

.sidebar table.table {
    border: #af793e 1px solid;
    border-radius: 25px !important;
    background: #180000;
    margin: 0 auto;
    overflow: hidden;
}

.table thead th {
    border-bottom: none;
    vertical-align: bottom;
}

.table th, .table td {
    border-top: #af793e 1px solid;
    border-right: #af793e 1px solid;
    padding: .45rem;
    vertical-align: top;
    color: #c8975f;
}

.table-striped tbody tr:nth-of-type(even) th, .table-striped tbody tr:nth-of-type(even) td {
    border-top: #f2ba4b 1px solid;
}

.table-bordered, .table-bordered td, .table-bordered th {
    border: 1px solid #af793e;
}

.table.game-requirements {
    th, td {
        text-align: center;
    }

    thead th {
        background: -webkit-linear-gradient(#fff, #f2b64b);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}

.dataTable tfoot, .dataTable thead {
    background: transparent;
    color: #e6dfcb;
}

.dataTable tfoot th, .dataTable thead th {
    padding: 10px;
    color: #e6dfcb;
    text-align: center;
    font-size: 1.3em;
}

table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before {
    bottom: 0.5em;
    color: #c8975f;
}

.dataTable tbody td {
    padding: 10px;
    color: #f2b64b;
    text-align: center;
}

#sidebar-ranking-tabs .nav-link {
    background: url("../images/btn.png") center no-repeat;
    width: 120px;
    height: 44px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    border: none;
    font-size: 1.5em;
    padding: .2rem .5rem .2rem 1.5rem;
    color: #5a1d13;
    z-index: 1;
    text-shadow: 0 0 10px #f7c506;
    outline: none;
}

#sidebar-ranking-tabs .nav-link:hover:after, #sidebar-ranking-tabs .nav-link:focus:after, #sidebar-ranking-tabs .nav-link.active:after {
    content: '';
    background: url("../images/btn-glow.png") center no-repeat;
    position: absolute;
    width: 113px;
    height: 37px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}

#sidebar-ranking-tabs .nav-link:hover, #sidebar-ranking-tabs .nav-link:focus, #sidebar-ranking-tabs .nav-link.active {
    /*box-shadow: inset 0 0 20px #f7c506,
    inset 10px 0 10px #f7c506,
    inset -10px 0 20px #f7c506,
    inset 10px 0 10px #f7c506;*/
}

.server-info li:not(:last-child) {
    border-bottom: #af793e 1px solid;
}

.server-info li {
    padding: 3px;
}

.server-event-timers, .server-unique-kills {
    max-height: 325px;
    overflow-y: auto;
}

.server-event-timers li {
    padding: 3px 10px;
    background: #bc8545;
    border-radius: 10px;
    color: #180000;
}

.job-name, .job-percentage {
    font-size: 1.3em;
    line-height: 1;
    color: #fff;
}

.progress {
    background-color: #180000;
    border: #b98242 1px solid;
    border-radius: 10px;
    display: flex;
    font-size: .75rem;
    height: 1rem;
    overflow: hidden;
}

.bg-trader {
    background-color: #66ff00;
    box-shadow: 0 0 10px 2px #66ff00;
    border-radius: 10px;
}

.bg-hunter {
    background-color: #2ae2fd;
    box-shadow: 0 0 10px 2px #2ae2fd;
    border-radius: 10px;
}

.bg-thief {
    background-color: #8f0752;
    box-shadow: 0 0 10px 2px #8f0752;
    border-radius: 10px;
}

main {
    padding-bottom: 2rem;
    background: transparent url("../images/main-content.png") bottom center no-repeat;
}

#footer {
    background: #180000 url("../images/footer-bg.png") center round;
    background-size: contain;
    color: #fff;
    padding-top: 30px;
}

#footer .footer-copyright {
    background: #180000;
}

.footer-links-container {
    height: 134px;
}

.footer-links a, .footer-links a:visited, .footer-links a:focus {
    color: #fff;
}

.footer-links a:hover {
    color: hsla(44, 100%, 65%, .50);
}

.btn-link, .btn-link:focus, .btn-link:visited {
    color: #f7df44;
    text-decoration: none;
}

.btn-link:hover {
    color: hsla(44, 100%, 65%, .50);
    text-decoration: none;
}

.border-yellow {
    border: #af793e 1px solid;
}

.border-top-yellow {
    border-top: #af793e 1px solid;
}

.border-bottom-yellow {
    border-bottom: #af793e 1px solid;
}

.border-left-yellow {
    border-left: #af793e 1px solid;
}

.border-right-yellow {
    border-right: #af793e 1px solid;
}

.gap-0 {
    gap: 0;
}

.gap-1 {
    gap: .375rem;
}

.gap-2 {
    gap: .75rem;
}

.gap-3 {
    gap: 1rem;
}

.gap-4 {
    gap: 1.5rem;
}

.gap-5 {
    gap: 2.75rem;
}

.row-gap-0 {
    row-gap: 0;
}

.row-gap-1 {
    row-gap: .375rem;
}

.row-gap-2 {
    row-gap: .75rem;
}

.row-gap-3 {
    row-gap: 1rem;
}

.row-gap-4 {
    row-gap: 1.5rem;
}

.row-gap-5 {
    row-gap: 2.75rem;
}

.col-gap-0 {
    column-gap: 0;
}

.col-gap-1 {
    column-gap: .375rem;
}

.col-gap-2 {
    column-gap: .75rem;
}

.col-gap-3 {
    column-gap: 1rem;
}

.col-gap-4 {
    column-gap: 1.5rem;
}

.col-gap-5 {
    column-gap: 2.75rem;
}

.text-yellow {
    color: #ffd14D;
}

.header-cards {
    padding: 0 50px;
}

.header-cards .card {
    /*width: 350px;*/
    height: 100%;
}

.header-cards .card-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.players-online {
    color: #66ff00;
    text-shadow: 0 0 10px #66ff00;
}

.players-online-count {
    color: #fff;
}

.bg-players-count {
    background-color: #66ff00;
    box-shadow: 0 0 10px 2px #66ff00;
    border-radius: 10px;
}

.header-timer {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 10px;
}

.fortress li {
    font-size: 1rem;
    text-align: center;
}

.header-donation {
    color: #66ff00;
    text-shadow: 0 0 10px #66ff00;
    font-size: 2rem;
    letter-spacing: 10px;
    text-align: center;
}

.swiper {
    padding: 1px;
}

.swiper-slide {
    height: 350px;
    border-radius: 25px;
    overflow: hidden;
    border: #b98242 1px solid;
}

.news-img {
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 25px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: right;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.autoplay-progress {
    position: absolute;
    right: 50%;
    bottom: 0;
    transform: translateX(50%);
    z-index: 10;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.autoplay-progress span {
    font-size: 0.8em;
    line-height: 1;
}

.donation-method {
    display: flex;
    position: relative;
    width: calc(calc(100% / 3) - 1rem);
    border-radius: 5px;
    padding: 25px;
    overflow: hidden;
    border: #b98242 1px solid;
    background: rgba(24, 0, 0, 0.6);
}

.donation-method img {
    width: 250px;
    max-width: 100%;
    height: auto;
    margin: auto;
}

.donation-method:hover:after {
    content: "";
    background: rgba(24, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.media-video {
    position: relative;
    height: 236px;
    width: calc(calc(100% / 2) - 0.5rem);
    border-radius: 25px;
    overflow: hidden;
    border: #b98242 1px solid;
}

/*.media-video:after {
    content: "";
    clear: both;
    background: url("../images/play-btn.png") center no-repeat;
    width: 87px;
    height: 88px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}*/

.media-video:hover:after {
    background-image: url("../images/play-btn-hover.png");
}

.media-video img {
    width: 100%;
    height: auto;
}

.download-card-item {
    width: calc(calc(100% / 2) - 0.5rem);
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    border: #b98242 1px solid;
    background: url("../images/uniques_bg.png") center no-repeat;
    background-size: cover;
    padding: 15px;
}

.download-card {
    display: flex;
    align-items: center;
    height: 100%;
}

.download-card .download-image {
    background: #220202;
    border-radius: 25px;
    overflow: hidden;
    width: 120px;
    height: 120px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 10px;
}

.download-card .download-image img {
    width: 100%;
    height: auto;
}

.download-info {
    max-width: 262px;
}

.download-name {
    font-size: 2.4em;
    color: #470203;
    line-height: 1;
    font-weight: bold;
    max-width: 262px;
    white-space: nowrap;
    overflow: hidden;
}

.download-size {
    display: flex;
    gap: 12px;
    font-size: 1.3em;
}

.download-size-title {
    color: #470203;
}

.download-size-value {
    color: #fff;
}

.download-button {
    width: 100%;
    font-size: 1.2em;
}

.btn-primary {
    background: #4f0101;
    border: #470203 1px solid;
    color: #ffd14D;
    font-weight: bold;
}

.btn-primary:hover, .btn-primary:focus {
    background: #2f0101;
    border: #470203 1px solid;
    color: #ffd14D;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(47, 1, 1, .5);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: #2f0101;
    border: #470203 1px solid;
    color: #ffd14D;
}

.btn-secondary {
    background: url("../images/btn.png") center no-repeat;
    width: 120px;
    height: 44px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    border: none;
    font-size: 1.5em;
    padding: .4rem .5rem;
    color: #5a1d13;
    z-index: 1;
    text-shadow: 0 0 10px #f7c506;
    outline: none;
    text-align: center;
    position: relative;
}

.btn-secondary:hover:after, .btn-secondary:focus:after, .btn-secondary.active:after {
    content: '';
    background: url("../images/btn-glow.png") center no-repeat;
    position: absolute;
    width: 113px;
    height: 37px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #5a1d13;
}

.btn-secondary:hover {
    background-color: transparent;
    border: none;
    color: #5a1d13;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none;
}

.dataTables_wrapper {
    position: relative;
}

div.dataTables_wrapper div.dataTables_filter label {
    background: #4e3920;
    border-radius: 10px;
    color: #ffd14D;
    padding: 0 0 0 10px;
    border: #ffd14D 1px solid;
}

div.dataTables_wrapper div.dataTables_processing {
    color: #ffd14D;
}

div.dataTables_wrapper div.dataTables_filter input {
    background: #4e3920;
    color: #ffd14D;
    border-radius: 0 10px 10px 0;
    border: none;
    border-left: #ffd14D 1px solid;
    margin-left: 10px;
    width: 250px;
}

input::placeholder {
    color: #ffd14D !important;
}

div.dataTables_wrapper div.dataTables_info {
    color: #ffd14D !important;
}

.dataTables_length select {
    background: #4e3920;
    border: #ffd14D 1px solid;
    color: #ffd14D;
    height: calc(1.5385em + .875rem + 2px);
    padding: .4375rem .875rem;
}

.dataTables_length {
    color: #ffd14D;
}

.form-control {
    background: #4e3920;
    color: #ffd14D;
    border: #ffd14D 1px solid;
}

.form-control:focus {
    background-color: #4e3920;
    border-color: #ffd14D;
    box-shadow: 0 0 0 .2rem rgba(255, 209, 77, .25);
    color: #ffd14D;
    outline: 0;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #4e3920;
    border-color: #ffd14D;
    box-shadow: 0 0 0 .2rem rgba(255, 209, 77, .25);
    color: #ffd14D;
}

.dt-button.btn, .dt-button.btn-light {
    background: #4e3920 !important;
    color: #ffd14D !important;
    border: #ffd14D 1px solid !important;
}

.btn-light.focus, .btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 209, 77, .25) !important;
}

.page-link {
    background: #4e3920;
    color: #ffd14D;
    border: #ffd14D 1px solid;
}

.page-item.active .page-link {
    background-color: #ffd14D;
    border-color: #ffd14D;
    color: #4e3920;
    z-index: 1;
}

.page-item.disabled .page-link {
    background-color: rgba(255, 209, 77, 0.67);
    border-color: #ffd14D;
    color: #4e3920;
    cursor: auto;
    pointer-events: none;
}

.page-link:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 209, 77, .25) !important;
    outline: 0;
    z-index: 2;
}

.page-link:hover {
    background-color: rgba(255, 209, 77, 0.67);
    border-color: #ffd14D;
    color: #4e3920;
}

.box-description {
    color: #ffd14D;
}

.box-icon-outline {
    -webkit-text-stroke: 1px #ffd14D;
    -webkit-text-fill-color: transparent;
}

.box-small-icon-alt .box-icon {
    border: 1px solid #ffd14D;
}

.navbar-account-panel {
    & {
        padding: 15px;
        min-width: 240px;
    }

    .account {
        & {
            border-radius: 5px;
            border: #b98242 1px solid;
            color: #f2b64b;
        }

        .row, .dropdown-item {
            padding: 10px 5px;
        }

        .row:not(:last-child), .dropdown-item:not(:last-child) {
            border-bottom: #b98242 1px solid;
        }

        .image-column {
            padding: 0;
            vertical-align: middle;
            text-align: center;
        }

        img {
            width: 16px;
        }
    }
}

.list-group-item {
    background: #4e3920;
    color: #ffd14D;
    border: #ffd14D 1px solid;
}

body.auth-pages {
    background: #2f0000;
    color: #c8975f;
    overflow-x: hidden;
    overflow-y: auto;
}

.page-login {
    & {
        position: relative;
    }

    label {
        color: #ffc000;
    }

    .card {
        border: none;
        background: transparent;
    }

    .container-fluid {
        & {
            height: 100%;
        }

        .row {
            margin: auto;
            height: 100%;
        }
    }

    .info {
        font-size: 1.3em;
        color: #ffeb50;
        margin-bottom: 25px;
    }

    a {
        color: #fff;
    }

    small {
        color: #fff;
    }

    .form-group.row {
        margin-bottom: 1rem;
    }

    .page-bg {
        background: url("../images/register_bg.png") no-repeat fixed top right;
        height: 100%;
    }
}

.custom-control-input:checked ~ .custom-control-label:before {
    background-color: #ffc000;
    border-color: #ffc000;
    color: #fff;
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(255, 192, 0, .25);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    background-color: #ffd451;
    border-color: #ffd451;
    color: #fff;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #ffd451;
}

.burio {
    color: #11c9ff;
}

.modal-discord {
    display: none;
    position: fixed;
    padding-bottom: 30px;
    bottom: 50%;
    transform: translateY(50%);
    width: 100%;
    height: 100%;
    z-index: 999;
}

.modal-content-discord {
    background: transparent url("../images/discord-widget.png") center no-repeat;
    box-shadow: inset 0 0 20px #bfa251;
    margin: auto;
    padding: 20px;
    border: 2px solid #000;
    width: 500px;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.close-discord {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 24px;
}

.close-discord:hover,
.close-discord:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-discord .join-btn {
    width: 90px;
    padding: .375rem .75rem;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 1.5;
    border-color: #cf9c5b;
    border-radius: 10px !important;
    text-transform: uppercase;
    background: transparent;
}

.modal-discord .close-discord-modal {
    width: 90px;
    background: linear-gradient(to right, #f9d976, #f39e34);
    color: #3c0000;
    border-radius: 10px !important;
    border: none;
    font-size: 1.4rem;
    line-height: 1.5;
}

.character-view {
    display: none;
    font-weight: bold;
}

.character-view.show {
    display: block;
}

.character-view .character-image-container {
    position: relative;
    width: 128px;
    margin: auto;
}

.character-view .character-image {
    border-radius: 50%;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 4px solid #000;
    position: relative;
}

.character-view .character-image-container:after {
    content: "";
    width: 19px;
    height: 19px;
    display: block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.character-view .character-image-container.eu:after {
    background-image: url("../images/eu.png");
}

.character-view .character-image-container.ch:after {
    background-image: url("../images/ch.png");
}

.character-view .character-view-item {
    background: url("../images/character-view-values-bg.png") top center no-repeat;
    background-size: 100% 100%;
    height: 38px;
    border-radius: 10px;
    font-size: 1.3em;
    line-height: 1.3;
    padding: 8px 18px;
    color: #3c0000;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.character-view .character-view-item.flex-grow-1 {
    width: 180px;
}

.character-view .character-view-item.bg-white {
    background: #fff !important;
}

.character-view .character-view-item.offline, .character-view .character-view-item.online {
    text-transform: capitalize;
}

.aspect-ratio-1 {
    aspect-ratio: 1 / 1;
    height: 100%;
}

.character-view .character-view-item.hp, .character-view .character-view-item.mp {
    color: #fff;
}

.character-view .character-view-item.hp:after, .character-view .character-view-item.mp:after,
.character-view .character-view-item.online:after, .character-view .character-view-item.offline:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.character-view-titles .character-view-item:first-child {
    width: 55px;
}

.hp:after {
    background: linear-gradient(to bottom, #ff0000, #c00000);
}

.mp:after {
    background: linear-gradient(to bottom, #0000ff, #0000c0);
}

.online:after {
    background: linear-gradient(180deg, #D6EA6E, #58AB44);
}

.offline:after {
    background: linear-gradient(180deg, #F4A6A6, #D62F2F);
}

.unstuck-char {
    margin-top: 15px;
}

.unstuck-char h4 {
    color: #fff;
    text-shadow: 0 0 10px #f7c506;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 7px;
}

.btn-unstuck {
    background: url("../images/unstuck-char.png") center no-repeat;
    width: 260px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    border: none;
    font-size: 1.5em;
    padding: .4rem .5rem;
    color: #5a1d13;
    z-index: 1;
    text-shadow: 0 0 10px #f7c506;
    outline: none;
    text-align: center;
    position: relative;
}

.btn-unstuck:hover:after, .btn-unstuck:focus:after, .btn-unstuck.active:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #fbbd33, #e89c1c);
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 165, 0, 0.5);
    z-index: -1;
}

.btn-unstuck:not(:disabled):not(.disabled).active, .btn-unstuck:not(:disabled):not(.disabled):active, .show > .btn-unstuck.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #5a1d13;
}

.btn-unstuck:hover {
    background-color: transparent;
    border: none;
    color: #5a1d13;
}

.btn-unstuck:not(:disabled):not(.disabled).active:focus,
.btn-unstuck:not(:disabled):not(.disabled):active:focus,
.show > .btn-unstuck.dropdown-toggle:focus,
.btn-unstuck.focus,
.btn-unstuck:focus {
    box-shadow: none;
}

.modal-content {
    background-image: url("../images/content_card_bg.png");
    border-radius: 25px;
    border: #b98242 1px solid;
}

.modal-header {
    border-bottom: 1px solid #ffd14D;
}

.modal-footer {
    border-top: 1px solid #ffd14D;
}

.close {
    color: #fff;
}

.close:hover {
    color: #b98242;
    text-decoration: none;
}

.close:focus {
    border: none;
    outline: none;
}

.inventory-slots {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}

.inventory-slots .slots.right {
    width: auto !important;
}

.slots-items {
    display: flex;
    align-items: center;
    gap: 5px;
}

.slots-items .slots {
    clear: both;
    margin: 0;
    float: none;
    width: 100% !important;
}

.download-card .card-img-top {
    -o-object-fit: contain;
    object-fit: contain;
}

.register-page {
    overflow-y: auto;
    overflow-x: hidden;
}

@media screen and (max-width: 1550px) {
    .header-cards .card {
        /*width: 270px;*/
    }

    .character-view-titles {
        width: 100%;
    }
}

@media screen and (max-width: 1410px) {
    .card-body-rounded {
        padding: 1rem 1.4rem;
        font-size: 0.8em;
    }

    .uniques .unique-name,
    .globals .player-name {
        font-size: 1.1em;
    }

    .uniques .unique-killer, .globals .global-message {
        font-size: 0.8em;
    }

    .main-content .uniques .unique-killer, .main-content .globals .global-message {
        font-size: 1.2em;
    }

    .character-view .character-view-item {
        font-size: 1.6em;
    }

}

@media screen and (max-width: 1250px) {
    .header-cards .card {
        /*width: 250px;*/
    }

    .header-donation, .header-timer {
        letter-spacing: 3px;
    }

    .card-body-rounded {
        padding: 1rem 1.1rem;
        font-size: 0.6em;
    }

    .uniques .unique-image,
    .globals .player-image {
        width: 48px;
        height: 48px;
    }

    .uniques .unique-image img,
    .globals .player-image img {
        width: 48px;
        height: 48px;
    }

    .main-content .uniques .unique-image,
    .main-content .globals .player-image {
        width: 64px;
        height: 64px;
    }

    .uniques .unique-name,
    .globals .player-name {
        font-size: 0.8em;
    }

    .uniques .unique-killer, .globals .global-message {
        font-size: 0.6em;
    }

    .character-view .character-view-item {
        font-size: 2em;
    }
}

@media screen and (max-width: 1140px) {
    .header-cards .card {
        /*width: 200px;*/
    }

    .sidebar .card-header {
        font-size: 1.1em;
    }

    .header-donation, .header-timer {
        letter-spacing: 0;
    }

    .sidebar .card-body {
        padding: 1rem;
    }

    .uniques .unique-image,
    .globals .player-image {
        width: 32px;
        height: 32px;
    }

    .uniques .unique-image img,
    .globals .player-image img {
        width: 32px;
        height: 32px;
    }

    .uniques .unique-name,
    .globals .player-name {
        font-size: 0.8em;
    }

    .uniques .unique-killer, .globals .global-message {
        font-size: 0.6em;
    }

    .character-view .character-view-item.flex-grow-1 {
        width: 160px;
    }
}

@media screen and (max-width: 1030px) {
    .sidebar .card-header {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 991px) {
    .navbar-dark .navbar-nav .nav-item {
        flex-direction: column;
        align-items: start;
    }

    .navbar .nav-item:not(:last-child):after {
        content: none;
    }

    .dropdown .dropdown-menu {
        width: 100%;
    }

    .header-end-image {
        background-image: none;
        display: none;
    }

    #footer {
        background-size: cover;
    }

    .character-view .character-view-item {
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .header-info {
        max-width: 80%;
    }

    .footer-logo {
        display: block;
    }

    .footer-links-container {
        height: 100%;
    }

    .footer-links {
        display: block !important;
    }
}

@media screen and (max-width: 680px) {
}

@media screen and (max-width: 480px) {
    .download-btn {
        min-width: 400px;
        font-size: 1.8em;
        line-height: 2;
    }

    .header-info {
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .download-btn {
        min-width: 350px;
        font-size: 1.6em;
        min-height: 86px;
    }
}
