@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-PRO-TEXT-REGULAR.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-PRO-TEXT-BOLD.OTF') format('opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-PRO-TEXT-HEAVY.OTF') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-PRO-TEXT-LIGHT.OTF') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-PRO-TEXT-MEDIUM.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SF Pro Text';
    src: url('../fonts/SF-PRO-TEXT-SEMIBOLD.OTF') format('opentype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand';
    src: url('../fonts/QUICKSAND-LIGHT.TTF') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand';
    src: url('../fonts/QUICKSAND-MEDIUM.TTF') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'quicksand';
    src: url('../fonts/QUICKSAND-REGULAR.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "quicksand" !important;
    text-transform: capitalize;

}


body{
    background-color: #15100C !important;
}

h1,h2,h3,h4,h5,h6{
    letter-spacing: 3px;
}
p,h1,h2,h3,h4,h5,h6{
    color: #fff;
}
a{
    color: #F7B982;
    text-decoration: none;
    transition: 0.2s;
}
a:hover{
    color: #ffd56c;
}

.c-border-left{
    border-left: 3px solid #423F3F;
}

.red-color{
    color: rgb(255, 0, 0);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Semi-transparent black overlay */
    z-index: 9999; /* Ensure it appears above other elements */
}
.sf-f{
    font-family: 'SF Pro Text', sans-serif;
    text-transform: uppercase;
}

.price-bonus-sub-title{
    background: linear-gradient(#f2f047 , #1ed94f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    font-family: "sf pro text";
    text-transform: uppercase;
}
.silk-amount-presale{
    background: linear-gradient(#c7b382  , #fdde8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
    font-family: "sf pro text";
    text-transform: uppercase;
}
.c-text-y-gradient{
    background: linear-gradient(#ff9d00, #ffbc50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.c-text-yellow{
    color: #EEB27C;
}

.c-text-yellow-2{
    color: #f8e3b2;
}


.c-text-orange{
    color: #ff9d00;
}

.c-text-orange-2{
    color: #F0A256;
}


.main-color-gradient{
    background: linear-gradient(#c7b382, #fdde8f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.main-color-gradient-2{
    background: linear-gradient(#fedc45 , #d5a207);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.char-active-status {
    background-color: #252D1E;
    border: 1px solid #334425;
    border-radius: 10px;
    font-size: 14px;
    padding: 0.3rem .5rem;
    color: #AEE0BC !important;
    -webkit-text-fill-color: #AEE0BC !important;
    -webkit-background-clip: border-box !important;
}
.char-inactive-status {
    background-color: #2d1e1e;
    border: 1px solid #442525;
    border-radius: 10px;
    font-size: 14px;
    padding: 0.3rem .5rem;
    color: #e0aeae !important;
    -webkit-text-fill-color: #e0aeae !important;
    -webkit-background-clip: border-box !important;
}

.box-bg{
    background: #39393953 !important;
    border: 1px solid #565656 !important;
    padding: 1rem;
    border-radius: 50px;
}

.box-bg-2{
    background: #302E2E !important;
    border: 1px solid #413e3e !important;
    padding: .5rem 1rem;
    border-radius: 27px;
}
.box-bg-3{
    background: #221E1C !important;
    border: 1px solid #413e3e !important;
    padding: .5rem 1rem;
    border-radius: 27px;
}
.box-bg-4{
    background: #39393953 !important;
    border: 1px solid #413e3e !important;
    padding: .5rem 1rem;
    border-radius: 27px;
}
.box-bg-5{
    background: #393939a7 !important;
    border: 1px solid #413e3e !important;
    padding: .5rem 1rem;
    border-radius: 27px;
}

.box-bg-6{
    background: #342D27 !important;
    border: 1px solid #413e3e !important;
    padding: .5rem 1rem;
    border-radius: 27px;
}
.modal-box-bg{
    border-radius: 35px;
    background: #342d2787 !important;
    padding: .5rem 1rem;
    border: 1px solid #e0bf70 !important;
    box-shadow: 0 0 5px #e0bf70 !important;
}


.modal-title-bg{
    background: #302e2e60 !important;
    border: 1px solid #413e3e !important;
    padding: .5rem 1rem;
    border-radius: 27px;
}
button.box-bg-2:hover{
    background-color: #413e33 !important;
    transition: 0.3s ease-in-out;
}

button.box-bg-2.active{
    background-color: #998C6A !important;
}

.border-gold{
    border: 1px solid #a27400 !important;
}

.most-popular{
    margin-top: 50px !important;
   position: relative;
}
.most-popular-box{
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.most-popular-text{
    background: linear-gradient(#fedc45  , #d5a207);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bolder;
}

nav.custom-nav{
    background-color: rgba(55, 43, 39,.5);
    margin: 20px auto auto auto;
    border-radius: 30px;
    border: #494949 1px solid;
    z-index: 99999;
}

.c-nav-container{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nav-container{
    justify-content: space-between;
}

.c-nav-list{
    align-items: center !important;
    padding: .5rem;
}

.c-nav-item{
    padding: 0 5px 0 5px;
    margin: auto 5px;
    background-color: rgba(90, 90, 90, 0.5) ;
    border-radius: 20px;
    position: relative;
}
.c-nav-item.active{
    border-radius: 20px;
}

.c-nav-item.active::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff9d00;
    border-radius: 20px;
    z-index: 1;
}

.c-nav-item:hover>.c-nav-link,
.c-nav-item.active>.c-nav-link{
    color: #E5AB78 !important;
}


.c-nav-link{
    color: #fff;
}
.c-nav-link:focus{
    color: #E5AB78 !important;
}

.c-dropdown-menu{
    background-color: #3939398a !important;

}

.c-dropdown-item{
    color: #fff;
}
.c-dropdown-item:hover{
    background-color: #3939398a !important;
    color: #E5AB78 !important;
}
.navbar-toggler {
    border: none; /* Optional: Removes the default border */
    outline: none;
    box-shadow: none; /* Removes the default focus shadow */
    background: none; /* Removes the default background */
    z-index: 99999;
}
.navbar-toggler-icon {
    filter: invert(1); /* Change the color of the icon */
}

.navbar-toggler:hover,
.navbar-toggler:focus,
.navbar-toggler:active {
    background: none; /* Removes the hover, focus, and active background */
    box-shadow: none; /* Removes the hover, focus, and active shadow */
    outline: none; /* Removes the hover, focus, and active outline */
}

.lang-dropdown{
    position: absolute;
    right: 10px;
    top: 30px;
    padding: 3px !important;
}

.lang-btn{
    background-color: #221e1c96 !important;
    color: white !important;
    border-radius: 50px;
    padding: 0 !important;
    padding-bottom: 3px !important;
    padding-right: 5px !important;
    border: 1px solid #433B37 !important;
    border-right: #433B37 15px solid !important;
    position: relative;
}

.lang-dropdown-menu{
    padding: 2rem !important;
    background-color: #221e1c96 !important;
    border-radius: 50px !important;
    padding: 0.5rem !important;
    min-width: auto !important;
    border: 1px solid #47423e !important;
}
.lang-dropdown .dropdown-item{
    padding: 0 !important;
    padding-right: .5rem !important;
}

.lang-dropdown-menu a{
    border-radius: 50px !important;
    color: #fff !important;
    padding: 0 !important;
    padding-right: .5rem !important;
}
.lang-dropdown-menu a:hover{
    background-color: #41383496;
    color: #fff !important;
}
.lang-btn::after{
    top: 10px;
    right: -10px;
    position: absolute;
}
.lang-mobile{
    display: none;
}

/* Align button properly on mobile */
@media (max-width: 992px) {
    .navbar-toggler {
        margin: auto; /* Ensures it moves to the right */
    }
    .custom-nav{
        width: 100%;
        background-color: rgba(37, 37, 37, 0.8) !important;
   }

    .c-nav-item{
        width: 100%;
        margin: .5rem 0;
        text-align: center;
    }

    .c-nav-item.active{
        border-bottom: 1px solid #ff9d00;
    }
    .c-nav-item.active::after{
        display: none;
    }
}

.video-container {
    position: relative;
    width: 100%;
    height: 75vh; /* Full screen */
    overflow: hidden;
    /* z-index: -1; */
}

/* Style the video to cover the whole background */
.video-container video {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%);
    width: 100vw;
    /* height: 100vh; */
    object-fit: cover; /* Ensures the video covers the background */
    z-index: -2;
}
.video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #15100C, transparent);
    z-index: -1;
}

/* Style the foreground content */
.video-container .content {
    position: relative;
    z-index: 1;
    text-align: center;
    color: white;
}
.video-container .main-text {
    position: absolute;
    bottom: 20px; /* Adjust the spacing from the bottom */
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    font-size: 1.7rem;
    text-transform: capitalize !important;
    text-shadow: 2px 2px 4px #000000;
}

@media (max-width: 992px) {
    .video-container .main-text {
        font-size: 1.2rem;
    }
}
 
.main-section{
   z-index: 99999;
}

.logo-container{
    display: flex;
    justify-content: center;
    margin-top: 8rem;
}

.logo{
    max-width: 26rem;
    width: calc(35% + 10vh);
}
.widget{
    background-color: #221E1C;
    border: #47423e 1px solid;
    border-radius: 50px;
    overflow: hidden;
    margin: 1rem 1rem 2rem 1rem;
}

.widget-header{
    background-image: url(../images/widget/widget-header.png);
    background-size: 101% 200%;
    background-position: center;
    text-align: center;
    padding: 1rem;
    border-radius: 50px;
}
.widget-header.wide{
    background-image: url(../images/widget/wide-header.png) !important ;
}
.widget-header.red{
    background-image: url(../images/widget/red.png);
}

.widget-header.purple{
    background-image: url(../images/widget/purple.png);
}
.widget-header.blue{
    background-image: url(../images/widget/blue.png);
}
.widget-header.white{
    background-image: url(../images/widget/white.png);
}
.widget-header .header{
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .5rem 0 0 0;
    font-size: 1.2rem;
}
.widget-content{
    padding: .5rem 1.5rem ;
}

.widget-content-text{
    display: flex;
    justify-content: space-between;
    padding: .5rem;
}
.widget-content-text p{
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
}

.widget-content-text .player-count{
    color: #4AF158;
}

.widget-content-text.kills{
    justify-content: unset !important;
}


.presale-widget{
    background-color: #221E1C !important;
    border: #36312E 2px solid;
    width: 18%;
    min-height: 100%; /* Ensure all cards match the tallest one */
    border-radius: 36px !important;
}
.presale-widget-content{
    display: flex;
    flex-direction:column ;
    min-height: 93%; /* Ensure all cards match the tallest one */
    
}

.presale-subtitle{
    color:#f8a95d;
    font-weight: 600;
}


.first-rank,
.second-rank,
.third-rank,
.guild-first-rank,
.guild-second-rank,
.guild-third-rank{
    background-blend-mode: overlay; /* Blend the color with the image */
    background-size: cover;
    background-position: left -20px;
    background-repeat: no-repeat;
    margin: .5rem 1rem 1rem 1rem;
    padding: .5rem;
    border-radius: 30px;
    position: relative;
}
.first-rank {
    background-color: rgba(44, 36, 25,0.5); /* Adjust background opacity */
    background-image: url(../images/rank/bg-1.png);
    border: 1px solid rgb(94, 77, 59);

}
.second-rank {
    background-color: rgba(39, 36, 35,.5); /* Adjust background opacity */
    background-image: url(../images/rank/bg-2.png);
    border: 1px solid #443e3d;

}
.third-rank {
    background-color: rgba(41, 27, 22, .5);/* Adjust background opacity */
    background-image: url(../images/rank/bg-3.png);
    border: 1px solid #58382c;
}

.guild-first-rank {
    background-color: rgba(44, 36, 25,0.5); /* Adjust background opacity */
     background-position: center !important;
    background-image: url(../images/guild-rank/1.png);
    border: 1px solid rgb(94, 77, 59);

}
.guild-second-rank {
    background-color: rgba(39, 36, 35,.5); /* Adjust background opacity */
     background-position: center !important;
    background-image: url(../images/guild-rank/2.png);
    border: 1px solid #443e3d;

}
.guild-third-rank {
    background-color: rgba(41, 27, 22, .5);/* Adjust background opacity */
     background-position: center !important;
    background-image: url(../images/guild-rank/3.png);
    border: 1px solid #58382c;
}

.first-rank .rank-name,
.first-rank .rank-name a,
.guild-first-rank .rank-name,
.guild-first-rank .rank-name a
.second-rank .rank-name,
.second-rank .rank-name a,
.guild-second-rank .rank-name,
.guild-second-rank .rank-name a,
.third-rank .rank-name,
.third-rank .rank-name a,
.guild-third-rank .rank-name,
.guild-third-rank .rank-name a
{
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffbc50 !important;
    margin: 0;
}

.first-rank .rank-name a:hover,
.second-rank .rank-name a:hover,
.third-rank .rank-name a:hover{
    color: #ffcc00 !important;
}

.first-rank .rank-lvl,
.guild-first-rank .rank-lvl,
.second-rank .rank-lvl,
.guild-second-rank .rank-lvl,
.third-rank .rank-lvl,
.guild-third-rank .rank-lvl{
    color: #fff !important;
}

.first-rank .rank-points,
.guild-first-rank .rank-points,
.second-rank .rank-points,
.guild-second-rank .rank-points,
.third-rank .rank-points,
.guild-third-rank .rank-points{
    margin-top:1.5rem ;
    align-items: center;
    border-radius: 20px;
    padding: .5rem;
}
.first-rank .rank-points,
.guild-first-rank .rank-points{
    background-color: #3B2F1C;
    border: #7a5d2e 1px solid;
}

.second-rank .rank-points,
.guild-second-rank .rank-points{
    background-color: #343232;
    border: #575555 1px solid;
}
.third-rank .rank-points,
.guild-third-rank .rank-points{
    background-color: #381F19;
    border: #5d3328 1px solid;
}


.first-rank .rank-points p,
.guild-first-rank .rank-points p,
.second-rank .rank-points p,
.guild-second-rank .rank-points p,
.third-rank .rank-points p,
.guild-third-rank .rank-points p{
   margin: 0;
   font-size: 18px;
}

.first-rank .rank-points p .points,
.guild-first-rank .rank-points p .points,
.second-rank .rank-points p .points,
.guild-second-rank .rank-points p .points,
.third-rank .rank-points p .points,
.guild-third-rank .rank-points p .points{
    color: #ffce5c;
    font-size: 24px;
}

.first-rank .first-rank-content,
.guild-first-rank .first-rank-content,
.second-rank .second-rank-content,
.guild-second-rank .second-rank-content,
.third-rank .third-rank-content,
.guild-third-rank .third-rank-content{
    position: relative;
    z-index: 1;
}

.first-rank-img,
.guild-first-rank-img,
.second-rank-img,
.guild-second-rank-img,
.third-rank-img,
.guild-third-rank-img{
    padding: 0;
}
    
.first-rank-img img,
.guild-first-rank-img img,
.second-rank-img img,
.guild-second-rank-img img,
.third-rank-img img,
.guild-third-rank-img img{
    width: 80%;
}
/* .guild-rank,.second-guild-rank,.third-guild-rank{
    margin: 1rem;
    border-radius: 40px;
    padding: 3rem 2rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.guild-rank.first{
    border:1px solid rgb(77, 62, 58);
    background-image:linear-gradient(to top left, #2a2218cc, transparent ),
    url(../images/guild-rank/1.png);
}

.guild-rank.second{
    border:1px solid #434240;
    background-image:linear-gradient(to top left, rgba(41, 40, 37,0.8), transparent ),
    url(../images/guild-rank/2.png);
}
.guild-rank.third{
    border:1px solid #4d3429;
    background-image:linear-gradient(to top left, #291C16cc, transparent ),
    url(../images/guild-rank/3.png);
}



.guild-rank .guild-title{
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.guild-rank.first .guild-title{
    color: #ffbc50;
}

.guild-rank .guild-span{
    color: #fff;
    margin: 0;
}

.guild-rank-img{
    position: absolute;
    right: 2%;
    top: 10%; 
    z-index: 9999;
} */

.main-wrapper {
    padding: 2rem;
    font-size: 24px;
    position: relative; /* Ensures positioning context */
}
.form-wrapper {
    padding: .5rem;
    font-size: 24px;
    position: relative; /* Ensures positioning context */
}
.form-wrapper-2 {
    padding: .5rem;
    font-size: 24px;
    position: relative; /* Ensures positioning context */
}

/* Texture overlays - now positioned between background and text */
.main-wrapper::after,
.main-wrapper::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:0; /* Moves behind content but above the base background */
    opacity: 0.1;
}

/* Right-side texture */
.main-wrapper::after {
    background-image: url(../images/widget/right-texture.png);
    background-position: top right;
    top: 0;
    right: 0;
}

/* Left-side texture */
.main-wrapper::before {
    background-image: url(../images/widget/left-texture.png);
    background-position: left bottom;
    bottom: 0;
    left: 0;
}
.form-wrapper::after,
.form-wrapper::before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index:0; /* Moves behind content but above the base background */
    opacity: 0.2;
}

/* Right-side texture */
.form-wrapper::after {
    background-image: url(../images/widget/right-texture.png);
    background-position: top right;
    top: 0;
    right: 0;
}

/* Left-side texture */
.form-wrapper::before {
    background-image: url(../images/widget/left-texture.png);
    background-position: left bottom;
    bottom: 0;
    left: 0;
}

.form-container{
    position: relative;
    z-index: 999;
}

.widget-content.job-kills img{
    max-width: fit-content;
}

.job-kills-items{
    position: relative;
    padding: 10px 15px;
    margin-bottom:1rem;
}

.job-kills-items::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 5px;
  background-color: #35312F;
  bottom: -5px;
  border-radius: 20px;

}
.job-kills-items:last-child::after {
    height: 0;
}
.job-kills-items:last-child {
  padding-bottom: 0;
}
.job-kills-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.job-kills-date{
    width: 100%;
    margin-left: 10px;
    display: block;
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 0.6rem;
}

.job-kills-icon {
    width: 24px;  /* Set the exact width */
    height: 24px;  /* Set the exact height */
    object-fit: contain; /* Ensures it retains proportions without cropping */
    margin-right: 10px;
    margin-left: 10px;
}

.job-kills-name,
.unique-kills-name {
    font-size: 1rem;
    font-weight: bold;
    margin-right: 10px;
    font-size:0.8rem ;
}

.job-kills-text,
.unique-kills-text {
    font-size: 1rem;
    color: #fff;
    font-size:0.8rem ;
}
.unique-kills-text {
    margin-right: 10px;
    font-size:0.8rem ;
}

.hunter-text-color {
    color: #79b5fe;
}

.trader-text-color {
    color: #91FF86;
}

.thief-text-color {
    color: #B17FF0;
}
.killer-text-color{
    color: #DD7575;
}
.killed-text-color{
    color: #F4B780;
}


/* Ensure the content is on top */
.news-content {
    font-size: 1rem;
    position: relative;
    z-index: 1; /* Ensures it's above the textures */
}
.news-content p {
    font-size: 1.1em;
}


.register-form{
    z-index: 999;
}


.c-input::placeholder {
    color: #fff !important;
}

.c-input{
    color: #fff !important;
    text-transform: none !important;
}


.c-select-input{
    color: white !important;
}
.c-select-input option {
    background-color: #423F3F;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 20px;
}
.c-input:focus,.c-select-input:focus{
    background-color: #423F3F !important;
    color: #fff !important;
    box-shadow: 0 0 10px #EEB27C;
}

.form-check{
    margin-left: 1rem;
}


.c-check-box{
    appearance: none !important;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #EEB27C !important;
    border-radius: 50% !important;
    background-color: #423F3F !important;
    cursor: pointer !important;
    position: relative !important;
}

.c-check-box:checked {
    background-color: #EEB27C !important;
    border: 2px solid #EEB27C !important;
}
.c-check-box:focus{
    box-shadow: none;
}

.c-check-box:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #ff9d00;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.c-check-box-label{
    color: #fff;
}


.c-btn,.c-btn-2,.c-btn-dark{
    background-color: #9e7857;
    border: none;
    border-radius:50px;
    width: 25%;
    padding:15px 10px ;
    margin-top:20px ;
    color: #fff;
    transition: 0.2s;
}

.c-btn-2{
    border-radius: 15px !important;
    padding: 10px 8px !important;
}
.c-btn-dark{
    background-color: #403E3D;
}

.c-btn:hover{
    background-color: #ffd4ae6f;
}
.c-btn-dark:hover{
    background-color: #5b5959;
}

.char-name-box{
    background-image: linear-gradient(rgba(48, 46, 46,.3), rgba(48, 46, 46,.3)), url("../images/character/1.png") !important;
    background-size: auto !important;
    background-position: center right !important;
    background-repeat: no-repeat !important;
}
.char-factors-box{
    background: #39393953 !important;
    border: 1px solid #565656 !important;
    padding: 1rem;
    border-radius: 27px;
}
.char-factors-header{
    background: #39393953 !important;
    border: 1px solid #565656 !important;
    text-align: center !important;
    padding: .5rem;
    /* margin-top: .2rem; */
    border-radius: 50px;
}

.char-unique-box{
    background-image: linear-gradient(rgba(48, 46, 46,.3), rgba(48, 46, 46,.3)), url("../images/character/2.png") !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}
.char-unique-content{
    height: 206px;
}
.scroll-container {
    position: relative;
    overflow: hidden;
}

/* The actual scrollable area */
.scroll-content {
    height: 100%;
    overflow-y: scroll;
    padding-right: 16px;

    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.scroll-content::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

/* Custom scrollbar track and thumb */
.custom-scrollbar-track {
    position: absolute;
    top: 55%;
    right: 5px;
    width: 8px;
    height: 75%;
    background-color: #363434;
    border-radius: 10px;
    transform: translateY(-50%);
}
.custom-scrollbar-thumb {
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #A39574;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.custom-scrollbar-thumb:hover {
    background-color: #8A6A4A;
}

/* Sticky scroll header if needed */
.scroll-header {
    padding-right: 16px;
    position: sticky;
    top: 0;
    background-color: #2c2c2c;
    z-index: 2;
}


.inventory-box{
    background-image: linear-gradient(rgba(48, 46, 46,.3), rgba(48, 46, 46,.3)), url("../images/character/3.png") !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}
.player-kd-box{
    background-image: linear-gradient(rgba(48, 46, 46,.3), rgba(48, 46, 46,.3)), url("../images/character/4.png") !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}

.char-thief{
    color: #d093ff;
}
.char-hunter{
    color: #93c3ff;
}

.char-trader{
    color: #93ffa7;
}

.char-thief-box{
    background-image: linear-gradient(rgba(48, 46, 46,.3), rgba(48, 46, 46,.3)), url("../images/character/thief.png") !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
    min-height:250px
}
.char-hunter-box{
    background-image: linear-gradient(rgba(48, 46, 46,.3), rgba(48, 46, 46,.3)), url("../images/character/hunter.png") !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
    min-height:250px
}
.char-trader-box{
    background-image: linear-gradient(rgba(48, 46, 46,.3), rgba(48, 46, 46,.3)), url("../images/character/trader.png") !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
    min-height:250px
}

.pvp-kills-box{
    background-image: linear-gradient(rgba(48, 46, 46,.3), rgba(48, 46, 46,.3)), url("../images/character/6.png") !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}
.pvp-kills-content{
    height: 206px;
}
.job-kills-box{
    background-image: linear-gradient(rgba(48, 46, 46,.3), rgba(48, 46, 46,.3)), url("../images/character/5.png") !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}

.job-kills-content{
    height: 206px;
}

.global-history-box{
    background-image: url("../images/character/8.png") !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 525px;
    mix-blend-mode: screen;
}

  [class^=showdata-] {
    display: none;
  }
  [class^=showdata-] p {
    color: #fff !important;
  }
  
  .items {
    padding: 0;
  }
  
  .itempanel {
    overflow: inherit;
    background-position: center;
    background-repeat: no-repeat;
    /* background-image: url("http://localhost/images/characters/1907.png"); */
  }
  .itempanel.left .slot,.itempanel.right .slot-disabled{
    margin-right: 10px;
  }
  .itempanel.right .slot,.itempanel.right .slot-disabled{
    margin-left: 10px;
  }
  
  .itempanel .equipment {
    display: flex;
  }
  
  .itempanel .avatar {
    display: none;
    padding-top: 80px;
  }
  
  .itempanel .slot, .slot-disabled {
    width: 38px;
    height: 38px;
    margin: 2px auto;
  }
  
  .itempanel .item {
    position: absolute;
    width: 38px;
    height: 38px;
  }
  
  .itempanel .image {
    width: 32px;
    height: 32px;
    margin: 3px;
    padding: 0;
    color: #fff;
  }
  
  .itempanel .soxframe {
    background: url("../../images/items/soxframe.gif");
  }
  
  .itempanel .normalframe {
    background: url("../../images/items/clean.png");
  }
  
  .itempanel .disabledframe {
    filter: contrast(0.5);
  }
  
  .itemdata {
    text-align: left !important;
    color: #fff;
    z-index: 9999;
    position: absolute;
    width: 205px;
    background: rgba(35, 55, 120, 0.9);
    border: 1px groove #000080;
    border-radius: 5px;
    line-height: 18px;
    font-size: 12px;
  }
  
  .itemdata .popover-content {
    padding: 9px 10px !important;
  }
  
  .itemdata .sox {
    color: #FFD700;
    font-weight: bold;
  }
  
  .itemdata .normal {
    font-weight: bold;
  }
  
  .itemdata .blue {
    font-weight: bold;
    color: #00d0fd;
  }
  
  .itemdata .desc {
    color: #efdaa4;
  }
  
  .itemdata .bluestats {
    font-weight: bold;
    color: #00d0fd;
    margin-bottom: 0;
  }
  
  .itemdata .redstat {
    color: #ff0000;
  }
  
  .itemdata .advanceElixir {
    font-weight: bold;
    color: #c7c7c7;
    margin-bottom: 0;
  }
  


.tox-tinymce{
    border: 1px solid #423F3F !important;
}
.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary{
    background-color: #221E1C !important;
    border: 1px solid #423F3F !important;
}
.tox .tox-sidebar{
    background-color: #352f2b !important;
    border: 1px solid #423F3F !important;
}

.c-table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 15px;
    overflow: hidden;
}

.row-bg{
    background-color: rgb(48, 46, 46,.5) !important;

}

.c-table thead{
    background-color: rgb(48, 46, 46,.5) !important;
    color: #fff;
}
.c-table th{
    padding: .5rem; 
    text-align: center;
}
.c-table th:last-child{
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: right;
    padding-right: 1.5rem;
}
.c-table th:first-child{
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: left;
    padding-left: 1.5rem;

}
/* Round the first and last <td> of each row in tbody */
.c-table tbody tr td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 1.5rem;
}

.c-table tbody tr td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-right: 1.5rem;
}

