/*****************************************************
                    SIDEBAR FORM
*****************************************************/
.inside-right-sidebar {
  position: static;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.inside-right-sidebar aside.widget:last-child {
  height: 100%;
}

.inside-right-sidebar .sidebar-form {
  position: sticky;
  top: 30px;
}

.inside-right-sidebar aside p {
  margin: 0;
}

.sidebar-form form.leadpack-form .leadpack-global {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  row-gap: 24px;
}

.sidebar-form form.leadpack-form .grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  row-gap: 10px;
}

.sidebar-form form.leadpack-form .grid .col {
  flex-basis: 100%;
  width: 100%;
  max-width: 100%;
}

.sidebar-form form.leadpack-form .leadpack-form-field input:not([type=submit]),
.sidebar-form form.leadpack-form .leadpack-form-field textarea,
.sidebar-form form.leadpack-form .leadpack-form-field select {
  font-size: 12px;
}

/*checkbox*/
.sidebar-form form.leadpack-form .grid div.privacy-check label,
.sidebar-form form.leadpack-form .grid div.tos-check label {
  margin-top: 10px;
}

/*# sourceMappingURL=sidebar-form.css.map */
