body {
    background-color: #222;
    padding-top: 58px;
}

.header {
    width: 100%;
    height: 420px;
    background: url(../images/header3.jpg) no-repeat center;
    background-size: cover;
}

/* Mobile-specific header background */
@media (max-width: 767px) {
    .header {
        background: url(../images/header3.jpg) no-repeat center;
        background-size: cover;
    }
}

#combat .myButton {
    box-shadow: inset 0 1px 0 0 #9e9a99;
    background: linear-gradient(to bottom, #12100d 5%, #634b30 100%);
    border-radius: 3px;
    border: 1px solid #54381e;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #141110;
    width: 100%;
    text-align: center !important;
}

#combat .myButton:hover {
    background: linear-gradient(to bottom, #634b30 5%, #12100d 100%);
}

#combat .myButton:active {
    position: relative;
    top: 1px;
}

.input-group {
    margin-top: 2px;
    padding: 3px;
}

.float-right {
    float: right;
}

.status-online {
    color: green;
}

.status-offline {
    color: red;
}

footer {
    margin-top: -24px;
    display: block;
    background: #222;
}

footer a,
footer p {
    color: #fff;
    padding: 15px 0 10px 0;
}

.col-md-9 p {
    color: #000;
}

.col-md-9 form input {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.col-md-9 form input[type="submit"] {
    width: 100%;
    background-color: #4caf50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#timestamp {
    font-size: 25px;
    font-weight: bold;
}

table.product_listing {
    width: 100%;
}

table.product_listing thead {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

table.product_listing th,
table.product_listing td {
    padding: 10px;
}

p.description {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 0;
}

.no-border {
    border: none;
}

.mt-5 {
    margin-top: 5px;
}

#terms_conditions p {
    color: #181810;
}

.product_listing tr td img {
    width: 40px;
}

.col-md-9 .description {
    color: #008000;
    font-size: 18px;
}

.donation_points {
    font-weight: bold;
}

.donation_points span {
    font-weight: normal;
}

.panel-body {
    font-size: 16px;
}

.fa-2x {
    vertical-align: middle;
    margin-right: 2px;
    width: 35px;
    text-align: center;
}

.panel-heading h4 {
    margin: 2px 0;
}

.sidebar-nav-fixed .list-group-item {
    padding: 6px 12px;
}

.sidebar-nav-fixed .list-group-item .badge {
    top: 2px;
    position: relative;
}

.help-block {
    margin-top: 0;
    padding-top: 0;
}

div.container > div.panel-default {
    border: none !important;
}

.fa {
    min-width: 15px;
    text-align: center;
}

@media (min-width: 768px) {
    .karma_table {
        display: inline-block;
        width: 49%;
    }

    .navbar-nav {
        display: table;
        width: 100%;
    }

    .navbar-nav > li {
        display: table-cell;
        float: none;
    }
}

@media (max-width: 768px) {
    #fade {
        display: none;
    }
}

.shop_filter {
    text-align: center;
}

.shop_filter .filter_bnt {
    display: inline-block;
    padding: 25px;
}

.new_player_cos {
    margin-bottom: 20px;
}

.new_player_cos img {
    width: 100%;
}

.events-list {
    padding: 5px 0;
    color: black;
}

.events-list-li {
    padding: 0 0 5px 0;
    color: black;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-weight: bold;
}

.active,
.accordion:hover {
    background-color: #ccc;
}

.accordion_panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.support_ticket_btn {
    box-shadow: inset 0 1px 0 0 #ffffff;
    background: linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #ffffff;
}

.support_ticket_btn:hover {
    background: linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
}

