body {
    background-color: #210402 !important;
    /* background-position: center top !important;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-size: cover !important; */
    color: #ddd !important;
    font-size: 12.5px;
    font-weight: 400;
}
p {
    margin-bottom: 0.25rem;
}
ol,
ul,
nav {
    list-style: none;
    font-size: 14px;
}
a {
    text-decoration: none;
}
header {
    color: #12151A !important;
}
header.home {
    height: 580px;
}
header.other {
    height: 480px;
}
.badge {
    vertical-align: middle !important;
}
.container {
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.txt-berjalan {
    width: 100%;
    height: 40px;
    background-color: rgba(18, 7, 7, 0.6);
    margin-bottom: 16px;
    border: 1px solid #020308;
}
.txt-berjalan marquee {
    color: #ffcfad;
    padding-top: 11px;
    margin: 0 15px;
}
.nav.custom {
    padding: 30px 0;
    text-transform: uppercase;
    font-weight: 600;
}

.nav.custom2 {
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600;
    /* margin-top: 50px */
}

.navbar {
    padding: 15px 0;
    --bs-navbar-nav-link-padding-x: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.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: #ffcfad;
}

.nav-link:focus,.nav-link:hover {
    color: #fff6f0;
}

/* .nav-link:before {
    font-family: bootstrap-icons !important;
    content: "\F82A";
    vertical-align: bottom;
    font-size: 16px;
    position: relative;
    left: -4px;
} */

.bg-glass {
    background: rgba(0,155,0, .1);
    border: 1px solid rgba(0,155,0, .15);
}

.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: 12.5px !important;
    --bs-dropdown-link-color: #ffcfad !important;
    --bs-dropdown-link-hover-color: #fff6f0 !important;
    --bs-dropdown-bg: #250f0f;
    -webkit-backdrop-filter: blur(10px);
    --bs-dropdown-link-hover-bg: rgba(255,255,255, .1);
    --bs-dropdown-link-active-bg: rgba(255,255,255, .1);
    --bs-dropdown-divider-bg: #ffcfad30;
}

.dropdown-toggle::after {
    display: none;
}

.flex {
    display: flex;
    align-items: center;
}
.top-content {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .top-content img {
    max-width: 400px;
} */
main {
    min-height: 800px;
}
main.home {
    display: flex;
    
    justify-content: space-between;
}
main.home .side-left,
main.home .side-right{
    position: relative;
    width: 250px;
}
main.home .side-center{
    position: relative;
    width: 680px;
}
.fullbar {
    width: 100%;
}
.sidebar {
    position: relative;
    width: 350px;
    margin-right: 12px;
}

.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;
}

.text-bellato {
    color: #7effff !important;
}
.text-cora {
    color: #ff4dff !important;
}
.text-green {
    color: rgb(0, 255, 0);
}
.text-red {
    color: rgb(255, 50, 50);
}
.text-yellow {
    color: rgb(255, 255, 0);
}
.text-soft {
    color: #ffcfadaa;
}
.text-up {
    text-transform: uppercase;
}
.text-bold {
    font-weight: 500;
}

table {
    width: 100%;
}

.td-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}

table.rank tr td {
    line-height: 2.5;
    padding: 5px 0;
    border-bottom: 1px dashed rgba(255,255,255, 0.2);
}

table.rank tr.title td {
    line-height: 1.5;
    font-size: 11px;
    border-bottom: 0 !important;
    /* text-align: center; */
    color: #ffcfad;
}

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;
}

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: 36px !important; display:inline-block; margin: 0 !important;}
.rank tr td .guildemblem .guildmark {width:auto;height:37px!important;left:9px;display:inline-block;position:absolute;mask-repeat:no-repeat; }
.rank tr td .guildname { font-size: 12px; margin-left: 7px; vertical-align: middle; line-height: 1.4;}
.rank tr td .guildname span { font-size: 11px; line-height: 1.4; }

table.arc-info {
    width: 100%;
}

