/* Стили модального окна */
.modal-overlay {
  display: none; /* Скрыто по умолчанию */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  z-index: 1000;
}

.modal-content {
  background: #000000;
  font-size: 20px;
  color: #ffffff;
  padding: 30px;
  max-width: 500px;
  margin: 100px auto;
  border-radius: 10px;
  box-shadow: 1px 1px 2px #4250fb, 0 0 1em #a43fda, 0 0 0.2em blue;
  position: relative;
  text-align: center;
}

.modal-content h4 {
  font-size: 20px;
  text-shadow:1px 1px 2px #4250fb, 0 0 1em #a43fda, 0 0 0.2em blue;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #999;
}

.modal-close:hover {
  color: #000;
}

.inside-arcade-stacked {
  background: linear-gradient(to bottom, #0b0c10, #111118);
  padding: 100px 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

.component-block {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 0;
  position: relative;
}

.component-block1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  padding: 30px 0;
  position: relative;
}

/* .component-block::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 0;
  height: 100%;
  width: 2px;
  background: linear-gradient(to bottom, #00ffff, transparent);
} */

.component-icon i {
  font-size: 48px;
  color: #00ffff;
  text-shadow: 0 0 6px rgba(0, 255, 255, 0.5);
}

.component-text h5 {
  font-family: 'Press Start 2P', monospace;
  font-size: 1rem;
  margin-bottom: 10px;
  color: #00ffff;
}

.component-text p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.6;
}


.submitBnt{
  font-family: inherit;
  color: #ffffff !important;
  background: linear-gradient(to right, #3452ff 0%, #8978d3 100%);
  border: none;
  border-radius: 8px;
  line-height: normal;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 45px;
}

.custom-form-group label a{
  color: #007bff;
}

.custom-form-control{
  margin-bottom: 15px;
  padding-left: 16px;
  border: 1px solid #dfe9f1;
  font-size: 14px;
  height: 45px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #9197b5;
  border-radius: 30px;
}


.custom-form-group label{
	color: #ffffff;
	margin-left: 8px;
	text-align: left;
  font-weight: 300;
  font-family: inherit;
  font-size: 14px;
	cursor: pointer;
  font-style: italic;
	display: inline-block;
}

.mandatory{
	color: #EC3324;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;

}

.custom-form-group{
	display: flex;
	margin-top: 16px;
}

.custom-form-group input{
	border: 1px solid #CCC;
  background: #FFF;
  padding: 0 12px;
  line-height: 38px;
  margin: 0 0 10px 0;
  box-shadow: inset 0 3px 2px #EEE;
  border-radius: 2px;
	width: 13px !important;
	height: 13px !important;
}

#custom-btn {
  display: flex;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 768px) {
  #custom-btn {
  flex-direction: column;
  gap: 10px;
}
}