.support_ticket_btn:active {
    position: relative;
    top: 1px;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.accordion_panel p {
    color: #333;
}

.label {
    color: white;
    padding: 8px;
}

.new {
    background-color: #04AA6D;
}

/* Green */

.slider_txt1,
.slider_txt2,
.slider_txt3 {
    position: absolute;
    bottom: 0;
    left: 25%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 46px;
    transition: all 300ms ease;
    text-transform: uppercase;
}

.slider_txt2 {
    left: 22%;
}

.mobile-box {
    width: 49%;
    background-color: #f5f5f5;
}

.shop-filter {
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .mobile-box {
        width: 100%;
    }

    .shop-filter {
        font-size: 11px;
        margin: 0 8px;
    }
}

.winter_hunt img {
    width: 100%;
}

.col-md-9 div img {
    width: 100%;
}

/* below accordion */
/* # The Rotating Marker # */
details summary::-webkit-details-marker {
    display: none;
}
summary::before {
    font-family: "Hiragino Mincho ProN", "Open Sans", sans-serif;
    content: "▶";
    position: absolute;
    top: 1rem;
    left: 0.4rem;
    transform: rotate(0);
    transform-origin: center;
    transition: 0.2s transform ease;
}
details[open] > summary:before {
    transform: rotate(90deg);
    transition: 0.45s transform ease;
}

/* # The Sliding Summary # */
details {
    overflow: hidden;
}
details summary {
    position: relative;
    z-index: 10;
}
@keyframes details-show {
    from {
        margin-bottom: -80%;
        opacity: 0;
        transform: translateY(-100%);
    }
}
details > *:not(summary) {
    animation: details-show 500ms ease-in-out;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    color: transparent;
    overflow: hidden;
}
details[open] > *:not(summary) {
    color: inherit;
}

/* # Style 2 # */
details.style2 summary::before {
    content: "×";
    color: #fff;
    font-size: 2rem;
    line-height: 1rem;
    transform: rotate(-45deg);
    top: 1.2rem;
    left: 0.5rem;
}
details[open].style2 > summary:before {
    transform: rotate(90deg);
    color: #f00 !important;
    transition: color ease 2s, transform ease 1s;
}

/* # Style 3 # */
details.style3 summary::before {
    content: "›";
    font-size: 2.5rem;
    line-height: 1rem;
    top: 1.3rem;
    left: 0;
    margin: -0.5rem -0.5rem 0 0.5rem;
    transform-origin: bottom center;
    transition: margin linear 0.05s;
}
details.style3:hover > summary:before {
    color: #fff;
}
details[open].style3 > summary:before {
    left: 0;
    color: #ccc;
    transform: rotate(90deg);
    margin-left: 0.4rem;
    transition: color ease 2s, transform ease 1s, margin ease 1s;
}
@supports (-webkit-touch-callout: none) {
    details.style3 summary::before {
        top: 1.6rem;
    }
    details[open].style3 > summary:before {
        top: 1.3rem;
        transition: all 0.8s;
    }
}

/* # Style 4 # */
details.style4 summary {
    padding-right: 2.2rem;
    padding-left: 1rem;
}
details.style4 summary::before {
    content: "×";
    color: #fff;
    font-size: 2rem;
    line-height: 1rem;
    transform: rotate(-45deg);
    top: 1.2rem;
    left: unset;
    right: 0.6rem;
}
details[open].style4 > summary:before {
    transform: rotate(90deg);
    color: #f00 !important;
    transition: color ease 2s, transform ease 1s;
}

/* # Style 5 # */
details.style5 summary {
    padding-right: 2.2rem;
    padding-left: 1rem;
}
details.style5 summary::before {
    content: "🙈";
    font-size: 1.5rem;
    top: 0.5rem;
    left: unset;
    right: 0.5rem;
    transform: rotate(0);
}
details.style5:hover > summary::before {
    content: "🙊";
}
details[open].style5 > summary::before {
    content: "🐵";
    transform: rotate(0deg);
}
details[open].style5 > summary:hover::before {
    content: "🙉";
}
details .monkey-see {
    display: inline;
}
details .monkey-hide {
    display: none;
}
details[open] .monkey-see {
    display: none;
}
details[open] .monkey-hide {
    display: inline;
}

/* # Style 6 # */
details.style6 summary {
    padding-right: 2.2rem;
    padding-left: 1rem;
}
details.style6 summary::before {
    content: "❔";
    font-size: 1.5rem;
    top: 0.5rem;
    left: unset;
    right: 0.5rem;
    transform: rotate(0);
}
details.style6:hover > summary:before {
    content: "👁️‍🗨️";
}
details[open].style6 > summary:before {
    content: "❌";
    transform: rotate(0deg);
}

/* # Style 7 # */
details.style7 summary {
    padding-left: 3rem;
}
details[open].style7 summary,
details.style7:hover summary {
    background: #000;
    color: #ccc;
}
details[open].style7 summary strong,
details.style7:hover summary strong {
    color: #fdce4c;
}
details.style7:hover summary strong {
    color: #ffdf87;
}
details.style7 summary::before {
    content: "🌑";
    font-size: 1.5rem;
    top: 0.5rem;
    left: 0.5rem;
    transform: rotate(0);
}
details.style7:hover > summary::before {
    content: "🌕";
}
details[open].style7 > summary::before {
    content: "🌕";
    transform: rotate(0deg);
}
details[open].style7 > summary:hover::before {
    content: "🌕";
}
details .moon-new {
    display: inline;
}
details .moon-full {
    display: none;
}
details[open] .moon-new {
    display: none;
}
details[open] .moon-full {
    display: inline;
}
details.style7 .content {
    background: #ddd;
}

/* # Just Some Pretty Styles # */
body {
    font-family: "Open Sans", sans-serif;
    padding-bottom: 100px;
}
img {
    max-width: 100%;
}
p {
    margin: 0;
    padding-bottom: 10px;
}
p:last-child {
    padding: 0;
}
details {
    box-sizing: border-box;
    margin-top: 5px;
    background: white;
}
summary {
    border: 4px solid transparent;
    outline: none;
    padding: 1rem;
    display: block;
    background: #666;
    color: white;
    padding-left: 2.2rem;
    position: relative;
    cursor: pointer;
    font-size: 20px;
}
details[open] summary,
summary:hover {
    color: #ffca28;
    background: #444;
}
summary:hover strong,
details[open] summary strong,
summary:hover::before,
details[open] summary::before {
    color: #ffa128;
}
.content {
    padding: 10px;
    border: 2px solid #888;
    border-top: none;
}
.guides_container p {
    color: black;
}

.myButton {
    box-shadow: inset 0 1px 3px 0 #91b8b3;
    background: linear-gradient(to bottom, #768d87 5%, #6c7c7c 100%);
    border-radius: 5px;
    border: 1px solid #566963;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 11px 23px;
    text-decoration: none;
    text-shadow: 0 -1px 0 #2b665e;
}

.myButton:hover {
    background: linear-gradient(to bottom, #6c7c7c 5%, #768d87 100%);
}

.myButton:active {
    position: relative;
    top: 1px;
}

a.button6 {
    display: inline-block;
    padding: 0.7em 1.4em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 0.15em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    background-color: #3369ff;
    box-shadow: inset 0 -0.6em 0 -0.35em rgba(0, 0, 0, 0.17);
    text-align: center;
    position: relative;
}

a.button6:active {
    top: 0.1em;
}

@media all and (max-width: 30em) {
    a.button6 {
        display: block;
        margin: 0.4em auto;
    }
}

.fb-like span {
    width: 100px !important;
}

.fb-like span iframe {
    width: 100px !important;
}

.buff_container {
    background-color: #04aa6d !important;
    border: 2px solid black;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: white;
    padding: 10px;
    width: 100%;
}


/* General styling for all banner containers */
.banner-container,
#content_event_id {
    background-color: black;
    color: white;
    border: none;
}

/* Ensure all text within the banner containers is white */
.banner-container * {
    color: white;
}

/* Styling for the video content button container */
.video_content_button {
    padding-bottom: 30px;
    width: 100%;
}

/* Hide the mobile/tablet banner on desktops and show the desktop banner */
.event-banner-desktop {
    display: none;
}

.event-banner-mobile {
    display: flex;
    flex-direction: column; /* Ensure stacking on smaller screens */
}

/* Responsive adjustments */
@media (min-width: 768px) {


.unique-info-row {
    display: flex;
    flex-wrap: wrap;
}

.unique-info-box-container {
    flex: 1;
    padding: 15px; /* Add some padding around the box container for spacing */
    box-sizing: border-box; /* Ensure padding doesn't affect box size */
}

.unique-info-box {
    background-color: #f8f8f8; /* Light gray background */
    padding: 20px; /* Padding inside each box */
    border-radius: 10px; /* Rounded corners */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center; /* Center text within the box */
    height: 100%;
}

/* Ensure all boxes within the row have the same height */
.unique-info-row {
    align-items: stretch;
}

.unique-info-box h4, .unique-info-box h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.unique-info-box p {
    flex-grow: 1; /* Allow the paragraph to take up available space */
    margin-bottom: 0; /* Remove margin at the bottom to avoid unnecessary spacing */
}

/* Set a consistent width for all boxes */
.unique-info-box {
    width: 100%; /* All boxes will take the full width of their container */
}

/* Ensure the boxes are all the same height */
.unique-info-box-container {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.unique-info-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*///////////////////// */
    .event-banner-desktop {
        display: block;
    }

    .event-banner-mobile {
        display: none;
    }
}

/* Styling for mobile/tablet images */
.event-image-left, .event-image-right {
    width: 100%;
    height: auto;
}

/* Ensuring full-width for the image containers on mobile */
.event-banner-mobile .col-xs-6 {
    width: 100%;
    padding: 0; /* Remove padding to ensure images are flush */
}

/* Styling for the button */
.event-btn {
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    color: black;
}

/* Mobile-specific styles */
@media (max-width: 767px) {

    #unique-content-container-info {
        background-color: black;
        color: white;
        padding: 15px; /* Optional: Add some padding for better readability */
    }

    /* Ensure all text within #unique-content-container-info is white */
    #unique-content-container-info p,
    #unique-content-container-info h2,
    #unique-content-container-info h3,
    #unique-content-container-info h4,
    #unique-content-container-info h5,
    #unique-content-container-info a,
    #unique-content-container-info ul,
    #unique-content-container-info li {
        color: white;
    }

    /* Style links within #unique-content-container-info to have white text */
    #unique-content-container-info a {
        color: white;
        text-decoration: underline; /* Optional: Make sure links are distinguishable */
    }

    /* Ensure that the links within #unique-content-container-info change color on hover for better accessibility */
    #unique-content-container-info a:hover {
        color: #ddd; /* Optional: Slightly lighter shade on hover */
    }

    /* Hide the sidebar on mobile devices */
    .sidebar-panel {
        display: none;
    }

    .event-banner-mobile {
        flex-direction: column;
    }

    .event-image-left, .event-image-right {
        width: 100%; /* Full width on mobile */
    }

    .event-btn {
        width: 100%;
        padding: 15px 0;
        font-size: 18px;
    }

    /* Make the button container full-width on mobile */
    .text-center {
        width: 100%;
        text-align: center; /* Ensure text alignment is centered */
    }

    /* Apply background color black and text color white only to #content_event_id on mobile */
    #content_event_id {
        background-color: black;
        color: white;
        padding: 15px; /* Optional: Add some padding for better readability */
    }

    /* Ensure content within #content_event_id stays within boundaries and has spacing */
    #content_event_id .content-section {
        overflow: hidden;
        word-wrap: break-word;
        margin-bottom: 20px;
    }

    /* Ensure the event images and containers are full width */
    .event-banner-mobile .col-xs-6,
    .banner-container,
    #content_event_id {
        width: 100%;
    }

    #content_event_id p {
        color: white;
    }
	
	
	 /* Apply background color black and text color white only to #content_container_info on mobile */
    #content_container_info {
        background-color: black;
        color: white;
        padding: 15px; /* Optional: Add some padding for better readability */
    }

    /* Ensure all text within #content_container_info is white */
    #content_container_info p,
    #content_container_info h2,
    #content_container_info h3,
    #content_container_info h4,
    #content_container_info h5,
    #content_container_info a,
    #content_container_info ul,
    #content_container_info li {
        color: white;
    }

    /* Style links within #content_container_info to have white text */
    #content_container_info a {
        color: white;
        text-decoration: underline; /* Optional: Make sure links are distinguishable */
    }

    /* Ensure that the links within #content_container_info change color on hover for better accessibility */
    #content_container_info a:hover {
        color: #ddd; /* Optional: Slightly lighter shade on hover */
    }
	
	
}

