.rtAppPreLoaderContainer{height:100vh;width:100vw;position:fixed;top:0;left:0;pointer-events:none;touch-action:none}.rtAppPreLoader{height:20px;width:250px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.rtAppPreLoaderDot{animation-name:loader;animation-timing-function:ease-in-out;animation-duration:3s;animation-iteration-count:infinite;animation-fill-mode:forwards;height:0;width:20px;border-radius:100%;background-color:#000;position:absolute;border:2px solid #fff}.rtAppPreLoaderDot:first-child{background-color:#f8f8f8;animation-delay:1.8s}.rtAppPreLoaderDot:nth-child(2){background-color:#ededed;animation-delay:1.7s}.rtAppPreLoaderDot:nth-child(3){background-color:#a3a3a3;animation-delay:1.6s}.rtAppPreLoaderDot:nth-child(4){background-color:#888;animation-delay:1.5s}.rtAppPreLoaderDot:nth-child(5){background-color:#337ab7;animation-delay:1.4s}.rtAppPreLoaderDot:nth-child(6){background-color:#445467;animation-delay:1.3s}.rtAppPreLoaderText{position:absolute;top:200%;left:0;right:0;width:4rem;margin:auto;color:#f15a29;letter-spacing:2px}.rtAppPreLoaderText:after{font-weight:700;content:"";animation-name:rtAppPreLoaderTextAnimation;animation-delay:1.3s;animation-duration:3s;animation-iteration-count:infinite;animation-fill-mode:forwards}@keyframes loader{0%{height:20px;transform:translateX(0)}15%{height:20px;transform:translateX(0)}45%{height:20px;transform:translateX(230px)}65%{height:20px;transform:translateX(230px)}100%{height:20px;transform:translateX(0)}}@keyframes rtAppPreLoaderTextAnimation{0%{content:"LOADING"}33%{content:"LOADING."}66%{content:"LOADING.."}100%{content:"LOADING..."}}