/* Alternate row background colors */
.c-table tbody tr:nth-child(even) td {
    border: 1px solid #423F3F;
    background-color: rgba(34, 30, 28,.5); /* Darker row background */
}

.c-table tbody tr:nth-child(odd) td {
    border: 1px solid #423F3F;
    background-color: #221E1C; /* Slightly lighter or different shade */
}

/* Optional: spacing between rows (already handled by border-spacing, but helps clarity) */
.c-table td {
    padding: 0.75rem;
    text-align: center;
}
.c-ranking-dropdown{
    position: relative;
}
.c-ranking-dropdown::after {
    content: "";
    display: block;
    width: 10px;
    height: 11px;
    background: #725439;
    width: 58%;
    border-radius: 5px;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

.c-ranking-dropdown::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #bd926d;
    position: absolute;
    bottom: -8px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}

.ranking-tab.active{
    background-color: #615347;
    border: 1px solid #e1ad2a !important;
 filter:brightness(1.2) !important;
}



.c-ranking-dropdown-btn::after {
    display: none !important;
    content: '' !important;
}
.c-ranking-dropdown-menu{
    background-color: #393939e2 !important;
    border: 1px solid #554e4e !important;
    border-radius: 10px !important;
}

.c-ranking-dropdown-menu .dropdown-item{
    color :#fff !important;
}
.c-ranking-dropdown-menu .dropdown-item:hover{
    color :#fff !important;
    background-color: #554e4e !important;
}
.guild-card-1-bg , .guild-card-2-bg{
    background-image: url("../images/guild/1.png") !important;
    background-size: cover !important;
    background-position: top right !important;
    background-repeat: no-repeat !important;
}
.guild-card-2-bg{
    background-image: url("../images/guild/2.png") !important;
}


