.Product-modulediscount {background: red; font-style: italic; border-radius: 50px; transform: scale(1.2);}
.Product-moduleprice {
    font-size: 13px;
    font-weight: bold;
  color: #ffffff; 
    text-shadow: 0 0 10px #ffffff;
    background-color: green;
}
.productModalDescription {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    animation: fadeIn 1s forwards; 
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* HTML: <div class="loader"></div> */
.gs-loader {
  position: fixed; /* Используйте fixed или absolute, в зависимости от нужд */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  width: 80px;
  height: 40px;
  color: #65fd00;
  border: 2px solid currentColor;
  border-right-color: transparent;
  padding: 3px;
  background: 
    repeating-linear-gradient(90deg,currentColor 0 10px,#0000 0 15px) 
    0/0% no-repeat content-box content-box;
  position: fixed;
  box-sizing: border-box;
  animation: l5 2s infinite steps(6);
}
.gs-loader::before {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 100%;
  width: 10px;
  background:
    linear-gradient(
        #0000   calc(50% - 7px),currentColor 0 calc(50% - 5px),
        #0000 0 calc(50% + 5px),currentColor 0 calc(50% + 7px),#0000 0) left /100% 100%,
    linear-gradient(currentColor calc(50% - 5px),#0000        0 calc(50% + 5px),currentColor 0) left /2px 100%,
    linear-gradient(#0000        calc(50% - 5px),currentColor 0 calc(50% + 5px),#0000        0) right/2px 100%;
  background-repeat:no-repeat;
}
@keyframes l5 {
    100% {background-size:120%}
}

.gs-loader__spinner {
    display: none !important;
}



.productModalDescription {
    transition: box-shadow 0.3s ease; /* Плавное изменение тени */
}

.productModalDescription:hover {
    box-shadow: 0 0 10px rgba(0, 255, 0, 0.5); /* Зеленая тень при наведении */
}
.productModalImg {
    box-shadow: 0 0 20px rgba(0, 255, 255, 0.7); /* Синезеленая тень */
}

.MonitoringWidget-module__body.boxBody {
    font-weight: bold; /* Жирный текст */
    color: #ffffff; /* Белый цвет текста */
    font-family: 'Arial', sans-serif; /* Современный шрифт */
    font-size: 1.2em; /* Увеличенный размер шрифта */
    letter-spacing: 0.05em; /* Немного увеличенный интервал между буквами */
}
.Product-module__price {
    font-weight: bold; /* Жирный текст */
}

.PlayerBalanceModal-module__label::after{content: " умножится, в зависимости от бонусов за пополнение! \A БОНУСЫ ПРИ ПОПОЛНЕНИИ \A 100 + 5% в подарок \A 300 +10% в подарок \A 700 +15% в подарок \A 1000 +20% в подарок \A 1500 +25% в подарок \A 2000 +25% в подарок \A 5000 + 30% в подарок" !important; white-space: pre-wrap; font-size: 16px; font-family: cursive;}