/* New Player Gear Bar Styles */
.new_player_gear_toggle {
    display: flex;
    justify-content: center; /* Center the content horizontally */
    align-items: center; /* Center vertically */
    background-color: #00b8b8; /* Default blue background */
    color: white;
    padding: 10px 20px;
    gap: 20px; /* Add space between the title and button */
    width: 100%;
    z-index: 9999; /* Ensure the bar appears above other content */
    transition: background-color 1s ease-in-out; /* Add smooth background color transition */
}

.new_player_gear_title {
    font-size: 16px;
    text-align: center; /* Centers the title text */
    margin: 0; /* Remove margin */
}

.new_player_gear_button {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
    border: none;
    padding: 5px 20px;
    cursor: pointer;
    border-radius: 20px;
    font-size: 16px;
}

.new_player_gear_button:hover {
    background-color: #e07a00;
}

/* Fixed position class to show the bar fixed at the top */
.new_player_gear_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

/* Details container */
.new_player_gear_details {
    background-color: #f9f9f9;
    padding: 20px;
}

/* Flexbox layout for image and text */
.new_player_gear_content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
    width: 100%; /* Ensure both containers take 100% width */
}

/* Image container styling */
.new_player_gear_image_container {
    flex: 1;
    width: 100%; /* Ensure full width for the image container in mobile */
    max-width: 100%; /* Ensure the image container takes full width on all devices */
}

