/* CentralRP Phone v1.8.8 */

/* The front camera frame belongs to the phone display only. The normal FiveM
   gameplay camera remains visible everywhere around the device. */
.camera-selfie-frame188{
  position:absolute;inset:0;width:100%;height:100%;z-index:0;
  object-fit:cover;object-position:center center;background:#05070a
}
.camera-selfie-wait188{
  position:absolute;inset:76px 0 30%;z-index:0;display:grid;place-items:center;
  background:#05070a;color:rgba(255,255,255,.66);font-size:10px
}
.samsung-camera181.selfie::after{
  content:"";position:absolute;inset:0;z-index:1;pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,.88) 0 75px,transparent 115px 62%,rgba(0,0,0,.86) 72%,#000 100%)
}
.samsung-camera181.selfie :is(.camera-top181,.camera-reticle181,.camera-rec181,.camera-zoom181,.camera-actions181,.camera-modes181,.camera-look-hint181,.camera-warning181){z-index:5}
