.header-container {
    position: relative;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    height: 130px;
    background-size: initial;
    background-position: left;
    width: 100%;
    padding:0px;
}

.logo-user,
.logo-provider {
    display: inline-block;
    width: 273px;
    height: 65px;
    background-color: #fff;
    text-align: center;
}

.logo-user {
    float: left;
    border-radius: 0px 0px 40px 0px;
    -moz-box-shadow: 1px 2px 2px #333333;
    -webkit-box-shadow: 1px 2px 2px #333333;
    box-shadow: 1px 2px 2px #333333;
}

.logo-provider {
    float: right;
    border-radius: 0px 0px 0px 40px;
    margin: -1px 0px 0px 0px;
    -moz-box-shadow: 2px 2px 1px #333333;
    -webkit-box-shadow: 2px 2px 1px #333333;
    box-shadow: 2px 2px 1px #333333;
}

.logo-user img,
.logo-provider img {
    width: 55%;
    margin:auto;
}



/* 20241204 header dashboard */

.flex_response {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kpi-section {
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  width:80%;
}
.metric_box {
  margin-bottom: 30px;
  width:15%;
  text-align: center;
  margin: auto;
span {
    font-size: large;
    font-weight: bold;
    text-align: center;
    color:rgba(72, 99, 160,1);
  }
p {
    font-size: 24px;
  }
}
.kpi {
  border: 1px solid black;    
  width: max-content;
  min-height: 80px;
  margin: auto;
  display: flex;
  background: #FFF;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  /* box-shadow: 0px 10px 0px 0px black; */
  /* line-height: 2em; */
  
div {
    width: 200px;
    margin: 2px 30px 10px 4px;
  }
}
.kpi-title {
  font-size: 0.8rem;
  font-weight: bold;
}
.text-align {
  text-align: center;
}
.faker {
  text-align: center;
  font-size: 18px;
  color: grey;
}
hr {
  width: 40%;
  border: 1px solid rgb(200,200,200);
  text-align: center;
  margin-bottom: 15px;
}

.today-panel {
    margin: 8px;
    width: 200px;
    line-height: 1em;
    display: inline-block;
    height: 60%;
    background: #FFF;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 10px 16px -6px black;
    line-height: 2em;
}

.today-panel > .ui-panel-titlebar {
   padding:0px;
}




