        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500&display=swap');
        html {
            padding-left: 15px;
            padding-right: 15px;
        }

        body {
            font-family: 'Poppins', sans-serif;
        }

        .card-body h2 {
            font-weight: 600;
            margin-bottom: -10px;
            font-size: 52px;
        }

        .card-body .media {
            margin: -20px 0 -10px 0;
        }

        .cliente {
            font-size: 10px;
            font-style: normal;
        }

        tr {
            line-height: 18px;
        }

        td {
            height: 50px;
        }

        .nomecliente {
            font-size: 12px;
            font-weight: 700;
        }

        thead,
        tbody {
            display: block;
        }

        tbody {
            overflow-y: scroll;
            overflow-x: hidden;
            height: 450px;
        }

        td,
        th {
            min-width: 145px;
            line-height: 17px;
        }

        @media only screen and (min-width: 1400px) {
            tbody {
                overflow-y: scroll;
                overflow-x: hidden;
                height: 600px;
            }
        }

        @media only screen and (min-width: 1400px) {
            .minha-classe tbody {
                height: 180px; 
            }
        }

        @media only screen and (min-width: 2000px) {
            tbody {
                overflow-y: scroll;
                overflow-x: hidden;
                height: 1200px;
            }
        }

        .vistoria {
            color: rgb(69, 202, 57);
            font-size: 40px;
        }

        .emManutencao {
            color: rgb(62, 105, 224);
            font-size: 40px;
        }

        .mConcluida {
            color: rgb(149, 57, 202);
            font-size: 40px;
        }

        .vistoriados {
            color: rgb(202, 200, 57);
            font-size: 40px;
        }

        .expedicao {
            color: rgb(202, 57, 57);
            font-size: 40px;
        }

        .card {
            box-shadow: 5px 5px 5px rgb(0, 0, 0, 0.2);
        }

        .card i {
            font-size: 40px;
        }

        .relogio {
            font-size: 25px;
        }

        .hora {
            font-size: 30px;
        }

        .aprovado {
            background-color: rgb(117, 240, 47);
            color: rgb(34, 33, 33);
            font-size: 27px;
            font-family: 'Noto Sans JP', sans-serif;
        }

        .relogioColor {
            color: rgb(255, 255, 255);
        }

        a {
            color: rgb(34, 33, 33);
        }

        .aprovados {
            font-size: 30px;
            font-family: 'Noto Sans JP', sans-serif;
            margin: -7px;
        }

        .aguardando {
            font-size: 30px;
            font-family: 'Noto Sans JP', sans-serif;
            margin: -7px 0;
        }

        .reprovados {
            color: rgb(221, 24, 24);
            font-size: 25px;
        }

        .spanOS {
            font-size: 12px;
            color: rgb(34, 33, 33);
        }

        .spanT {
            font-size: 50px;
        }

        .totais {
            margin-top: 15px;
        }

        .spanItem {
            font-size: 21px;
        }

        .spanItemPaninel {
            line-height: 0.0;
        }

        .spanPainel {
            margin-top: 0.2;
        }

        .navbar {
            color: #ffffff;
            background: rgb(34, 108, 201);
            background: linear-gradient(90deg, rgb(34, 108, 201, 1) 0%, rgb(23, 125, 149, 1) 35%, rgb(46, 157, 50, 1) 100%);
            border-radius: 10px;
            margin-left: 15px;
            margin-right: 15px;
            margin-top: 6px;
        }

        .nav-link {
            color: aliceblue;
        }

        .data {
            line-height: 17px;
            margin-bottom: 15px;
        }

        .cardTexto {
            font-size: 80px;
            line-height: 30px;
        }

        .cardTextoEquipamentos {
            font-size: 20px;
            line-height: 70px;
            margin-bottom: -30px;
        }

        .card-header {
            font-size: 30px;
        }

        .card-duplos {
            margin-top: -10px;
            margin-bottom: -10px;
        }

        .card-header {
            margin-top: -10px;
            line-height: 25px;
        }

        .tabela {
            border-radius: 10px;
        }

        .dadosVistoria {
            margin-top: -15px;
        }

        li {
            list-style-type: none;
            line-height: 37px;
            font-size: 24px;
        }

        dadosTotais {
            min-height: 15px;
        }

      

        .linhareprovados {
            padding-top: -3px;
        }
       
        .aguardandoAC {
            color: rgb(30, 236, 22);
            margin-top: 4px;
            margin-bottom: 10px;
            font-size: 22px;
        }

        .aguardandoAC marquee {
            margin-left: -20px;
        }

      
        ul {
            padding-top: 10px;
        }

        .textPainel {
            font-size: 20px;
        }

        .table-modal {
            height: 5px;
            text-align: left;
        }

        .modal-body {
            max-height: calc(100vh - 300px);
            overflow-y: auto;
        }

        .modal-body tbody {
            overflow-y: scroll;
            overflow-x: hidden;
            height: 450px;
        }

        .modal-body table {
            text-align: left;
        }

        a {
            text-decoration: none;
            color: rgb(255, 255, 255);
        }

        a:hover {
            text-decoration: none;
            color: rgb(255, 255, 255);
        }

        .os {
            font-size: 20px;    
        }

        #preload {
            background-color: #fff;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: column; 
            align-items: center;
            justify-content: center;
            z-index: 9999;  
            margin-bottom: 100px;  
        }
        
        #preload .content {
            background-color: #fff;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            display: flex;
            flex-direction: column; 
            align-items: center;
            justify-content: center;
            z-index: 9999;  
            margin-bottom: 100px;  
        }

        .card-custom-gradient {
            position: relative;
            background: linear-gradient(to right, rgb(6, 123, 190), rgb(3, 81, 122));
            overflow: hidden;
        }
        
        .card-custom-gradient::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 200px; 
            height: 200px;
            background: url('/img/time.png') no-repeat center center; 
            background-size: cover;
            opacity: 70%;
        }
        .card-custom-gradient .card-body {
            position: relative;
            z-index: 2; 
        }

        .card-custom-gradient2 {
            position: relative;
            background: linear-gradient(to right, rgb(33, 175, 40), rgb(6, 109, 11));
            overflow: hidden;
        }        
        
        .card-custom-gradient2::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 300px; 
            height: 300px;
            background: url('/img/aprovado.png') no-repeat center center; 
            background-size: cover;
            opacity: 70%;
        }         

        .card-custom-gradient2 .card-body {
            position: relative;
            z-index: 2; 
        }

        .card-custom-gradient3 {
            position: relative;
            background: linear-gradient(to right, rgb(20, 118, 209), rgb(7, 72, 133));
            overflow: hidden;
        }

        .card-custom-gradient3::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 300px; 
            height: 300px;
            background: url('/img/ok.png') no-repeat center center; 
            background-size: cover;
            opacity: 70%;
        }
        .card-custom-gradient3 .card-body {
            position: relative;
            z-index: 2; 
        }


        .card-custom-gradient4 {
            position: relative;
            background: linear-gradient(to right, rgb(20, 209, 105), rgb(7, 133, 60));
            overflow: hidden;
        }

        .card-custom-gradient4::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 200px; 
            height: 200px;
            background: url('/img/check.png') no-repeat center center; 
            background-size: cover;
            opacity: 70%;
        }
        .card-custom-gradient4 .card-body {
            position: relative;
            z-index: 2; 
        }

        .card-custom-gradient5 {
            position: relative;
            background: linear-gradient(to right, #01a25e,#008f4d);
            overflow: hidden;
        }

        .card-custom-gradient5::after {
            content: "";
            position: absolute;
            right: 0;
            top: 60%;
            transform: translateY(-50%);
            width: 330px; 
            height: 360px;
            background: url('/img/importacao.png') no-repeat center center; 
            background-size: cover;
            opacity: 70%;
        }
        .card-custom-gradient5 .card-body {
            position: relative;
            z-index: 2; 
        }

        .card-custom-gradient6 {
            position: relative;
            background: linear-gradient(to right, #4fa5cf, #338cbf);
            overflow: hidden;
        }

        .card-custom-gradient6::after {
            content: "";
            position: absolute;
            right: 0;
            top: 60%;
            transform: translateY(-50%);
            width: 330px; 
            height: 360px;
            background: url('/img/compra.png') no-repeat center center; 
            background-size: cover;
            opacity: 70%;
        }
        .card-custom-gradient6 .card-body {
            position: relative;
            z-index: 2; 
        }

        .card-custom-gradient7 {
            position: relative;
            background: linear-gradient(to right, #4fa5cf, #338cbf);
            overflow: hidden;
        }

        .card-custom-gradient7::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-40%);
            width: 300px; 
            height: 270px;
            background: url('/img/separacao.png') no-repeat center center; 
            background-size: cover;
            opacity: 70%;
        }
        .card-custom-gradient7 .card-body {
            position: relative;
            z-index: 2; 
        }

        .card-custom-gradient8 {
            position: relative;
            background: linear-gradient(to right, #01a25e,#008f4d);
            overflow: hidden;
        }

        .card-custom-gradient8::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-40%);
            width: 300px; 
            height: 270px;
            background: url('/img/onsite.png') no-repeat center center; 
            background-size: cover;
            opacity: 70%;
        }
        .card-custom-gradient8 .card-body {
            position: relative;
            z-index: 2; 
        }

        .card-custom-gradient9 {
            position: relative;
            background: linear-gradient(to right, rgb(20, 118, 209), rgb(7, 72, 133));
            overflow: hidden;
        }

        .card-custom-gradient9::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-40%);
            width: 270px; 
            height: 240px;
            background: url('/img/faturamento.png') no-repeat center center; 
            background-size: cover;
            opacity: 70%;
        }
        .card-custom-gradient9 .card-body {
            position: relative;
            z-index: 2; 
        }

        .card-custom-gradient10 {
            position: relative;
            background: linear-gradient(to right, rgb(20, 118, 209), rgb(7, 72, 133));
            overflow: hidden;
        }

        .card-custom-gradient10::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-40%);
            width: 270px; 
            height: 240px;
            background: url('/img/revisao.png') no-repeat center center; 
            background-size: cover;
            opacity: 70%;
        }
        .card-custom-gradient10 .card-body {
            position: relative;
            z-index: 2; 
        }

       

        .navbar-rounded {
            border-radius: 10px;
        }

        .lab-tool-icon-btn {
            width: 30px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 0;
            background: transparent;
            color: #ffffff;
            padding: 0;
            opacity: 0.82;
            cursor: pointer;
        }

        .lab-tool-icon-btn:hover,
        .lab-tool-icon-btn:focus {
            opacity: 1;
            outline: none;
            background: rgba(255, 255, 255, 0.12);
            border-radius: 50%;
        }

        .lab-tool-icon-btn .material-icons {
            font-size: 22px;
            line-height: 1;
        }

        .lab-tools-modal .modal-body {
            max-height: none;
            overflow: visible;
        }

        .lab-filter-modal .modal-dialog {
            max-width: 820px;
        }

        .lab-filter-modal .modal-content {
            border: 0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 22px 56px rgba(15, 23, 42, 0.24);
        }

        .lab-filter-modal .modal-header {
            align-items: center;
            background: linear-gradient(90deg, rgb(34, 108, 201) 0%, rgb(23, 125, 149) 48%, rgb(46, 157, 50) 100%);
            color: #ffffff;
            border-bottom: 0;
            padding: 16px 20px;
        }

        .lab-filter-modal .modal-title {
            font-size: 20px;
            font-weight: 800;
            line-height: 1.1;
        }

        .lab-filter-subtitle {
            color: rgba(255, 255, 255, 0.82);
            font-size: 12px;
            font-weight: 600;
            margin-top: 4px;
        }

        .lab-filter-modal .close {
            color: #ffffff;
            opacity: 0.9;
            text-shadow: none;
        }

        .lab-filter-modal .modal-body {
            background:
                linear-gradient(180deg, #f8fafc 0%, #eef4f8 100%);
            padding: 18px 20px;
        }

        .lab-filter-modal label {
            color: #334155;
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
        }

        .lab-filter-modal .form-control {
            border-color: #dbe3ec;
            border-radius: 6px;
            box-shadow: none;
        }

        .lab-filter-modal .form-control:focus {
            border-color: #177d95;
            box-shadow: 0 0 0 0.16rem rgba(23, 125, 149, 0.16);
        }

        .lab-filter-modal .modal-footer {
            background: #ffffff;
            border-top: 1px solid #e2e8f0;
            padding: 12px 20px;
        }

        .lab-calendar-modal .modal-dialog {
            max-width: 96vw;
            margin: 1.2vh auto;
        }

        .lab-calendar-modal .modal-content {
            max-height: 97vh;
            overflow: visible;
        }

        .lab-calendar-modal .modal-body {
            position: relative;
        }

        .lab-filter-section {
            border: 1px solid #dbe3ec;
            border-radius: 10px;
            padding: 13px;
            background: #ffffff;
            min-height: 116px;
            box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
        }

        .lab-filter-compose {
            display: grid;
            grid-template-columns: minmax(260px, 1fr) 150px 48px;
            gap: 12px;
            align-items: end;
            background: #ffffff;
            border: 1px solid #dbe3ec;
            border-radius: 10px;
            padding: 14px;
            box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
        }

        .lab-filter-compose .form-group {
            margin-bottom: 0;
        }

        .lab-filter-add-btn {
            height: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 8px;
            background: linear-gradient(90deg, rgb(34, 108, 201) 0%, rgb(23, 125, 149) 100%);
            color: #ffffff;
            box-shadow: 0 8px 16px rgba(23, 125, 149, 0.22);
        }

        .lab-filter-add-btn:hover,
        .lab-filter-add-btn:focus {
            color: #ffffff;
            filter: brightness(1.04);
            box-shadow: 0 10px 20px rgba(23, 125, 149, 0.28);
        }

        .lab-filter-add-btn .material-icons {
            font-size: 22px;
        }

        .lab-filter-groups {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-top: 12px;
        }

        .lab-filter-section-include {
            border-top: 4px solid #226cc9;
        }

        .lab-filter-section-exclude {
            border-top: 4px solid #dc3545;
        }

        .lab-filter-heading {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 13px;
            font-weight: 800;
            color: #334155;
            margin-bottom: 8px;
        }

        .lab-filter-heading .material-icons {
            font-size: 17px;
        }

        .lab-filter-tags {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
            min-height: 32px;
            align-items: center;
        }

        .lab-filter-tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            border: 0;
            border-radius: 999px;
            padding: 6px 10px;
            font-size: 13px;
            font-weight: 700;
            cursor: pointer;
        }

        .lab-filter-tag-include {
            background: #dbeafe;
            color: #1d4ed8;
        }

        .lab-filter-tag-exclude {
            background: #fee2e2;
            color: #b91c1c;
        }

        .lab-filter-tag strong {
            font-size: 16px;
            line-height: 1;
        }

        .lab-filter-empty {
            color: #64748b;
            font-size: 13px;
        }

        .lab-filter-feedback {
            min-height: 20px;
            margin-top: 12px;
            color: #475569;
            font-size: 12px;
            font-weight: 600;
        }

        @media (max-width: 768px) {
            .lab-filter-compose,
            .lab-filter-groups {
                grid-template-columns: 1fr;
            }
        }

        .lab-calendar-grid {
            display: grid;
            grid-template-columns: repeat(7, minmax(120px, 1fr));
            gap: 8px;
        }

        .lab-calendar-day {
            min-height: 82px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            padding: 8px;
            background: #ffffff;
            text-align: left;
            cursor: pointer;
            transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
        }

        .lab-calendar-day:hover,
        .lab-calendar-day:focus {
            transform: translateY(-2px);
            border-color: rgba(13, 110, 253, 0.45);
            box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
            outline: none;
        }

        .lab-calendar-day.is-expanded {
            border-color: #0d6efd;
            background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%);
            box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.16), 0 12px 24px rgba(15, 23, 42, 0.14);
        }

        .lab-calendar-day-empty {
            background: #f8fafc;
            color: #94a3b8;
        }

        .lab-calendar-day-today {
            border-color: #0d6efd;
            box-shadow: inset 0 0 0 2px rgba(13, 110, 253, 0.15);
        }

        .lab-calendar-day-head {
            display: flex;
            justify-content: space-between;
            gap: 8px;
            margin-bottom: 6px;
            font-size: 12px;
        }

        .lab-calendar-day-head strong {
            font-size: 16px;
            color: #0f172a;
        }

        .lab-calendar-day-head span {
            color: #64748b;
            text-align: right;
        }

        .lab-calendar-client-list {
            display: flex;
            flex-wrap: wrap;
            gap: 4px;
        }

        .lab-calendar-client {
            border: 0;
            border-radius: 999px;
            background: #e0f2fe;
            color: #075985;
            padding: 3px 7px;
            font-size: 10px;
            font-weight: 700;
            cursor: pointer;
            max-width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .lab-calendar-client-preview {
            cursor: inherit;
            pointer-events: none;
        }

        .lab-calendar-client:hover {
            background: #bae6fd;
        }

        .lab-calendar-client-select.is-selected {
            background: #16a34a;
            color: #ffffff;
            box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.18);
        }

        .lab-calendar-more {
            display: inline-flex;
            border-radius: 999px;
            background: #eef2ff;
            color: #4338ca;
            padding: 3px 7px;
            font-size: 10px;
            font-weight: 800;
            cursor: pointer;
        }

        .lab-calendar-detail {
            position: absolute;
            left: 50%;
            top: 50%;
            width: min(680px, calc(100% - 36px));
            max-height: min(420px, calc(100% - 36px));
            z-index: 4;
            border: 1px solid rgba(13, 110, 253, 0.28);
            border-radius: 14px;
            padding: 0;
            background: #ffffff;
            box-shadow: 0 24px 70px rgba(15, 23, 42, 0.26);
            opacity: 0;
            transform: translate(-50%, -50%) scale(0.96);
            transition: opacity 220ms ease, transform 220ms ease, box-shadow 220ms ease;
            overflow: hidden;
            pointer-events: none;
        }

        .lab-calendar-detail.is-open {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1);
            pointer-events: auto;
        }

        .lab-calendar-detail-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            font-size: 17px;
            font-weight: 800;
            color: #ffffff;
            margin-bottom: 0;
            padding: 13px 16px;
            background: linear-gradient(90deg, #0f62bd 0%, #138a9d 58%, #209b53 100%);
            letter-spacing: 0;
        }

        .lab-calendar-detail-close {
            width: 30px;
            height: 30px;
            border: 0;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.2);
            color: #ffffff;
            font-size: 18px;
            font-weight: 800;
            line-height: 1;
            cursor: pointer;
        }

        .lab-calendar-detail-close:hover {
            background: rgba(255, 255, 255, 0.32);
        }

        .lab-calendar-detail-list {
            display: flex;
            flex-wrap: wrap;
            gap: 9px;
            align-content: flex-start;
            max-height: min(330px, calc(97vh - 220px));
            overflow: hidden;
            padding: 14px;
            background:
                linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 1));
        }

        .lab-calendar-detail-list .lab-calendar-client {
            font-size: 12px;
            padding: 7px 10px;
            background: #edf6ff;
            color: #075985;
            box-shadow: inset 0 0 0 1px rgba(14, 116, 144, 0.1);
        }

        .lab-calendar-detail-list .lab-calendar-client:hover {
            background: #d8efff;
        }

        .lab-calendar-detail-list .lab-calendar-client.is-selected {
            background: #16a34a;
            color: #ffffff;
            box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.18);
        }
    


