body {
    background-color: black !important;
    background-position: center top !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    color: #F0B62A !important;
}
ol,
ul,
nav {
    list-style: none;
}
a {
    text-decoration: none;
}
header {
    height: 500px;
}

.container {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.navbar {
    padding: 15px 0;
    --bs-navbar-nav-link-padding-x: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}

.navbar-nav {
    --bs-nav-link-padding-x: 100px;
}

.container,
.navbar > .container-fluid {
    --bs-gutter-x: 0 !important;
    --bs-gutter-y: 0 !important;
}

.navbar > .container-fluid {
    margin: 0 30px;
}

.nav-item {
    margin-right: 10px;
}

.navbar-nav {
    --bs-nav-link-color: #ddd;
}

.nav-link {
    color: #F0B62A;
    text-shadow: 0px 0px 5px #000;
}

.nav-link:focus,.nav-link:hover {
    color: #F8D074;
}

.nav-link:before {
    font-family: bootstrap-icons !important;
    content: "\F667";
    vertical-align: bottom;
    font-size: 16px;
    position: relative;
    left: -4px;
}

.bg-glass {
    background: rgba(18,15,14, .7);
    border: 1px solid rgba(53,45,34, .65);
}

.bg-glass::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
}

.dropdown-menu {
    font-size: 14px !important;
    --bs-dropdown-link-color: #F0B62A !important;
    --bs-dropdown-link-hover-color: #F8D074 !important;
    --bs-dropdown-bg: rgba(18,15,14, .5);
    --bs-dropdown-border-color: rgba(53,45,34, .5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    --bs-dropdown-link-hover-bg: rgba(255,255,255, .05);
    --bs-dropdown-link-active-bg: rgba(255,255,255, .05);
}

.flex {
    display: flex;
    align-items: center;
}

main {
    display: flex;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(18,15,14, .7);
    border: 1px solid rgba(53,45,34, .65);
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.fullbar {
    width: 100%;
}
.sidebar {
    position: relative;
    width: 350px;
    margin-right: 12px;
}

.mainbar {
    position: relative;
    width: 810px;
}

.text-white {
    color: #bbb !important;
}
.text-offline {
    color: rgb(255, 0, 0);
    text-transform: uppercase;
}
.text-online {
    color: rgb(0, 255, 0);
    text-transform: uppercase;
}
.text-accretia {
    color: #c9bb00 !important;
    font-weight: 550
}
.text-donation {
	text-align: center;
	font-weight: 550
}
.text-bellato {
    color: #7effff !important;
    font-weight: 550
}

.text-cora {
    color: #ff4dff !important;
    font-weight: 550
}
.text-green {
    color: rgb(0, 255, 0);
}
.text-red {
    color: rgb(255, 50, 50);
}
.text-soft {
    color: #ffffff88;
}
.text-up {
    text-transform: uppercase;
}
.card {
    border: 0px dashed rgba(255, 255, 255, .15);
    background-color: transparent;
}

.card-body {
    background-color: rgba(0, 0, 0, 0.5);
    --bs-card-color: #ddd;
}

.card-body-trans {
    flex: 1 1 auto;
    padding: 5px 0;
    color: var(--bs-card-color);
    --bs-card-color: #ddd;
    background-color: transparent !important;
}

.card-header {
    color: #F0B62A;
    background-color: rgba(0, 0, 0, 0.6) !important;
}

table {
    width: 100%;
}

table.rank tr td {
    line-height: 2.5;
    padding: 5px 0;
    border-bottom: 1px dashed rgba(255,255,255, 0.2);
}

table.rank tr td .img-cl {
    margin-right: 10px;
}

table.rank tr td .nick {
    color: #ccc;
    line-height: 1.12;
}

table.rank tr td .guild-bottom {
    line-height: 1.12;
    font-size: 15px;
}

table.rank tr:last-child td {
    border-bottom: 0;
}

.rank tr td .guildemblem { line-height: 1.0; }
.rank tr td .guildemblem img{ width:auto; height: 39px !important; display:inline-block; margin: 0 !important;}
.rank tr td .guildemblem .guildmark {width:auto;height:40px!important;left:15px;display:inline-block;position:absolute;mask-repeat:no-repeat; }
.rank tr td .guildname { margin-left: 7px; vertical-align: middle; line-height: 1.0;}
.rank tr td .guildname span { font-size: 15px; line-height: 1.0; }

.card-header {
    font-weight: 600;
    text-align: left;
    padding: 15px 20px 13px 20px !important;
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(255,255,255, 0.2) !important;
}

.sliderBg {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 810px;
    height: 200px;
    margin-bottom: 10px;
}

#carouselSlideFade {
    width: 790px;
    height: 180px;  
}

.card-header .badge {
    text-transform: uppercase;
}

.card-header .show-right .date {
    font-size: 14px;
    margin-bottom: 5px !important;
    color: #888;
}

.card-header .show-right .shared {
    font-size: 14px;
}

.card-header .show-right .shared a:hover {
    filter: brightness(1.25);
    transition: 0.3s;
}

.card-header .show-right .shared .bi-facebook {
    color: #4862A3;
    margin-left: 5px;
}

.card-header .show-right .shared .bi-whatsapp {
    color: #04BE3C;
}

.card-header i,
.card-header .show-right,
.card-header input,
.card-header span {
    float: right;
    font-weight: normal;
}

.card-header .form-control {
    padding: 0.175rem 0.75rem;
}

.card-header span {
    margin-right: 15px;
    font-size: 16px;
    vertical-align: bottom !important;
}

.card-header span:first-child {
    margin-right: 0;
}

.news-block-image {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(255,255,255, 0.2);
}

.news-block-image img {
    margin-right: 20px;
}

.news-block-image .field {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-around
}

.news-block-image .field h4 {
    color: #ddd;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
}

.news-block-image .field h4 .btn-share {
    float:right;
}

.news-block-image .field h4 .btn-share a {
    padding: 0 2px;
}

.news-block-image .field h4 .bi-facebook {
    color: #4862A3;
}

.news-block-image .field h4 .bi-whatsapp {
    color: #04BE3C;
}

.news-block-image .field h4 a:hover .bi {
    filter: brightness(1.25);
    transition: 0.3s
}

.news-block-image .field h4 i {
    font-size: 15px;
    vertical-align: middle;
}

.news-block-image .field h4 .badge {
    --bs-badge-padding-x: 0.45em;
    --bs-badge-padding-y: 0.15em;
    --bs-badge-font-weight: 600;
    margin-right: 5px;
    text-transform: uppercase;
}

.news-block-image .field .footer {
    width: 502px;
}

.news-block-image .field .footer2 {
    width: 850px;
}

.news-block-image .field div span{
    float: right;
    color: #888;
    padding-top: 5px;
}

.btn-outline-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #F0B62A;
    --bs-btn-border-color: #F0B62A;
    --bs-btn-hover-color: #F0B62A;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #F0B62A;
    --bs-btn-active-color: #F0B62A;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #F0B62A;
}

