.cma-geely-modal-open {
  overflow: hidden;
}

.cma-geely-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1300;
}

.cma-geely-modal.is-open {
  display: block;
}

.cma-geely-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 30, 0.78);
}

.cma-geely-modal__dialog {
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
  max-width: 560px;
  margin: 48px auto;
  max-height: calc(100vh - 96px);
  overflow: auto;
  background: #101a2f;
  border-radius: 10px;
  padding: 22px 22px 20px;
}

.cma-geely-modal__dialog h2 {
  margin: 0 0 18px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 30px;
}

.cma-geely-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 38px;
  height: 38px;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  font-size: 33px;
  line-height: 1;
}

.cma-geely-modal__close:hover {
  color: #ff3737;
}

.cma-geely-modal__form .form-element {
  margin-bottom: 12px;
}

.cma-geely-modal__form label {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.9);
}

.cma-geely-modal__form input,
.cma-geely-modal__form textarea,
.cma-geely-modal__form select {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background-color: rgba(255, 255, 255, 0.96);
  color: #283040;
  padding: 12px 14px;
}

.cma-geely-modal__form input.has-error,
.cma-geely-modal__form textarea.has-error {
  border-color: #ff3737;
}

.cma-geely-modal__form button {
  border: 0;
  padding: 12px 26px;
  text-transform: uppercase;
  font-weight: 700;
  background: #ff3737;
  color: #ffffff;
  cursor: pointer;
}

.cma-geely-modal__form button:hover {
  background: #ffffff;
  color: #ff3737;
}

.form-success-message {
  background: #4caf50;
  color: white;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}
