﻿

.customerDash-topBarContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between
}

.customerDash-topBarCardContainer {
    display:flex;
    justify-content:center
}

.customerDash-cardContainer {
    padding: 8px;
    cursor: pointer
}

.customerDash-topBarCardFont {
    font-family: "Roboto", sans-serif !important;
    padding-left: 8px;
    display:flex;
    align-items:flex-end;
    font-weight:600
}

.customerDash-systemCard {
    position: relative;
    float: left;
    min-height: 1px;
    width: 354px;
    padding-right: 32px;
    padding-bottom: 32px;
   min-height: 100%
}

.customerDash-categoryCardContainer {
    position: relative;
    float: left;
    min-height: 1px;
    width: 354px;
    padding-right: 32px;
    height: 100%;
    padding-bottom: 32px;
    min-height: 100%
}

.customerDash-cardbackground {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .28);
    display: flex;
    padding: 16px 16px 8px 16px;
    min-height: 100%
}

.customerDash-providerContainer {
    width: 100%;
    min-width:100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.customerDash-progressBar{
    transition: width 1000ms linear;
    background-color:orange !important;
    height:4px
}


.customerDash-topBarIcon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 35px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    vertical-align: -4px;
    color: #434A54; /*rgba(0, 0, 0, 0.54);*/
}

