/* V52 - Özay Grup animasyonlarının tek ve zorunlu animasyon katmanı.
   V51'deki animation:none!important çakışması kaldırıldı. */

/* Açılış splash */
body.oz-mobile-splash-active .oz-mobile-splash-logo-wrap{
  animation:ozSplashLogoIn .9s cubic-bezier(.2,.85,.25,1) both!important;
}
body.oz-mobile-splash-active .oz-mobile-splash-title{
  animation:ozSplashTitleIn .8s .28s cubic-bezier(.2,.85,.25,1) both!important;
}
body.oz-mobile-splash-active .oz-mobile-splash-line{
  animation:ozSplashLine 1s .55s ease forwards!important;
}
body.oz-mobile-splash-active .oz-mobile-splash-sub{
  animation:ozSplashSubIn .65s .75s ease both!important;
}

/* Yönetici ana sayfası */
#adminHome.welcome-play .admin-welcome-brand{
  animation:ozayWelcomeSlide .9s cubic-bezier(.18,.82,.28,1) .08s forwards!important;
}
#adminHome.welcome-play .admin-welcome-divider{
  animation:ozayDividerOpen .75s ease .68s forwards!important;
}
#adminHome.welcome-play .admin-welcome-card h1{
  animation:ozayTextUp .7s ease .78s forwards!important;
}
#adminHome.welcome-play .admin-welcome-card p{
  animation:ozayTextUp .7s ease .98s forwards!important;
}

/* Muhasebe ana sayfası */
.accounting-welcome-play .accounting-welcome-logo-wrap{
  animation:accLogoSlide .75s cubic-bezier(.2,.8,.2,1) both!important;
}
.accounting-welcome-play .accounting-welcome-brand{
  animation:accBrandSlide .8s .12s cubic-bezier(.2,.8,.2,1) both!important;
}
.accounting-welcome-play .accounting-welcome h1{
  animation:accTitleUp .7s .28s ease both!important;
}
.accounting-welcome-play .accounting-welcome p{
  animation:accTitleUp .7s .38s ease both!important;
}
