﻿/* global */
:root {
    --bm-body-bg: #0d0d0d;
    --bm-body-bg-with-opacity: #0d0d0db0;
    --bm-body-bg-with-opacity-and-blured: #03002600;
    --bm-card-color: #1a1a1a;
    --bs-black-rgb: 0, 0, 0;
    --bs-black: #000;
}

body {
    background: var(--bm-body-bg);
}

.bg-body {
    background: var(--bm-body-bg) !important;
}

.layout-navbar-fixed .window-scrolled .bg-navbar-theme.layout-navbar, .layout-horizontal .bg-navbar-theme.layout-navbar {
    background-color: var(--bm-body-bg-with-opacity) !important;
}

.layout-navbar-fixed .layout-page:not(.window-scrolled) .layout-navbar.navbar-detached {
    background: var(--bm-body-bg);
}

.bg-menu-theme {
    background-color: var(--bm-body-bg) !important;
    color: #d7d8ed;
}

    .bg-menu-theme .menu-inner-shadow {
        background: linear-gradient(var(--bm-body-bg) 5%, rgba(40, 42, 66, 0.75) 45%, rgba(40, 42, 66, 0.2) 80%, transparent);
    }


    .bg-menu-theme.menu-horizontal {
        background-color: var(--bm-body-bg-with-opacity) !important;
    }

        .bg-menu-theme.menu-horizontal .menu-inner .menu-item:not(.menu-item-closing) > .menu-sub {
            background: var(--bm-body-bg-with-opacity);
        }



.copyable {
    cursor: pointer;
    user-select: none;
}

.tooltip {
    z-index: 10000 !important;
}

.select2-dropdown {
    z-index: 10001 !important;
}

@media (max-width: 575.98px) {
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}


/* mobile */
@media (max-width: 1199.98px) {
    .hide-mobile {
        display: none !important;
    }

    ul.menu-sub {
        margin-left: 10px;
    }

    footer {
        margin-bottom: 50px !important;
    }

    #layout-menu.blured > div > ul.menu-inner {
        background-color: var(--bm-body-bg) !important;
        padding-top: 1rem;
    }

    #layout-menu > div > .navbar-brand.app-brand.demo {
        display: none !important;
    }

    #mobile-logo-container {
        background-color: var(--bm-body-bg) !important;
        padding: 1rem;
        border-bottom: #484848 1px solid;
    }

    #mobile-links-container {
        position: fixed;
        bottom: 0px;
        border-top: 1px #3f3f3f solid;
        width: 100%;
        padding: 0.5rem;
        background-color: var(--bm-body-bg) !important;
    }
}

/* others */
@media (min-width: 1200px) {
    .hide-desktop {
        display: none !important;
    }

    ul.menu-sub {
        margin-left: 2px !important;
    }

    .menu-horizontal .menu-inner > .menu-item > .menu-sub .menu-sub {
        margin-left: 2px;
    }

    #mobile-logo-container {
        display: none;
    }

    #mobile-links-container {
        display: none;
    }
}

.layout-menu-100vh .layout-menu, .layout-menu-100vh .layout-overlay {
    height: 100% !important;
}

.menu-vertical .menu-inner {
    margin-bottom: 3.5rem !important;
}


.content-wrapper:has(.menu-horizontal) {
    margin-top: 4rem;
}

.content-wrapper:has(.menu-vertical) {
    margin-top: 0.0rem;
}

.field-validation-error::before {
    content: "\ECA0";
    font-family: "remixicon";
    margin-right: 5px;
}

.form-control.is-invalid ~ span::before {
    content: "\ECA0";
    font-family: "remixicon";
    margin-right: 5px;
}

.form-control.is-invalid ~ span br::after {
    content: "\ECA0";
    font-family: "remixicon";
    display: block;
    margin-right: 5px;
}

#layout-navbar.blured, #layout-menu.blured {
    background-color: var(--bm-body-bg-with-opacity-and-blured) !important;
}

/* footer */
.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 1px -1px 0 #464963;
    z-index: 1000 !important;
    background-color: var(--bm-body-bg-with-opacity) !important;
    flex-wrap: nowrap;
    backdrop-filter: blur(6px);
    padding: 0px;
}

    .mobile-bottom-nav .nav-item {
        flex: 1;
        text-align: center;
        padding: 0px;
    }

        .mobile-bottom-nav .nav-item i {
            font-size: 20px;
        }

