.preview_area {
    color: #626262;
}

.preview_text {
    text-decoration: underline;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    color: #626262;
}

.preview_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.preview_warning {
    padding: 10px;
    color: red;
    margin-top: 15px;
    text-align: center;
}

#camera-preview {
    border-radius: 20px;
}

#preview-unpermission-area {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
    width: 150px;
    background-color: black;
    flex-direction: column;
    text-align: center;
    background-color: black;
}

.permission_help_text {
    border: solid 1px red;
    padding: 10px;
    color: red;
    font-weight: normal;
}