/*
Theme Name:   CSDN Style
Template:     hello-elementor
*/
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 50%;
}


.cf7 .btn-send-msg {
  display: flex;
  width: 100%;
  line-height: 1;
  border: none;
	min-height: 43px;
}

.cf7 .relative {
	position: relative;
}
.cf7 .relative .wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
    margin: 0;
	transform: translate(-50%, -50%);
}

form[data-status="submitting"] .cf7 .btn-send-msg {
	font-size: 0;
}


.cf7 .grid {
  display: grid;
}
.cf7 .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.cf7 .gap-2 {
  gap: 10px;
}
.cf7 .wpcf7-form-control {
  border-radius: 0;
  border-color: var(--e-global-color-primary) !important;
  border-width: 0px 0px 3px 0px;
  color: var(--e-global-color-text) !important;
  font-size: 18px;
  padding: 7px 20px;
}
.cf7 .wpcf7-form-control:not([type="submit"], [type="button"]) {
  min-height: 59px;
}
.cf7 .wpcf7-form-control:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}
.cf7 .wpcf7-form-control::placeholder {
  color: #acaaa4;
}
.cf7 .wpcf7-form-control.wpcf7-textarea {
  height: 8em;
}
.cf7 p {
  margin-bottom: 10px;
}
