:root {
    /* colori */
    --colorBorderPrimaryDefault: #727cf5;
    --colorTextPrimary: #727cf5;
    --colorBackgroundPrimaryLight: #78cb36;
    --colorBackgroundPrimaryDefault: #727cf5;
    --colorTextPrimaryDefault: #fff;
    --colorShadowPrimary: #727cf580;
    --colorBackgroundPrimaryHover: #4e5bf2;
    --colorBorderPrimaryHover: #4e5bf2;
    --colorTextPrimaryHover: #fff;
    --colorBackgroundPrimaryActive: #4e5bf2;
    --colorBorderPrimaryActive: #4e5bf2;
    --colorTextPrimaryActive: #fff;

    --colorBorderSecondaryDefault: #6c757d;
    --colorTextSecondary: #6c757d;
    --colorBackgroundSecondaryLight: #e2e3e5;
    --colorBackgroundSecondaryDefault: #6c757d;
    --colorTextSecondaryDefault: #fff;
    --colorShadowSecondary: rgb(108 117 125 / 50%);
    --colorBackgroundSecondaryHover: #5a6268;
    --colorBorderSecondaryHover: #5a6268;
    --colorTextSecondaryHover: #fff;
    --colorBackgroundSecondaryActive: #545b62;
    --colorBorderSecondaryActive: #545b62;
    --colorTextSecondaryActive: #fff;

    --colorBorderSuccessDefault: #0acf97;
    --colorTextSuccess: #0acf97;
    --colorBackgroundSuccessLight: #cef5ea;
    --colorBackgroundSuccessDefault: #0acf97;
    --colorTextSuccessDefault: #fff;
    --colorShadowSuccess: rgb(47 214 167 / 50%);
    --colorBackgroundSuccessHover: #08ab7c;
    --colorBorderSuccessHover: #08ab7c;
    --colorTextSuccessHover: #fff;
    --colorBackgroundSuccessActive: #089e74;
    --colorBorderSuccessActive: #089e74;
    --colorTextSuccessActive: #fff;

    --colorBorderLightDefault: #eef2f7;
    --colorTextLight: #eef2f7;
    --colorBackgroundLightLight: #fcfcfd;
    --colorBackgroundLightDefault: #eef2f7;
    --colorTextLightDefault: #313a46;
    --colorShadowLight: rgb(238 242 247 / 50%);
    --colorBackgroundLightHover: #d4deeb;
    --colorBorderLightHover: #d4deeb;
    --colorTextLightHover: #313a46;
    --colorBackgroundLightActive: #cbd7e7;
    --colorBorderLightActive: #cbd7e7;
    --colorTextLightActive: #313a46;

    --colorBorderInfoDefault: #39afd1;
    --colorTextInfo: #39afd1;
    --colorBackgroundInfoLight: #d7eff6;
    --colorBackgroundInfoDefault: #39afd1;
    --colorTextInfoDefault: #fff;
    --colorShadowInfo: rgb(57 175 209 / 50%);
    --colorBackgroundInfoHover: #2b99b9;
    --colorBorderInfoHover: #2b99b9;
    --colorTextInfoHover: #fff;
    --colorBackgroundInfoActive: #2991ae;
    --colorBorderInfoActive: #2991ae;
    --colorTextInfoActive: #fff;

    --colorBorderDangerDefault: #fa5c7c;
    --colorTextDanger: #E65F5C;
    --colorBackgroundDangerLight: #fedee5;
    --colorBackgroundDangerDefault: #fa5c7c;
    --colorTextDangerDefault: #fff;
    --colorShadowDanger: rgb(250 92 124 / 50%);
    --colorBackgroundDangerHover: #f9375e;
    --colorBorderDangerHover: #f9375e;
    --colorTextDangerHover: #fff;
    --colorBackgroundDangerActive: #f82b54;
    --colorBorderDangerActive: #f82b54;
    --colorTextDangerActive: #fff;

    --colorBorderWarningDefault: #E65F5C;
    --colorTextWarning: #E65F5C;
    --colorBackgroundWarningLight: #fff2cc;
    --colorBackgroundWarningDefault: #E65F5C;
    --colorTextWarningDefault: #313a46;
    --colorShadowWarning: rgb(255 188 0 / 50%);
    --colorBackgroundWarningHover: #d9a000;
    --colorBorderWarningHover: #d9a000;
    --colorTextWarningHover: #313a46;
    --colorBackgroundWarningActive: #bf8d00;
    --colorBorderWarningActive: #bf8d00;
    --colorTextWarningActive: #fff;

    --colorBorderDarkDefault: #313a46;
    --colorTextDark: #313a46;
    --colorBackgroundDarkLight: #d6d8da;
    --colorBackgroundDarkDefault: #313a46;
    --colorTextDarkDefault: #fff;
    --colorShadowDark: rgb(49 58 70 / 50%);
    --colorBackgroundDarkHover: #212730;
    --colorBorderDarkHover: #212730;
    --colorTextDarkHover: #fff;
    --colorBackgroundDarkActive: #1c2128;
    --colorBorderDarkActive: #1c2128;
    --colorTextDarkActive: #fff;

    /* input   */
    --fontSizeInput: 1rem;
    --fontSizeLabel: 0.875rem;
    --marginBottomLabel: 0.25rem;
    --LabelColorInputSolidFixedTop: #000;
    --BorderColorInput: #818181;
    --BorderColorInputFocus: #000;
    --BorderColorInputHover: #000;
    --LabelColor: #000;
    --borderInputWidth: 1px;
    --paddingYInput: 0.75rem;
    --paddingXInput: 1rem;
    --SpaceYInput: 1rem;
    --SpaceTopHelper: 0.25rem;
    --borderRadiusInput: 0.25rem;
    --backgroundInput: #fff;
    --backgroundInputHover: #fff;
    --backgroundInputFocus: #fff;
    --backgroundInputOutline: #fff;
    --backgroundInputOutlineHover: #fff;
    --backgroundInputOutlineFocus: #fff;
    --SpaceYInputLabelOut: 2rem;
    --SpaceYInputLabelOutFixed: 2.5rem;
    --switcherWidth: 2.5rem;

    --fontSizeInputSall: 0.85rem;
    --fontSizeLabelSmall: 0.85rem;
    --fontSizeInputBig: 1.2rem;
    --fontSizeLabelBig: 1.2rem;
    --switcherWidthSmall: 5rem;
    --switcherWidthBig: 7rem;
    --paddingYInputSmall: 0.6rem;
    --paddingXInputSmall: 0.9rem;
    --SpaceYInputSmall: 0.2rem;
    --paddingYInputBig: 1.3rem;
    --paddingXInputBig: 1.3rem;
    --SpaceYInputBig: 1.3rem;
    --ColorInput: #000;
    /* Fontsize */
    --fontSize: 1rem;
}
