﻿/* global */
:root {
    --bm-body-bg: #0d0d0d;
    --bm-body-bg-with-opacity: #0d0d0db0;
    --bm-body-bg-with-opacity-and-blured: #03002600;
    --bm-card-color: #252525;
    --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);
        }



@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;
}

#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;
        border-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%;
}


.input-validation-error.form-control {
    border-color: #e6604e !important;
}

.form-floating-outline .input-validation-error.form-control:focus, .form-floating-outline .input-validation-error.form-select:focus {
    border-color: #e6604e !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: #e6604e !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;
}

.dark-style .app-email .app-email-sidebar {
    background-color: var(--bm-card-color);
}