/* Form form modal 1.0.0 */
.lvd-cm-form-modal                      {position:relative; height:100%; width:100%; overflow-y: auto; padding:0 40px 40px 40px; border-radius: var(--lvd-rounded-md);}
.lvd-cm-form-modal .lvd-title           {margin-bottom:8px;}
.lvd-cm-form-modal .lvd-form            {width:100%;}

/*GF overwrite*/
.lvd-cm-form-modal .button              {background:var(--lvd-color-primary); color:var(--lvd-color-white); border:none; display:inline-block; height:48px; line-height:46px; font-weight:700; font-size:var(--lvd-text-body); padding:0 24px; border-radius:25px;}
/* Stilizare pentru butonul de submit dezactivat de la Gravity Forms */
.gform_wrapper .gform_footer input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Bm */
@media (min-width:1px) and (max-width:767px)
{
.lvd-cm-form-modal, 
.lvd-cm-form-modal.lvd-px, 
.lvd-cm-form-modal.lvd-pxy              {padding-left:16px; padding-right:16px;}
}

/* Bt */
@media (min-width:768px) and (max-width:1024px)
{
.lvd-cm-form-modal, 
.lvd-cm-form-modal.lvd-px, 
.lvd-cm-form-modal.lvd-pxy              {padding-left:16px; padding-right:16px;}

}