/* .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #F0B62A;
    border-color: #F0B62A;
} */

.news-block-image div a {
    padding-left: 20px;
    padding-right: 20px;
}

.news-block {
    display: block;
    font-size: 18px;
    vertical-align: middle;
    padding: 10px 0;
    border-bottom: 1px dashed rgba(255,255,255, 0.2);
    text-decoration: none;
    color: inherit;
}

.news-block:last-child {
    border-bottom: 0;
}

.news-block .date {
    color: #888;
}

.news-block .strip {
    margin-right: 10px;
    margin-left: 10px;
}

.news-block .title {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 7px;
}

.news-block i {
    vertical-align: middle;
    margin-right: 7px;
}

.news-block .badge {
    --bs-badge-padding-y: 0.25em;
    font-size: 15px;
    text-transform: uppercase;
}

.news-block .time {
    float: right;
    color: #888;
    font-size: 16px;
    padding-top: 5px;
}

.news-block .time i {
    vertical-align: top;
}

.news-block:hover {
    background: rgba(255,255,255, 0.05);
    transition: 0.3s
}

.text-bg-discord {
    font-size: 20px;
    color: #fff !important;
    background-color: #5865F2 !important;
}

.text-bg-news {
    background-color: rgb(121 0 0 / 83%) !important;
}

