﻿:root .light {
    --ewx-gray-soft: #f5f7fa;
    --ewx-gray-100: #eff2f6;
    --ewx-gray-200: #e3e6ed;
    --ewx-gray-300: #cbd0dd;
    --ewx-gray-400: #9fa6bc;
    --ewx-gray-500: #8a94ad;
    --ewx-gray-600: #6e7891;
    --ewx-gray-700: #525b75;
    --ewx-gray-800: #3e465b;
    --ewx-gray-900: #31374a;
    --ewx-gray-1000: #222834;
    --ewx-gray-1100: #141824;
    --ewx-gray-soft-rgb: 245, 247, 250;
    --ewx-gray-100-rgb: 239, 242, 246;
    --ewx-gray-200-rgb: 227, 230, 237;
    --ewx-gray-300-rgb: 203, 208, 221;
    --ewx-gray-400-rgb: 159, 166, 188;
    --ewx-gray-500-rgb: 138, 148, 173;
    --ewx-gray-600-rgb: 110, 120, 145;
    --ewx-gray-700-rgb: 82, 91, 117;
    --ewx-gray-800-rgb: 62, 70, 91;
    --ewx-gray-900-rgb: 49, 55, 74;
    --ewx-gray-1000-rgb: 34, 40, 52;
    --ewx-gray-1100-rgb: 20, 24, 36;
    --ewx-soft: #f5f7fa;
    --ewx-100: #eff2f6;
    --ewx-200: #e3e6ed;
    --ewx-300: #cbd0dd;
    --ewx-400: #9fa6bc;
    --ewx-500: #8a94ad;
    --ewx-600: #6e7891;
    --ewx-700: #525b75;
    --ewx-800: #3e465b;
    --ewx-900: #31374a;
    --ewx-1000: #222834;
    --ewx-1100: #141824;
    --ewx-facebook: #3c5a99;
    --ewx-google-plus: #dd4b39;
    --ewx-twitter: #1da1f2;
    --ewx-linkedin: #0077b5;
    --ewx-youtube: #ff0001;
    --ewx-github: #333333;
    --ewx-bootstrap: #6f45a9;
    --ewx-css3: #203ccf;
    --ewx-html5: #bf4b2c;
    --ewx-sass: #c55589;
    --ewx-gulp: #d54049;
    --ewx-w3c: #255997;
    --ewx-primary: #27217e;
    --ewx-secondary: #31374a;
    --ewx-success: #7EFFB4;
    --ewx-info: #0097eb;
    --ewx-warning: #E74B02;
    --ewx-danger: #ed2000;
    --ewx-light: #eff2f6;
    --ewx-dark: #141824;
    --ewx-primary-soft: #f5f8ff;
    --ewx-primary-100: #e5edff;
    --ewx-primary-200: #adc5ff;
    --ewx-primary-300: #85a9ff;
    --ewx-primary-500: #8C795D;
    --ewx-primary-600: #003cc7;
    --ewx-warning-soft: #fff6e0;
    --ewx-warning-100: #ffefca;
    --ewx-warning-200: #ffe6ad;
    --ewx-warning-300: #ffcc85;
    --ewx-warning-500: #d6700a;
    --ewx-warning-600: #bc3803;
    --ewx-danger-300: #f48270;
    --ewx-danger-100: #ffe0db;
    --ewx-danger-200: #fabcb3;
    --ewx-danger-500: #cc1b00;
    --ewx-danger-600: #b81800;
    --ewx-success-100: #d9fbd0;
    --ewx-success-200: #bee8b4;
    --ewx-success-300: #90d67f;
    --ewx-success-500: #23890b;
    --ewx-success-600: #1c6c09;
    --ewx-info-100: #c7ebff;
    --ewx-info-200: #96d9ff;
    --ewx-info-300: #60c6ff;
    --ewx-info-500: #0080c7;
    --ewx-info-600: #005585;
    --ewx-white: #fff;
    --ewx-black: #000000;
    --ewx-soft-rgb: 245, 247, 250;
    --ewx-100-rgb: 239, 242, 246;
    --ewx-200-rgb: 227, 230, 237;
    --ewx-300-rgb: 203, 208, 221;
    --ewx-400-rgb: 159, 166, 188;
    --ewx-500-rgb: 138, 148, 173;
    --ewx-600-rgb: 110, 120, 145;
    --ewx-700-rgb: 82, 91, 117;
    --ewx-750-rgb: 82, 91, 117;
    --ewx-800-rgb: 62, 70, 91;
    --ewx-900-rgb: 49, 55, 74;
    --ewx-1000-rgb: 34, 40, 52;
    --ewx-1100-rgb: 20, 24, 36;
    --ewx-facebook-rgb: 60, 90, 153;
    --ewx-google-plus-rgb: 221, 75, 57;
    --ewx-twitter-rgb: 29, 161, 242;
    --ewx-linkedin-rgb: 0, 119, 181;
    --ewx-youtube-rgb: 255, 0, 1;
    --ewx-github-rgb: 51, 51, 51;
    --ewx-bootstrap-rgb: 111, 69, 169;
    --ewx-css3-rgb: 32, 60, 207;
    --ewx-html5-rgb: 191, 75, 44;
    --ewx-sass-rgb: 197, 85, 137;
    --ewx-gulp-rgb: 213, 64, 73;
    --ewx-w3c-rgb: 37, 89, 151;
    --ewx-primary-rgb: 39,33,126;
    --ewx-secondary-rgb: 49, 55, 74;
    --ewx-success-rgb: 126, 255, 180;
    --ewx-info-rgb: 73, 124, 201;
    --ewx-warning-rgb: 229, 120, 11;
    --ewx-danger-rgb: 237, 32, 0;
    --ewx-light-rgb: 239, 242, 246;
    --ewx-dark-rgb: 20, 24, 36;
    --ewx-primary-soft-rgb: 245, 248, 255;
    --ewx-primary-100-rgb: 229, 237, 255;
    --ewx-primary-200-rgb: 173, 197, 255;
    --ewx-primary-300-rgb: 133, 169, 255;
    --ewx-primary-500-rgb: 0, 77, 255;
    --ewx-primary-600-rgb: 0, 60, 199;
    --ewx-warning-soft-rgb: 255, 246, 224;
    --ewx-warning-100-rgb: 255, 239, 202;
    --ewx-warning-200-rgb: 255, 230, 173;
    --ewx-warning-300-rgb: 255, 204, 133;
    --ewx-warning-500-rgb: 214, 112, 10;
    --ewx-warning-600-rgb: 188, 56, 3;
    --ewx-danger-300-rgb: 244, 130, 112;
    --ewx-danger-100-rgb: 255, 224, 219;
    --ewx-danger-200-rgb: 250, 188, 179;
    --ewx-danger-500-rgb: 204, 27, 0;
    --ewx-danger-600-rgb: 184, 24, 0;
    --ewx-success-100-rgb: 217, 251, 208;
    --ewx-success-200-rgb: 190, 232, 180;
    --ewx-success-300-rgb: 144, 214, 127;
    --ewx-success-500-rgb: 35, 137, 11;
    --ewx-success-600-rgb: 28, 108, 9;
    --ewx-info-100-rgb: 199, 235, 255;
    --ewx-info-200-rgb: 150, 217, 255;
    --ewx-info-300-rgb: 96, 198, 255;
    --ewx-info-500-rgb: 0, 128, 199;
    --ewx-info-600-rgb: 0, 85, 133;
    --ewx-white-rgb: 255, 255, 255;
    --ewx-black-rgb: 0, 0, 0;
    --ewx-white: #fff;
    --ewx-black: #000000;
    --ewx-white-rgb: 255, 255, 255;
    --ewx-black-rgb: 0, 0, 0;
    --ewx-body-color-rgb: 49, 55, 74;
    --ewx-body-bg-rgb: 245, 247, 250;
    --ewx-font-sans-serif: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --ewx-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --ewx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --ewx-scroll-margin-top: 2.5rem;
    --ewx-body-font-family: Nunito Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    --ewx-body-font-size: 1rem;
    --ewx-body-font-weight: 400;
    --ewx-body-line-height: 1.49;
    --ewx-body-color: #31374a;
    --ewx-body-bg: #f5f7fa;
    --ewx-border-width: 1px;
    --ewx-border-style: solid;
    --ewx-border-color: var(--ewx-gray-200);
    --ewx-border-color-translucent: rgba(0, 0, 0, 0.175);
    --ewx-border-radius: 0.375rem;
    --ewx-border-radius-sm: 0.25rem;
    --ewx-border-radius-lg: 0.5rem;
    --ewx-border-radius-xl: 1rem;
    --ewx-border-radius-2xl: 2rem;
    --ewx-border-radius-pill: 50rem;
    --ewx-heading-color: var(--ewx-1100);
    --ewx-code-color: #d63384;
    --ewx-highlight-bg: #fff3cd;
    --ewx-input-bg: #fff;
    --ewx-input-border-color: #cbd0dd;
    --ewx-input-group-addon-bg: #eff2f6;
    /* -------------------------------------------------------------------------- */
    /*                                Scrollbar                                   */
    /* -------------------------------------------------------------------------- */
    --ewx-scrollbar-bg: rgba(159, 166, 188, 0.55);
    /* -------------------------------------------------------------------------- */
    /*                                Navbar                                      */
    /* -------------------------------------------------------------------------- */
    --ewx-navbar-top-height: 4rem;
    /* ------------------------------- navbar-top  ------------------------------- */
    --ewx-navbar-top-link-color: var(--ewx-gray-900);
    --ewx-navbar-top-menu-bg-color: #fff;
    --ewx-navbar-top-border-color: #cbd0dd;
    --ewx-navbar-top-link-hover-color: #222834;
    --ewx-navbar-top-link-hover-bg: #eff2f6;
    --ewx-navbar-top-link-active-color: var(--ewx-primary);
    --ewx-navbar-top-dropdown-color: var(--ewx-gray-900);
    --ewx-navbar-top-dropdown-hover-bg: #eff2f6;
    --ewx-navbar-top-menu-margin: 1.5rem;
    /* ------------------------------- navbar-vertical light ------------------------------- */
    --ewx-navbar-vertical-border-color: #cbd0dd;
    --ewx-navbar-vertical-bg-color: #fff;
    --ewx-navbar-vertical-label-color: #6e7891;
    --ewx-navbar-vertical-link-color: #525b75;
    --ewx-navbar-vertical-link-hover-color: #3e465b;
    --ewx-navbar-vertical-link-hover-bg: #eff2f6;
    --ewx-navbar-vertical-link-active-color: #516b90;
    --ewx-navbar-vertical-link-disable-color: #8a94ad;
    --ewx-navbar-vertical-link-icon-color: #3e465b;
    --ewx-navbar-vertical-dropdown-indicator-color: #8a94ad;
    --ewx-navbar-footer-border-color: #cbd0dd;
    --ewx-navbar-footer-border-color: #cbd0dd;
    --ewx-navbar-vertical-hr-color: #e3e6ed;
    --ewx-navbar-vertical-collapsed-menu-bg: #fff;
    --ewx-navbar-vertical-collapsed-menu-color: #222834;
    --ewx-hamburger-menu-color: #6e7891;
    /* ------------------------------- navbar-top ------------------------------- */
    --ewx-navbar-top-bg-color: #fff;
    /* --------------------------------- buttons -------------------------------- */
    --ewx-btn-hover-border-color: transparent;
    --ewx-btn-active-border-color: transparent;
    /* ------------------------------- List Group ------------------------------- */
    --ewx-list-group-bg: #fff;
    --ewx-list-group-action-hover-color: #525b75;
    --ewx-list-group-hover-bg: #eff2f6;
    --ewx-body-bg: #f5f7fa;
    --ewx-body-color: #31374a;
    --ewx-headings-color: #31374a;
    --ewx-link-hover-color: #8C795D;
    /* ------------------------------- link-color ------------------------------- */
    --ewx-link-color: #516b90;
    --ewx-colored-link-100-hover-color: map-get(grays, 200);
    /* --------------------------------- choices -------------------------------- */
    --ewx-choices-inner-min-height: auto;
    --ewx-choices-item-has-no-choices-bg: #fff;
    /* -------------------------------- Flatpickr ------------------------------- */
    --ewx-flatpickr-calendar-input-bg: var(--ewx-input-bg);
    --ewx-flatpickr-calendar-bg: #e3e6ed;
    --ewx-flatpickr-current-month-color: #31374a;
    --ewx-flatpickr-weekday-color: #31374a;
    --ewx-flatpickr-calendar-day-hover-bg: rgba(203, 208, 221, 0.5);
    --ewx-flatpickr-weekend-days-color: #d6700a;
    --ewx-flatpickr-today-color: #fff;
    --ewx-flatpickr-calendar-day-selected-bg: rgba(56, 116, 255, 0.2);
    /* -------------------------------- Fullcalendar ------------------------------- */
    --ewx-calendar-bg: #e3e6ed;
    --ewx-calendar-border-color: #f5f7fa;
    /* --------------------------------- wizard --------------------------------- */
    --ewx-theme-wizard-nav-item-circle-bg: #eff2f6;
    --ewx-theme-wizard-complete-color: #25b003;
    --ewx-theme-wizard-active-color: #516b90;
    --ewx-border-opacity: 1;
    /* --------------------------------- tinymce -------------------------------- */
    --ewx-tinymce-bg: var(--ewx-input-bg);
    --ewx-tinymce-tox-tbtn-enabled-icon-color: var(--ewx-gray-800);
    /* -------------------------------- choices -------------------------------- */
    --ewx-choices-item-bg: #e5edff;
    --ewx-choices-item-color: #222834;
    /* ---------------------------------- docs ---------------------------------- */
    --ewx-docs-language-bg: #222834;
    /* ------------------------------- form select ------------------------------ */
    --ewx-form-select-indicator: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUwIiBoZWlnaHQ9IjE1MCIgdmlld0JveD0iMCAwIDE1MCAxNTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03NS4zNDggMTI3LjE5MkM3Mi40MzgxIDEyNy4xOTIgNjkuODUxNCAxMjYuMjIyIDY3LjkxMTUgMTI0LjI4Mkw1LjgzMjE1IDYyLjIwMjNDMS42Mjg4NyA1OC4zMjIzIDEuNjI4ODcgNTEuNTMyNCA1LjgzMjE1IDQ3LjY1MjVDOS43MTIxMSA0My40NDkyIDE2LjUwMiA0My40NDkyIDIwLjM4MiA0Ny42NTI1TDc1LjM0OCAxMDIuMjk1TDEyOS45OTEgNDcuNjUyNUMxMzMuODcxIDQzLjQ0OTIgMTQwLjY2MSA0My40NDkyIDE0NC41NDEgNDcuNjUyNUMxNDguNzQ0IDUxLjUzMjQgMTQ4Ljc0NCA1OC4zMjIzIDE0NC41NDEgNjIuMjAyM0w4Mi40NjEzIDEyNC4yODJDODAuNTIxMyAxMjYuMjIyIDc3LjkzNDcgMTI3LjE5MiA3NS4zNDggMTI3LjE5MloiIGZpbGw9IiMzMTM3NEEiLz4KPC9zdmc+Cg==");
    /* --------------------------------- Avatar --------------------------------- */
    --ewx-avatar-status-border-color: #fff;
    --ewx-avatar-name-color: #8C795D;
    /* ---------------------------------- link ---------------------------------- */
    --ewx-colored-link-100-hover-color: map-get(grays, "200");
    /* ---------------------------------- logo ---------------------------------- */
    --ewx-logo-text: #6e7891;
    /* -------------------------- theme-control-toggle -------------------------- */
    --ewx-theme-control-toggle-bg: rgba(255, 204, 133, 0.24);
    --ewx-theme-control-toggle-hover-bg: #e5780b;
    --ewx-theme-control-toggle-color: #e5780b;
    --ewx-theme-control-toggle-hover-color: #fff6e0;
    /* ---------------------------------- Badge --------------------------------- */
    /* ------------------------------- navbar-vertical light dark ------------------------------- */
    /* -------------------------------- Kanban ------------------------------- */
    --ewx-kanban-bg: #e3e6ed;
    --ewx-kanban-column-bg: #f5f7fa;
    --ewx-ghost-bg: var(--ewx-gray-100);
    --ewx-drag-bg: var(--ewx-white);
    --ewx-kanban-column-hover-bg: var(--ewx-white);
}
.ewxsidelinks {
    position: fixed;
    z-index: 9999;
    top: 15%;
    right: -25px;
    /* display: none;*/
}
.img-ewx-icon {
    padding: 0.25rem;
    padding-right: 1.05rem;
    padding-top: 0.50rem;
    padding-bottom: 0.25rem;
    margin-right: 0.50rem;
    margin-left: 0.50rem;
    padding-left: 0rem;
}
.ewx-text-sidelinks {
    color: #3e465b !important;
}
.ewx-bg-hilight01 {
    background-color: #0e9146;
}

.ewx-client-header {
    color: #0e9146;
}
.ewx-text-hilight01 {
    color: #0e9146;
}
.ewx-text-warning {
    color: #0e9146;
}
.ewx-text-danger {
    color: #0e9146;
}

.ewx-bg-help {
    background-color: #E1F1E8;
}
.ewx-bg-policies {
    background-color: #E1F1E8;
}

.ewx-bg-contact {
    background-color: #E1F1E8;
}
