.uzy_hide
{
  display:none !important;
}
.sidebar__link,
.uzy_button {
  white-space:nowrap;
  width:100%;
  margin-top:10px;
  margin-right:10px;
  margin-left:-10px;
  padding:8px 15px 8px 15px;
  font-size: 14px !important;
  font-weight: 600;
  border-radius: 8888px;
  overflow: hidden; 
  cursor: pointer;
  text-align:center !important;
  transition: all 1s ease;
  text-shadow: none;
  box-shadow: none;
}
.uzy_button2 {
  white-space:nowrap;
  width:100%;
  margin-top:10px;
  margin-right:10px;
  margin-left:-10px;
  padding:8px 23px 8px 15px;
  font-size: 14px !important;
  font-weight: 600;
  border-radius: 8888px;
  overflow: hidden; 
  cursor: pointer;
  text-align:center !important;
  transition: all 1s ease;
  text-shadow: none;
  box-shadow: none;
}
.uzy_button_b4 {
  padding:4px 0;
}
.uzy_button_b6 {
  padding:6px 0;
}
.uzy_button_b8 {
  padding:8px 0;
}
.uzy_button_b10 {
  padding:10px 0;
}
.uzy_button_b12 {
  padding:12px 0;
}
.uzy_button_b14 {
  padding:14px 0;
}
.uzy_button_b16 {
  padding:16px 0;
}
.uzy_button_wide100 {
  width:100%;
  margin-right:auto;
  margin-left:auto;
}
.uzy_button_wide90 {
  width:90%;
  margin-right:auto;
  margin-left:auto;
}
.uzy_button_wide80 {
  width:80%;
  margin-right:auto;
  margin-left:auto;
}
.uzy_button_wide70 {
  width:70%;
  margin-right:auto;
  margin-left:auto;
}
.uzy_button_wide60 {
  width:60%;
  margin-right:auto;
  margin-left:auto;
}
.uzy_button_wide50 {
  width:50%;
  margin-right:auto;
  margin-left:auto;
}
.uzy_button_wide40 {
  width:40%;
  margin-right:auto;
  margin-left:auto;
}
.uzy_button_wide30 {
  width:30%;
  margin-right:auto;
  margin-left:auto;
}
.uzy_button_wide20 {
  width:20%;
  margin-right:auto;
  margin-left:auto;
}
.uzy_button_wide10 {
  width:10%;
  margin-right:auto;
  margin-left:auto;
}
.sidebar__link,
.uzy_padButton {
  padding:14px 0;
  margin-right:0px;
  margin-left:0px;
}
.uzy_button:hover::before {
  opacity:1;
  left: 125%;
}
.uzy_button:active::before {
  opacity:1;
  left: 10%;
}
.uzy_button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.4) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-25deg);
  opacity:0;
  transition: all 0.5s ease;
}
.uzy_button._uzy_center {
  margin:0 auto;
}
.uzy_button._uzy_left {
  float:left;
}
.uzy_button._uzy_right {
  float:right;
}


