  :root {
    --fv-required :#ff0000;

    --fv-theme-main-body-bg-color: #1e2c39;
    --fv-theme-main-body-text-color: #000000;
    --fv-theme-main-body-caption-text-color:#0b1c32;  
    --fv-theme-main-body-hr-color: #999999;
    --fv-theme-main-body-progress-color: #e8e8e8;
      
    --fv-theme-main-body-scrollbar-thumb-color: #9E9E9E;
    --fv-theme-main-body-scrollbar-track-color: #F1F1F1;
      
    --fv-theme-main-action-bdr-color: #337ab7;     

    --fv-theme-main-slim-scroll-bar-color: #dfe4ed;
    --fv-theme-main-minimalize-color: #000000;
    --fv-theme-main-gradient-border-color: #7ef0d9;

    --fv-theme-main-icheck-img-color: url(images/icheck.png);
    --fv-theme-main-jstree-img-color: url(images/32px.png);
    --fv-theme-main-leaflet-img-color: url(images/marker-icon.png);

    --fv-theme-main-datepicker-text-color: #333333;
    --fv-theme-main-datepicker-text-off-color: #999999;

    --fv-theme-main-floting-input-text-color: #999999;
    --fv-theme-main-floting-input-text-focus-color: #f15672;
    --fv-theme-main-floting-input-bg-focus-color: #f1fffc;

    --fv-theme-main-bg-color: #FFFFFF;
    --fv-theme-main-text-color: #000000;
    --fv-theme-main-highlight-text-color: #FFFFFF;
    --fv-theme-main-bdr-color: #E7EAEC;
    --fv-theme-main-bg-highlight-color: #FFFFFF;
    --fv-theme-main-highlight-color: #337ab7;
    --fv-theme-main-highlight-top-color: #337ab7;
    --fv-theme-main-active-text-color: #FFFFFF;
    --fv-theme-main-shadow-color: #000000;
    --fv-theme-main-svg-color: #1ab394;  

    --fv-theme-main-input-bg-color: #FFFFFF;
    --fv-theme-main-input-bdr-color: #cecece;
    --fv-theme-main-input-bdr-focus-color: #1ab394;
    --fv-theme-main-input-text-color: #212529;
    --fv-theme-main-input-icon-color: #5E6E82;
    --fv-theme-main-input-placeholder-color: #929292;

    --fv-theme-main-input-bg-disabled-color: #eeeeee;
    --fv-theme-main-input-bdr-disabled-color: #cdcdcd;
    --fv-theme-main-input-text-disabled-color: #999999;

    --fv-theme-main-content-bg-color: #F5F5F5;

    --fv-theme-main-accordion-bdr-color: #D9D9D9;
    --fv-theme-main-accordion-btn-text-color: #000000;
    --fv-theme-main-accordion-body-date-color: #5E6E82;
    --fv-theme-main-accordion-body-bg : #F5F5F5;
    --fv-theme-main-accordion-button-up-bg :url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231ab394'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
    --fv-theme-main-accordion-button-down-bg :url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");

    --fv-theme-main-select-bg-color:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 120 100'><polyline points='20,30 50,60 80,30' stroke='%23000000' stroke-width='10' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    --fv-theme-main-select-bg-disabled-color: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 120 100'><polyline points='20,30 50,60 80,30' stroke='%23999999' stroke-width='10' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
      
    --fv-theme-main-select-primary-bg-color:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 120 100'><polyline points='20,30 50,60 80,30' stroke='%23FFFFFF' stroke-width='10' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    --fv-theme-main-select-white-bg-color:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 120 100'><polyline points='20,30 50,60 80,30' stroke='%23000000' stroke-width='10' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");    

    --fv-theme-main-wizard-bg-color: #e6e8ea;
    --fv-theme-main-wizard-bdr-color: #dee2e6;  
    --fv-theme-main-wizard-text-color: #FFFFFF;
    --fv-theme-main-wizard-highlight-bg-color: #1ab394;
    --fv-theme-main-wizard-highlight-bdr-color: #FFFFFF;
    --fv-theme-main-wizard-highlight-text-color: #FFFFFF;
    --fv-theme-main-wizard-highlight-input: #cccccc;
    --fv-theme-main-wizard-steps-bg-color: #F8F8F8;  

    --fv-theme-main-wizard-bg-disabled-color: #e6e8ea;
    --fv-theme-main-wizard-text-disabled-color: #6b6b6b;
    --fv-theme-main-wizard-highlight-bg-disabled-color: #EEEEEE;
    --fv-theme-main-wizard-highlight-bdr-disabled-color: #FFFFFF;
    --fv-theme-main-wizard-highlight-text-disabled-color: #AAAAAA;

    --fv-theme-main-wizard-vertical-bg-color: #FFFFFF;
    --fv-theme-main-wizard-vertical-bdr-color: #dee2e6;
    --fv-theme-main-wizard-vertical-text-color: #0B1C32;
    --fv-theme-main-wizard-vertical-highlight-bg-color: #1ab394;
    --fv-theme-main-wizard-vertical-highlight-bdr-color: #FFFFFF;
    --fv-theme-main-wizard-vertical-highlight-text-color: #FFFFFF;
    --fv-theme-main-wizard-vertical-steps-bg-color: #F8F8F8;  

    --fv-theme-main-wizard-vertical-bg-disabled-color: #919BA9;
    --fv-theme-main-wizard-vertical-text-disabled-color: #FFFFFF;
    --fv-theme-main-wizard-vertical-highlight-text-disabled-color: #0B1C32;
    
    --fv-theme-main-wizard-vertical-done-text-color: #4CAF50;

    --fv-theme-main-tab-header-bg-color: #cecece;
    --fv-theme-main-tab-header-bdr-color: #cecece;
    --fv-theme-main-tab-header-text-color: #676a6c;
    --fv-theme-main-tab-active-bdr-color: #E7EAEC;
    --fv-theme-main-tab-active-bg-color: #FFFFFF;
    --fv-theme-main-tab-hover-bdr-color: #E7EAEC;
    --fv-theme-main-tab-hover-bg-color: #E7EAEC;

    --fv-theme-main-tab-modal-bg-color: #f1f1f1;
    --fv-theme-main-tab-modal-bdr-color: #E7EAEC;

    --fv-theme-main-tab-modal-active-bg-color: #E7EAEC;
    --fv-theme-main-tab-modal-active-bdr-color: #E7EAEC;
    --fv-theme-main-tab-modal-active-text-color: #676a6c;

    --fv-theme-main-tableft-bg-color: #FFFFFF;
    --fv-theme-main-tableft-bdr-color: #E7EAEC;
    --fv-theme-main-tableft-text-color: #8A8A8A;

    --fv-theme-main-tableft-active-bg-color: #e4e4e4;
    --fv-theme-main-tableft-active-bdr-color: #DBDBDB;
    --fv-theme-main-tableft-active-text-color: #56595c;
 
    --fv-theme-main-tab-bg-color: #FFFFFF;
    --fv-theme-main-tab-bdr-color: #dee2e6;

    --fv-theme-main-tab-active-bg-color: #FFFFFF;
    --fv-theme-main-tab-active-bdr-color: #1ab394;
    --fv-theme-main-tab-active-text-color: #1ab394;

    --fv-theme-main-tab-highlight-bg-color: #FFFFFF;
    --fv-theme-main-tab-highlight-bdr-color: #FFFFFF;
    --fv-theme-main-tab-highlight-text-color: #676a6c;

    --fv-theme-main-verticaltab-bg-color: #f1f1f1;
    --fv-theme-main-verticaltab-text-color: #676a6c;

    --fv-theme-main-verticaltab-active-bdr-color: #1ab394;
    --fv-theme-main-verticaltab-active-text-color: #676a6c;

    --fv-theme-main-table-bg-color: #FFFFFF;
    --fv-theme-main-table-text-color: #000000;
    --fv-theme-main-table-bdr-color: #E7E7E7;
    --fv-theme-main-table-link-color: #0d6efd;
    --fv-theme-main-table-icon-color: #000000;
    --fv-theme-main-table-input-color: #cdcdcd;
    --fv-theme-main-table-checkbox-color: #2c8f7b;

    --fv-theme-main-table-focus-bg-color: #caefe8;
    --fv-theme-main-table-focus-bdr-color: #9bd9cd;

    --fv-theme-main-table-icon-bg-color: #1ab394;
    --fv-theme-main-table-icon-text-color: #FFFFFF;

    --fv-theme-main-thead-bg-color: #1ab394;
    --fv-theme-main-thead-text-color: #FFFFFF;
    --fv-theme-main-thead-bdr-color: #1ab394;

    --fv-theme-main-tfoot-bg-color: #dfdfdf;
    --fv-theme-main-tfoot-bdr-color: #c8c8c8;

    --fv-theme-main-fliter-bg-color: #dfdfdf;
    --fv-theme-main-fliter-bdr-color: #c8c8c8;
    --fv-theme-main-fliter-text-color: #c8c8c8;

    --fv-theme-main-table-hover-bg-color: #F5F5F5;

    --fv-theme-main-table-disabled-bg-color: #f8f8f8;
    --fv-theme-main-table-disabled-text-color: #999999;
    --fv-theme-main-table-disabled-bdr-color: #E7E7E7;

    --fv-theme-main-table-active-bg-color: #e5f4fb;
    --fv-theme-main-table-active-bdr-color: #9bd9cd;

    --fv-theme-main-table-disabled-active-bg-color: #ecf5ff;
    --fv-theme-main-table-disabled-active-bdr-color: #d3e6fc;
    --fv-theme-main-table-disabled-active-text-color: #999999;

    --fv-theme-main-table-taskDone-text-color: #0d8a7a;
    --fv-theme-main-table-taskPending-text-color: #e98799;

    --fv-theme-main-table-subTotalRow-bg-color: #bbbbbb;
    --fv-theme-main-table-subTotalRow-bdr-color: #a5a5a5;
    --fv-theme-main-table-subTotalRow-text-color: #6D6A6C;

    --fv-theme-main-table-highlightedRowParent-bg-color: #cccccc;
    --fv-theme-main-table-highlightedRowParent-bdr-color: #b1aaaa;
    --fv-theme-main-table-highlightedRowParent-text-color: #9E9E9E;

    --fv-theme-main-table-highlightedRowChild-bg-color: #dddddd;
    --fv-theme-main-table-highlightedRowChild-bdr-color: #c5c3c3;
    --fv-theme-main-table-highlightedRowChild-text-color: #9E9E9E;

    --fv-theme-main-table-highlightedRowChild-1-bg-color: #e2e2e2;
    --fv-theme-main-table-highlightedRowChild-1-bdr-color: #cecece;
    --fv-theme-main-table-highlightedRowChild-1-text-color: #9E9E9E;

    --fv-theme-main-table-highlightedRowChild-2-bg-color: #ececec;
    --fv-theme-main-table-highlightedRowChild-2-bdr-color: #d4d4d4;
    --fv-theme-main-table-highlightedRowChild-2-text-color: #9E9E9E;

    --fv-theme-main-table-pinned-bdr-color: #FFFFFF;
    --fv-theme-main-table-pinned-filter-bdr-color: #c8c8c8;

    --fv-theme-main-table-multiHeader-bdr-color: #e7e7e7;

    --fv-theme-main-table-treegrid-bg-color: #d2d2d2;

    --fv-theme-main-tabular-wizard-bg-color: #FFFFFF;
    --fv-theme-main-tabular-wizard-bdr-color: #e7e7e7;
    --fv-theme-main-tabular-wizard-text-color: #000000;

    --fv-theme-main-tabular-wizard-hover-bg-color: #f5f5f5;

    --fv-theme-main-secondary-bg-color: #FFFFFF;
    --fv-theme-main-secondary-bdr-color: #cecece;

    --fv-theme-modal-bg-color: #f1f1f1;
    --fv-theme-modal-bdr-color: #e5e5e5;
    --fv-theme-modal-text-color: #000000;

    --fv-theme-main-left-nav-bg-color: #142231;
    --fv-theme-main-left-nav-bdr-color: #1ab394;
    --fv-theme-main-left-nav-text-color: #a7b1c2;
     --fv-theme-main-left-nav-icon-color: #a7b1c2;    
    --fv-theme-main-left-nav-highlight-bg-color: #032f47;
    --fv-theme-main-left-nav-highlight-bdr-color: #1ab394;
    --fv-theme-main-left-nav-highlight-text-color: #FFFFFF;
    
    --fv-theme-main-right-nav-text-color: #5E6E82;

    --fv-theme-main-header-nav-bg-color: #142231;
    --fv-theme-main-header-nav-bdr-color: #233646;
    
    --fv-theme-main-img-bdr-color: #233646;
    
    --fv-theme-main-date-color: #FFFFFF; 
    --fv-theme-main-date-text-color: #000000;
    --fv-theme-main-date-highlight-bg-color: #eeeeee;
    --fv-theme-main-date-highlight-bdr-color: #ced4da;
    --fv-theme-main-date-highlight-text-color: #000000;
    
    --fv-theme-main-tooltip-bg-color: #FFFFFF; 
    --fv-theme-main-tooltip-bdr-color: #ced4da;
    
    --fv-theme-main-clock-bg-color: #ade4d9; 
    --fv-theme-main-clock-highlight-bg-color: #1ab394;
    --fv-theme-main-clock-tooltip-header-color: #FFFFFF;
    --fv-theme-main-clock-tooltip-bg-color: #f8f8f8;
    --fv-theme-main-clock-tooltip-text-color: #999999; 

    --fv-theme-main-dropdown-menu-bg-color: #FFFFFF; 
    --fv-theme-main-dropdown-menu-bdr-color: #e5e5e5;
    --fv-theme-main-dropdown-menu-text-color: #00263A;
    --fv-theme-main-dropdown-menu-btn-color: #f5f5f5;
    --fv-theme-main-dropdown-menu-btn-text-color: #282828;
    --fv-theme-main-dropdown-menu-shadow-color:#566075;
    --fv-theme-main-dropdown-menu-highlight-bg-color: #1ab394;
    --fv-theme-main-dropdown-menu-highlight-bdr-color: #FFFFFF;
    --fv-theme-main-dropdown-menu-highlight-text-color: #FFFFFF;
    --fv-theme-main-dropdown-menu-disabled-bg-color: #EEEEEE;
    --fv-theme-main-dropdown-menu-disabled-text-color: #999999;
    --fv-theme-main-dropdown-menu-tooltip-header-color: #FFFFFF;
    --fv-theme-main-dropdown-menu-tooltip-bg-color: #f8f8f8;
    --fv-theme-main-dropdown-menu-tooltip-text-color: #00263A;
    --fv-theme-main-dropdown-menu-svg-icon-color: #00263A;
    --fv-theme-main-dropdown-menu-highlight-svg-icon-color: #FFFFFF;
      
    --fv-theme-main-compose-mail-chosen-bg-color: #FFFFFF;
    --fv-theme-main-compose-mail-input-bg-color: #FFFFFF;  

    --fv-theme-main-side-navbar-header-color: #1e2c39;
    --fv-theme-main-side-navbar-header-text-color: #DFE4ED;
    --fv-theme-main-side-navbar-header-muted-color: #8095a8;
    --fv-theme-main-side-navbar-bg-color: #1ab394;
    --fv-theme-main-side-navbar-text-color: #FFFFFF;

    --fv-theme-main-navbar_link-bg-color: #1ab394;
    --fv-theme-main-navbar_link-text-color: #FFFFFF;
    --fv-theme-main-navbar_link-label-bg-color: #1ab394;
    --fv-theme-main-navbar_link-label-text-color: #FFFFFF;
    --fv-theme-main-navbar_link-highlight-bg-color: #1ab394;
    --fv-theme-main-navbar_link-highlight-text-color: #FFFFFF;

    --fv-theme-main-switch-bg-color: #1ab394;
    --fv-theme-main-switch-text-color: #FFFFFF;
    --fv-theme-main-switch-highlight-bg-color: #FFFFFF;
    --fv-theme-main-switch-highlight-text-color: #919191;
    --fv-theme-main-switch-highlight-bdr-color: #1ab394;

    --fv-theme-main-checkbox-bg-color: #E7EAEB;
    --fv-theme-main-checkbox-bdr-color: #E7EAEB;
    --fv-theme-main-checkbox-highlight-bg-color: #1ab394;
    --fv-theme-main-checkbox-highlight-bdr-color: #1ab394;

    --fv-theme-main-rounded-box-bg-color: #FFFFFF;  
    --fv-theme-main-rounded-box-bdr-color: #E7E9EC; 
      
    --fv-theme-main-inner-caption-label-color: #000000;  
    --fv-theme-main-inner-caption-caption-color: #5E6E82;    
      
    --fv-theme-main-dd-bg-color: #f2fbff;
    --fv-theme-main-dd-bdr-color: #b6bcbf;
    --fv-theme-main-dd-text-color: #000000;
    --fv-theme-main-dd-label-bdr-color: #E7EAEC;
    --fv-theme-main-dd-highlight-bg-color: #1ab394;
    --fv-theme-main-dd-highlight-bdr-color: #1ab394;
    --fv-theme-main-dd-highlight-text-color: #FFFFFF;
    --fv-theme-main-dd-highlight-label-bg-color: #f3f3f4;
    --fv-theme-main-dd-highlight-label-bdr-color: #FFFFFF;

    --fv-theme-main-agile-list-bg-color: #FAFAFB;
    --fv-theme-main-agile-list-bdr-color: #E7EAEC;
    --fv-theme-main-agile-list-highlight-bg-color: #FFFFFF;

    --fv-theme-main-pagination-bg-color: #FFFFFF;
    --fv-theme-main-pagination-bdr-color: #DDDDDD;
    --fv-theme-main-pagination-text-color: #000000;
    --fv-theme-main-pagination-highlight-bg-color: #1ab394;
    --fv-theme-main-pagination-highlight-bdr-color: #1ab394;
    --fv-theme-main-pagination-highlight-text-color: #FFFFFF;
    --fv-theme-main-pagination-disabled-bg-color: #FFFFFF;
    --fv-theme-main-pagination-disabled-bdr-color: #DDDDDD;
    --fv-theme-main-pagination-disabled-text-color: #444444;

    --fv-theme-main-list-bdr-color: #E7EAEC;
    --fv-theme-main-list-text-color: #000000;
    --fv-theme-main-list-highlight-bg-color: #1ab394;
    --fv-theme-main-list-highlight-bdr-color: #1ab394;
    --fv-theme-main-list-highlight-text-color: #FFFFFF;

    --fv-theme-main-jstree-bg-color: #d4ede8;
    --fv-theme-main-jstree-text-color: #000000;

    --fv-theme-main-pageBgBdr-bg-color: #CECECE;

    --fv-theme-main-loader-bg-color: #1e2c39;
    --fv-theme-main-loader-text-color: #000000;
      
    --fv-theme-main-dropzone-bg-color: #e1e1e1; 
    --fv-theme-main-dropzone-text-color: #000000;    

    --fv-theme-main-spin-bg-color: #1ab394;
    --fv-theme-main-spin-text-color: #FFFFFF;

    --fv-theme-main-breadcrumb-home-color:#1ab394;
    --fv-theme-main-breadcrumb-icon-color:#337ab7;
    --fv-theme-main-breadcrumb-text-color:#7D7D7D;

    --fv-theme-main-ibox-title-bg-color: #f8f8f8;
    --fv-theme-main-ibox-title-bdr-color: #E7EAEC;

    --fv-theme-main-file-text-color: #676a6c;
    --fv-theme-main-file-icon-color: #000000;
    --fv-theme-main-file-highlight-bg-color: #f8f8f8;
    --fv-theme-main-file-highlight-bdr-color: #DDDDDD;
    --fv-theme-main-file-highlight-text-color: #f8f8f8;
    --fv-theme-main-file-hover-bg-color: #f3f3f4;

    --fv-theme-main-skin-label-color: #efefef;

    --fv-theme-main-corner-bdr-color: #f1f1f1;

    --fv-theme-main-mail-text-color: #333333;
    --fv-theme-main-mail-hover-bg-color: #f3f3f4;
    --fv-theme-main-mail-hover-icon-color: #000000;
    --fv-theme-main-mail-hover-bg-hover-color: #e4e4e4;
    --fv-theme-main-mail-fresh-bg-color: #ebf9f6;
    --fv-theme-main-mail-fresh-bdr-color: #d1ece6;
    --fv-theme-main-mail-note-bg-color: #F5F5F5;
    --fv-theme-main-mail-circle-bg-color: #1ab394;

    --fv-theme-full-mail-toolbar-bdr-color: #dbdbdb;
    --fv-theme-full-mail-left-bg-color: #f7f7f7;
    --fv-theme-full-mail-left-bdr-color: #dbdbdb;
    --fv-theme-full-mail-right-bg-color: #dbdbdb;
    --fv-theme-full-mail-right-bdr-color: #dbdbdb;
    --fv-theme-full-mail-right-text-color: #505659;

    --fv-theme-main-thumbnail-bg-color: #f1f1f1;

    --fv-theme-main-chart-text-color: #666666;
    --fv-theme-main-chart-highlight-text-color: #000000;
    --fv-theme-main-chart-highlight-bdr-color: #118f76;
    --fv-theme-main-chart-highlight-before-text-color: #00263A;
    --fv-theme-main-chart-highlight-before-bdr-color: #94a0b4;

    --fv-theme-main-snoozBox-text-color: #000000;
    --fv-theme-main-snoozBox-input-color: #cdcdcd;
    --fv-theme-main-snoozBox-pop-bg-color: #F0F0F0;
    --fv-theme-main-snoozBox-pop-text-color: #000000;
    --fv-theme-main-snoozBox-icon-color: #ff9625;
    --fv-theme-main-snoozclock-icon-color: #00263A;

    --fv-theme-main-popover-bdr-color: #f0f0f0;

    --fv-theme-main-dash-bdr-color: #e8e8e8;
    --fv-theme-main-dash-text-color: #000000;

    --fv-theme-main-fc-bg-color: #e3e3e3;
    --fv-theme-main-fc-event-bg-color: #1ab394;
    --fv-theme-main-fc-event-bdr-color:#1ab394;

    --fv-theme-main-dropdown-shadow-color: rgba(0, 0, 0, .2);
    --fv-theme-main-dropdown-text-color:#FFFFFF;
    --fv-theme-main-dropdown-footer-color:#E7EAEC;
    --fv-theme-main-dropdown-shadow-cursor-color: #FFFFFF;

    --fv-theme-main-dropdown-hover-text-color: #FFFFFF;

    --fv-theme-main-nav-pills-bg-color: #EEEEEE;
    --fv-theme-main-nav-pills-bdr-color: #FFFFFF;
    --fv-theme-main-nav-pills-text-color: #AAAAAA;
    --fv-theme-main-nav-pills-btn-color: #FFFFFF;
    --fv-theme-main-nav-pills-wedge-bdr-color: #EEEEEE;
    --fv-theme-main-nav-pills-complite-bdr-color: #0070d2;
    --fv-theme-main-nav-pills-complite-bg-color: #0070d2;
    --fv-theme-main-nav-pills-complite-text-color: #FFFFFF;
    --fv-theme-main-nav-pills-active-text-color: #FFFFFF;

    --fv-theme-main-panel-heading-bg-color: #F5F5F5;
    --fv-theme-main-panel-heading-text-color: #333333;
    --fv-theme-main-panel-heading-link-color: #666666;

    --fv-theme-main-content-builder-text-color: #03715b;
    --fv-theme-main-content-builder-placeholder-text-color: #FFFFFF;

    --fv-theme-main-pop-manager-bg-color: #E9E9E9;
    --fv-theme-main-pop-manager-text-color: #88898B;

    --fv-theme-main-scroll-tab-bg-color:#FFFFFF;
    --fv-theme-main-scroll-tab-bdr-color:#E7EAEC;
    --fv-theme-main-scroll-tab-text-color: #1ab394;
    --fv-theme-main-scroll-tab-hover-text-color: #FFFFFF;
    --fv-theme-main-scroll-tab-highlight-text-color: #FFFFFF;

    --fv-theme-main-widget-bg-color:#F5F5F5;
    --fv-theme-main-widget-text-color:#4E4E4E;
    --fv-theme-main-widget-more-bg-color:#F9F9F9;

    --fv-theme-main-card-title-text-color:#0B1C32;
    --fv-theme-main-card-text-color:#000000;
    --fv-theme-main-card-text-link-color:#5E6E82;

    --fv-theme-vertical-timeline-bg-color:#f5f5f5;
    --fv-theme-vertical-timeline-bdr-color:#f1f1f1;
    --fv-theme-vertical-timeline-content-bdr-color:#f5f5f5;

    --fv-theme-main-noUi-bg-color:#FAFAFA;
    --fv-theme-main-noUi-bdr-color:#D3D3D3;
    --fv-theme-main-noUi-shadow-color:#F0F0F0;
    --fv-theme-main-noUi-shadow-inset-color:#BBBBBB;

    --fv-theme-main-product-bg-color:#f8f8f9;
    --fv-theme-main-product-text-color:#bebec3;
    --fv-theme-main-product-shadow-color:#a8a8a8;

    --fv-theme-main-spinner-bdr-1-color:#CCCCCC;
    --fv-theme-main-spinner-bdr-2-color:#1ab394;

    --fv-theme-main-query-bg-color:#FFFFFF;
    --fv-theme-main-query-bdr-color:#EEEEEE;
    --fv-theme-main-query-value-bdr-color:#DDDDDD;

    --fv-theme-main-template-builder-bg-color:#1ab394;
    --fv-theme-main-template-builder-selection-color:#FFFFFF;
    --fv-theme-main-template-builder-selection-bg-color:#EBEBEB;
    --fv-theme-main-template-builder-btn-bg-color:#FFFFFF;
    --fv-theme-main-template-builder-btn-text-color:#2c8f7b;
    --fv-theme-main-template-builder-btn-hover-bg-color:#EEEEEE;

    --fv-theme-main-rating-bg-color:#36c9ab;

    --fv-theme-main-mejs-bg-color:#0d8a7a;
    --fv-theme-main-mejs-total-bg-color:#59bfaa;
    --fv-theme-main-mejs-text-color:#FFFFFF;

    --fv-theme-main-fontawesome-bdr-color:#8cd4c4;
    --fv-theme-main-fontawesome-text-color:#FFFFFF;

    --fv-theme-main-matrix-floor-bg-color:#EEEEEE;
    --fv-theme-main-matrix-floor-bdr-color:#CCCCCC;
    --fv-theme-main-matrix-floor-text-color:#000000;

    --fv-theme-main-matrix-block-bg-color: #CCCCCC;
    --fv-theme-main-matrix-block-text-color: #000000;
    --fv-theme-main-matrix-block-bdr1-color: #DDDDDD;
    --fv-theme-main-matrix-block-bdr2-color: #FFFFFF;

    --fv-theme-main-matrix-childblock-bg-color: #FFFFFF;
    --fv-theme-main-matrix-childblock-text-color: #333333;
    --fv-theme-main-matrix-childblock-text-highlight-color: #FFFFFF;
    --fv-theme-main-matrix-childblock-bdr1-color: #e5e5e5;
    --fv-theme-main-matrix-childblock-bdr2-color: #FFFFFF;

    --fv-theme-main-gantt-bdr1-color: #EEEEEE;
    --fv-theme-main-gantt-bdr2-color: #FFFFFF;
    --fv-theme-main-gantt-text-color: #FFFFFF;
    --fv-theme-main-gantt-icon-color: #888888;
    --fv-theme-main-gantt-selected-bdr-color: #335951;
    --fv-theme-main-gantt-selected-bg-color: #335951;

    --fv-theme-main-gw-bg-color: #F2F2F2;
    --fv-theme-main-gw-bdr1-color: #E5E5E5;
    --fv-theme-main-gw-bdr2-color: #CCCCCC;

    --fv-theme-main-gw-link-bg-color: #F9F9F9;
    --fv-theme-main-gw-link-text-color: #585858;

    --fv-theme-main-gw-highlight-bg-color: #FFFFFF;
    --fv-theme-main-gw-highlight-text-color: #1ab394;
    
    --fv-theme-main-gw-submenu-bg-color: #FFFFFF;
    --fv-theme-main-gw-submenu-bdr-color: #E4E4E4;
    --fv-theme-main-gw-submenu-text-color: #616161;

    --fv-theme-main-chatbot-bdr-color: #DDDDDD;
    --fv-theme-main-chatbot-icon-color: #A9A9A9;
    --fv-theme-main-chatbot-span-hover-bg-color: #E4E4E4;
    --fv-theme-main-chatbot-span-svg-hover-bg-color: #929090;
    --fv-theme-main-chatbot-input-bg-color: #F2F2F2;
    --fv-theme-main-chatbot-input-text-color: #000000;
    --fv-theme-main-chatbot-input-icon-color: #097861;
    --fv-theme-main-chatbot-error-bg-color: #f8d7da;
    --fv-theme-main-chatbot-error-text-color: #721c24;
    --fv-theme-main-chatbot-scrollbar-track-color: #FFFFFF;
    --fv-theme-main-chatbot-scrollbar-thumb-color: #CCCCCC;
    --fv-theme-main-chatbot-color: #808080;

    --fv-theme-main-loginscreen-bg-color:#e6e7e8;
    --fv-theme-main-loginscreen-text-color:#666666;
    --fv-theme-main-loginscreen-active-bg-color:#FFFFFF;
    --fv-theme-main-loginscreen-active-text-color:#000000;

    --fv-theme-main-microsoft-bg-color:#FAFAFA;
    --fv-theme-main-microsoft-bdr-color:#CDCDCD;
    --fv-theme-main-microsoft-icon-text-color:#000000;

    --fv-theme-main-taskList-text-color:#9a9ca1;
    --fv-theme-main-taskList-bdr-color:#000000;

    --fv-theme-main-active-main-toolbar-text-color:#000000;
    --fv-theme-main-active-main-toolbar-icon-color:#FFFFFF;

    --fv-theme-main-active-toolbar-icon-color:#000000;
    --fv-theme-main-active-toolbar-text-color:#000000;
    --fv-theme-main-active-toolbar-svg-icon-color:#000000;
    --fv-theme-main-active-toolbar-btn-icon-color:#000000;

    --fv-theme-main-active-toolbar-caption-text-color:#0B1C32;

    --fv-theme-main-active-toolbar-focus-bg-color:#FFFFFF;
    --fv-theme-main-active-toolbar-focus-text-color:#FFFFFF;
    --fv-theme-main-active-toolbar-focus-svg-color:#FFFFFF;

    --fv-theme-main-active-toolbar-highlight-bg-color:#FFFFFF;
    --fv-theme-main-active-toolbar-highlight-text-color:#FFFFFF;

    --fv-theme-main-action-caption-bg-color:#8DD1EE;
    --fv-theme-main-action-caption-svg-color:#0B1C32;
    --fv-theme-main-action-caption-text-color:#000000;
    --fv-theme-main-action-caption-label-color:#0B1C32;
    --fv-theme-main-action-caption-sub-text-color:#5E6E82;

    --fv-theme-main-fv-toolbar-icon-color: #000000;
    --fv-theme-main-fv-toolbar-svg-color: #5E6E82;
    --fv-theme-main-fv-toolbar-text-color: #5E6E82;

    --fv-theme-main-control-label-text-color:#000000;
    --fv-theme-main-control-label-icon-color:#000000;
    --fv-theme-main-control-data-text-color:#212529;

    --fv-theme-main-pinned-text-color:#5E6E82;

    --fv-theme-main-line-container-color:#CECECE;

    --fv-theme-main-summary-tab-bg-color :#fff3cd;
    --fv-theme-main-summary-tab-bdr-color :#ffe69c;
    --fv-theme-main-summary-tab-text-color :#000000;

    --fv-theme-main-summary-tab-card-bg-color :#cff4fc;
    --fv-theme-main-summary-tab-card-bdr-color :#9eeaf9;
    --fv-theme-main-summary-tab-card-text-color :#000000;

    --fv-theme-main-favstar-bg-color :#5e6e82;
    --fv-theme-main-favstar-fill-bg-color :#ffc636;
    
    --fv-theme-main-nav-wizard-journey-bar-progress-track-bg-color :#e9ecef;
    --fv-theme-main-nav-wizard-journey-bar-progress-fill-bg-color :linear-gradient(90deg, #28a745, #20c997);
    
    --fv-theme-main-nav-wizard-journey-bar-bg-color :#ffffff;
    --fv-theme-main-nav-wizard-journey-bar-bdr-color :#cdcdcd;
    --fv-theme-main-nav-wizard-journey-bar-text-color :#000000;
    --fv-theme-main-nav-wizard-journey-bar-icon-color :#000000;
    --fv-theme-main-nav-wizard-journey-bar-shadow-color :rgba(180, 180, 180, 0.2);
    
    --fv-theme-main-nav-wizard-journey-bar-complete-bg-color :#28a745;
    --fv-theme-main-nav-wizard-journey-bar-complete-bdr-color :#28a745;
    --fv-theme-main-nav-wizard-journey-bar-complete-text-color :#28a745;
    --fv-theme-main-nav-wizard-journey-bar-complete-icon-color :#FFFFFF;
    --fv-theme-main-nav-wizard-journey-bar-complete-shadow-color :rgba(40, 167, 69, 0.2);
    
    --fv-theme-main-nav-wizard-journey-bar-active-bg-color :#0b5dcf;
    --fv-theme-main-nav-wizard-journey-bar-active-bdr-color :#0b5dcf;
    --fv-theme-main-nav-wizard-journey-bar-active-text-color :#0b5dcf;
    --fv-theme-main-nav-wizard-journey-bar-active-icon-color :#FFFFFF;
    --fv-theme-main-nav-wizard-journey-bar-active-shadow-color :rgba(0, 123, 255, 0.2);
    
    --fv-theme-main-nav-wizard-sub-pill-bg-color :#ffffff;
    --fv-theme-main-nav-wizard-sub-pill-bdr-color :#e7eaec;
    --fv-theme-main-nav-wizard-sub-pill-text-color :#000000;
    --fv-theme-main-nav-wizard-sub-pill-icon-color :#000000;
    --fv-theme-main-nav-wizard-sub-pill-hover-bdr-color :#0b5dcf;
    --fv-theme-main-nav-wizard-sub-pill-hover-text-color :#0b5dcf;
    --fv-theme-main-nav-wizard-sub-pill-hover-icon-color :#0b5dcf;
    
    --fv-theme-main-nav-wizard-sub-pill-complete-bg-color :#d4edda;
    --fv-theme-main-nav-wizard-sub-pill-complete-bdr-color :#28a745;
    --fv-theme-main-nav-wizard-sub-pill-complete-text-color :#155724;
    --fv-theme-main-nav-wizard-sub-pill-complete-icon-color :#28a745;
    
    --fv-theme-main-nav-wizard-sub-pill-active-bg-color :#cce7ff;
    --fv-theme-main-nav-wizard-sub-pill-active-bdr-color :#0b5dcf;
    --fv-theme-main-nav-wizard-sub-pill-active-text-color :#004085;
    --fv-theme-main-nav-wizard-sub-pill-active-icon-color :#0b5dcf; 
      
    --fv-theme-main-modal-contractor-bg-color :#d2d4d8; 
    --fv-theme-main-modal-contractor-header-bg-color:linear-gradient(135deg, #f15fd2 0%,#7930b2 38%,#7930b2 61%,#3bc5d8 100%) ;
    --fv-theme-main-modal-contractor-text-color :#ffffff;  
      
    --fv-theme-main-content-bg-color :#f8fafc; 
    --fv-theme-main-content-bdr-color :#e2e8f0;
    
    --fv-theme-main-content-hover-bg-color :#f8fafc; 
    --fv-theme-main-content-hover-bdr-color :#e2e8f0;
    
    --fv-theme-main-content-active-bg-color :#f8fafc; 
    --fv-theme-main-content-active-bdr-color :#e2e8f0;  
      
    --fv-theme-main-dashbord-v2-content-bg-color :#f8fafc; 
    --fv-theme-main-dashbord-v2-content-bdr-color :#e2e8f0;
    --fv-theme-main-dashbord-v2-content-text-color :#000000;  
    
    --fv-theme-main-dashbord-v2-content-hover-bg-color :#f0f4ff; 
    --fv-theme-main-dashbord-v2-content-hover-bdr-color :#0b5dcf;
    --fv-theme-main-dashbord-v2-content-hover-text-color :#000000;  
    
    --fv-theme-main-dashbord-v2-content-active-bg-color :#0b5dcf; 
    --fv-theme-main-dashbord-v2-content-active-bdr-color :#0b5dcf;
    --fv-theme-main-dashbord-v2-content-active-text-color :#FFFFFF;
    
    --fv-theme-main-dashbord-v2-main-title-color :#1e293b; 
    --fv-theme-main-dashbord-v2-sub-title-color :#64748b;
    --fv-theme-main-dashbord-v2-cap-title-color :#374151;
    
    --fv-theme-main-dashbord-v2-funnel-title-color :#1e293b; 
    --fv-theme-main-dashbord-v2-funnel-sub-title-color :#cbd5e1;
    
    --fv-theme-main-dashbord-v2-cost-value-title-color :#dc2626; 
    
    --fv-theme-main-dashbord-v2-roi-card-bg-color : linear-gradient(135deg, #10b981, #059669); 
    --fv-theme-main-dashbord-v2-roi-card-text-color : #ffffff; 
    
    --fv-theme-main-dashbord-v2-trend-chart-bg-color : linear-gradient(135deg, #f8fafc, #e2e8f0); 
    --fv-theme-main-dashbord-v2-trend-line-bg-color : linear-gradient(90deg, #ef4444, #f59e0b, #10b981); 
    
    --fv-theme-main-dashbord-v2-trend-point-bg-color : #0b5dcf;
    --fv-theme-main-dashbord-v2-trend-point-bdr-color : #ffffff;
    
    --fv-theme-main-dashbord-v2-stat-value-positive-text-color : #10b981;
    --fv-theme-main-dashbord-v2-stat-value-negative-text-color : #ef4444;
    
    --fv-theme-main-dashbord-v2-period-indicator-bg-color : rgba(102, 126, 234, 0.1);
    --fv-theme-main-dashbord-v2-period-indicator-text-color : #0b5dcf;
    
    --fv-theme-main-dashbord-v2-product-name-text-color : #ffffff; 
      
    --fv-theme-main-dashbord-v2-metric-card-danger-bdr-color : #ef4444; 
    --fv-theme-main-dashbord-v2-metric-card-primary-bdr-color : #3b82f6; 
    --fv-theme-main-dashbord-v2-metric-card-warning-bdr-color : #f59e0b; 
    --fv-theme-main-dashbord-v2-metric-card-success-bdr-color : #10b981; 
    --fv-theme-main-dashbord-v2-metric-card-info-bdr-color : #0b5dce; 
    --fv-theme-main-dashbord-v2-metric-card-prospect-bdr-color : #8b5cf6;
    --fv-theme-main-dashbord-v2-metric-card-convert-bdr-color : #059669;   
    
    --fv-theme-main-dashbord-v2-funnel-stage-spend-bdr-color : #ef4444; 
    --fv-theme-main-dashbord-v2-funnel-stage-impressions-bdr-color : #0b5dce; 
    --fv-theme-main-dashbord-v2-funnel-stage-clicks-bdr-color : #3b82f6; 
    --fv-theme-main-dashbord-v2-funnel-stage-leads-bdr-color : #10b981; 
    --fv-theme-main-dashbord-v2-funnel-stage-follow-up-bdr-color : #8b5cf6; 
    --fv-theme-main-dashbord-v2-funnel-stage-prospects-bdr-color : #f59e0b; 
    --fv-theme-main-dashbord-v2-funnel-stage-converted-bdr-color : #059669; 
      
    --fv-theme-main-site-visit-old-day-bg-color : #F3F3F3; 
    --fv-theme-main-site-visit-old-day-text-color : #B5BCC5;
    
    --fv-theme-main-site-visit-upcoming-day-bg-color : #F3F3F3; 
    --fv-theme-main-site-visit-upcoming-day-text-color : #0B5DCF;  
      
    --fv-theme-main-site-visit-booking-count-bg-color : rgba(255, 255, 255, 0.9); 
    --fv-theme-main-site-visit-booking-count-text-color : #0b1c32;
    
    --fv-theme-main-site-visit-day-cell-bg-color : #fef3c7; 
    --fv-theme-main-site-visit-day-cell-text-color : #92400e; 
      
    --fv-theme-main-ticket-issue-main-text-color : #0F2645; 
    --fv-theme-main-ticket-issue-caption-text-color : #5E6E82;  
      
    --fv-data-tooltip-bg-color : #2d3748;
    --fv-data-tooltip-text-color : #FFFFFF;   

    --fv-theme-bg-color: #1ab394;
    --fv-theme-bdr-color: #1ab394;
    --fv-theme-label-color: #1ab394;
    --fv-theme-btn-color: #1ab394;
    --fv-theme-btn-text-color: #FFFFFF ;
    --fv-theme-btn-hover-color: #12997e;
    --fv-theme-text-color: #1ab394;
    --fv-theme-text-white-color: #FFFFFF;
    --fv-theme-text-icon-color: #FFFFFF;
    --fv-theme-text-svg-color: #FFFFFF;
    --fv-theme-text-highlight-color: #0d8a7a;
    --fv-theme-text-highlight-white-color: #FFFFFF;
    --fv-theme-text-highlight-white-hover-color: #0d8a7a;

    --fv-theme-bg-hover-color: #12997e;
    --fv-theme-bdr-hover-color: #12997e;
    --fv-theme-btn-hover-color: #12997e;
    --fv-theme-btn-text-hover-color: #FFFFFF;

    --fv-theme-bdr-disabled-color: #1dc5a3;
    --fv-theme-btn-disabled-color: #1dc5a3;
    --fv-theme-btn-text-disabled-color: #c4c4c4;

    --fv-disabled-bg-color: #EEEEEE;
    --fv-disabled-icon-color: #488dee;
    --fv-disabled-text-color: #999999;
    --fv-disabled-input-color: #cdcdcd;

    --fv-second-theme-bg-color: #2b89c7;
    --fv-second-theme-bdr-color: #2b89c7;
    --fv-second-theme-label-color: #2b89c7;
    --fv-second-theme-btn-color: #2b89c7;
    --fv-second-theme-text-color: #2b89c7;
    --fv-second-theme-text-white-color: #FFFFFF;
    --fv-second-theme-grid-header-color: #2b89c7;
    --fv-second-theme-grid-bdr-color: #2b89c7;

    --fv-third-theme-bg-color: #02396f;
    --fv-third-theme-bdr-color: #02396f;
    --fv-third-theme-label-color: #02396f;
    --fv-third-theme-btn-color: #02396f;
    --fv-third-theme-text-color: #02396f;
    --fv-third-theme-text-white-color: #FFFFFF;
    --fv-third-theme-grid-header-color: #02396f;
    --fv-third-theme-grid-bdr-color: #02396f;

    --fv-primary-bg-color: #1ab394;
    --fv-primary-bdr-color: #1ab394;
    --fv-primary-bdr-t-color: #1ab394;
    --fv-primary-bdr-r-color: #1ab394;
    --fv-primary-bdr-b-color: #1ab394;
    --fv-primary-bdr-l-color: #1ab394;
    --fv-primary-text-color: #1ab394;
    --fv-primary-text-white-color: #FFFFFF;
    --fv-primary-svg-color: #FFFFFF;
    --fv-primary-btn-color: #1ab394;
    --fv-primary-btn-text-color: #FFFFFF ;
    --fv-primary-btn-shadow-color-1: #16987e;
    --fv-primary-btn-shadow-color-2: #999999;

    --fv-primary-bdr-hover-color: #12997e;
    --fv-primary-btn-hover-color: #12997e;
    --fv-primary-btn-text-hover-color: #FFFFFF;

    --fv-primary-bdr-disabled-color: #1dc5a3;
    --fv-primary-btn-disabled-color: #1dc5a3;
    --fv-primary-btn-text-disabled-color: #FFFFFF;

    --fv-primary-dark-bg-color: #2c8f7b;
    --fv-primary-dark-bdr-color: #2c8f7b;
    --fv-primary-dark-text-color: #2c8f7b;

    --fv-primary-dark-text-disabled-color: #9fdce6;

    --fv-navy-bg-color: #1ab394;
    --fv-navy-bdr-color: #1ab394;
    --fv-navy-text-color: #1ab394;
    --fv-navy-text-white-color: #FFFFFF;
    --fv-navy-btn-color: #1ab394;
    --fv-navy-btn-text-color: #FFFFFF ;

    --fv-navy-btn-text-disabled-color: #61a7bd;

    --fv-navy-dark-bg-color: #2c8f7b;
    --fv-navy-dark-bdr-color: #2c8f7b;
    --fv-navy-dark-text-color: #2c8f7b;

    --fv-navy-light-bg-color: #3dc7ab;
    --fv-navy-light-bdr-color: #3dc7ab;
    --fv-navy-light-text-color: #3dc7ab;

    --fv-default-bg-color: #c2c2c2;
    --fv-default-bdr-color: #c2c2c2;
    --fv-default-text-color: #c2c2c2;
    --fv-default-btn-color: #c2c2c2;
    --fv-default-btn-text-color: #FFFFFF ;

    --fv-default-bdr-hover-color: #bababa;
    --fv-default-btn-hover-color: #bababa;
    --fv-default-btn-text-hover-color: #FFFFFF;

    --fv-default-bdr-disabled-color: #cccccc;
    --fv-default-btn-disabled-color: #cccccc;
    --fv-default-btn-text-disabled-color: #FFFFFF;

    --fv-white-bg-color: #FFFFFF;
    --fv-white-bdr-color: #FFFFFF;
    --fv-white-label-color: #FFFFFF;
    --fv-white-text-color: #FFFFFF;
    --fv-white-btn-color: #FFFFFF;
    --fv-white-btn-bdr-color: #cdcdcd;
    --fv-white-btn-text-color: #000000;
    --fv-white-btn-svg-color: #000000;

    --fv-black-bg-color: #000000;
    --fv-black-bdr-color: #000000;
    --fv-black-text-color: #000000;  
    --fv-black-label-color: #000000;
    --fv-black-btn-color: #000000;
  
    --fv-gray-bg-color: #CECECE;
    --fv-gray-bdr-color: #CECECE;  
    --fv-gray-text-color: #959595;  

    --fv-success-bg-color: #1c84c6;
    --fv-success-bdr-color: #1c84c6;
    --fv-success-colortext-color: #1c84c6;
    --fv-success-text-color: #FFFFFF;

    --fv-info-bg-color: #23c6c8;
    --fv-info-bdr-color: #23c6c8;
    --fv-info-colortext-color: #23c6c8;
    --fv-info-text-color: #FFFFFF;

    --fv-warning-bg-color: #e78820;
    --fv-warning-bdr-color: #e78820;
    --fv-warning-colortext-color: #92400e;
    --fv-warning-text-color: #FFFFFF;

    --fv-danger-bg-color: #ef4444;
    --fv-danger-bdr-color: #ef4444;
    --fv-danger-colortext-color: #dc3545;
    --fv-danger-text-color: #FFFFFF;

    --fv-danger-btn-text-disabled-color: #ffe3e6;
    
    --fv-reject-bg-color: #d1dade;
    --fv-reject-bdr-color: #d1dade;
    --fv-reject-colortext-color: #d1dade;
    --fv-reject-text-color: #d1dade;

    --fv-lazur-bg-color:#23c6c8;
    --fv-lazur-bdr-color:#23c6c8;

    --fv-blue-bg-color:#0b5dcf;
    --fv-blue-bdr-color:#0b5dcf;  
    --fv-blue-text-color:#004697;  
      
    --fv-yellow-bg-color:#f8ac59;
    --fv-yellow-bdr-color:#f8ac59;  
    --fv-yellow-text-color:#f8ac59;
      
    --fv-roseRed-bg-color:#f15672;
    --fv-roseRed-bdr-color:#f15672;
    --fv-roseRed-text-color:#f15672;
      
    --fv-red-bg-color:#ed5565;
    --fv-red-bdr-color:#ed5565;  
    --fv-red-text-color:#ed5565;
      
    --fv-green-bg-color:#128116;
    --fv-green-bdr-color:#128116;  
    --fv-green-text-color:#128116;
      
    --fv-sky-blue-bg-color:#3b82f6;
    --fv-sky-blue-bdr-color:#3b82f6;  
    --fv-sky-blue-text-color:#3b82f6;
      
    --fv-musterd-bg-color:#f59e0b;
    --fv-musterd-bdr-color:#f59e0b;  
    --fv-musterd-text-color:#f59e0b;  
      
    --fv-ocean-green-bg-color:#10b981;
    --fv-ocean-green-bdr-color:#10b981;  
    --fv-ocean-green-text-color:#10b981; 
      
    --fv-ocean-blue-bg-color:#0b5dce;
    --fv-ocean-blue-bdr-color:#0b5dce;  
    --fv-ocean-blue-text-color:#0b5dce; 
      
    --fv-moff-purple-bg-color:#8b5cf6;
    --fv-moff-purple-bdr-color:#8b5cf6;  
    --fv-moff-purple-text-color:#8b5cf6;
      
    --fv-dark-green-bg-color:#059669;
    --fv-dark-green-bdr-color:#059669;  
    --fv-dark-green-text-color:#059669;  
      
    --fv-purple-bg-color:#9c27b0;
    --fv-purple-bdr-color:#9c27b0;  
    --fv-purple-text-color:#9c27b0; 
      
    --fv-orange-bg-color:#ea4335;
    --fv-orange-bdr-color:#ea4335;  
    --fv-orange-text-color:#ea4335; 
            
    --fv-twitter-bg-color:#55acee;
    --fv-twitter-bdr-color :#55acee;
    --fv-twitter-text-color :#55acee;  
      
    --fv-facebook-bg-color:#3b5998;
    --fv-facebook-bdr-color :#3b5998;
    --fv-facebook-text-color :#3b5998; 
      
    --fv-google-bg-color:#dd4b39;
    --fv-google-bdr-color :#dd4b39;
    --fv-google-text-color :#dd4b39; 
      
    --fv-linkedin-bg-color:#007bb6;
    --fv-linkedin-bdr-color :#007bb6;
    --fv-linkedin-text-color :#007bb6; 
      
    --fv-yahoo-bg-color:#720e9e;
    --fv-yahoo-bdr-color :#720e9e;
    --fv-yahoo-text-color :#720e9e; 

    --fv-muted-text-color :#888888; 
    --fv-ok-text-color :#93C73E;  
    --fv-lightGrey-text-color :#b4b6b8; 
      
    --fv-ai-btn-main-bg-color:linear-gradient(135deg, #f15fd2 0%,#7930b2 38%,#7930b2 61%,#3bc5d8 100%) ;  
    --fv-ai-btn-main-text-color:#FFFFFF; 
    --fv-ai-btn-main-icon-color:#FFFFFF; 
    
    --fv-ai-outline-btn-main-text-color:linear-gradient(135deg, #f15fd2 0%,#7930b2 45%,#3bc5d8 100%) ;
    --fv-ai-outline-btn-main-svg-color:linear-gradient(135deg, #f15fd2 0%,#7930b2 45%,#3bc5d8 100%) ;
    --fv-ai-outline-btn-main-bdr-color:padding-box linear-gradient(rgb(255,255,255), rgb(255,255,255)), border-box linear-gradient(135deg, rgb(241,95,210) 0%,rgb(121,48,178) 28%,rgb(121,48,178) 63%,rgb(59,197,216) 100%); ; 
      
    --fv-ai-btn-text-color:#8066cf;
    --fv-ai-btn-bdr-color:#d1c2fe;
    --fv-ai-btn-hover-bg-color:linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%) ;
    --fv-ai-btn-hover-text-color:#874079 ;
      
    --fv-primary-label-light-bg-color : #d3f2eb;
    --fv-primary-label-light-text-color :#079a7c ;  

    /* Customer Portal*/
    --fv-cu-option-text-color: #000000;  
    --fv-cu-theme-web-login-detail-bg-color: linear-gradient(to left, rgba(19, 19, 19, 0.8) 0%, rgba(76, 76, 76, 0) 100%);

    --fv-cu-theme-web-login-box-bg-color:rgba(255, 255, 255, 0.3);
    --fv-cu-theme-web-login-box-bdr-color:#FFFFFF;
    --fv-cu-theme-web-login-box-text-color:#FFFFFF;
    --fv-cu-theme-web-login-link-color: #000000;
    --fv-cu-theme-web-login-active-link-color: #1ab394;

    --fv-cu-theme-web-login-box-input-bg-color:rgba(255, 255, 255, 0.2);
    --fv-cu-theme-web-login-box-input-bdr-color:#FFFFFF;
    --fv-cu-theme-web-login-box-input-text-color:#FFFFFF;

    --fv-cu-theme-web-login-box-btn-bg-color:#1ab394;
    --fv-cu-theme-web-login-box-btn-bdr-color:#1ab394;
    --fv-cu-theme-web-login-box-btn-text-color:#FFFFFF;

    --fv-cu-theme-web-login-box-tab-bg-color:rgba(0, 0, 0, 0.2) ;
    --fv-cu-theme-web-login-box-tab-text-color:#FFFFFF;
    --fv-cu-theme-web-login-box-tab-active-bg-color:#FFFFFF;
    --fv-cu-theme-web-login-box-tab-active-text-color:#000000;

    --fv-cu-theme-main-body-bg-color: #FFFFFF;
    --fv-cu-theme-main-body-text-color: #000000;
    --fv-cu-theme-active-body-bg-color: #d5e6f0;
    --fv-cu-theme-main-body-bdr-color: #e7eaec;   
      
    --fv-cu-theme-inner-body-bg-color: #F4F4F4;
    --fv-cu-theme-inner-body-text-color: #000000;

    --fv-cu-theme-main-bg-color: #1ab394;
    --fv-cu-theme-main-text-color: #000000;
    --fv-cu-theme-main-bdr-color: #1ab394;
    --fv-cu-theme-main-bdr-light-color: #f3f3f4;
    --fv-cu-theme-main-icon-color: #1ab394;
    --fv-cu-theme-main-icon-bdr-color: #CCCCCC;
    --fv-cu-theme-main-text-highlight-color: #1ab394;

    --fv-cu-theme-main-primary-text-color: #1ab394;
    --fv-cu-theme-main-primary-bg-color: #1ab394;

    --fv-cu-theme-header-text-color:#FFFFFF;

    --fv-cu-theme-main-btn-white-bg-color: #FFFFFF;
    --fv-cu-theme-main-btn-bg-color: #1ab394;
    --fv-cu-theme-main-btn-bdr-color: #1ab394;
    --fv-cu-theme-main-btn-text-color: #FFFFFF;
    --fv-cu-theme-main-btn-outline-text-color: #1ab394;

    --fv-cu-theme-main-option-bg-color: #00263A;
    --fv-cu-theme-main-option-text-color: #d5e6f0;

    --fv-cu-theme-user-profile-bg-color: #1ab394;
    --fv-cu-theme-user-profile-image-text-color: #daede9;
    --fv-cu-theme-user-profile-element-bg-color: #daede9;
    --fv-cu-theme-user-profile-text-color: #1ab394;

    --fv-cu-theme-main-input-bg-color: #FFFFFF;
    --fv-cu-theme-main-input-bdr-color: #CDCDCD;
    --fv-cu-theme-main-input-focus-bdr-color: #1ab394;

    --fv-cu-theme-main-navbar-right-text-color: #656565;

    --fv-cu-theme-main-tab-bg-color: #FFFFFF;
    --fv-cu-theme-main-tab-bdr-color: #1ab394;

    --fv-cu-theme-main-color-dropdown-bg-color:rgba(3, 98, 163, 0.5);
    --fv-cu-theme-main-color-dropdown-bg-focus-color: #1ab394;
    --fv-cu-theme-main-color-dropdown-text-color:#FFFFFF;

    --fv-cu-theme-main-color-dropdown-menuBox-bg-color:#1ab394;
    --fv-cu-theme-main-color-dropdown-menuBox-text-color:#FFFFFF;

    --fv-cu-theme-main-breadcrumb-svg-color: #1ab394;
    --fv-cu-theme-main-breadcrumb-icon-color: #272727;

    --fv-cu-theme-main-table-bg-color : #F8F8F8;
    --fv-cu-theme-main-table-text-color : #000000;
    --fv-cu-theme-main-table-bdr-color: #E7E7E7;

    --fv-cu-theme-main-pagination-bg-color : #1ab394;
    --fv-cu-theme-main-pagination-text-color : #FFFFFF;
    --fv-cu-theme-main-pagination-bdr-color: #1ab394;

    --fv-cu-theme-main-section-bg-color : #1ab394;
    --fv-cu-theme-main-section-gradient-bg-color : linear-gradient(269.98deg, rgba(255, 255, 255, 0.4) -62.43%, rgba(44, 147, 209, 0.4) 100.71%);
    --fv-cu-theme-main-section-dark-bg-color : #000000;
    --fv-cu-theme-main-section-light-bg-color : #FFFFFF;
    --fv-cu-theme-main-section-highlight-bg-color : #1ab394;
    --fv-cu-theme-main-section-active-bg-color : #80bee3;

    --fv-cu-theme-main-section-scrollbar-bg-color : #9e9e9e;
    --fv-cu-theme-main-section-scrollbar-bdr-color : #9e9e9e;

    --fv-cu-theme-main-section-text-color : #FFFFFF;
    --fv-cu-theme-main-section-light-text-color : #1ab394;
    --fv-cu-theme-main-section-dark-text-color : #000000;
    --fv-cu-theme-main-section-link-color : #1ab394;
    --fv-cu-theme-main-section-detail-color : #5B5B5B;
    --fv-cu-theme-main-section-highlight-text-color : #1A2636;

    --fv-cu-theme-main-section-bdr-color : #1ab394;
    --fv-cu-theme-main-section-light-bdr-color : #D2D2D2;

    --fv-cu-theme-main-section-icon-color : #1ab394;
    --fv-cu-theme-main-section-svg-color : #FFFFFF;

    --fv-cu-theme-main-section-wizview-bg-color : #1ab394;
    --fv-cu-theme-main-section-wizview-text-color : #FFFFFF;
    --fv-cu-theme-main-section-wizview-icon-color : #1ab394;
    --fv-cu-theme-main-section-wizview-svg-color : #FFFFFF;

    --fv-cu-theme-main-morning-shift-bg-color : #E4ECFF;
    --fv-cu-theme-main-morning-shift-bdr-color : #E4ECFF;
    --fv-cu-theme-main-morning-shift-text-color : #000000;
    --fv-cu-theme-main-morning-shift-title-color : #5D5669;

    --fv-cu-theme-main-day-shift-bg-color : #FFEFBF;
    --fv-cu-theme-main-day-shift-bdr-color : #FFEFBF;
    --fv-cu-theme-main-day-shift-text-color : #000000;
    --fv-cu-theme-main-day-shift-title-color : #5D5669;

    --fv-cu-theme-main-night-shift-bg-color : #FFDFDB;
    --fv-cu-theme-main-night-shift-bdr-color : #FFDFDB;
    --fv-cu-theme-main-night-shift-text-color : #000000;
    --fv-cu-theme-main-night-shift-title-color : #5D5669;

    --fv-cu-theme-main-absent-shift-bg-color : #FF6B60;
    --fv-cu-theme-main-absent-shift-bdr-color : #FF6B60;
    --fv-cu-theme-main-absent-shift-text-color : #FFFFFF;
    --fv-cu-theme-main-absent-shift-title-color : #FFFFFF;

    --fv-cu-theme-main-calendar-text-color : #888888;
      
    --fv-cu-theme-event-task-calender-view-toggle-bg-color : #f3f4f6;  
    --fv-cu-theme-event-task-calender-view-toggle-bdr-color : #f3f4f6;   
    --fv-cu-theme-event-task-calender-today-btn-bg-color : #eff6ff; 
    --fv-cu-theme-event-task-calender-view-title-text-color : #1f2937;
    --fv-cu-theme-event-task-calender-time-label-text-color : #6b7280;  
    --fv-cu-theme-event-task-calender-no-tasks-text-color : #9ca3af;   
      
    --fv-cu-theme-event-task-calender-tasks-high-bg-color : #fee2e2;
    --fv-cu-theme-event-task-calender-tasks-high-bdr-color : #b91c1c; 
    --fv-cu-theme-event-task-calender-tasks-high-text-color : #b91c1c;  
    --fv-cu-theme-event-task-calender-tasks-medium-bg-color : #fef3c7;
    --fv-cu-theme-event-task-calender-tasks-medium-bdr-color : #d97706;
    --fv-cu-theme-event-task-calender-tasks-medium-text-color : #d97706;  
    --fv-cu-theme-event-task-calender-tasks-low-bg-color : #dcfce7;
    --fv-cu-theme-event-task-calender-tasks-low-bdr-color : #16a34a;
    --fv-cu-theme-event-task-calender-tasks-low-text-color : #16a34a;  
      
    --fv-cu-theme-calTile-icon-date-text-color : #0362a3;
    --fv-cu-theme-calTile-icon-date-bdr-color : #E7E9EC;  
      
    --fv-cu-theme-attachement-text1-color : #0f2645;
    --fv-cu-theme-attachement-text2-color : #5e6e82;  
    --fv-cu-theme-attachement-bg-color : #f3f3f3;
    --fv-cu-theme-attachement-bdr-color : #E7E9EC;  
      
    /* Vendor Onboarding */
    --fv-ve-theme-main-bg-color : #effdff;
    --fv-ve-theme-main-icon-color : #1ab394;
      
    /* Broker Portal */
    --fv-br-option-text-color: #000000;
      
    --fv-br-theme-main-body-bg-color: #FFFFFF;
    --fv-br-theme-main-body-text-color: #000000;
    --fv-br-theme-active-body-bg-color: #d5e6f0;
    --fv-br-theme-main-body-bdr-color: #e7eaec;   
      
    --fv-br-theme-inner-body-bg-color: #F4F4F4;
    --fv-br-theme-inner-body-text-color: #000000;

    --fv-br-theme-main-bg-color: #1ab394;
    --fv-br-theme-main-text-color: #000000;
    --fv-br-theme-main-bdr-color: #1ab394;
    --fv-br-theme-main-bdr-light-color: #f3f3f4;
    --fv-br-theme-main-icon-color: #1ab394;
    --fv-br-theme-main-icon-bdr-color: #CCCCCC;
    --fv-br-theme-main-text-highlight-color: #1ab394;

    --fv-br-theme-main-primary-text-color: #1ab394;
    --fv-br-theme-main-primary-bg-color: #1ab394;

    --fv-br-theme-header-text-color:#FFFFFF;

    --fv-br-theme-main-btn-white-bg-color: #FFFFFF;
    --fv-br-theme-main-btn-bg-color: #1ab394;
    --fv-br-theme-main-btn-bdr-color: #1ab394;
    --fv-br-theme-main-btn-text-color: #FFFFFF;
    --fv-br-theme-main-btn-outline-text-color: #1ab394;

    --fv-br-theme-main-option-bg-color: #00263A;
    --fv-br-theme-main-option-text-color: #d5e6f0;

    --fv-br-theme-user-profile-bg-color: #1ab394;
    --fv-br-theme-user-profile-image-text-color: #daede9;
    --fv-br-theme-user-profile-element-bg-color: #daede9;
    --fv-br-theme-user-profile-text-color: #1ab394;

    --fv-br-theme-main-input-bg-color: #FFFFFF;
    --fv-br-theme-main-input-bdr-color: #CDCDCD;
    --fv-br-theme-main-input-focus-bdr-color: #1ab394;  
    }

.icheckbox_square-green,
.iradio_square-green { background: var(--fv-theme-main-icheck-img-color) no-repeat; }

/* Js Tree */
.jstree-default .jstree-node,
.jstree-default .jstree-icon { background-image:var(--fv-theme-main-jstree-img-color); }
.jstree-default .jstree-file { background:var(--fv-theme-main-jstree-img-color) -100px -68px no-repeat; }
.jstree-default .jstree-folder { background:var(--fv-theme-main-jstree-img-color) -260px -4px no-repeat; }
#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er { background-image:var(--fv-theme-main-jstree-img-color); }
.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon { background-image:var(--fv-theme-main-jstree-img-color); }
.jstree-default-small .jstree-file { background:var(--fv-theme-main-jstree-img-color) -103px -71px no-repeat; }
.jstree-default-small .jstree-folder { background:var(--fv-theme-main-jstree-img-color) -263px -7px no-repeat; }
#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er { background-image:var(--fv-theme-main-jstree-img-color); }
.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon { background-image:var(--fv-theme-main-jstree-img-color); }
.jstree-default-large .jstree-file { background:var(--fv-theme-main-jstree-img-color) -96px -64px no-repeat; }
.jstree-default-large .jstree-folder { background:var(--fv-theme-main-jstree-img-color) -256px 0 no-repeat; }
#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er { background-image:var(--fv-theme-main-jstree-img-color); }

.jstree-default .jstree-clicked { background:var (--fv-theme-main-jstree-bg-color); color:var(--fv-theme-main-jstree-text-color) !important;}
.jstree-default .jstree-hovered { background:var (--fv-theme-main-jstree-bg-color); color:var(--fv-theme-main-jstree-text-color) !important;}

.leaflet-default-icon-path { background-image: var(--fv-theme-main-leaflet-img-color);}