/* Intuis STYLE for Termékregisztráció v4.0.0 */

:root{
  /* Colors */
  --first: #00174a;
  --second: #f05019;
  --third: #76b58d;
  --fourth: #5624e8;
  --second-light: #ffe5dd;
  --white: #fff;

  /* Logo (header #logo) */
  --header-logo-margin: -16px auto -14px;

  /* Left side background image (main #instruction #instruction-bg) */
  --instruction-bg-bg: url(../images/intuis/intuis-circle.svg);
  --instruction-bg-repeat: no-repeat;
  --instruction-bg-bg-size: cover;
  --instruction-bg-bg-pos: 20px -300px;

  /* More button (.more, .more:hover, .more::before) */
  --more-color: var(--white);
  --more-bg: var(--third);
  --more-hover-color: var(--white);
  --more-hover-bg: var(--first);
  --more-before-position: -18px;

  /* Delete button (main .innersection.prod .dlt:hover) */
  --dlt-hover-bg: var(--second);

  /* Navigation button (main .section .navigation .button:hover{) */
  --nav-button-hover-bg: var(--fourth);
  --nav-button-hover-border: #4119b9;
}



