
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #f4f4f9;
        }
        
        .main {
            display: flex;
            padding: 0px;
        }
        .container {
            display: block;
            width: 80%;
            height: 100vh;
            overflow: hidden;
            overflow-y: scroll;
            padding: 0 20px;
        }
        .container-produtos{
            height: 260px;
            overflow: hidden;
            overflow-y: scroll;
            padding: 0;
            scrollbar-color: transparent transparent;
            
        }
        .resultado-consulta{
            height: 560px;
            overflow: hidden;
            overflow-y: scroll;
            padding: 0;
        }

        .venda-container {
            margin-bottom: 10px;
            border: 1px solid #ccc;
            padding: 15px;
            border-radius: 5px;
        }
        .linha{
            display: inline-block;
            height: 2px;
            color: #ccc;
        }

        table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }
        th {
            background-color: #f2f2f2;
        }
        tr:hover {
            background-color: #f1f1f1;
            cursor: pointer;
        }

        input, select, textarea {
            border: 0;
            border-radius: 10px;
            height: 25px;
            padding-left: 10px;
            padding-right: 10px;
            margin: 0 5px;
        }
        
        textarea {
            width: 98%;
            height: 50px;
            padding: 10px;
            margin-top: 10px;
        }

        label {
            font-weight: 600;
            font-size: 15px;
        }

        .fa-regular {font-size: 50px}

        .fa-circle-check {
        color: green !important;

        }

        .fa-circle-xmark {
        color: rgb(241, 42, 42) !important;
     
        }
        
        .user-box {
            display: flex;
            justify-content: space-between;
        }
        .user-info {
            display: flex;
            justify-content: center;
            align-items: center;
        }