@charset "utf-8";

/* Persistent visual overrides loaded after wisecp.css.
   This file is not regenerated by theme settings saves. */

/* Global page canvas: pure black */
html,
body,
body#home,
body#muspanel,
body#modernpanel,
body.go-liquid,
#muspanel,
#modernpanel{
    background:#000 !important;
    background-image:none !important;
}

/* Disable liquid decorative overlays so background stays true black */
body.go-liquid::before,
body.go-liquid .liquid-orb-shell{
    display:none !important;
    background:none !important;
}

/* Widgets: remove white outlines/overlays (all go-liquid pages, both header types) */
body.go-liquid .tablepaket,
body.go-liquid .sayfabaslik,
body.go-liquid .paypasbutonlar,
body.go-liquid .musyorum,
body.go-liquid .anascriptlist,
body.go-liquid .hostozellk,
body.go-liquid .list{
    border:none !important;
    outline:none !important;
}

body.go-liquid .tablopaketler,
body.go-liquid .anascript,
body.go-liquid .nedenbiz,
body.go-liquid .blogvehaber,
body.go-liquid .domainozellikler{
    box-shadow:none !important;
}

/* OLED liquid header theme */
.go-main-header,
#fullwidth.go-main-header,
.go-main-nav,
#fullwidth .go-main-nav,
#mobmenu.go-mobile-nav,
#mobmenu{
    background-color:#000 !important;
    background-image:linear-gradient(140deg,rgba(0,0,0,1),rgba(0,0,0,1)) !important;
    border-color:rgba(255,255,255,0.12);
}

.go-main-header .head,
.go-main-header .fullwidthhead,
.go-main-nav,
#fullwidth .go-main-nav{
    backdrop-filter:blur(8px) saturate(110%);
    -webkit-backdrop-filter:blur(8px) saturate(110%);
}

#fullwidth .menucolor{
    background:linear-gradient(90deg,rgba(0,0,0,0.88),rgba(0,0,0,0.82)) !important;
    opacity:1 !important;
}

.go-main-nav > ul > li > a,
#fullwidth .go-main-nav > #wrapper > ul > li > a,
.go-main-header .headbutonlar a,
.go-main-header .sosyalbtns a,
.go-main-header .langflagicon,
.go-main-header .scurrencyicon{
    color:#aeb9cc !important;
    text-shadow:none;
}

.go-main-nav > ul > li:hover > a,
#fullwidth .go-main-nav > #wrapper > ul > li:hover > a,
.go-main-nav > ul > li > a:focus{
    color:#ffffff !important;
    border-bottom-color:#22d3ee !important;
    background:transparent !important;
}

.go-main-nav ul li ul,
.go-main-nav #megamenu,
.go-main-nav #megamenuservice,
#mobmenu ul .inner{
    background:linear-gradient(150deg,rgba(0,0,0,1),rgba(0,0,0,0.94)) !important;
    border:1px solid rgba(255,255,255,0.16) !important;
    box-shadow:0 14px 28px rgba(0,0,0,0.42);
}

.go-main-nav ul li ul li a,
.go-main-nav #megamenuservice a,
#mobmenu ul li a,
#mobmenu ul li a.toggle{
    color:#9eabc2 !important;
    background:transparent;
}

.go-main-nav ul li ul li:hover > a,
.go-main-nav #megamenuservice a:hover,
#mobmenu ul li a.toggle:hover{
    color:#ffffff !important;
    background:transparent !important;
    box-shadow:inset 2px 0 0 #22d3ee;
}

/* Form placeholders: stock theme uses near-black placeholder text (and #uyelik uses
   #444), which is unreadable against the dark glass input backgrounds used on every
   go-liquid page (sign in/up, contact, checkout, tickets, search boxes, etc.). */
body.go-liquid input::-webkit-input-placeholder,
body.go-liquid textarea::-webkit-input-placeholder{
    color:rgba(234,240,255,0.45) !important;
}

body.go-liquid input:-moz-placeholder,
body.go-liquid textarea:-moz-placeholder{
    color:rgba(234,240,255,0.45) !important;
}

body.go-liquid input::-moz-placeholder,
body.go-liquid textarea::-moz-placeholder{
    color:rgba(234,240,255,0.45) !important;
}

body.go-liquid input:-ms-input-placeholder,
body.go-liquid textarea:-ms-input-placeholder{
    color:rgba(234,240,255,0.45) !important;
}

body.go-liquid input::placeholder,
body.go-liquid textarea::placeholder{
    color:rgba(234,240,255,0.45) !important;
}
