.ts3-splash-containter {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
  background-color: rgb(var(--splash-bg-colour));
}

.ts3-splash-containter--loader {
  display: block;
  background-image: url('https://online.prod.tsretail.co.za/Images/loading.gif');
  width: 60px;
  height: 60px;
  border-radius: 5px;
  background-size: 100% 100%;
}

.ts3-splash-containter--logo {
  display: block;
  width: 299px;
  height: 87px;
  background-image: var(--splash-bg-image);
}
