/*!****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/scss/admin.scss ***!
  \****************************************************************************************************************************************************************************************************************/
/* ---------------------------------------------------
	Definitions
--------------------------------------------------- */
/* ---------------------------------------------------
	Colors
--------------------------------------------------- */
/* ---------------------------------------------------
	Components
--------------------------------------------------- */
/* ---------------------------------------------------
	Header
--------------------------------------------------- */
body.forms_page_forgravity-fillablepdfs #wpbody-content > .notice {
  display: none !important;
}

.gform-settings-header.gform-settings-header--forgravity-fillablepdfs {
  background-color: #fff;
  border-bottom: 1px solid #ecedf8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  display: flex;
  inline-size: 100%;
}
.gform-settings-header.gform-settings-header--forgravity-fillablepdfs .gform-settings__wrapper {
  align-items: center;
  background: none;
  block-size: 75px;
  display: flex;
  inline-size: 100%;
  justify-content: space-between;
  padding-block: 0;
}
.gform-settings-header.gform-settings-header--forgravity-fillablepdfs .gform-settings__wrapper img {
  height: 50px;
}

.fillablepdfs-dropzone {
  align-items: center;
  background: #FFF url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAzOCAzOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CiAgICA8c3R5bGU+LnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiM1MjhhYWY7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kfTwvc3R5bGU+CiAgICA8cGF0aCBkPSJNNC41LjVoMjljMi4yIDAgNCAxLjggNCA0djI5YzAgMi4yLTEuOCA0LTQgNGgtMjljLTIuMiAwLTQtMS44LTQtNHYtMjljMC0yLjIgMS44LTQgNC00eiIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNmZmYiIHN0cm9rZT0iIzkwOTFiMSIvPgogICAgPGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQgMTQpIj4KICAgICAgICA8cGF0aCBjbGFzcz0ic3QxIiBkPSJNNSAwdjEwIi8+CiAgICAgICAgPHBhdGggY2xhc3M9InN0MSIgZD0iTTEwIDVIMCIvPgogICAgPC9nPgo8L3N2Zz4=") no-repeat 1.625rem center;
  background-size: 2.375rem;
  border: 1px dashed #CED0E6;
  border-radius: 0.1875rem;
  color: #2A2A52;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 2.125rem 0;
  text-align: center;
}
.fillablepdfs-dropzone--dropping {
  border-color: #3E7DA6;
}
.fillablepdfs-dropzone input {
  display: none;
}

#gform_setting_license_meta {
  display: flex;
  padding: 0.9375rem 0 1.25rem;
}

.fillablepdfs-license-meta {
  border: 1px solid #E6E6EE;
  border-radius: 0.1875rem;
  box-sizing: border-box;
  margin-right: 0.625rem;
  min-width: 12.5rem;
  padding: 0.8125rem 1.25rem 1rem;
}

.fillablepdfs-license-meta__label {
  color: #7C7E9B;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}

.fillablepdfs-license-meta__value {
  color: #2A2A52;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25rem;
}

#gform_setting_license_features {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#gform_setting_license_features label,
#gform_setting_license_features .gform-settings-field__header {
  grid-column: span 2;
}

.fillablepdfs-license-feature {
  background: #FFFFFF;
  border: 1px solid transparent;
  border-radius: 0.1875rem;
  padding: 0.875rem 1rem 1.25rem;
}
.fillablepdfs-license-feature--unlocked {
  background: #FFF;
  border-color: #E6E6EE;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
}
.fillablepdfs-license-feature--unlocked .fillablepdfs-license-feature-container {
  align-items: center;
  display: flex;
  padding: 0.6875rem 0 1.5625rem;
}
.fillablepdfs-license-feature--unlocked .fillablepdfs-license-feature-meta__label {
  margin-bottom: 0.4375rem;
}
.fillablepdfs-license-feature--unlocked .fillablepdfs-license-feature-meta__description {
  max-width: 14.0625rem;
}
.fillablepdfs-license-feature--unlocked img {
  flex-shrink: 0;
  height: 5rem;
  margin-right: 1rem;
}
.fillablepdfs-license-feature--locked {
  background: rgba(208, 92, 93, 0.1);
  border-color: #D05C5D;
  text-align: center;
}
.fillablepdfs-license-feature--locked img {
  height: 3.125rem;
  margin-bottom: 0.25rem;
}
.fillablepdfs-license-feature--locked .fillablepdfs-license-feature-meta {
  margin-bottom: 0.8125rem;
}
.fillablepdfs-license-feature-meta__label {
  color: #2A2A52;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25rem;
}
.fillablepdfs-license-feature-meta__description {
  color: #2A2A52;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin: 0;
}
.fillablepdfs-license-feature-footer {
  align-self: flex-end;
  background: #FAFBFF;
  border-top: 1px solid #E6E6EE;
  flex-basis: 100%;
  flex-grow: 1;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  margin: 0 -1rem;
  padding: 0.625rem 0.9375rem 0.75rem;
  text-align: right;
}
.fillablepdfs-license-feature-footer a {
  color: #D05C5D;
  font-style: italic;
  text-decoration: none;
}
.fillablepdfs-license-feature-upgrade {
  background: #FFFFFF;
  border: 1px solid #D05C5D;
  border-radius: 0.25rem;
  color: #D05C5D;
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.3125rem 0.8125rem 0.4375rem 3rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
}
.fillablepdfs-license-feature-upgrade:hover {
  background: #D05C5D;
  box-shadow: 0 2px 15px 0 rgba(208, 92, 93, 0.4);
  color: #FFF;
}
.fillablepdfs-license-feature-upgrade:before {
  background: #D05C5D no-repeat center url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPHBhdGggZmlsbD0iI0ZGRiIgZD0iTTEyLjM4MDUgNi4zNzI3Yy0uMTA0Ni0uMjI4LS4zMjExLS4zNzItLjU1ODEtLjM3Mkg2LjkxNzZMNy40NjI2Ljc0MWMuMDMxMi0uMjk3My0uMTI2OC0uNTgtLjM4NTctLjY5Mi0uMjU5NC0uMTEzMi0uNTU2Mi0uMDI1Mi0uNzI2LjIxMTRsLTYuMjIyIDguNjY2Yy0uMTQ0My4yMDE0LS4xNjk4LjQ3MzQtLjA2NDYuNzAxNC4xMDUxLjIyODYuMzIxNi4zNzI2LjU1ODcuMzcyNmg0LjkwNDdsLS41NDUgNS4yNTk3Yy0uMDMxMi4yOTczLjEyNjkuNTguMzg1Ny42OTE5YS41ODIyLjU4MjIgMCAwMC4yMzIuMDQ4Yy4xODkyIDAgLjM3MzQtLjA5MjcuNDkzNS0uMjZsNi4yMjE4LTguNjY2Yy4xNDQ0LS4yMDE0LjE2OTMtLjQ3MzQuMDY0OC0uNzAxM3oiIGlkPSJQYXRoIi8+Cjwvc3ZnPg==");
  border-right: 1px solid #FFF;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.25rem;
}

