/*
Theme Name:   SquadForce Child
Theme URI:    https://themeforest.net/user/_nK/portfolio
Author:       nK <https://nkdev.info>
Template:     squadforce
Author URI:   https://nkdev.info/
Description:  SquadForce Child
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  squadforce-child
Tags:
*/


/* Theme customization starts here
-------------------------------------------------------------- */

/** Custom CSS **/

.nk-post-by {
    display: none !important
}

.menu-item a {
    position: relative;
}


.nk-image-slider-thumbs-count {
    display: none !important;
}

.nk-post-comments-count {
    display: none !important
}

.nk-widget .nk-widget-highlighted {
    background: none !important;
    padding: 0 !important;
}

.nk-widget {
    margin-top: 0px !important;
}

.nk-page-background-top {
    display: none
}

.nk-navbar .menu a:hover, .nk-navbar .menu li a:hover {
    color: #65B240 !important
}


/** Social Media Icons **/

/**.nk-contacts-top {
    display: none
} 

.nk-contacts-right {
    display: none
}

.nk-contacts-top .nk-contacts-left {
    float: right;
} **/

.nk-breadcrumbs>li:last-of-type::after {
    margin-bottom: 1rem;
    margin-left: -1rem;
}

/** Menu Images **/

.wp-menu-img-before a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
}

.wp-menu-img-before img [width="25"] {
    transform: scale(1.6);
    transform-origin: left center;
    margin-right: 25px;
}

.wp-menu-img-before span {
    font-size: 14px;
    font-weight: 600;
}

.nk-navbar .nk-nav .dropdown li {
    margin-bottom: 8px;
}

.nk-navbar .nk-nav .dropdown li:last-child {
    margin-bottom: 0;
}

/** Menu Bar **/

.nk-navbar .nk-nav .nk-drop-item > a::after,
.nk-navbar .nk-nav .menu-item-has-children > a::after {
    content: none !important;
    display: none !important;
}

/** Menu Dropdown **/

.nk-navbar .nk-nav .dropdown {
    background-color: #13171C;
}

.wp-menu-img-before img  {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}

/** Categories in News Site **/

.vp-portfolio_items-style-squadforce-list .vp-portfolio_item .nk-post-img .nk-post-categories,
.vp-portfolio_items-style-squadforce-list-2 .vp-portfolio_item .nk-post-img .nk-post-categories {
    display: none;
}

/** Comments **/

.sociality-author-bio {
    background-color: #22262e;
    border-radius: 4px;
    display: none !important;
}

.wp-block-comments {
    display: none !important;
}

/** Footer Color **/

.nk-footer {
    background-color: none;
}

/** Footer **/

.custom-footer {
background-color: #1b1b1b;
border-top: 1px solid #333;
padding: 16px 32px;
color: #ccc;
font-family: 'Open Sans', sans-serif;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}

.custom-footer a {
    color: #ccc;
    text-decoration: none;
    margin: 0 12px;
    font-weight: 600;
    font-size: 14px;
    transition: color 0.2s ease;
}

.custom-footer a:hover {
    color: #65B240
}

.footer-left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.footer-right {
    display: flex;
    gap: 16px;
    font-size: 20px;
}