.text-bg-line {
    font-size: 20px;
    color: #fff !important;
    background-color: #0BC50A !important;
}

.text-bg-facebook {
    font-size: 20px;
    color: #fff !important;
    background-color: #106BFF !important;
}

.text-bg-instagram {
    font-size: 20px;
    color: #fff !important;
    background-color: #C4089C !important;
}

footer {
    display: flex;
    background: rgba(18,15,14, .7);
    border: 1px solid rgba(53,45,34, .65);
    margin: 10px 0 100px 0;
    padding: 30px;
    backdrop-filter: blur(8px);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
    align-items: end;
}

footer .badge {
    margin-right: 10px;
}

footer p {
    margin-bottom: 5px !important;
}

footer a {
    margin-bottom: 15px !important;
}

footer img {
    width: 100px;
}

footer .small {
    font-size: 14px;
    color: #aaa;
}

footer .logo {
    margin-left: 25px;
    vertical-align: middle;
}
.odView {
    display: none;
}
.odView.show {
    display: block;
}
#newsRes {
    font-size: 18px;
    text-align: center;
    padding: 20px 0;
}
div.pagination {
    justify-content: center;
    padding: 20px 0;
    margin: 3px;
    text-transform: uppercase;
    font-size: 14px;
}
div.pagination a {
    padding: 5px 8px;
    margin: 2px;
    border: 1px solid #7f7e81;
    zoom: 100%;
    text-decoration: none; /* no underline */
    color: #b4b3b8;
    
}
div.pagination a:hover, div.pagination a:active {
    background-color: rgba(255,255,255,0.1);
    border: 1px solid #dfdee3;
    color: #dfdee3;
}
div.pagination span.page_current {
    background-color: rgba(255,255,255,0.1);
    padding: 5px 8px;
    margin: 2px;
    border: 1px solid #dfdee3;
    color: #dfdee3;
}
  div.pagination span.page_disabled {
    display: none;
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #444;
    color: #444;
}
div.pagination .page_current {
    background-color: rgba(255,255,255,0.1);
    padding: 5px 8px;
    margin: 2px;
    border: 1px solid #dfdee3;
    color: #dfdee3;
}
div.pagination .page_disabled {
    display: none;
}
.tbRules {
    font-size: 15.5px;
    width: 100%;
    border-collapse: collapse;
}
.tbRules tr td {
    padding: 5px 5px;
    vertical-align: middle;
}
.tbRules tr:nth-child(odd) td {
    border-bottom: 3px solid #ff0039;
}
.tbRules tr:nth-child(even) td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tbRules tr:nth-child(even) td:nth-child(2) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tbRate {
    text-align: left;
    font-size: 15.5px;
    width: 100%;
    border-collapse: collapse;
}
.tbRate tr th {
    font-weight: normal;
    padding: 5px 5px;
    vertical-align: middle;
    border-bottom: 3px solid #ff0039;
    text-align: center;
    font-size: 18px;
}
.tbRate tr:last-child td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tbRate tr td {
    padding: 10px 10px;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tbRate.bordered tr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tbRate.stripped tr:nth-child(even) td {
    background-color: rgba(255, 255, 255, 0.05);
}
.tbRate.withJudul tr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tbRate.withJudul tr:first-child td {
    text-align: center;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    font-size: 17px;
}
.tbRate tr td:last-child {
    border-right: 0;
}
.tbBordered {
    text-align: left;
    font-size: 15.5px;
    width: 100%;
    border-collapse: collapse;
}
.tbBordered tr th {
    font-weight: normal;
    padding: 5px 5px;
    vertical-align: middle;
    border-bottom: 3px solid #F0B62A;
    font-size: 18px;
}
.tbBordered tr td {
    padding: 10px 10px;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tbBordered tr td:last-child {
    border-right: 0;
}
.tbBordered.withJudul tr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tbBordered.withJudul tr:first-child td {
    text-align: center;
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    font-size: 17px;
}
.tbStripped {
    font-size: 15.5px;
    width: 100%;
    border-collapse: collapse;
}
.tbStripped tr th {
    font-weight: normal;
    padding: 5px 5px;
    vertical-align: middle;
    border-bottom: 3px solid #ff0039;
    font-size: 18px;
}
.tbStripped tr:nth-child(even) td {
    background-color: rgba(255, 255, 255, 0.05);
}
.tbStripped tr td {
    padding: 10px 10px;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tbStripped tr:last-child td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tbStripped tr td:last-child {
    border-right: 0;
}
.tbFullBordered {
    font-size: 15.5px;
    width: 100%;
    border-collapse: collapse;
}
.tbFullBordered tr th {
    font-weight: normal;
    padding: 5px 5px;
    vertical-align: middle;
    border-bottom: 3px solid #ff0039;
    font-size: 18px;
}
.tbFullBordered tr td {
    padding: 10px 10px;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
ul.cst1 {
    padding-left: 0 !important;
}
ul.cst1 li {
    padding: 5px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}
ul.cst1 li:last-child {
    border-bottom: 0px;
}
ul.cst2 {
    padding-left: 0 !important;
}
ul.cst2 li::before{
    font-family: bootstrap-icons !important;
    content: "\F231";
    font-size: 12px;
    vertical-align: text-bottom;
    margin-right: 5px;
}
ul.cst2 li:last-child {
    border-bottom: 0px;
}
.pbBlock {
    display: flex;
}
  
.pbBlock ul {
    padding-left: 0 !important;
}
  
.pbMapList {
    display: flex;
    flex-direction: column;
    border-right: 1px solid rgba(255,255,255,.1);
    background: none;
}
  
.pbMapItem {
    cursor: pointer;
    background: none !important;
    border: none;
    color: #dfdee3;
    padding: 10px 20px !important;
    width: 100%;
    text-align: right;
    transition: 0.2s ease all;
}
  
.pbMapItem.active {
    cursor: auto;
    background: rgba(255,255,255,.1) !important;
    color: #dfdee3;
}
  
.pbMapContent {
    display: none;
    width: 80%;
    transition: 0.3s ease all;
}
  
.pbMapContent.active {
    display: block;
    transition: 0.3s ease all;
}
  
.pbTableContentList tr {
    border-bottom: 1px solid rgba(255,255,255,.1) !important;
}
  
.pbTableContentList tr td {
    padding: 10px 20px 10px 20px;
    vertical-align: middle;
}
  
.pbTableContentList .monster {
    font-size: 18px;
}

.page-wrapper {
    border: none;
    height: 200px;
    margin: 0;
    padding: 0;
    width: auto;
}

.discord-join-text {
    font-family: "Source Sans Pro";
    color: #000 ;
    font-size: 14px;
    float: right;
    background-color: #F0B62A;
    transition: 0.2s;
    padding: 3px 14px;
    border: 1px solid rgba(255,255,255, 0.1);
}
.discord-join-text:hover {
    color: #F0B62A;
    border: 1px solid #F0B62A;
    background-color: transparent;
}

table.discord-widget {
    margin-top: -4px;
    width: 100%;
}

table.discord-widget tr td {
    font-size: 14px !important;
    color: #fff;
    padding: 5px 0;
    border-bottom: 1px dashed rgba(255,255,255, 0.2);
}

table.discord-widget tr:last-child td {
    border-bottom: 0;
}

table.discord-widget .discord-avatar  {
    width: 35px;
    margin-right: 10px
}

table.discord-widget .discord-online  {
    padding-right: 10px;
    float: right;
    color: green;
}

table.discord-widget .discord-busy  {
    padding-right: 10px;
    float: right;
    color: red;
}

table.discord-widget .discord-idle  {
    padding-right: 10px;
    float: right;
    color: yellow;
}

.discord-footer {
    font-size: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 10px;
    padding-top: 15px;
}