*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container-fluid{  
    display: flex;
    padding: 0 !important;
    text-align: center;
    justify-content: center;
}
#camera-container{
    display: flex;
    max-width: 400px;
    height: 95%;
    padding: 0px;
    background-color: antiquewhite;
}
#camera-preview{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#videoPreview{
    width: 100%;
    height: 100%;
    background-color: cornflowerblue;
    margin: 0;
    padding: 0;
}

.title-rdo{
    margin-top: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1rem;
}

#observacaoModal{
    width: 100% !important;
}

#captureButton{
 position: relative;
 display: block;
 color: #000000;
 margin: -100px auto 5px auto;
 width: 75px;
 height: 75px;
 border-radius: 50px;
 border: 2px solid rgba(255, 255, 255, 0.418);;
 background-color: rgba(255, 255, 255, 0.301);
 z-index: 1000;
}

.gerar-relatorio{
    padding: 10px;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    display: block;
    color: #ffffff;
    margin: 25px auto;
    width: 200px;
    height: 50px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    background-color: rgb(5, 148, 5);
}

#fotos-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;    
    gap: 1px;
    
}

#formRelatorio{
    width: 80%;
}
#img-table{
    max-width: 100px !important;
    max-height: 100px !important;
    object-fit: contain; 
    
}
#excluirFoto{
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    width: 80px;
    height: 20px;
    border: 1px solid #ffffff;
    background-color: rgb(248, 35, 35);
}
 #imgModal{
    max-width: 100%;
    max-height: 680px;
    object-fit: contain;
    margin-bottom: 5px;
 }

@media screen and (max-width: 600px){
    .container-fluid{
        padding: 0;
    }
}