.new_player_gear_image {
    width: 100% !important; /* Ensure image takes full width */
    height: auto !important; /* Maintain aspect ratio */
    border-radius: 10px;
}

/* Text container styling */
.new_player_gear_text {
    flex: 1; /* Ensure the text container also takes full width in mobile */
    max-width: 100%; /* Set max-width to 100% for mobile view */
    padding: 20px;

    border-radius: 5px;

}

/* Mobile specific adjustments */
@media (max-width: 768px) {
	#guides .panel-body .col-md-3 {width:100% !important;}
	.new_player_gear_text {
    color: white; /* Ensure the text color is white in mobile */
    background-color: black; /* Ensure black background in mobile */
}

    .new_player_gear_content {
        flex-direction: column; /* Stack image and text vertically on mobile */
        gap: 0; /* Remove gap between items */
    }

    .new_player_gear_image_container, .new_player_gear_text {
        max-width: 100%; /* Ensure both image and text take full width on mobile */
        width: 100% !important; /* Force full width for both containers */
    }

    .new_player_gear_image {
        width: 100% !important; /* Ensure the image takes full width */
        height: auto !important; /* Maintain aspect ratio */
    }

    .new_player_gear_text {
        margin-top: 10px; /* Add some space between image and text */
    }

    #new_player_gear_details {
        background-color: black;
    }
    
    /* Add space between bar and next section */
    .new_player_gear_toggle + div {
        margin-top: 20px; /* Increase spacing between the bar and login menu */
    }
}