table.arc-info tr td {
    line-height: 3.0;
}

.sliderBg {
    display: flex;
    width: 680px;
    height: 281px;
    border: 1px solid #020308;
}

#carouselSlideFade {
    width: 680px;
    height: 280px;  
}

.card {
    border: 1px solid #020308;
    background-color: transparent;
}

.card.small {
    --bs-card-spacer-y: 0.7rem;
    --bs-card-spacer-x: 0.7rem;
}

.card.big {
    --bs-card-spacer-y: 1.2rem;
    --bs-card-spacer-x: 1.2rem;
}

.card-trans {
    color: #c3cec4;
    width: 330px;
    height: 380px;
    border: 1px solid #ffffff08;
    background-color: rgba(255, 255, 255, 0.02);
    font-size: 12px !important;
    text-shadow: 0px 0px 5px #000;
    position: relative;
}

.card-trans::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 380px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: -1;
}

.card-trans-header {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin: 15px 10px 0px 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c3cec4;
}

.card-trans-body {
    padding: 5px 15px 10px 15px;
    height: 312px;
}

h5.card-header {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
}

.card-header {
    padding: 15px 16px 13px 16px !important;
    background-image: url("../images/card-header-small.jpg");
    border-bottom: 2px solid #ffcfad !important;
}

.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-inside .show-right,
.card-header-inside input {
    float: right;
    font-weight: normal;
}

.card-header-inside .show-right {
    margin-top: 5px;
    font-size: 13px;
}
.card-header-inside .show-right .date {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1;
}
.card-header-inside input {
    height: 28px;
    font-size: 14px;
    margin-top: 10px
}

.card-header-inside .show-right .shared {
    font-size: 16px;
    float: right;
}

.card-header-inside .show-right .shared a:hover {
    filter: brightness(1.25);
    transition: 0.3s;
}

.card-header-inside .show-right .shared .bi-facebook {
    color: #4862A3;
    margin-left: 5px;
}

.card-header-inside .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;
}

.card-header {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.card-header-inside {
    color: #ffcfad;
    font-weight: 700;
    line-height: 2.5;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ffcfad;
    margin-bottom: 20px;
}

.card-header-inside.bigfont {
    font-size: 20px;
}
.card-body {
    background-color: #250f0f;
    --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-body-extend {
    padding: 20px;
    background: #ffcfad10;
    margin-bottom: 20px;
}
.card-body-extend2 {
    /* padding: 20px; */
    /* background: #ffcfad10; */
    margin-bottom: 10px;
}
.card-heigh-1 {
    height: 200px;
}

.card-heigh-2 {
    height: 520px;
}

.bdb-2 {
    border-bottom: 2px solid #ffcfad;
}

.news-base {
    height: 155px;
}

.news-base:not(:last-child) {
    border-bottom: 1px solid #513d3d;
    margin-bottom: 10px;
}

.news-base-big {
    border-bottom: 1px solid #513d3d;
    margin-bottom: 14px;
}

.news-title  {}

.news-title h4,
.news-title-big h4 {
    padding-top: 4px;
    font-size: 16px;
    font-weight: 600;
}

.news-title-big h4 {
    font-size: 18px !important;
}

.news-title h4:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ffcfad;
    width: 428px;
    margin-top: 21px
}

.news-title-big h4:before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #ffcfad;
    width: 909px;
    margin-top: 23px
}

.news-title h4 .button-share,
.news-title-big h4 .button-share {
    float: right;
}

.news-title h4 .button-share .bi-facebook,
.news-title-big h4 .button-share .bi-facebook {
    color: #4862A3;
}

.news-title h4 .button-share .bi-whatsapp,
.news-title-big h4 .button-share .bi-whatsapp {
    color: #04BE3C;
}

.news-title img,
.news-title-big img {
    float: left;
    margin-right: 10px; 
    border: 1px solid #37190e;
}

.news-title h4 table {
    float: right !important;
}

