body.typekit-region-kr {} body.typekit-locale-ko-kr {} .screen-root[data-screen-name='lol-kr-rating-screen'] { z-index: 99999; top: 0; right: 0; bottom: 0; left: 0; } .screen-root[data-screen-name='lol-kr-rating-screen'] lol-uikit-full-page-backdrop { position: absolute; display: flex; align-items: center; justify-content: center; top: 0; bottom: 0; right: 0; left: 0; background: #000; -webkit-animation: ratingScreenFadeOut 6000ms forwards; animation: ratingScreenFadeOut 6000ms forwards; } .screen-root[data-screen-name='lol-kr-rating-screen'] lol-uikit-dialog-frame { -webkit-animation: ratingScreenFadeInOut 5400ms forwards; animation: ratingScreenFadeInOut 5400ms forwards; } .lol-kr-rating-screen { max-width: 1160px; max-height: 640px; } @keyframes ratingScreenFadeInOut { 0%, 100% {opacity: 0;} 25%, 75% {opacity: 1;} } @keyframes ratingScreenFadeOut { 0%, 85% {opacity: 1;} 100% {opacity: 0;} } lol-uikit-content-block.lol-kr-playtime-reminder-toast-content[type=notification] { width: 300px; } 