html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}

#content {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica,
  Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 500;
}

img {
  width: 30%;
}

#text {
  margin-left: 10px; /* Adjust this value to create the desired spacing between the image and text */
}

#gradient-canvas {
  width: 100%;
  height: 100%;
  --gradient-color-1: #00ab9b;
  --gradient-color-2: #0481c8;
  --gradient-color-3: #101d3b;
  --gradient-color-4: #025171;
  z-index: 0;
}

/* survicate styles */
@font-face {
  font-family: 'SF Pro Display Regular';
  src: url('assets/packages/rr_ui_kit/assets/fonts/SF-Pro-Display-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'SF Pro Display Bold';
  src: url('assets/packages/rr_ui_kit/assets/fonts/SF-Pro-Display-Bold.otf') format('opentype');
}

#survicate-box * {
  font-family: 'SF Pro Display Regular', 'Open Sans', sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}

#survicate-box .sv__survey.sv__micro-theme {
  width: 520px !important;
  min-width: 520px !important;
  border-radius: 16px !important;
}

#survicate-box .sv__micro-top-bar__short-text {
  color: transparent !important;
}

#survicate-box .sv--background-button {
  font-family: 'SF Pro Display Bold', 'Open Sans', sans-serif !important;
  font-size: 16px !important;
  height: 56px !important;
  border-radius: 16px !important;
}

#survicate-box .sv--color-question.sv__point-description.sv-color-description.sv__point-text {
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  margin: 16px 0 !important;
}
#survicate-box .sv--color-question.sv__point-description.sv-color-description.sv__point-text b {
  font-family: 'SF Pro Display Bold', 'Open Sans', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  margin: 16px 0 !important;
}


#survicate-box .sv--color-question.sv__point-description.sv-color-description.sv__point-text {
  font-family: 'SF Pro Display Bold', 'Open Sans', sans-serif !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  margin: 16px 0 !important;
}

#survicate-box .sv--color-question.sv__point-question.sv-color-question.sv__point-text img[alt~="integration_reminder_list.png"] {
  width: 476px !important;
  height: 244px !important;
}
/* survicate styles */