.news-body {
    display: flex;
    height: 120px;
    flex-direction: column;
    justify-content: space-around;
}

.btn-outline-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #e0d114;
    --bs-btn-border-color: #e0d114;
    --bs-btn-hover-color: #e0d114;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: #e0d114;
    --bs-btn-active-color: #e0d114;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: #e0d114;
}

/* .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #e0d114;
    border-color: #e0d114;
} */

.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-unity {
    margin-right: 5px;
    color: #07120F;
    background-color: #ffcfad;
    text-transform: uppercase;
}

.text-bg-discord {
    font-size: 20px;
    color: #fff !important;
    background-color: #5865F2 !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;
}

.text-color-unity {
    color: #ffcfad !important;
    transition: 0.1s ease all;
}

.text-color-unity:hover {
    color: #fff !important;
}

footer {
    /* margin-top: 50px; */
    padding-top: 20px;
    padding-bottom: 20px;
    /* background-color: #12151A; */
    border-top: 2px solid #ffcfad;
}

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: 12px;
    color: #735b5b;
}

footer .logo {
    margin-left: 25px;
    vertical-align: middle;
}

footer .logo img {
    width: 80px;
}

footer .container {
    display: flex;
    align-items: end;
}
.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 #E0D114;
}
.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 #E0D114;
    text-align: center;
    font-size: 16px;
}
.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: 16px;
}
.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 #E0D114;
    font-size: 16px;
}
.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: 16px;
}
.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 #E0D114;
    font-size: 16px;
}
.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 #E0D114;
    font-size: 16px;
}
.tbFullBordered tr td {
    padding: 10px 10px;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.tbFullBordered tr td .guildemblem img {
    width: auto;
    height: 50px !important;
    display: inline-block;
}
.tbFullBordered tr td .guildemblem .guildmark {
    width: auto;
    height: 48px !important;
    margin-left: -45px;
    display: inline-block;
    position: absolute;
    margin-top: 0;
    mask-repeat: no-repeat;
}
.tbFullBordered tr td .guildname {
    font-weight: normal;
    margin-left: 7px;
}
.tbSelect{font-size:15.5px;width:100%;border-collapse:collapse;}
.tbSelect tr th{font-weight:normal;padding:5px 5px;vertical-align:middle;font-size:18px}
.tbSelect tr td{vertical-align:middle}
.tbSelect tr td:first-child{border:1px solid #07120F;padding:10px 10px;background-color:#111C18}
.tbSelect select{padding:10px;border-radius:0;width:100%;background-color:transparent;border:1px solid #111C18;color:#ddd}
.tbSelect select option{color:#000;border-radius:0 !important}
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: 16px;
}

.page-wrapper {
    border: none;
    height: 300px;
    margin: 0;
    padding: 0;
    width: auto !important;
}

.discord-join-text {
    font-family: "Farro";
    color: #000 ;
    font-size: 14px;
    float: right;
    background-color: #e0d114;
    transition: 0.2s;
    padding: 3px 14px;
    border: 1px solid rgba(255,255,255, 0.1);
}
.discord-join-text:hover {
    color: #e0d114;
    border: 1px solid #e0d114;
    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;
}
.link-popup {
    position: fixed;
    top: 18%;
    left: 0;
    display: flex;
    flex-direction: column;
}
.link-popup table {
    background-color: #424647;
    font-size: 25px;
}
.link-popup a {
    color: #fff !important;
}
.link-popup table tr td {
    padding: 10px 20px 10px 15px;
}
.link-popup table tr {
    border-top: 1px solid #2c2d2e;
    border-bottom: 1px solid #2c2d2e;
    transition: 0.2s ease all;
}
.link-popup table tr:hover {
    box-shadow: 10px 10px 55px 1px rgba(0,0,0,0.2) inset;
    -webkit-box-shadow: 10px 10px 55px 1px rgba(0,0,0,0.2) inset;
    -moz-box-shadow: 10px 10px 55px 1px rgba(0,0,0,0.2) inset;
}
