﻿html.browser body .builder-carcass .lucky-wheel-logo-row {
  position: relative;
  height: 12rem;
}
html body .builder-carcass .logo-column {
  pointer-events: initial;
  width: 14rem;
}
html body .builder-carcass .spinner-section .main .wheel-border {
  width: 108%;
  height: 108%;
  left: -4%;
  top: -4%;
}
html body .builder-carcass .spin-btn-v {
  animation: button-scale 1s ease-in infinite;
}
@keyframes button-scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
html body .builder-carcass .main .wheel-arrow {
  top: -6%;
  width: 10%;
}
html body .builder-carcass .wheel-container-12 .single-sector {
  padding-top: 24%;
}
html.tablet body .builder-carcass .lucky-wheel-logo-row, html.mobile body .builder-carcass .lucky-wheel-logo-row {
  height: initial;
  flex-direction: column;
  padding-top: 1rem;
  gap: 0.6rem;
}
html.tablet body .builder-carcass .logo-box, html.mobile body .builder-carcass .logo-box {
  position: initial;
}
html.tablet body .builder-carcass .t-c-column, html.mobile body .builder-carcass .t-c-column {
  font-size: 1rem;
}
html.tablet body .builder-carcass .AchievementsWrapper, html.mobile body .builder-carcass .AchievementsWrapper {
  padding: 0 1.2rem;
}
html.tablet body .builder-carcass .BadgeResults, html.mobile body .builder-carcass .BadgeResults {
  padding: 0 1.6rem;
}
html.tablet body .builder-carcass .spin-btn-holder, html.mobile body .builder-carcass .spin-btn-holder {
  width: 7rem;
  height: 7rem;
}
html.mobile body .builder-carcass .logo-column, html.tablet body .builder-carcass .logo-column {
  width: 12rem;
}
html.tablet body .builder-carcass .wheel-container-12 .single-sector, html.mobile body .builder-carcass .wheel-container-12 .single-sector {
  padding-top: 27% !important;
}
html.tablet body .builder-carcass .wheel-container-10 .single-sector, html.mobile body .builder-carcass .wheel-container-10 .single-sector {
  padding-top: 20% !important;
}
html.tablet body .builder-carcass .wheel-container-12.main .text-holder > span, html.mobile body .builder-carcass .text-holder > span {
  font-size: 0.8rem !important;
}