@media (max-width: 768px) {
    .custom-footer {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
}

.footer-left, .footer-right {
    justify-content: center;
    flex-wrap: wrap;
}

/** Thumbnail **/

.post-thumbnail img {
    width: 100%;
    height: auto;
}

/** Footer Color **/

.nk-copyright {
    background-color: #0a0b0e00;
    border: none !important;
}

.custom-footer{
    background-color:#0a0b0e00;
    border: none !important ;
}

/** Tooltip **/

/* -------- Tooltip Wrapper -------- */
.item-hover-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
  }
  
  /* -------- Tooltip Container -------- */
  .item-tooltip {
    display: none;
    position: fixed;
    color: #eee;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0px !important;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.8);
    z-index: 1000;
    pointer-events: none;
    font-family: 'Open Sans', sans-serif;
    max-width: 240px;
    min-width: 240px;
    white-space: nowrap;
    text-align: center !important;
  }
  
  /* Tooltip sichtbar bei Hover */
  .item-hover-wrapper:hover .item-tooltip {
    display: block;
  }
  
  /* -------- Tooltip Titel -------- */
  .item-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px !;
    font-family: 'Open Sans', sans-serif;
  }


  

  /* Titelfarbe je nach Rarity */
  .item-title.rarity-poor { color: #646464; }
  .item-title.rarity-common { color: #DEDEDE; }
  .item-title.rarity-uncommon { color: #62BE0B; }
  .item-title.rarity-rare { color: #4A9BD1; }
  .item-title.rarity-epic { color: #AD5AFF; }
  .item-title.rarity-legendary { color: #F7A22D; }
  .item-title.rarity-unique { color: #E3D88C; }
  
  /* -------- Tooltip Stat-Liste -------- */
  .item-stats {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .item-stats li {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #4aa9bd;
    margin-bottom: 6px;
    letter-spacing: 0.3px;
  }
  
  /* Stat-Striche links & rechts (nicht eingefärbt) */
  .item-stats li::before,
  .item-stats li::after {
    content: "-";
    color: #999;
    padding: 0 6px;
    font-weight: normal;
  }
  
  /* -------- Tooltip Icon Container (optional) -------- */
  .item-tooltip-icon {
    position: fixed;
    width: 48px;
    height: 48px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 0px !important;
    background: #1b1b1b;
    overflow: hidden;
    box-shadow: 0 0 6px rgba(0,0,0,0.5);
    z-index: 1001;
    pointer-events: none;
    display: none;
  }
  
  .item-tooltip-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  
  /** Description **/

  .item-description {
    margin-top: 20px;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    color: #f78b38; 
    font-family: 'Open Sans', sans-serif;
  }
  
  /** Description Stripe **/

  .item-stats {
    margin-bottom: 20px; 
  }
  
  /** Tooltip Texture **/

  .item-tooltip {
    background-image: url('https://goblinvault.io/wp-content/uploads/2025/04/tooltip_background.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #0b0b0b !important; 
}

.item-tooltip-icon {
    background-image: url('https://goblinvault.io/wp-content/uploads/2025/04/tooltip_background.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #0b0b0b !important; 
}


/** Tooltip Divider **/

  .item-stats {
    margin-bottom: 16px;
  }

  .tooltip-ability-divider {
    display: block;
    height: 2px;
    background: linear-gradient(to right, transparent, #888, transparent);
    margin: 0px auto 4px auto; 
    width: 80%;
}

/** Widget Area **/


.nk-widget.nk-widget-highlighted{
    background-color: #0a0b0e00;
    padding: 0px;
}

/** Skill and Perks Tooltip **/

.tooltip-ability-inline {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-ability-trigger {
    color: #f0f0f0;
    font-weight: 600;
}

.tooltip-ability-content {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.1s ease;
    z-index: 999;
    background: #111;
    border: 1px solid #444;
    padding: 12px 16px;
    border-radius: 0px;
    width: 320px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    font-family: 'Open Sans', sans-serif;
    background-image: url('https://goblinvault.io/wp-content/uploads/2025/04/tooltip_background.jpg') !important;
    text-align: center !important;
}

.tooltip-ability-icon{
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}

.tooltip-ability-icon img {
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
    
}

.tooltip-ability-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 6px;
    display: block;
    color: #f4f4f4;
    font-size: 14px;
    text-align: center;
}


.tooltip-ability-description {
    font-size: 14px;
    line-height: 1.4;
    color: #ccc;
    margin-top: 8px !important;
}

/** Tooltip Description Color **/

.highlight-gray { color: #bbb; font-style: italic; }
.highlight-red { color: #ff5a5a; font-weight: bold; }
.highlight-yellow { color: #ffd65a; font-weight: bold; }
.highlight-green { color: #6aff6a; font-weight: bold; }
.highlight-blue { color: #003991; font-weight: bold; }
.highlight-white { color: #fff; font-weight: bold; }
.highlight-cyan { color: #01DBFE; font-weight: bold; }

/** Vote Box Count **/

.wpulike .wp_ulike_general_class .count-box {
    margin-top: -70px;
    margin-left: -90px;
    width: 90px !important;
}

/** Register Form **/

.impu-form-pass-additional-content {
    color: #ffffff !important;
}

.ihc-login-template-13 .ihc-register-link, .ihc-login-template-13 .impu-form-submit input {
    background: #65B240 !important;  }



/** UMP Colors **/

:root {
    --iump-primary-text-color: #ffffff;
    --iump-second-text-color:#65B240;
    --iump-thrid-text-color: #686b8f;
    --iump-forth-text-color: rgba(108,119,135,1.0);
    --iump-main-background-color: #f4f7fd;
    --iump-green-color: #37caca;
    --iump-blue-color: #2196f3;
    --iump-blue-light-dark-color: #0d8aee;
    --iump-blue-darker-color: #0b64f5;
    --iump-light-blue-color: #ecf3fb;
    --iump-superlight-blue-color: rgba(236,243,251, 0.28);
    --iump-blue-border-color: #e0eafe;
    --iump-blue-second-border-color: #e2e8f9;
    --iump-gray-color: #ced4de;
    --iump-main-orange: #F5B11D;
    --iump-primary-font: Poppins,Century Gothic,CenturyGothic,sans-serif
}

.impu-form-pass-additional-content {
    color: #ffffff;
    font-size: 17px;
    text-align: center;
    padding: 15px 15px 0;
}


/** Breadcrumbs Hide **/

.page-id-381 .nk-breadcrumbs {
    display: none !important;
}

.page-id-1515 .nk-breadcrumbs {
    display: none !important;
}


div.ihc-login-success {
    color: #ffff00 !important;
    text-align: center !important;
}

/** Table Header Color **/

:where(.editor-styles-wrapper) .wp-block-table table thead {
    background-color: #00000000;  }


/** Icon Tooltip Text **/

.inline-icon {
    width: 35px !important;
    height: 35px !important;
    object-fit: contain;
    margin-right: 1px;
    vertical-align: center;
    position: relative;
    margin-top: -2px;
    
}

/** Twitch Stream Layout **/

.twitch-top3-wrapper {
    max-width: 1110px;
    margin: 0 auto;
    padding-top: 26px;
    box-sizing: border-box;
    width: 1110px;
    height: 330px;
    justify-content: center;
    
    
}

.twitch-top3-background {
    background-image: url("https://goblinvault.io/wp-content/uploads/2025/05/twitch_top_3_banner_ic.webp");
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    width: 1110px;
    height: 330px;
}

.twitch-top3-grid {
    display: grid;
    grid-template-columns: 356px 168px 452px;
    grid-template-rows: 200px 96px;
    gap: 40px;
    position: relative;
}

/* === Box Größen === */
.stream-box.main {
    width: 356px;
    height: 200px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin-top: 45px;
    margin-left: 30px;
}

.stream-box.small-1 {
    width: 168px;
    height: 96px;
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin-top: 35px;
    margin-left: 20px;
}

.stream-box.small-2 {
    width: 168px;
    height: 96px;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin-top: -70px;
    margin-left: 20px;
}

.header-box {
    width: 452px;
    height: 254px;
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 35px;
    margin-left: 10px;
}
.header-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* === Inhalt der Boxen === */
.stream-box {
    position: relative;
    border-radius: 8px;
}

.stream-thumb-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    background: #000;
    cursor: pointer;
    border: 2px solid transparent;
    
}
.stream-thumb-wrapper:hover {
    border: 2px solid white;
}
.stream-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 3;
}
.play-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-40%, -50%);
    width: 0;
    height: 0;
    border-left: 16px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}
.stream-viewer-count {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1e1e1e;
    color: white;
    font-size: 9px;
    font-weight: bold;
    border: 2px solid white;
    border-radius: 999px;
    padding: 1px 7px 1px 4px;
    display: flex;
    align-items: center;
    gap: 5px;
    z-index: 5;
    pointer-events: none;
}
.live-dot {
    width: 4px;
    height: 4px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}
.stream-name-below {
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 0.95rem;
    margin-top: 8px;
}
.stream-name-below a {
    color: white;
    text-decoration: none;
}
.stream-name-below a:hover {
    text-decoration: underline;
}


/** Tables **/

/** Ability Table **/

.ability-table td:nth-child(1),
.ability-table th:nth-child(1) {
  width: 160px !important;
}

.ability-table td:nth-child(2),
.ability-table th:nth-child(2) {
  width: 500px;
}

.ability-table td,
.ability-table th {
  height: 45px !important;
  line-height: 45px;
  padding: 0 8px;
  vertical-align: middle;
  overflow: hidden;
}

.ability-table td img {
    height: 32px;
    width: auto;
    vertical-align: middle;
  }

.ability-table td:nth-child(2) {
    line-height: 1.5;
    padding: 12px;
  }
  
.ability-table td:nth-child(2) p {
    margin: 0 0 6px 0;
  }
  
  /** Gear Table **/

.gear-table td:nth-child(1),
.gear-table th:nth-child(1) {
  width: 160px !important;
}

.gear-table td:nth-child(2),
.gear-table th:nth-child(2) {
  width: 300px;
}

.gear-table td,
.gear-table th {
  height: 37px !important;
  line-height: 37px !important;
  vertical-align: middle;
  overflow: hidden;
}

.gear-table td img {
    height: 32px;
    width: auto;
    vertical-align: middle;
  }

.gear-table td:nth-child(2) {
    line-height: 1.5;
    padding: 12px;
  }
  
.gear-table td:nth-child(2) p {
    margin: 0 0 6px 0;
  }

  /** TOC CSS **/

  .eb-toc-container.eb-toc-is-sticky .eb-toc-wrapper {
    max-height: none !important;
    overflow-y: visible !important;
    overflow-x: visible !important;
}

.eb-toc-s6jyg.eb-toc-container.eb-toc-is-sticky button.eb-toc-button {
    color: #000000 !important;
}

.eb-toc-container.style-2 .eb-toc__list-wrap>.eb-toc__list>li>.eb-toc__list li:before {
    display: none !important;
}

.eb-toc-s6jyg.eb-toc-container .eb-toc-wrapper li {
    margin-left: -10px !important;
}

.eb-toc-s6jyg.eb-toc-container .eb-toc-wrapper li a {
    padding-left: 22px;
}

.eb-toc-container.style-2 .eb-toc__list-wrap>.eb-toc__list {
    padding-bottom: 10px !important;
}

.eb-toc-go-top {
    background: #65b240 !important;
}

/** Text Color **/

p {
    color: #ffffff !important;
  }

  .tooltip-line {
    color: #ffffff;
  }
  
  .tooltip-line .tooltip-ability-content,
  .tooltip-line .tooltip-ability-content *,
  .tooltip-line .tooltip-ability-description,
  .tooltip-line .highlight-yellow,
  .tooltip-line .highlight-blue {
    color: inherit !important; /* Tooltip bleibt wie definiert */
  }
  
  /** Inline Tooltip Icon **/

  .tooltip-in-line .tooltip-ability-trigger img.inline-icon {
    width: 12px;
    height: 12px;
    margin-right: 1px;
    vertical-align: middle;
  }
  
 /** Quest Tracker **/

  
 .quest-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100%;
  }
  
  .quest-block {
    background-color: #121417;
    padding: 0;
    border-left: 6px solid #62BE0B;
    border-radius: 8px;
    color: #EDEDED;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  
  .quest-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 18px;
    background-color: #1a1c1f;
    border-bottom: 1px solid #2a2a2a;
    cursor: pointer;
    min-height: 60px;
    transition: background 0.2s ease;
    z-index: 2;
    position: relative;
  }
  
  .quest-header:hover {
    background-color: #22242b;
  }
  
  .quest-header h2 {
    font-size: 1.3rem;
    margin: 0;
    flex: 1 1 100%;
  }
  
  .quest-header p {
    margin: 0;
    font-size: 0.85rem;
    color: #ccc;
  }
  
  .quest-merchant {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
  }
  
  .quest-merchant img {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    object-fit: cover;
    border: 1px solid #444;
  }
  
  .quest-header-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-left: auto;
    order: 2;
  }
  
  .quest-header-actions button {
    background: #2d2f36;
    border: none;
    color: #fff;
    font-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  
  .quest-header-actions button:hover {
    background: #444;
  }
  
  .quest-block.marked {
    border-left-color: #F7A22D;
  }
  
  .quest-block.auto-completed {
    border-left-color: #62BE0B;
    opacity: 0.6;
  }
  
  .quest-block .quest-body {
    display: none;
    padding: 15px 20px;
  }
  
  .quest-block.open .quest-body {
    display: block;
  }
  
  .quest-block h4 {
    font-size: 1.2rem;
    margin: 20px 0 10px;
    text-transform: uppercase;
    color: #DEDEDE;
    border-bottom: 1px solid #2a2a2a;
    padding-bottom: 5px;
  }
  
  .quest-items,
  .quest-rewards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .quest-item,
  .quest-reward {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 8px;
    background-color: #1c1e24;
    border-radius: 6px;
    font-size: 16px;
    box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
    transition: all 0.2s ease;
  }
  
  .quest-item.completed {
    opacity: 0.5;
    text-decoration: line-through;
  }
  
  .quest-item img,
  .quest-reward img,
  .item-label-text img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    object-fit: contain;
    padding: 2px;
    background: none !important;
  }
  
  .quest-item span,
  .quest-reward span {
    display: inline-block;
  }
  
  .item-label-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #dedede;
    text-align: center;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
  }
  
  .counter-ui {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Open Sans', sans-serif;
  }
  
  .counter-ui button {
    background: #2d2f36;
    border: none;
    color: #fff;
    font-size: 18px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  
  .counter-ui button:hover {
    background: #444;
  }
  
  .counter-ui .item-count {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    min-width: 40px;
  }
  
  #completed-title {
    margin-top: 40px;
    font-size: 1.6rem;
    color: #62BE0B;
    border-top: 1px solid #2a2a2a;
    padding-top: 15px;
  }
  
  .quest-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
    justify-content: center;
  }
  
  .quest-filters select {
    background: #1c1e24;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid #444;
    font-size: 0.95rem;
  }
  
  @media (max-width: 768px) {
    .quest-section {
      flex-direction: column;
      align-items: stretch;
    }
  
    .quest-header {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .quest-header h2,
    .quest-header p,
    .quest-header .quest-merchant {
      flex: 1 1 100%;
    }
  
    .quest-items,
    .quest-rewards {
      flex-direction: column;
    }
  
    .quest-block {
      width: 100%;
      max-width: 100%;
    }
  }
  
  .quest-section > .quest-block {
    margin-left: 0 !important;
    border-left: 6px solid #62BE0B;
    box-shadow: none;
  }

  .quest-header-main {
    flex-grow: 1;
  }

  .quest-block.marked {
    border-left-color: #F7A22D;
  }

  .quest-block .mark-quest-btn.marked {
    color: #F7A22D;
  }

#active-title,
#completed-title,
#marked-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 30px 0 15px;
  color: #62BE0B;
  display: none; /* Wird per JS gesteuert */
}

#marked-title {
  color: #F7A22D;
}

#active-title {
  color: #ffffff;
}

#required-items-search {
  padding: 8px 12px;
  border: 1px solid #444;
  border-radius: 4px;
  background-color: #1c1e24;
  color: #fff;
  font-size: 0.95rem;
  max-width: 260px;
  height: 40px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 20px;
}

.quest-title-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.quest-warning-tooltip {
  position: relative;
  display: inline-block;
}

.quest-warning-icon {
  font-size: 16px;
  cursor: pointer;
  color: #ffcc00;
  background: none !important;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}

.quest-title-row .quest-tooltip-wrapper .quest-warning-icon {
  border: none !important;
}

.quest-warning-icon {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/** Quest Progress Bar **/

.quest-progress-bar {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 20px auto;
    padding: 10px 20px;
    background: #1c1e24;
    border: 1px solid #333;
    border-radius: 6px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
    color: #DEDEDE;
    font-family: 'Open Sans', sans-serif;
  }
  .quest-progress-bar .progress-label {
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: #DEDEDE;
  }
  .progress-bar-bg {
    width: 100%;
    height: 16px;
    background: #2a2a2a;
    border-radius: 4px;
    overflow: hidden;
  }
  .progress-bar-fill {
    height: 100%;
    background: #62BE0B;
    width: 0%;
    transition: width 0.3s ease;
  }

 /* Looted-only */
.quest-body .quest-items .loot-label.looted {
  background-color: #41e8de !important;
  color: #000 !important;
}

/* Loot / Handled */
.quest-body .quest-items .loot-label.handled {
  background-color: #e8ae41 !important;
  color: #000 !important;
}



  /** UMP Account **/

  .mt-10 {
    margin-top: 0px !important;
}

.nk-gap-2 {
    height: 10px !important; 
}

/** Quest Rarity Colors **/

.poor {
    color: #646464;
}

.common {
    color: #DEDEDE;
}

.uncommon {
    color: #62BE0B;
}

.rare {
    color: #4A9BD1;
}

.epic {
    color: #AD5AFF;
}

.legendary {
    color: #F7A22D;
}

.unique {
    color: #E3D88C;
}


/* Auto-Complete Button für Completed Quests */
.auto-complete-btn.completed {
    font-size: 18px;
    background-color: #f5a623;
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .auto-complete-btn.completed span {
    margin-right: 8px;  /* Abstand zwischen ❌ und Text */
  }
  
  /* Standard Button */
  .auto-complete-btn {
    font-size: 18px;
    background-color: #62BE0B;
    border: none;
    color: white;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
/** Character Search **/


#character-results {
  max-width: 400px;
  margin: 20px auto 0 auto;
}

.character-result {
  width: 100%;
  padding: 12px 20px;
  background-color: #111;
  color: #fff;
  border-radius: 12px;
  margin-bottom: 8px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease;
}

.character-result:hover {
  background-color: #65B240;
}


/** Removed Breadcrumbs **/

body.page-id-5589 .nk-breadcrumbs {
  display: none !important;
}

body.page-id-5682 .nk-breadcrumbs {
  display: none !important;
}

body.-id-5834 .nk-breadcrumbs {
  display: none !important;
}

/** ACF Submit Form Design **/

.acf-fields>.acf-field {
  background: #121212 !important;
}

.acf-field input[type=text],.acf-field input[type=password],.acf-field input[type=date],.acf-field input[type=datetime],.acf-field input[type=datetime-local],.acf-field input[type=email],.acf-field input[type=month],.acf-field input[type=number],.acf-field input[type=search],.acf-field input[type=tel],.acf-field input[type=time],.acf-field input[type=url],.acf-field input[type=week],.acf-field textarea,.acf-field select {
  background: #1a1a1a !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 3px !important;
}

ul.acf-radio-list,ul.acf-checkbox-list {
  border: none !important;
}

.acf-fields.-border {
  border: none !important;
}

.acf-tab-wrap.-top {
  background: #1a1a1a !important;
}

.acf-fields>.acf-tab-wrap .acf-tab-group li a {
  background: #1a1a1a !important;
  color: #fff;
  border-radius: 8px;
  border: none !important;
}

.acf-fields>.acf-tab-wrap .acf-tab-group li.active a {
  background-color: #64b340 !important;
  color: #fff !important;
}

.acf-fields>.acf-tab-wrap:first-child .acf-tab-group {
  background: #121212 !important;
  padding: 8px !important;
}

.acf-fields>.acf-field {
  border-top: none !important;
}

.acf-tab-wrap {
  overflow: hidden !important;
}

.acf-button,.acf-tab-button {
  pointer-events: auto !important;
  background: #65b240 !important;
  color: #fff !important;
  border-radius: 6px !important;
  margin-top: 10px !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding: 10px !important;
  
  
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  margin-top: 10px !important
}


/** Stats Img 

/* sorgt dafür, dass der Browser die Icon-Ebene richtig rendert */
.stats-item img {
  filter: brightness(1.2); 
  background-color: transparent;
}


/** ToC **/

.entry-content h4 {
  scroll-margin-top: 100px;
}

@media only screen and (max-width: 780px) {
  .gv-toc-container {
    display: none !important;
  }
  .entry-content {
    margin-left: 0 !important;
  }
}
