.sap-config-container {
  position: relative;
}

.sap-config-request-empty {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: bold;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  text-align: center;
}

.sap-config-footer {
  margin-top: 15px;
}

.sap-config-preloader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.sap-config-preloader .preloader-surface {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  opacity: 0.5;
  z-index: 1000;
}
.sap-config-preloader .preloader-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: black;
}
.sap-config-preloader .preloader-content img {
  margin-right: 10px;
}