/* Telegea colors */
.telegea-primary-background {
    background-color: #4285f4 !important;
    color: #fff !important;
}
.telegea-secondary-background {
    background-color: #337ab7 !important;
    color: #fff !important;
}
.telegea-primary-color {
    color: #4285f4 !important;
}
.telegea-secondary-color {
    color: #337ab7 !important;
}
.telegea-gradient {
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
.md-form .telegea-primary-color {
    color: #000 !important;
}
.md-form .telegea-primary-color.active {
    color: #4285f4 !important;
}
.pagination .telegea-primary-background {
    background-color: #fff !important;
}
.pagination .telegea-primary-background .page-link:hover {
    background-color: #4285f4 !important;
    color: #fff !important;
}
.pagination .telegea-primary-background.active .page-link, 
.pagination .telegea-primary-background.active .page-link:hover {
    background-color: #4285f4 !important;
    color: #fff !important;
}
.switch.blue-white-switch.telegea-primary-background label input[type=checkbox]:checked + .lever {
    background-color: #2196f3;
}
.telegea-primary-background.nav-link {
    background-color: #fff !important;
    color: #666 !important;
}
.telegea-primary-background.nav-link.active {
    background-color: #4285f4 !important;
    color: #fff !important;
}
