.bg-relpi-100{
	background-color: #D0E9F8;
}

#video-background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    object-fit: cover;
}

.borda-sombra{
            box-shadow: 0 3px 5px #19447b;
        }



.gradiente-header {
  background: linear-gradient(to bottom, #235292, #19447b);
}
.bg-aviso-info{
    background: linear-gradient(112.14deg, #3d71ab  0%, #19447b  100%)
}

.bg-aviso-warning{
    background: linear-gradient(112.14deg, #e98345 0%, #E96922 100%)
}

.bg-aviso-danger{
     background: linear-gradient(112.14deg, #c73533 0%, #A62424 100%)
}

.bg-aviso-sucesso{
     background: linear-gradient(112.14deg, #51c19d 0%, #33a782 100%)
}


.gradiente-moderno-1{
 background: linear-gradient(45deg, #be4146 , #d26764 , #f2acac )
}


.text-azul-relpi{
    color: #19447b!important;
}

.text-verde-relpi{
    color: #33a782!important;
}


 .status-bar {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 30px;
            font-size: 18px;
            color: #6c757d;
        }

        .status-indicator {
            width: 8px;
            height: 8px;
            background-color: #28a745;
            border-radius: 50%;
        }

        .barcode-input-section {
            background-color: #fff;
            border-radius: 8px;
            padding: 25px;
            margin-bottom: 25px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            border: 1px solid #e9ecef;
        }

        .barcode-icon {
            display: inline-block;
            width: 30px;
            height: 20px;
            background: linear-gradient(to right, 
                #000 0%, #000 10%, transparent 10%, transparent 20%,
                #000 20%, #000 30%, transparent 30%, transparent 40%,
                #000 40%, #000 50%, transparent 50%, transparent 60%,
                #000 60%, #000 70%, transparent 70%, transparent 80%,
                #000 80%, #000 90%, transparent 90%);
            margin-right: 10px;
            vertical-align: middle;
        }

        .input-container {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 20px;
        }

        .main-input {
            flex: 1;
            padding: 12px 15px;
            font-size: 16px;
            border: 2px solid #e9ecef;
            border-radius: 5px;
            outline: none;
            transition: border-color 0.2s;
        }

        .main-input:focus {
            border-color: #007bff;
        }

        .input-placeholder {
            color: #adb5bd;
            font-size: 16px;
        }

        .document-types {
            display: flex;
            gap: 10px;
            margin-bottom: 15px;
        }

        .doc-type-btn {
            padding: 6px 12px;
            border: 1px solid #91a2b3;
            background-color: #f8f9fa;
            color: #495057;
            border-radius: 4px;
            cursor: pointer;
            font-size: 12px;
            transition: all 0.2s;
        }

        .doc-type-btn.active {
            background-color: #3c70aa;
            color: white;
            border-color: #3c70aa;
        }

        .doc-type-btn:hover {
            background-color: #3c70aa;
                        color: white;

        }

        .doc-type-btn.active:hover {
            background-color: #3c70aa;
                        color: white;

        }

        .send-btn {
            background-color: #007bff;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 14px;
            transition: background-color 0.2s;
        }

        .send-btn:hover {
            background-color: #0056b3;
        }

        .records-table {
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
            border: 1px solid #e9ecef;
            overflow: hidden;
        }

        .table-header {
            background-color: #f8f9fa;
            display: grid;
            grid-template-columns: 80px 80px 120px 200px 100px 1fr 120px;
            padding: 15px;
            font-weight: 600;
            color: #495057;
            border-bottom: 1px solid #e9ecef;
        }

        .table-row {
            display: grid;
            grid-template-columns: 80px 80px 120px 200px 100px 1fr 120px;
            padding: 15px;
            border-bottom: 1px solid #f1f3f4;
            align-items: center;
            transition: background-color 0.2s;
        }

        .table-row:hover {
            background-color: #f8f9fa;
        }

        .status-ok {
            background-color: #28a745;
            color: white;
            padding: 5px 10px;
            border-radius: 4px;
            font-size: 12px;
            text-align: center;
            font-weight: 500;
        }

        .edit-btn {
            background-color: transparent;
            border: 1px solid #ced4da;
            padding: 4px 8px;
            border-radius: 3px;
            cursor: pointer;
            font-size: 12px;
            color: #495057;
            transition: all 0.2s;
        }

        .edit-btn:hover {
            background-color: #e9ecef;
        }

        .total-section {
            display: flex;
            justify-content: flex-end;
            padding: 15px;
            font-weight: 600;
            color: #495057;
        }




#lottie-container,
#lottie-container-login-sucesso,
#lottie-container-relatorio,
#lottie-container-cnpj-proprietarios{
    width: 35%;
}

@media screen and (max-width: 768px) {
    #lottie-container,
    #lottie-container-login-sucesso,
    #lottie-container-relatorio,
    #lottie-container-cnpj-proprietarios{
        width: 70%;
    }
}

/* Background para tela de login do admin */
body.auth-bg {
    background: linear-gradient(135deg, #235292 0%, #19447b 50%, #0d2d5a 100%);
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
}

/* Efeito de overlay sutil */
body.auth-bg::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

/* Melhorar contraste do card de login */
.borda-sombra {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
}

/* Preloader para relatórios */
.preloader-relatorio {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #235292, #19447b);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.preloader-gif {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
}