@media (max-width: 1199.98px) {
    .mobile-bottom-nav {
        display: flex;
    }
}

.mobile-bottom-nav .nav-item.action-button {
    flex: 0 0 88px;
    margin-top: -44px;
    background-color: #666cff;
    border-radius: 50%;
    padding: 24px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    .mobile-bottom-nav .nav-item.action-button i {
        font-size: 24px;
        color: #fff;
    }

.float-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #5865F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
}
/* /footer */

.btn-black {
    color: #fff !important;
    background-color: #000000;
    border-color: #000000;
}

    .btn-black:hover {
        background-color: #000000 !important;
        filter: brightness(90%);
    }

    .btn-check:focus + .btn-black,
    .btn-black:focus,
    .btn-black.focus {
        box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.3);
    }

    .btn-check:checked + .btn-black,
    .btn-check:active + .btn-black,
    .btn-black:active,
    .btn-black.active,
    .btn-black.show.dropdown-toggle {
        background-color: #000000 !important;
        border-color: #000000 !important;
        filter: brightness(85%);
    }

    .btn-black.disabled,
    .btn-black:disabled {
        opacity: 0.7 !important;
    }

.btn-white {
    color: #000000 !important;
    background-color: #ffffff;
    border-color: #dee2e6;
}

    .btn-white:hover {
        background-color: #ffffff !important;
        border-color: #adb5bd !important;
        filter: brightness(97%);
    }

    .btn-check:focus + .btn-white,
    .btn-white:focus,
    .btn-white.focus {
        box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.3);
    }

    .btn-check:checked + .btn-white,
    .btn-check:active + .btn-white,
    .btn-white:active,
    .btn-white.active,
    .btn-white.show.dropdown-toggle {
        background-color: #f8f9fa !important;
        border-color: #adb5bd !important;
    }

    .btn-white.disabled,
    .btn-white:disabled {
        color: #6c757d !important;
        background-color: #ffffff !important;
        border-color: #dee2e6 !important;
    }

/* Grup Border Ayarları */
.btn-group .btn-black,
.input-group .btn-black {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
}

