﻿

.customerDash-topBarContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}

@media only screen and (max-width:1430px) {
    .customerDash-topBarContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-left: 0
    }
}

.customerDash-topBar {
    display: flex;
    min-width: 320px,
}

@media only screen and (max-width:1430px) {
    .customerDash-topBar {
        flex-wrap:wrap;
        justify-content:center
    }
}

.customerDash-alertCards-section {
    display: flex;
    flex-direction: row;
}

@media only screen and (max-width:1430px) {
    .customerDash-alertCards-section {
       gap:16px
    }
}


.customerDash-tools-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
   
}

@media only screen and (max-width: 650px) {
    .customerDash-tools-container {
        justify-content: space-around;
        width:100%
    }
}


.customerDash-content-container {
  height:100%;
  padding-top:16px;
}

@media only screen and (max-width:1430px) {
    .customerDash-content-container {
        display: flex;
        flex-direction: column;
       align-items: center;
    }
}





.customerDash-filter-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 24px;
    background: #e6e9ed;
    border-radius: 12px;
    margin-bottom: 16px;
}

@media only screen and (max-width:1430px) {
    .customerDash-filter-container {
      width:60%;
      min-width:350px;
    }
}

.customerDash-filters1{
    display: flex;
}

@media only screen and (max-width:1430px) {
    .customerDash-filters1{
     flex-direction:column;
     width:100%;
    }
}


.customerDash-filter {
    padding-top: 0px !important;
    min-width: 200px;
    padding-right: 32px;
    display: flex
}

@media only screen and (max-width:1430px) {
    .customerDash-filter {
        padding-right:0;
        margin-bottom:12px;
        width:100%;
    }
}



.customerDash-filter-input {
    width: 200px;
    display: flex;
    align-items: flex-end
}


@media only screen and (max-width:1430px) {
    .customerDash-filter-input {
        width: 100%;
    }
}


.customerDash-filter-select {
    width: 200px;
}


@media only screen and (max-width:1430px) {
    .customerDash-filter-select {
        width: 100%;
    }
}

.customerDash-filters-buttons {
    display: flex;
    align-content: center;
    justify-content: center;
}

@media only screen and (max-width:1430px) {
    .customerDash-filters-buttons {
        margin-bottom:12px;
        width:100%;
        justify-content:space-around;
    }
}

.customerDash-filters-hidden-container {
    display: flex;
    padding-right: 32px;
    display: flex;
    align-items: center
}

@media only screen and (max-width:1430px) {
    .customerDash-filters-hidden-container {
        padding:0
    }
}

.customerDash-filters-sort-container {
    display: flex;
    align-items: center
}

@media only screen and (max-width:1430px) {
    .customerDash-filters-sort-container{
        width:100%
    }
}

.customerDash-filters-sort {
    display: block;
    width: 200px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #434A54;
    background-color: #fff;
    background-image: none;
    border: 1px solid #CCD1D9;
    border-radius: 4px;
    -webkit-box-shadow:none;
}

@media only screen and (max-width:1430px) {
    .customerDash-filters-sort {
        width: 100%
    }
}



.customerDash-main-view-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media only screen and (max-width:1430px) {
    .customerDash-main-view-container{
       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%
}

@media only screen and (max-width: 650px) {
    .customerDash-systemCard {
       padding-right:0
    }
}


/*sorting view*/


.customerDash-sorting-card-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

@media only screen and (max-width: 650px) {
    .customerDash-sorting-card-container{
       justify-content:center;
    }
}


.customerDash-category-card {
    position: relative;
    float: left;
    min-height: 1px;
    width: 354px;
    padding-right: 32px;
    height: 100%;
    padding-bottom: 32px;
    min-height: 100%
}

@media only screen and (max-width: 650px) {
    .customerDash-category-card {
        padding-right: 0
    }
}


.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: #0D65A8 !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);*/
}

