@font-face {
    font-family: Poppins;
    src: url("../../../assets/fonts/Poppins-Bold.ttf");
}

/* .camera-modal {
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    position: absolute;
    background-color: white;
    z-index: 10;
} */

.camera-stream {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: absolute !important;
}

.camera-modal-container {
    position: absolute;
    bottom: 8%;
    width: 100%;
    align-items: center;
    margin-bottom: 24px;
}

.water-mark {
    position: absolute;
    top: 25%;
    width: 100%;
}