.overview-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.overview-container .ms-Button {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  /* Overriding Core.css styles */
}

.overview-container .ms-Button:disabled:focus, .overview-container .ms-Button:disabled:hover {
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  border-color: rgba( 244, 244, 244 ,  1 );
  border-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
}

.overview-container .zero-data {
  margin-top: 100px;
}
