.rounded-sm {
  border-radius: 8px;
}
.rounded-md {
  border-radius: 12px;
}
.rounded-lg {
  border-radius: 18px;
}

/* To correct elementor and bootstrap conflicts  */
.q-field__inner input {
  padding: unset;
  max-width: 100%;
  width: 100%;
  height: unset;
  border: none;
  border-radius: none;
  color: none;
  background-color: none;
  box-shadow: none;
  vertical-align: middle;
  font-size: unset;
  transition: unset;
}

.row:not([class*="q-p"]) {
  padding-right: unset;
  padding-left: unset;
}

.row:not([class*="q-m"]) {
  margin-right: unset;
  margin-left: unset;
}

.elementor-kit-5 button {
  background-color: unset;
}
