﻿:root {
    /*colors*/
    --pz-input-bg: #e7ecef;
    --pz-layout-bg: #e7ecef;
    #dedede;
    --pz-box-bg: #f2f7f8;
    --pz-menu-bg: #0c4362;
    --pz-menu-item-bg: #116286;
    --pz-menu-item-color: #e5e5e5;
    --pz-menu-border-color: #e3ecf140;
    --pz-text-color: #48728b;
    --pz-text-color-dark: #14405a;
    --pz-link-btn-color: #4caf50;
    --pz-button: #13d057;
    --pz-button-hover: #16dc1e;
    /*box-styles*/
    --pz-box-shadow-light-4: 0 0 4px #80808026;
    --pz-box-shadow: 0 1px 4px 0 rgba(14, 31, 53, 0.06), 0 0 2px 0 rgba(14, 31, 53, 0.12);
    --pz-box-radius: 8px;
    /*loader-styles*/
    --pz-loader-bg-1: #fff;
    --pz-loader-bg-2: #13d057;
    --pz-loader-bg-3: #808080;
}
