
:root{
 --mk-main:#2196f3!important;
 --mk-dark:#090012!important;
 --mk-second:#ff006e!important;
 --mk-page:#090012!important;
 --mk-card:#170022!important;
 --mk-text:#ffffff!important;

 --f-main:#2196f3!important;
 --f-dark:#090012!important;
}

/* all page same base - desktop side background clean */
html,body{
 background:#f4f4f4!important;
 color:#ffffff!important;
}

@media(max-width:768px){
 html,body{
  background:#090012!important;
 }
}

/* header */
.mk-header{
 background:transparent!important;
}
.mk-header-inner{
 background:linear-gradient(135deg,#090012,#ff006e)!important;
 border-bottom:2px solid #2196f3!important;
}

/* footer */
.mk-footer-fixed{
 background:transparent!important;
}
.mk-nav-bar,
.mk-footer-fixed .mk-nav-bar{
 background:linear-gradient(135deg,#090012,#170022,#ff006e)!important;
 border-top:1px solid #2196f388!important;
}

/* page wrappers */
.home-wrap,
.list-wrap,
.search-wrap,
.shell{
 background:linear-gradient(135deg,#090012 0%,#090012 50%,#ff006e 100%)!important;
 color:#ffffff!important;
}

@media(min-width:769px){
 .list-wrap,
 .search-wrap,
 .home-wrap{
  width:430px!important;
  max-width:430px!important;
  margin:0 auto!important;
 }
}

/* sections/cards */
.top-ad-box,
.search-hero,
.list-head,
.hero-slider,
.premium-text-slider,
.text-ad-slider,
.profile-card,
.stat,
.box,
.item,
.gallery-card{
 background:linear-gradient(145deg,#170022,#090012)!important;
 border-color:#2196f366!important;
 color:#ffffff!important;
}

/* text */
.section-title,
.follow-title,
.list-title,
.search-title,
.g-desc b,
h3{
 color:#2196f3!important;
}

/* buttons */
.mk-post-btn,
.mk-popup-card a,
.cat-btn.active,
.result-count,
.today-date,
button{
 background:linear-gradient(135deg,#2196f3,#ff006e)!important;
 color:#ffffff!important;
}

/* footer center home */
.mk-nav-center,
.mk-first-post .icon{
 background:linear-gradient(135deg,#2196f3,#ff006e)!important;
}

/* remove bottom side color bug */
body::before,
body::after,
.home-wrap::before,
.home-wrap::after,
.search-wrap::before,
.search-wrap::after,
.list-wrap::before,
.list-wrap::after{
 display:none!important;
}

/* shadows */
.profile-card,
.hero-slider,
.premium-text-slider,
.text-ad-slider,
.gallery-card,
.social-icon{
 box-shadow:0 0 22px #2196f338!important;
}


