.initial-loader-background {
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  align-items: center;
  justify-content: center;
  display: flex;
  background-image: url("./circuit-board.svg"), linear-gradient(180deg, #f9fbfd, #d8deec);
}

.initial-loader-background > img {
  width: 20vh !important;
}

.initial-loader-logo {
  position: absolute;
  top: calc(50% + 150px);
  transform: translateY(-50%);
}

.hide-hubspot #hubspot-messages-iframe-container {
  display: none !important;
}
