/** Breakpoints for responsive design
 *  Carbon Breakpoints: https://www.carbondesignsystem.com/guidelines/2x-grid/overview/#breakpoints
 *  Reference: https://davidwalsh.name/write-media-queries-sass
*/
.empty-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
  flex: 1;
  max-width: 100%;
}
.empty-placeholder.loading {
  position: relative;
  display: flex;
  min-height: 7.5rem;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.733rem;
  font-weight: 700;
  line-height: 0.933rem;
  letter-spacing: 0.16px;
}
.empty-placeholder.loading span {
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  color: #6d7b8c;
}
.empty-placeholder.loading .inline-loader {
  border-radius: 10px;
  background-color: #e7e9ec;
}
.empty-placeholder.loading .inline-loader .loader .dots {
  top: 35%;
}
.empty-placeholder.disabled {
  background-color: #ced3d9;
  border-radius: 10px;
}
.empty-placeholder .placeholder-icon {
  margin-top: 1rem;
}
.empty-placeholder .bx--link {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px;
}
@media only screen and (min-width: 1056px) {
.empty-placeholder .bx--link {
    font-size: 1rem;
    line-height: 1.375rem;
}
}
.empty-placeholder .content {
  margin: 1rem 2rem;
}
.empty-placeholder .content > span {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  color: #9da7b2;
}
.empty-placeholder .content > span.main {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 1056px) {
.empty-placeholder .content > span.main {
    font-size: 1rem;
    line-height: 1.375rem;
}
}
.empty-placeholder .content > span.sub {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.16px;
}
@media only screen and (min-width: 1056px) {
.empty-placeholder .content > span.sub {
    font-size: 1rem;
    line-height: 1.375rem;
}
}
.empty-placeholder .content > span.sub {
  margin-top: 1rem;
}