.cameraPermission {
  height: 100%;
  &-header {
    position: absolute;
    left: 8px;
    top: 8px;
  }
  &-close-icon {
    &:hover {
      cursor: pointer;
      filter: opacity(0.8);
    }
    &:active {
      transform: translateY(2px);
    }
  }
  &-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
  }
  &-title {
    color: #242323;
    font-size: 1rem;
    font-weight: 500;
    margin-top: 16px;
  }
  &-text {
    color: #606060;
    font-size: 0.7rem;
    margin-top: 12px;
    margin-bottom: 16px;
  }
}