#webform-submission-funnel-webform-integrated-block-content-8301-add-form--2 .webform-options-display-buttons label.webform-options-display-buttons-label,#webform-submission-funnel-webform-integrated-block-content-8301-add-form--2 .webform-options-display-buttons-horizontal .webform-options-display-buttons-wrapper, #webform-submission-funnel-webform-integrated-block-content-8301-add-form--2 .form-radios, #webform-submission-funnel-webform-integrated-block-content-8301-add-form--2 .layout_phone input[type="tel"] {
    width: 100%;
    border-radius: 1000px;
  font-size: 14px !important;
}

#webform-submission-funnel-webform-integrated-block-content-8301-add-form--2 .dynamic-element label, #webform-submission-funnel-webform-integrated-block-content-8301-add-form--2 .layout_phone label {
  font-weight: normal;
  text-align: center;
}
#webform-submission-funnel-webform-integrated-block-content-8301-add-form--2 .dynamic-element > label, #webform-submission-funnel-webform-integrated-block-content-8301-add-form--2 .layout_phone label {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

#webform-submission-funnel-webform-integrated-block-content-8301-add-form--2 .webform-options-display-buttons-wrapper label {
  text-transform: uppercase;
}
#webform-submission-funnel-webform-integrated-block-content-8301-add-form--2 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wrapper-hidden{
  display: none;
}

.dynamic-element{
  opacity:0;
  transition: all ease .4s;
}

.fade-in-element{
  opacity : 1;
}

.selected{
    color: red !important;
    font-weight: bold!important;
    border: none !important;
    box-shadow: 0px 3px 5px #4332327B;
}

#edit-actions-01{
    justify-content: center;
    padding-top: 0px;
    margin: 0;
    height: 100%;
    flex: 1;
    align-items: flex-end;
}