/** aici am facut pt guides */



@media (min-width: 992px) {
    #guides .panel-body .row #main-sidebar {
        width: 20% !important; /* Forces Bootstrap override */
    }
}
#guides  {width:100%;}
#guides div .header {display:none ;}


#guides .fb_iframe_widget{text-align:center;display:block;}




/* General Layout */
.guides-container {
    display: flex;
 
}

/* Left Sidebar */
.guides-sidebar {
    width: 250px;
    background-color: #222;
    padding: 10px;
 
}

.guides-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guides-sidebar li {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #333;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.guides-sidebar li:hover {
    background-color: #444;
}

.guides-sidebar a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    width: 100%;
}

.guides-sidebar img {
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

/* Sidebar Text Container */
.sidebar-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Title (Bold Main Text) */
.sidebar-text .title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

/* Subtitle (Smaller Description) */
.sidebar-text .subtitle {
    font-size: 12px;
    color: #bbb;
    margin-top: 2px;
}



/* Mobile Navigation */
.mobile-menu {
    display: none;
    flex-direction: column;
    background-color: #222;
    padding: 10px;
    border-radius: 5px;
}

.mobile-menu-button {
    display: none;
    background-color: #2e8b57;
    color: white;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 768px) {
    .guides-container {
        flex-direction: column;
    }

    .guides-sidebar {
        display: none;
    }

    .mobile-menu-button {
        display: block;
    }

    .mobile-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .mobile-menu li {
        padding: 10px;
        background-color: #333;
        margin: 5px 0;
        text-align: center;
       
    }

    .mobile-menu li a {
        text-decoration: none;
        color: white;
        font-weight: bold;
    }
}
/* Guides Content Styling */
.guides-content {
    flex-grow: 1;
    padding: 20px;
    background-color: #1e1e1e;

    color: #fff;
    font-size: 16px;
    line-height: 1.6;
	
}

/* Introduction Text */
.guides-content .intro-text {
    font-size: 18px;
    font-weight: bold;
    color: #f8d64e;
    margin-bottom: 15px;
}

/* Server Info Boxes */
.server-info-box {
    background: #333;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    border-left: 5px solid #f8d64e;
}

/* Highlight important information */
.highlight {
    color: #ff5555;
    font-weight: bold;
}

/* Stage Progression */
.stage-box {
    background: #292929;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-left: 5px solid #4caf50;
}

/* Stage Titles */
.stage-box h4 {
    font-size: 18px;
    font-weight: bold;
    color: #4caf50;
}

/* Update Notice */
.update-info {
    color: #f8d64e;
    font-size: 14px;
    margin-top: 20px;
    text-align: center;
}
.guides-content h3 {
    margin-top: 25px; /* More space between sections */
}

.server-info-box,
.stage-box {
    padding: 18px; /* Increase padding slightly */
    margin-bottom: 18px; /* More space between boxes */
}



/* Quick Links Container */
.quick-links-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
}

