/* Стиль для соцсетей */
.containerok {
  background: rgba(0, 0, 0, 0.7); /* Полупрозрачный черный фон */
  padding: 1.1rem;
  border-radius: 10px;
  height: 114px;
  width: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
}

ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: rem;
  list-style-type: none;
  padding: 0;
}

ul li {
  padding: 0.3rem;
}

.fab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 104px;
  height: 90px;
  border-radius: 0; /* Начальное состояние без скругления */
  transition: 0.6s;
  cursor: pointer;
  background: transparent;
  border: 5px solid transparent;
}

.fab img {
  width: 65px;
  height: 65px;
  transition: 0.4s;
}

.vk:hover {
  top: -1px;
  transform: scale(1.15);
  border-radius: 100%; /* Скругление при наведении */
}

.discord:hover {
  top: -2px;
  transform: scale(1.15);
}

.fab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: #42aaff;
    transition: width 0.5s ease;
}

.fab:hover::after {
    width: 90%;
}

/* Стили для шапки */
.Header-module__wrapper {
    background: rgba(0, 0, 0, 0.7); /* Полупрозрачный черный фон */
    margin-bottom: 20px;
  	border-radius: 10px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
}



.boxHeader {
    background: rgba(0, 0, 0, 0.7); /* Полупрозрачный черный фон */
    border-radius: 10px 10px 0 0; /* Закругленные углы */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
}


.boxBody {
    background: rgba(0, 0, 0, 0.6); /* Полупрозрачный черный фон */
  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
}

.Categories-module__category {
    cursor: pointer;
    color: var(--font-color-900);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-radius: 10px;
    margin: 5px;
    transition: all .15s ease
}

.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 34px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    margin-top: 15px;
  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
}

.boxFooter {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0 0 10px 10px;
  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
}

.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: var(--accent-color-800);
    border-color: var(--accent-color-800);
  	border-radius: 10px;
  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
}

.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 20px;
    overflow: hidden;
    background-color: var(--bg-color-700)
}

.Product-module__wrapper {
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
    animation: Product-module__productAnimation .15s ease
}

/*Кукисы */
.Cookie-module__wrapper {
    z-index: 50;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    padding: 15px;
    border-radius: 10px;
    background-color: var(--bg-color-800);
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
}

.xbox {
    border-radius: 10px;
    overflow: hidden;
    max-width: 300px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
}

.xbox__header {
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 15px;
    text-align: center;
  	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
}

.xbox__header h4 {
    margin: 0;
    font-size: 18px;
}

.xbox__body {
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.xbox__body b {
    color: var(--font-color-800);
}


/* ТУт под календарь */

.calendar {
    width: 260px; /* Изменено с 300px на 280px */
    border-radius: 10px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 
                0 6px 20px rgba(0, 0, 0, 0.3);
    color: rgba(255, 255, 255, .7); /* Белый текст */
  }
  .calendar header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, .7); /* Белый текст */
  }
  .calendar button {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    color: rgba(255, 255, 255, .7); /* Белый текст */
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
  }
  .calendar button:hover {
    background-color: rgba(255, 255, 255, .1);
  }
.calendar table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(0, 0, 0, 0.3); /* Общий фон для таблицы */
  border-radius: 10px; /* Закругленные углы */
  overflow: hidden; /* Чтобы закругленные углы работали корректно */
}

.calendar th, .calendar td {
  width: 14.28%;
  height: 35px; /* Высота ячеек */
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1); /* Полупрозрачная граница */
  cursor: pointer;
  color: rgba(255, 255, 255, .7); /* Белый текст */
}

.calendar th {
  background: rgba(0, 0, 0, 0.7); /* Темный фон для заголовков */
}

.calendar td:hover {
  background-color: rgba(255, 255, 255, 0.2); /* Полупрозрачный фон при наведении */
  color: #fff; /* Белый текст при наведении */
}

.calendar .today {
  position: relative; /* для позиционирования псевдоэлемента */
  background: transparent !important; /* убираем фон, если был */
  color: #fff !important; /* белый текст */
  font-weight: bold; /* можно сделать жирнее, если хочешь выделить */
}

.calendar .today::after {
  border: 2px solid #42aaff;
  background: transparent;
}

/* Опционально: при наведении на сегодняшний день — усиливаем круг */
.calendar .today:hover::after {
  background: rgba(66, 170, 255, 0.5); /* светлее и ярче при ховере */
}

/* Если хочешь второй вариант — чисто голубой круг */
.calendar .today.blue-circle::after {
  background: rgba(66, 170, 255, 0.35); /* голубой полупрозрачный */
}

.calendar-footer {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin-left: 5px;
}

.calendar-footer p {
  margin: 5px 0;
}

.marker-blue,
.marker-light-blue {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}

.marker-blue {
  background-color: #0e3b7b;
}

.marker-light-blue {
  background-color: #42aaff;
}

.ProductModal-module__command,.ProductModal-module__bp,.ProductModal-module__item,.ProductModal-module__dropdown {
    width: 500px;
}

.calendar td {
  position: relative;
}

.calendar td span.day-number {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 35px;
  text-align: center;
}

/* Глобальный — тёмно-синий (самый высокий приоритет) */
.calendar .global-wipe {
  background-color: #0e3b7b !important;
  border-radius: 50% !important;
}

/* Простой — голубой */
.calendar .simple-wipe {
  background-color: #42aaff !important;
  border-radius: 50% !important;
}


/* Блок с серверами */
.Servers-module__servers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;               /* расстояние между кнопками */
    background: rgba(0, 0, 0, 0.6);   /* полупрозрачный тёмный фон, как у календаря */
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2),
                0 6px 20px rgba(0, 0, 0, 0.3);
    margin: 10px 0;         /* отступы сверху/снизу если нужно */
}

/* Каждая кнопка-сервер */
.Servers-module__server {
    flex: 1;                /* кнопки растягиваются равномерно */
    min-width: 120px;       /* минимальная ширина, чтобы не сжимались слишком */
    padding: 10px 16px;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 0.9);
    border: 2px solid transparent;
    border-radius: 10px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease;
    text-align: center;
}

/* Hover-эффект */
.Servers-module__server:hover {
    background: rgba(66, 170, 255, 0.25);   /* лёгкий голубой при наведении */
    border-color: #42aaff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(66, 170, 255, 0.3);
}

/* Активный сервер (уже есть класс Servers-module__active) */
.Servers-module__server.Servers-module__active {
    background: #42aaff;           /* твой основной голубой */
    color: #ffffff;
    border-color: #42aaff;
    box-shadow: 0 4px 12px rgba(66, 170, 255, 0.5);
    transform: translateY(-1px);
}

/* На случай, если active ещё и при hover — чтобы не тускнело */
.Servers-module__server.Servers-module__active:hover {
    background: #5ab8ff;           /* чуть светлее при наведении на активный */
    box-shadow: 0 6px 16px rgba(66, 170, 255, 0.6);
}