.btn-group-vertical .btn-black {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.btn-group .btn-white,
.input-group .btn-white {
    border-right: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
}

.btn-group-vertical .btn-white {
    border-top-color: #dee2e6;
    border-bottom-color: #dee2e6;
}


.game-card {
    overflow: hidden;
    border: none;
    position: relative;
    transition-property: transform;
    margin-top: 0.666rem;
    margin-bottom: 0.666rem;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.16,1,.3,1);
    animation-duration: .3s;
    animation-timing-function: cubic-bezier(.16,1,.3,1);
    border-radius: 0.5rem;
}

    .game-card:hover {
        z-index: 1;
        outline: 2px solid hsla(222deg 7% 30% / 1);
        outline-offset: .125rem;
        transform: translate(0, 0) rotate(0) skew(0) skew(0) scaleX(1.03) scaleY(1.03);
    }

    .game-card .game-card-name {
        font-size: 1.25rem;
        max-height: 2rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .game-card .badges {
        position: absolute;
        top: 8px;
        right: 8px;
        display: flex;
        flex-direction: column;
        gap: 4px;
        z-index: 1;
    }

    .game-card .badge {
        display: flex;
        align-items: center;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

        .game-card .badge i {
            margin-right: 4px;
            font-size: 10px;
        }

.game-service-card {
    overflow: hidden;
    border: none;
    position: relative;
    margin-top: 0.666rem;
    margin-bottom: 0.666rem;
    border-radius: 0.5rem;
}

    .game-service-card:hover {
        z-index: 1;
        outline: 2px solid hsla(222deg 7% 30% / 1);
        outline-offset: .125rem;
    }

    .game-service-card .game-service-card-name {
        font-size: 1.125rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .game-service-card .badges {
        position: absolute;
        top: 8px;
        right: 8px;
        display: flex;
        flex-direction: column;
        gap: 4px;
        z-index: 1;
    }

    .game-service-card .badge {
        display: flex;
        align-items: center;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

        .game-service-card .badge i {
            margin-right: 4px;
            font-size: 10px;
        }

.game-boost-type-card {
    overflow: hidden;
    border: none;
    position: relative;
    margin-top: 0.666rem;
    margin-bottom: 0.666rem;
    border-radius: 0.5rem;
}

    .game-boost-type-card:hover {
        z-index: 1;
        outline: 2px solid hsla(222deg 7% 30% / 1);
        outline-offset: .125rem;
    }

    .game-boost-type-card .game-boost-type-card-name {
        font-size: 1.125rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .game-boost-type-card .badges {
        position: absolute;
        top: 8px;
        right: 8px;
        display: flex;
        flex-direction: column;
        gap: 4px;
        z-index: 1;
    }

    .game-boost-type-card .badge {
        display: flex;
        align-items: center;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 10px;
        font-weight: bold;
        text-transform: uppercase;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

        .game-boost-type-card .badge i {
            margin-right: 4px;
            font-size: 10px;
        }

.game-name {
    text-shadow: 2px 1px black;
}

.game-description {
    max-width: 75%;
    margin-top: 1rem;
    text-shadow: 2px 1px black;
}

.game-badges {
    max-width: 75%;
    margin-top: 1rem;
}

.game-jumbotron {
    left: 0;
    max-height: 550px;
    -o-object-fit: contain;
    object-fit: cover;
    position: absolute;
    top: 0;
    transition: all .2s ease;
    z-index: -1;
    filter: blur(30px);
    width: 100%;
}

.form-floating.form-floating-outline > .input-validation-error + label {
    color: #ff4d49 !important;
}

.form-floating.form-floating-outline > .input-validation-error.form-control {
    border-color: #ff4d49 !important;
}

.form-floating-outline .input-validation-error.form-control:focus, .form-floating-outline .input-validation-error.form-select:focus {
    border-color: #ff4d49 !important;
}

.form-floating > .input-validation-error.form-control:focus ~ label,
.form-floating > .input-validation-error.form-control:focus:not(:placeholder-shown) ~ label,
.form-floating > .input-validation-error.form-select:focus ~ label,
.form-floating > .input-validation-error.form-select:focus:not(:placeholder-shown) ~ label {
    color: #ff4d49 !important;
}

.form-floating-outline label.bg-body::after,
.form-floating-outline > span.bg-body::after {
    background: var(--bm-body-bg) !important;
}

.card {
    border: 1px solid #17181a !important;
    --bs-card-bg: var(--bm-card-color);
}

.accordion {
    --bs-accordion-bg: var(--bm-card-color);
    --bs-accordion-btn-bg: var(--bm-card-color);
}



.btn-success {
    color: #000 !important;
}

    .btn-success:hover {
        color: #000 !important;
    }

    .btn-check:focus + .btn-success, .btn-success:focus, .btn-success.focus {
        color: #000 !important;
    }


    .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .btn-success.show.dropdown-toggle, .show > .btn-success.dropdown-toggle {
        color: #000 !important;
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #000 !important;
    }

.btn-warning {
    color: #000 !important;
}

    .btn-warning:hover {
        color: #000 !important;
    }

    .btn-check:focus + .btn-warning, .btn-warning:focus, .btn-warning.focus {
        color: #000 !important;
    }

    .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .btn-warning.show.dropdown-toggle, .show > .btn-warning.dropdown-toggle {
        color: #000 !important;
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #000 !important;
    }


.btn-check:checked + .btn-outline-gray, .btn-check:active + .btn-outline-gray, .btn-outline-gray:active, .btn-outline-gray.active, .btn-outline-gray.dropdown-toggle.show {
    color: rgb(255 255 255) !important;
    background-color: rgb(29 29 30) !important;
}


.form-floating > .form-control:focus ~ label:after, .form-floating > .form-control:not(:placeholder-shown) ~ label:after,
.form-floating > .form-control-plaintext:focus ~ label:after,
.form-floating > .form-control-plaintext:not(:placeholder-shown) ~ label:after,
.form-floating > .form-select:focus ~ label:after,
.form-floating > .form-select:not(:placeholder-shown) ~ label:after {
    background-color: var(--bs-card-bg) !important;
}

.dropdown-menu {
    --bs-dropdown-bg: var(--bm-card-color) !important;
}

.bg-primary {
    color: white;
}

.bg-secondary {
    color: white;
}

.bg-success {
    color: black;
}

.bg-info {
    color: white;
}

.bg-warning {
    color: black;
}

.bg-danger {
    color: white;
}

.bg-light {
    color: white;
}

.bg-dark {
    color: white;
}

.bg-gray {
    color: black;
}

.bg-black {
    color: white;
}

.bg-white {
    color: black;
}

.layout-horizontal .layout-navbar {
    box-shadow: unset;
}


.dark-style .app-email .app-email-sidebar {
    background-color: var(--bm-card-color) !important;
}

/* Booster panel: sidebar mobile responsive */
@media (max-width: 991.98px) {
    .app-email .app-email-sidebar {
        position: absolute !important;
        z-index: 10;
        height: 100%;
        top: 0;
        transform: translateX(-110%);
        transition: transform .25s ease;
        min-width: 200px;
    }
    .app-email .app-email-sidebar.show {
        transform: translateX(0);
    }
    .app-email .app-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,.45);
        z-index: 9;
        display: none;
    }
    .app-email .app-overlay.show {
        display: block;
    }
}


.bg-label-primary {
    color: #c3c3c3 !important;
}

/* Fix: offcanvas z-index'ini card-fullscreen (z-index: 9999) üzerinde tut */
.offcanvas {
    z-index: 10001 !important;
}

.offcanvas-backdrop {
    z-index: 10000 !important;
}

.btn-transparent {
    background: rgba(115, 121, 128, 0.1);
    backdrop-filter: blur(1.2em);
    color: rgb(255, 255, 255);
    transition: opacity 0.2s;
    cursor: pointer;
}

/* ============================================================
   Glow layer z-index fix: card-body renders above glow layer
   so the logo image is never obscured by the shine effect
   ============================================================ */
.game-boost-type-card .card-body {
    position: relative;
    z-index: 1;
}

.game-boost-type-card .glow-layer {
    z-index: 0;
    pointer-events: none;
}

/* ============================================================
   Color overrides: replace blue/purple hover tones (#41354e,
   #3b3e59) with neutral dark gray (#2a2d32) across the site.
   Theme files are read-only; all overrides live here.
   ============================================================ */

/* btn-outline-danger hover/focus/active: #41354e → #2a2d32 */
.btn-outline-danger:hover {
    background-color: #2a2d32 !important;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
    background-color: #2a2d32 !important;
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    background-color: #2a2d32 !important;
}

/* btn-text-danger hover/focus/active: #41354e → #2a2d32 */
.btn-text-danger:hover {
    background: #2a2d32 !important;
}
.btn-text-danger:focus,
.btn-text-danger.focus {
    background: #2a2d32 !important;
}
.btn-text-danger.btn:active,
.btn-text-danger.btn.active,
.btn-text-danger.btn.show.dropdown-toggle,
.btn.show > .btn-text-danger.dropdown-toggle {
    background: #2a2d32 !important;
}

/* dropdown link hover: #3b3e59 → #2a2d32 */
.dropdown-menu {
    --bs-dropdown-link-hover-bg: #2a2d32;
}

/* pagination hover/focus: #3b3e59 → #2a2d32 */
.pagination {
    --bs-pagination-hover-bg: #2a2d32;
    --bs-pagination-focus-bg: #2a2d32;
}

/* pagination outline variant (dark-style) */
.dark-style .pagination[class*=pagination-outline-] .page-item:not(.active) .page-link:hover,
.dark-style .pagination[class*=pagination-outline-] .page-item:not(.active) .page-link:focus,
.dark-style .pagination[class*=pagination-outline-] .pagination li > a:not(.page-link):hover,
.dark-style .pagination[class*=pagination-outline-] .pagination li > a:not(.page-link):focus {
    background-color: #2a2d32 !important;
}

/* list-group action hover: #3b3e59 → #2a2d32 */
.list-group {
    --bs-list-group-action-hover-bg: #2a2d32;
}

/* table-light bg: #3b3e59 → #2a2d32 */
.table-light {
    --bs-table-bg: #2a2d32;
}

/* input-group-floating text bg: #3b3e59 → #2a2d32 */
.input-group.input-group-floating .input-group-text {
    background-color: #2a2d32 !important;
}

/* ============================================================
   Comprehensive btn-outline-* hover: all variants → #2a2d32
   ============================================================ */
.btn-outline-primary:not(:disabled):not(.disabled):hover,
.btn-outline-secondary:not(:disabled):not(.disabled):hover,
.btn-outline-success:not(:disabled):not(.disabled):hover,
.btn-outline-info:not(:disabled):not(.disabled):hover,
.btn-outline-warning:not(:disabled):not(.disabled):hover,
.btn-outline-light:not(:disabled):not(.disabled):hover,
.btn-outline-dark:not(:disabled):not(.disabled):hover,
.btn-outline-gray:not(:disabled):not(.disabled):hover {
    background-color: #2a2d32 !important;
}
.btn-outline-primary:not(:disabled):not(.disabled):focus,
.btn-outline-secondary:not(:disabled):not(.disabled):focus,
.btn-outline-success:not(:disabled):not(.disabled):focus,
.btn-outline-info:not(:disabled):not(.disabled):focus,
.btn-outline-warning:not(:disabled):not(.disabled):focus,
.btn-outline-light:not(:disabled):not(.disabled):focus,
.btn-outline-dark:not(:disabled):not(.disabled):focus {
    background-color: #2a2d32 !important;
}

/* btn-text-* hover: all variants → #2a2d32 */
.btn-text-primary:hover, .btn-text-primary:focus,
.btn-text-secondary:hover, .btn-text-secondary:focus,
.btn-text-success:hover, .btn-text-success:focus,
.btn-text-info:hover, .btn-text-info:focus,
.btn-text-warning:hover, .btn-text-warning:focus,
.btn-text-light:hover, .btn-text-light:focus,
.btn-text-dark:hover, .btn-text-dark:focus {
    background: #2a2d32 !important;
}

/* nav-pills/tabs item hover → #2a2d32 */
.nav-pills .nav-link:not(.active):hover,
.nav-tabs .nav-link:not(.active):hover {
    background-color: #2a2d32 !important;
    border-color: transparent !important;
}

/* app-email sidebar item hover */
.app-email .email-filter-folders .menuitem-booster > a:hover,
.app-email .email-filter-folders li a:hover {
    background-color: #2a2d32 !important;
    border-radius: 0.375rem;
}

/* dark-style accordion button hover */
.dark-style .accordion-button:not(.collapsed):not(:disabled):hover,
.dark-style .accordion-button:hover {
    background-color: #2a2d32 !important;
}

/* ============================================================
   Modern Floating Price Bar
   ============================================================ */
#mobile-price-bar {
    position: fixed !important;
    bottom: 15px !important;
    left: 15px !important;
    right: 15px !important;
    width: auto !important;
    background: linear-gradient(180deg, rgba(25,25,25,0.95) 0%, rgba(15,15,15,0.98) 100%) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border: 1px solid rgba(255,255,255,0.08) !important;
    border-top: 2.5px solid var(--bs-primary) !important;
    border-radius: 24px !important;
    box-shadow: 0 -15px 35px -5px rgba(0,0,0,0.4), 0 10px 20px -5px rgba(0,0,0,0.3) !important;
    z-index: 1100 !important;
    transition: all 0.4s cubic-bezier(0.175,0.885,0.32,1.275) !important;
}
#mobile-summary-toggle {
    height: 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
}
#mobile-summary-toggle div {
    width: 32px !important;
    height: 4px !important;
    background: rgba(255,255,255,0.25) !important;
    border-radius: 10px !important;
}
#mobile-price-summary {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(.4,0,.2,1), opacity 0.3s ease, padding 0.3s ease;
    opacity: 0;
    padding: 0 20px !important;
}
#mobile-price-summary.panel-open {
    max-height: 50vh;
    overflow-y: auto;
    opacity: 1;
    padding: 12px 20px 8px 20px !important;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
#btn-rankup-mobile {
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    border-radius: 800px !important;
    box-shadow: 0 4px 15px rgba(var(--bs-primary-rgb),0.35) !important;
    transition: transform 0.2s ease !important;
}
#btn-rankup-mobile:active {
    transform: scale(0.95) !important;
}