:root {
   /* --theme-color: #00a2ff;
    --theme-color-hover: #0a87cf;
    --theme-color-active: #0a87cf;
    --text-color: #1a1a1a;*/
    --theme-color-tint: #b2e3ff;
    --theme-color-tint-s: #00a2ff;
    --theme-color-deep: #3249C6;
/*    --btn-color: #00a2ff;*/
}

.public-input:focus {
    border-color: var(--theme-color);
}

.app-footer {
    background-color: var(--theme-color-deep)!important;
}
