#wpforms-integration-uawpf-google-sheets .wpforms-settings-provider-info {
		position: relative;
}
#wpforms-integration-uawpf-google-sheets .wpforms-settings-provider-info::after {
    content: "UAWPF";
    display: inline-block;
    background-color: #ff5a5f;
    color: #007A77;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: middle;
    border-radius: 4px;
    background: #DEEDED;
    font-family: "Figtree", Inter;
    line-height: 148%;
    position: absolute;
    left: 145px;
    top: 22px;
}

#wpforms-settings-providers .wpforms-settings-provider-accounts-toggle-uawpf-google-sheets .wpforms-settings-provider-accounts-connect {
	display: block !important;
}

#wpforms-settings-providers .wpforms-settings-provider-accounts-toggle-uawpf-google-sheets .wpforms-settings-provider-accounts-connect input {
	width: 100%;
}














.uawpf-google-sheets-setting-field-redirect-uri {
  font-size: 14px;
  text-align: left;
}

.wpforms-uawpf-google-sheets-setting-field-redirect-uri-row {
  display: flex;
}

.wpforms-uawpf-google-sheets-setting-field-redirect-uri-row + .wpforms-uawpf-google-sheets-setting-field-redirect-uri-row {
  margin-top: 10px;
}

.uawpf-google-sheets-setting-field-redirect-uri label {
  font-size: 14px;
  line-height: 17px;
  display: block;
  margin-bottom: 10px;
}

.uawpf-google-sheets-setting-field-redirect-uri-copy {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0 0 0 10px;
  padding: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #f8f8f8;
  color: #777777;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: none;
  cursor: pointer;
  transition: .1s ease;
}

.uawpf-google-sheets-setting-field-redirect-uri-copy:hover {
  background-color: #d7d7d7;
  color: #444444;
  border-color: #cccccc;
}

.uawpf-google-sheets-setting-field-redirect-uri-copy-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 16px;
  height: 16px;
}

.wpforms-uawpf-google-sheets-setting-field-redirect-uri-copy-icon-copy:before {
  content: '\f0c5';
}

.wpforms-uawpf-google-sheets-setting-field-redirect-uri-copy-icon-copied {
  transition: .1s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}

.wpforms-uawpf-google-sheets-setting-field-redirect-uri-copy-icon-copied:before {
  content: '\f00c';
}

.wpforms-uawpf-google-sheets-setting-field-redirect-uri-copy-success .wpforms-uawpf-google-sheets-setting-field-redirect-uri-copy-icon-copy {
  opacity: 0;
}

.wpforms-uawpf-google-sheets-setting-field-redirect-uri-copy-success .wpforms-uawpf-google-sheets-setting-field-redirect-uri-copy-icon-copied {
  opacity: 1;
}

#wpforms-uawpf-google-sheets-sign-in {
  /**
	 * Generated via https://developers.google.com/identity/branding-guidelines#expandable-1
	 */
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-appearance: none;
  background-color: WHITE;
  background-image: none;
  border: 1px solid #747775;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f1f1f;
  cursor: pointer;
  font-family: 'Roboto', arial, sans-serif;
  font-size: 14px;
  height: 40px;
  letter-spacing: 0.25px;
  outline: none;
  overflow: hidden;
  padding: 0 12px;
  position: relative;
  text-align: center;
  -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
  transition: background-color .218s, border-color .218s, box-shadow .218s;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  max-width: 400px;
  min-width: min-content;
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button .gsi-material-button-icon {
  height: 20px;
  margin-right: 12px;
  min-width: 20px;
  width: 20px;
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button .gsi-material-button-content-wrapper {
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-between;
  position: relative;
  width: 100%;
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button .gsi-material-button-contents {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: 'Roboto', arial, sans-serif;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button .gsi-material-button-state {
  -webkit-transition: opacity .218s;
  transition: opacity .218s;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button:disabled {
  cursor: default;
  background-color: #ffffff61;
  border-color: #1f1f1f1f;
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button:disabled .gsi-material-button-contents {
  opacity: 38%;
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button:disabled .gsi-material-button-icon {
  opacity: 38%;
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button:not(:disabled):active .gsi-material-button-state,
#wpforms-uawpf-google-sheets-sign-in .gsi-material-button:not(:disabled):focus .gsi-material-button-state {
  background-color: #303030;
  opacity: 12%;
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button:not(:disabled):hover {
  -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
  box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}

#wpforms-uawpf-google-sheets-sign-in .gsi-material-button:not(:disabled):hover .gsi-material-button-state {
  background-color: #303030;
  opacity: 8%;
}

.rtl #wpforms-uawpf-google-sheets-sign-in .gsi-material-button .gsi-material-button-icon {
  margin-right: 0;
  margin-left: 12px;
}

#wpforms-settings-providers #wpforms-integration-uawpf-google-sheets.focus-in .wpforms-settings-provider-accounts-connect {
  display: none;
}

#wpforms-integration-uawpf-google-sheets .wpforms-settings-provider-accounts-toggle {
  font-size: 14px;
  line-height: 1.3;
  color: #8c8f94;
  font-style: italic;
}

#wpforms-integration-uawpf-google-sheets .wpforms-settings-provider-accounts-toggle a {
  color: inherit;
}

#wpforms-integration-uawpf-google-sheets .wpforms-settings-provider-accounts-toggle a:hover {
  color: #3c434a;
}

#wpforms-integration-uawpf-google-sheets .uawpf-google-sheets-setting-field-redirect-uri label {
  margin-bottom: 10px;
}

#wpforms-integration-uawpf-google-sheets .wpforms-uawpf-google-sheets-setting-field-redirect-uri-row + .wpforms-uawpf-google-sheets-setting-field-redirect-uri-row {
  margin-top: 5px;
}

#wpforms-integration-uawpf-google-sheets .uawpf-google-sheets-setting-field-redirect-uri-copy {
  position: relative;
  display: inline-block;
  min-height: 35px;
  margin-left: 5px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #eeeeee;
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: none;
  cursor: pointer;
}

#wpforms-integration-uawpf-google-sheets .uawpf-google-sheets-setting-field-redirect-uri-copy:hover {
  background-color: #d7d7d7;
  border-color: #cccccc;
  color: #444444;
}

#wpforms-integration-uawpf-google-sheets .uawpf-google-sheets-setting-field-redirect-uri-copy-icon {
  font-size: 16px;
  font-family: dashicons;
  display: block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: never;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wpforms-integration-uawpf-google-sheets .wpforms-uawpf-google-sheets-setting-field-redirect-uri-copy-icon-copy:before {
  content: "\f105";
}

#wpforms-integration-uawpf-google-sheets .wpforms-uawpf-google-sheets-setting-field-redirect-uri-copy-icon-copied:before {
  content: "\f147";
}

.uawpf-google-sheets-setting-field-redirect-uri {
  margin-bottom: 15px;
  text-align: start;
}

.uawpf-google-sheets-setting-field-redirect-uri label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.uawpf-google-sheets-setting-field-redirect-uri .wpforms-uawpf-google-sheets-setting-field-redirect-uri-input {
  float: left;
  display: block;
  min-height: 35px;
  width: 100%;
  max-width: 400px;
  padding: 7px 12px;
  line-height: 1.3;
  color: #444444;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: none;
}

.uawpf-google-sheets-setting-field-redirect-uri-copy {
  height: 100%;
}