#fillablepdfs-templates .tablenav .actions {
  flex-grow: 1;
  width: auto;
}
#fillablepdfs-templates .tablenav .tablenav-pages {
  float: none;
  margin: 0;
}
#fillablepdfs-templates .tablenav .tablenav-pages .paging-input {
  vertical-align: middle;
}
#fillablepdfs-templates .tablenav .tablenav-pages input[type=text] {
  line-height: 1.0625rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  width: auto;
}

.fillablepdfs-templates-list__global {
  background: #2AA64D;
  border-radius: 0.59375rem;
  color: #FFF;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.25rem;
  padding: 0 0.625rem;
  text-transform: uppercase;
}

.fillablepdfs-template-info {
  align-items: center;
  border: 1px dashed #CED0E6;
  border-radius: 0.1875rem;
  display: flex;
  padding: 2.125rem 2.625rem 1.875rem 1.625rem;
}
.fillablepdfs-template-info--feed {
  border-color: #9092B2;
  border-style: solid;
  margin-top: 0.625rem;
}
.fillablepdfs-template-info__placeholder {
  background: #E6E8EA;
  border-radius: 0.25rem;
  box-shadow: 0 0 1.25rem 0 rgba(149, 149, 169, 0.3);
  margin-right: 1.625rem;
}
.fillablepdfs-template-info__meta {
  flex-grow: 1;
}
.fillablepdfs-template-info__name, .fillablepdfs-template-info__file-name {
  display: block;
  font-weight: 600;
}
.fillablepdfs-template-info__name {
  color: #528AAF;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.fillablepdfs-template-info__file-name {
  color: #2A2A52;
  font-size: 0.875rem;
}
.fillablepdfs-template-info__file-size {
  color: #9595AB;
  font-size: 0.8125rem;
  font-style: italic;
}
.fillablepdfs-template-info__action {
  background: #FFF;
  border: 1px solid #9595A9;
  border-radius: 0.25rem;
  color: #2A2A52;
  cursor: pointer;
  font-size: 0.8125rem;
  font-weight: 600;
  height: 1.875rem;
  padding: 0 1.25rem;
  text-align: center;
}
.fillablepdfs-template-info__action--replace {
  border-color: #3E7DA6;
  color: #3E7DA6;
}

/* ---------------------------------------------------
	Visual Choices
--------------------------------------------------- */
.gform-settings-choices--visual svg {
  opacity: 0.5 !important;
}
.gform-settings-choices--visual input[type=radio]:checked + label svg {
  opacity: 1 !important;
}
.gform-settings-choices--visual input[type=radio]:checked + label svg g[fill=none][stroke],
.gform-settings-choices--visual input[type=radio]:checked + label svg path[fill=none][stroke],
.gform-settings-choices--visual input[type=radio]:checked + label svg polygon[fill=none][stroke] {
  stroke: #3E7DA6 !important;
}
.gform-settings-choices--visual input[type=radio]:checked + label svg g[fill]:not([stroke]),
.gform-settings-choices--visual input[type=radio]:checked + label svg path[fill]:not([stroke]),
.gform-settings-choices--visual input[type=radio]:checked + label svg polygon[fill]:not([stroke]) {
  fill: #3E7DA6 !important;
}

/* ---------------------------------------------------
	Remove interactive form fields
--------------------------------------------------- */
.gform-settings-field.gform-settings-field__toggle {
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E6E6EE;
  border-radius: 0.1875rem;
  display: flex;
  padding: 1rem;
}
.gform-settings-field.gform-settings-field__toggle .gform-settings-field__header {
  margin-bottom: 0;
}
.gform-settings-field.gform-settings-field__toggle .gform-settings-input__container {
  margin-left: auto;
}
