.elementor-976 .elementor-element.elementor-element-4017ae7{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-c90ea33 *//* L2TOP.BEST - add server form */

.l2-add-server-box {
  max-width: 980px;
  margin: 40px auto;
  background: #111417;
  border: 1px solid #2a2a2a;
  border-radius: 14px;
  padding: 30px;
  color: #fff;
  box-sizing: border-box;
}

.l2-add-server-box * {
  box-sizing: border-box;
}

.l2-add-server-box h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 32px;
  line-height: 1.15;
}

.l2-add-server-box p {
  margin: 0 0 24px;
  color: #aaa;
}

.l2-add-server-message {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 14px 16px;
  font-weight: 700;
  line-height: 1.45;
}

.l2-add-server-message strong,
.l2-add-server-message span {
  display: block;
}

.l2-add-server-message.is-success {
  background: rgba(0, 180, 90, 0.12);
  border: 1px solid rgba(0, 180, 90, 0.35);
  color: #c8ffdc;
}

.l2-add-server-message.is-error {
  background: rgba(255, 59, 48, 0.12);
  border: 1px solid rgba(255, 59, 48, 0.35);
  color: #ffb4ad;
}

.l2-tariff-picker {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.l2-tariff-card {
  display: block;
  margin: 0;
  cursor: pointer;
}

.l2-tariff-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.l2-tariff-card span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  background: #0b0f14;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  color: #fff;
  font-weight: 900;
}

.l2-tariff-card input:checked + span {
  border-color: #f0a500;
  color: #000;
  background: #f0a500;
}

.l2-add-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.l2-add-server-form label {
  display: block;
  margin: 0 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.l2-add-server-form input,
.l2-add-server-form select,
.l2-add-server-form textarea {
  width: 100%;
  background: #0b0f14;
  border: 1px solid #2a2a2a;
  border-radius: 10px;
  padding: 12px 14px;
  color: #fff;
  font-size: 15px;
  outline: none;
}

.l2-add-server-form input[type="file"] {
  padding: 10px;
}

.l2-add-server-form textarea {
  margin-top: 18px;
  resize: vertical;
}

.l2-add-server-form input:focus,
.l2-add-server-form select:focus,
.l2-add-server-form textarea:focus {
  border-color: #f0a500;
  box-shadow: 0 0 0 3px rgba(240, 165, 0, 0.16);
}

.l2-add-server-form input[type="date"] {
  cursor: pointer;
  color-scheme: dark;
}

.l2-add-server-form input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  padding: 8px;
  margin-right: -6px;
}

.l2-add-server-form button[type="submit"],
.l2-add-server-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 24px;
  background: #f0a500;
  border: 1px solid #f0a500;
  border-radius: 10px;
  padding: 12px 20px;
  color: #000;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.l2-add-server-form button[type="submit"] {
  width: 100%;
}

.l2-add-server-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.l2-add-server-actions a {
  margin-top: 0;
}

.l2-add-server-form button[type="submit"]:hover,
.l2-add-server-actions a:hover {
  background: #ffc400;
  border-color: #ffc400;
  color: #000;
}

@media (max-width: 820px) {
  .l2-add-server-box {
    margin: 28px 12px;
    padding: 22px;
  }

  .l2-tariff-picker {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .l2-add-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .l2-add-server-box {
    margin: 18px 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    padding: 18px 14px;
  }

  .l2-add-server-box h2 {
    font-size: 24px;
  }

  .l2-tariff-picker {
    gap: 8px;
  }

  .l2-tariff-card span {
    min-height: 48px;
    font-size: 14px;
  }
}/* End custom CSS */