/* Quick Link Buttons */
.quick-link-btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #333; /* Dark background */
    border-radius: 5px;
    transition: background-color 0.3s ease-in-out;
}

/* Hover Effect */
.quick-link-btn:hover {
    background-color: #555; /* Slightly lighter background */
}


#guides .collectibles .item-slot img {
  width: 32px !important;
  height: 32px !important;
}
#guides .collectibles .item-slot {
  width: 32px !important;
  height: 32px !important;
}
/* Item Slot Container */
.item-slot {
    position: relative;
    display: inline-block;
    width: 64px; /* Adjust size if needed */
    height: 64px;
    margin: 5px;
    cursor: pointer;
}

/* Item Icon */
.item-slot img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
}

/* Tooltip Styling */
.item-tooltip {
    display: none; /* Hidden by default */
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    text-align: left;
    padding: 8px;
    border-radius: 5px;
    white-space: normal; /* Allows text wrapping */
    word-wrap: break-word;
    width:250px;
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.2);
    font-size: 13px;
    line-height: 1.4; /* Improved readability */
    z-index: 100;

    left: 50%;
    transform: translateX(-50%);
}

/* Prevent Tooltip Overflowing Offscreen */
@media (max-width: 500px) {
    .item-tooltip {
        max-width: 180px; /* Make it smaller for mobile */
        font-size: 12px;
        left: auto;
        right: 0;
        transform: none;
    }
}

/* Tooltip Arrow */
.item-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.9) transparent transparent transparent;
}

/* Show tooltip when hovering over item */
.item-slot:hover .item-tooltip {
    display: block;
}

/* Item Name Highlight */
.item-tooltip strong {
    color: #ffcc00;
    font-size: 14px;
}

/* Effects Section */
.item-tooltip .effects {
    color: #32cd32; /* Green text for effects */
    font-weight: bold;
}

/* Drop Location Section */
.item-tooltip .drop-location {
    color: #ff9900; /* Orange text for drop location */
    font-weight: bold;
}