.uzy_button.uzy_dark {
  background: #111722;
  color: #519fff;
  border: 1px solid #519fff;
  box-shadow: 0 0 4px 4px rgba(81,159,255,0.35);
}
.uzy_button.uzy_dark:hover {
  color: #519fff;
  box-shadow: 0 0 6px 6px rgba(81,159,255,0.5);
  transform: translateY(-3px);
  text-shadow: 0 0 5px rgba(81,159,255,0.8);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.uzy_button.uzy_dark:active {
  transform: translateY(-1px);
  box-shadow: 0 0 5px 5px rgba(81,159,255,0.4);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.sidebar__link,
.uzy_button.uzy_dark_2 {
  background: #111722;
  color: #519fff;
  border: 1px solid #519fff;
  box-shadow: 0 0 2px 2px rgba(81,159,255,0.35);
}
.uzy_button.uzy_dark_2:hover {
  color: #FFFFFF;
  box-shadow: 0 0 3px 3px rgba(81,159,255,0.5);
  transform: translateY(-3px);
  text-shadow: 0 0 5px rgba(81,159,255,0.8);
  transition: color 0.5s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.uzy_button.uzy_dark_2:active {
  transform: translateY(-1px);
  box-shadow: 0 0 2px 2px rgba(81,159,255,0.4);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}


.uzy_button.uzy_dark_3 {
  background: #111722;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 4px 4px rgba(81,159,255,0.35);
}
.uzy_button.uzy_dark_3:hover {
  color: #519fff;
  box-shadow: 0 0 6px 6px rgba(81,159,255,0.5);
  transform: translateY(-3px);
  text-shadow: 0 0 5px rgba(81,159,255,0.8);
  transition: color 0.5s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.uzy_button.uzy_dark_3:active {
  transform: translateY(-1px);
  box-shadow: 0 0 5px 5px rgba(81,159,255,0.4);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}



.uzy_button.uzy_light {
  background: #519fff;
  color: #0D1928;
  border: 1px solid #0D1928;
  box-shadow: 0 0 4px 4px rgba(255,255,255,0.2);
}
.uzy_button.uzy_light:hover {
  color: #0D1928;
  box-shadow: 0 0 6px 6px rgba(255,255,255,0.25);
  transform: translateY(-3px);
  text-shadow: 0 0 5px rgba(255,255,255,0.8);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.uzy_button.uzy_light:active {
  transform: translateY(-1px);
  box-shadow: 0 0 5px 5px rgba(255,255,255,0.2);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.uzy_button.uzy_light_2 {
  background: #519fff;
  color: #0D1928;
  border: 1px solid #0D1928;
  box-shadow: 0 0 4px 4px rgba(255,255,255,0.2);
}
.uzy_button.uzy_light_2:hover {
  color: #FFFFFF;
  box-shadow: 0 0 6px 6px rgba(255,255,255,0.25);
  transform: translateY(-3px);
  text-shadow: 0 0 5px rgba(255,255,255,0.8);
  transition:color 0.4s ease,  transform 0.2s ease, box-shadow 0.2s ease;
}

.uzy_button.uzy_light_2:active {
  transform: translateY(-1px);
  box-shadow: 0 0 5px 5px rgba(255,255,255,0.2);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.uzy_button.uzy_light_3 {
  background: #519fff;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 2px 2px rgba(255,255,255,0.2);
}
.uzy_button.uzy_light_3:hover {
  color: #0D1928;
  box-shadow: 0 0 3px 3px rgba(255,255,255,0.25);
  transform: translateY(-3px);
  text-shadow: 0 0 5px rgba(255,255,255,0.8);
  transition:color 0.4s ease,  transform 0.2s ease, box-shadow 0.2s ease;
}
.uzy_button.uzy_light_3:active {
  transform: translateY(-1px);
  box-shadow: 0 0 2px 2px rgba(255,255,255,0.2);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}








.wheel-pointer {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 22%;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  z-index: 1;
  aspect-ratio: 1 / 1;
}
/*
@media (min-width: 769px) {
  .wheel-pointer {
    width: 12.5%;
  }
}

@media (max-width: 768px) {
  .wheel-pointer {
    width: 25%;
  }
}
*/


.uzy_button3 {
  background: linear-gradient(180deg, #0077fa, #6db4f9);
  color: white;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 24px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  box-shadow: 0 6px 0 #0077fa, 0 8px 15px rgba(0,0,0,0.3);
  transition: all 0.15s ease;
}

.uzy_button3:hover {
  filter: brightness(1.1);
}

.uzy_button3:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 #0077fa, 0 4px 8px rgba(0,0,0,0.2);
}
.uzy_button_miniside {
    white-space: nowrap;
    width: 100%;
    margin-top: 10px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    font-size: 14px !important;
    font-weight: 600;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    text-align: center !important;
    transition: all 1s 
ease;
    text-shadow: none;
    box-shadow: none;
    width: 44px;
    height: 45px;
}

.uzy_side_mini_spor
{
    background-image: url('https://cdn.jsdelivr.net/gh/Neo777Uzy/fitcas@master/images/btnSpor_mini.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 30px;
  width:45px;
  height:45px;
  color: #519fff;
  box-shadow: 0 0 2px 2px rgba(81,159,255,0.15);
  border-radius:8px;
}
.uzy_side_mini_spor:hover {
  color: #FFFFFF;
  box-shadow: 0 0 3px 3px rgba(81,159,255,0.5);
  transform: translateY(-3px);
  transition: color 0.5s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.uzy_side_mini_spor:active {
  transform: translateY(-1px);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}


.uzy_side_mini_cas
{
    background-image: url('https://cdn.jsdelivr.net/gh/Neo777Uzy/fitcas@master/images/btnCas_mini.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 30px;
  width:45px;
  height:45px;
  color: #519fff;
  box-shadow: 0 0 2px 2px rgba(81,159,255,0.15);
  border-radius:8px;
}
.uzy_side_mini_cas:hover {
  color: #FFFFFF;
  box-shadow: 0 0 3px 3px rgba(81,159,255,0.5);
  transform: translateY(-3px);
  transition: color 0.5s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.uzy_side_mini_cas:active {
  transform: translateY(-1px);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

.uzy_side_big_spor
{
    background-image: url('https://cdn.jsdelivr.net/gh/Neo777Uzy/fitcas@master/images/btnSpor_web.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 30px;
  color: #519fff;
  box-shadow: 0 0 2px 2px rgba(81,159,255,0.15);
  border-radius:8px;
}
.uzy_side_big_spor:hover {
  color: #FFFFFF;
  box-shadow: 0 0 3px 3px rgba(81,159,255,0.5);
  transform: translateY(-3px);
  transition: color 0.5s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.uzy_side_big_spor:active {
  transform: translateY(-1px);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}


.uzy_side_big_cas
{
    background-image: url('https://cdn.jsdelivr.net/gh/Neo777Uzy/fitcas@master/images/btnCas_web.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 30px;
  
  color: #519fff;
  box-shadow: 0 0 2px 2px rgba(81,159,255,0.15);
  border-radius:8px;
}
.uzy_side_big_cas:hover {
  color: #FFFFFF;
  box-shadow: 0 0 3px 3px rgba(81,159,255,0.5);
  transform: translateY(-3px);
  transition: color 0.5s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.uzy_side_big_cas:active {
  transform: translateY(-1px);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}


.uzy_side_big_cark
{
    background-image: url('https://cdn.jsdelivr.net/gh/Neo777Uzy/fitcas@master/images/cark_gif.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-basis: 100% !important;
  
  color: rgba(0,0,0,0);
  box-shadow: 0 0 2px 2px rgba(81,159,255,0.15);
  border-radius:8px;
}
.uzy_side_big_cark:hover {
  box-shadow: 0 0 3px 3px rgba(81,159,255,0.5);
  transform: translateY(-3px);
  transition: color 0.5s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.uzy_side_big_cark:active {
  transform: translateY(-1px);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}