.accent-title-boxGAMESERVERS {
  margin: 10px auto; /* Центрира по хоризонтала */
  padding: 10px 15px; 
  	background-color: #363a43;
	outline: 1px solid #434852;
  border-radius: 8px;
  color: #fff;
  width: 800px;
  max-width: 100%; /* Позволява адаптация на по-малки екрани */
  box-sizing: border-box;
  text-align: center; /* Центрира текста вътре */
}


.accent-titleGAMESERVERS {
  font-size: 1.5em; 
  color: #FFD700; /* Жълт цвят */
  font-weight: bold;
}

.accent-subtitleGAMESERVERS {
  font-size: 0.95em;
  line-height: 1.4;
  color: #ccc;
}

.color-hintGAMESERVERS {
  display: inline-block;
  margin-top: 2px;
  color: #00ced1;
  font-weight: 500;
}
.packetbox-buttonModal {
	margin-top: 20px; 
}

.packetbox-buttonModal button {
	background: #363a43;
	border: 1px solid #434343;
	color: #cccccc;
	padding: 7px 30px;
	border-radius: 5px;
	cursor: pointer;
	font-size: 13px;
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.packetbox-buttonModal button i {
	font-size: 16px;
	transition: transform 0.3s ease, color 0.3s ease;
}

.packetbox-buttonModal button:hover {
	color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.packetbox-buttonModal button:hover i {
	transform: scale(1.3);
	color: #fff;
}
.packet-priceGAMESERVERS {
  margin-left: auto;
  background: #00ced1;
  color: #000;
  font-weight: bold;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
}

.alert-info-packGAMESERVERS {
  margin: 10px auto; /* Центрира по хоризонтала */
  padding: 10px 15px; 
  	background-color: #363a43;
	outline: 1px solid #434852;
  border-radius: 8px;
  color: #fff;
  width: 800px;
  max-width: 100%; /* Позволява адаптация на по-малки екрани */
  box-sizing: border-box;
  text-align: center; /* Центрира текста вътре */
}

.pack-titleGAMESERVERS {
  margin: 0;
  font-size: 20px;
  color: #00ced1;
}

.pack-priceGAMESERVERS {
  margin: 8px 0 15px;
  font-weight: bold;
  color: #ffd700;
}

.pack-featuresGAMESERVERS {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pack-featuresGAMESERVERS li {
  margin-bottom: 8px;
  padding-left: 24px;
  position: relative;
}
.centered-inputGAMESERVERS {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}