.footer{
    background-color: #261C13;
    border-top: #6E5035 1px solid;
    padding: 1rem 1rem 0rem 1rem;
    text-align: center;
    margin-top: 2rem;
}
.footer-soc-container{
    margin-top: 1rem;
}
.footer-soc-list{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-soc-item{
    margin: 0 .5rem;
    background-color: #6E5035;
    padding: 15px;
    border-radius:50% ;
}
.footer-soc-img{
    width: 36px;
}

.footer-backlinks-container{
    margin-top: 1rem;
}
.footer-backlinks-list{
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
}
.footer-backlinks-item{
    margin: 0 .5rem;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    background-color: #38322E;
    padding: 5px 10px;
    border-radius: 20px;
}
.footer-backlinks-link{
    color: #fff;
    text-decoration: none;
}
.footer-copyright-container{
    margin-top: 1rem;
}

.devil-modal-body ,
.angel-modal-body{
    background-image: url("../images/donation/devil.png") !important;
    background-size: cover !important;
    background-position: top -60px right !important;
    background-repeat: no-repeat !important;
    border-radius: 30px !important;
    padding: 1rem;
    border: 1px solid #3d332bf6;
}
.angel-modal-body{
    background-image: url("../images/donation/angel.png") !important;
}

.ranking-tab-btn{
    width: calc(100%/18);
}


@media (min-width:2350px){
    .widget-content-text p{
        font-size: 1.1rem !important;
    }
}
@media (min-width:2000px) and (max-width:2350px){
    .widget-content.rank-widget{
        padding: unset;
        }
        .widget-content-text p{
            font-size: 1.1rem !important;
        }

}

@media (min-width:1800px) and (max-width:2000px){
    .widget-content.rank-widget{
        padding: unset;
        }
    .guild-title{
        font-size: 1.5rem !important;
    }
}

@media (min-width: 1672px) and (max-width: 1800px) {
    .video-container video{
        height: 53vh;
    }
    .widget-content.rank-widget{
        padding: unset;
        }

    .most-popular h5{
        font-size: 16px !important;
    }
    .guild-title{
        font-size: 1.5rem !important;
    }
}
@media (min-width: 1440px) and (max-width:1672px){
    .video-container video{
        height: 53vh;
    }
    .widget-content.rank-widget{
        padding: unset;
        }

    .most-popular h5{
        font-size: 15px !important;
    }
    .guild-title{
        font-size: 1.2rem !important;
    }
}

@media (min-width:1024px) and (max-width:1440px){
    .video-container video{
        height: 53vh;
    }
    .widget-content.rank-widget{
        padding: unset;
        }
    
    .presale-widget{
        width: 32%;
    }
    .most-popular h5{
        font-size: 14px !important;
    }
    .guild-title{
        font-size: 1rem !important;
    }
    .ranking-tab-btn{
        width: calc(100%/12);
    }
  
}

@media (max-width:1024px){
    .video-container video{
        height: 50vh;
    }
    .video-container{
        height: 45vh;
    }
    .footer-backlinks-list {
     display: unset;
    }
    .footer-backlinks-item{
        width: 25%;
        margin: 1rem auto;
    }
    .footer-backlinks-link{
        font-size: 16px;
    }
    .footer-soc-img{
        max-width: 24px;
    }
    .presale-widget{
        width: 48%;
    }
    .ranking-tab-btn{
        width: calc(100%/10);
    }

}
@media (max-width:998px){
    .presale-widget{
        width: 98%;
    }
    .ranking-tab-btn{
        width: calc(100%/6);
    }
    .lang-btn{
        display: none;
    }
    .lang-mobile{
        display: unset !important;
    }
}

@media (max-width: 768px) {
    .video-container{
        height: 55vh;
    }
    .news-content p *{
        max-width: 100%;
        height: auto;
    }
    .main-text *{
        font-size: 14px;
    }
    .main-text-p{
        margin-bottom: 0 !important;
    }
    .news{
        padding: 0;
    }
    .logo-container{
        margin-top: 6rem;
    }
    .footer-logo img{
        max-width: 100%;
    }
    .ranking-tab-btn{
        width: calc(100%/5);
    }
    .ranking-tab-p{
        font-size: 12px !important;
    }
    .c-border-left.kills-time{
        border-bottom: 3px solid #423F3F;
        border-left: 0;
    }
}

