/* src/styles.css */
body {
  background-color: #3f3e3e;
  color: #444444;
}
.popup-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  min-height: 500px;
}
.left-column {
  text-align: center;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  background-color: #d4dce4;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 30px 0;
}
.right-column {
  padding: 80px 65px 80px 30px;
}
.powered-by-logo {
  width: 60px;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5em;
  font-weight: bolder;
}
.arrow.previous {
  left: 12px;
}
.arrow.next {
  right: 12px;
}
.bottom-logo {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.bg-info2 {
  background: #E8EDF3;
}
input:read-only {
  color: #707070 !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
