.camera-real {
  background: #000;
}

.camera-real .scan-camera-top {
  height: 66px;
  padding: 18px 8px 0;
  grid-template-columns: 56px 1fr 56px;
  background: #000;
}

.camera-real .scan-camera-top button {
  width: 40px;
  min-width: 40px;
  min-height: 40px;
  padding: 4px;
  justify-self: center;
  border-radius: 0 !important;
  background: transparent !important;
}

.camera-real .scan-camera-top button:first-child {
  justify-self: start;
  padding: 8px;
}

.camera-real .scan-camera-top img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.camera-real .flash-wrap {
  position: relative;
}

.camera-real .flash-wrap i {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1570ef;
}

.camera-real .scan-camera-controls {
  min-height: 182px;
  padding: 16px 32px 24px;
  grid-template-columns: 72px minmax(0, 1fr) 72px;
  background: #000;
}

.camera-real .scan-camera-controls > button {
  background: transparent !important;
  box-shadow: none !important;
}

.camera-real .scan-camera-controls .gallery {
  width: 64px;
  height: 64px;
  min-width: 64px;
  min-height: 64px;
  padding: 12px;
  border-radius: 0 !important;
  justify-self: start;
}

.camera-real .scan-camera-controls .gallery img {
  width: 40px;
  height: 40px;
}

.camera-real .scan-camera-controls .capture {
  width: 72px !important;
  height: 72px !important;
  min-width: 72px;
  min-height: 72px;
  padding: 0;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
}

.camera-real .capture img {
  width: 72px;
  height: 72px;
}

.camera-real .scan-camera-controls div {
  margin-top: 16px;
  padding: 4px;
  border-radius: 24px;
  background: #333;
}

.camera-real .scan-camera-controls div button {
  min-height: 34px;
  padding: 8px 16px;
  border-radius: 20px !important;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.camera-real .scan-camera-controls div button.on {
  background: #fff;
  color: #000;
}

.camera-real .scan-camera-top svg,
.camera-real .scan-camera-controls svg {
  display: none;
}
