/*
 * Theme Name: Digiveljet Bro - Scanpole
 * Author: Digiveljet
 * Version: 1000.0
 * Template: default
*/
:root {
  --primary-color: #49aae2;
}

.border-primary {
  border-color: var(--primary-color);
}

.fill-primary {
  fill: var(--primary-color);
}

.text-primary {
  color: var(--primary-color);
}

.button {

  &::after {
    background-color: var(--primary-color);
  }
}

.link--tel {
  &::before {
    background-color: var(--primary-color);
  }
}

.gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme--framework.gform-theme.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework)):where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  background-color: #00a5df !important;
  --gf-local-bg-color: #00a5df !important;
  text-transform: uppercase !important;
  border-radius: 0 !important;
}
