/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --theme-text-2: #303133;
    --theme-text-1: #303133;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    --theme-primary-50: #edf6fc;
    --theme-primary-100: #add4f0;
    --theme-primary-200: #7ebce7;
    --theme-primary-300: #419ddc;
    --theme-primary-400: #288fd7;
    --theme-primary-500: #006cff;
    --theme-primary-600: #1e6da3;
    --theme-primary-700: #195c89;
    --theme-primary-800: #154a70;
    --theme-primary-900: #103956;
    --theme-primary-A100: #e0f2ff;
    --theme-primary-A200: #7bc8fe;
    --theme-primary-A400: #279bec;
    --theme-primary-A700: #218dd9;
    --theme-primary-contrast-50: #303133;
    --theme-primary-contrast-100: #303133;
    --theme-primary-contrast-200: #303133;
    --theme-primary-contrast-300: #303133;
    --theme-primary-contrast-400: #FFFFFF;
    --theme-primary-contrast-500: #FFFFFF;
    --theme-primary-contrast-600: #FFFFFF;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #FFFFFF;
    --theme-primary-contrast-A100: #303133;
    --theme-primary-contrast-A200: #303133;
    --theme-primary-contrast-A400: #303133;
    --theme-primary-contrast-A700: #FFFFFF;
    /*Font family*/
    --theme-font-family: "Open Sans", sans-serif;
}

/*buttons primary*/
ob-button>.mat-mdc-icon-button.flat.mat-primary:not(:disabled),
ob-button>.mat-primary.mat-mdc-unelevated-button {
    background: #006cff !important;
    color: #fff !important;
}

ob-button>.mat-mdc-icon-button.flat.mat-primary:hover:not(:disabled),
ob-button>.mat-primary.mat-mdc-unelevated-button:hover, 
a.mdc-button:hover{
    background: #1b1d1f !important;
    color: #fff !important;
}

/*General button*/
button.mdc-button, a.mdc-button{
    border-radius: 50px !important;
}