#grant-b2b-access-btn{margin-left:10px}.lead-section #grant-b2b-access-btn.action.primary{min-height:42px;font-weight:600;font-size:14px !important;padding:10px 15px !important;line-height:1;background:#d1021f;color:#fff;border:none;border-radius:4px;transition:.3s ease-out;cursor:pointer}.lead-section #grant-b2b-access-btn.action.primary:hover:not(:disabled){background:#c1021f}.lead-section #grant-b2b-access-btn.action.primary:disabled{background:#f5f5f5;color:#919191 !important;cursor:not-allowed;opacity:.6;pointer-events:none}#grant-b2b-access-btn.validate-b2b:not(:disabled){pointer-events:auto;cursor:pointer}#grant-b2b-access-btn.loading{position:relative}#grant-b2b-access-btn.loading:after{content:'';position:absolute;width:16px;height:16px;margin:auto;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite;right:10px;top:50%;transform:translateY(-50%)}@keyframes spin{0%{transform:translateY(-50%) rotate(0deg)}100%{transform:translateY(-50%) rotate(360deg)}}.lead-section{display:flex;align-items:center;gap:10px}