﻿.select-wrapper+label{
    top: -34px !important; 
}

.tabela-selecionavel tbody tr.linha-selecionavel {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .tabela-selecionavel tbody tr.linha-selecionavel:hover {
        background-color: #f5f5f5;
    }

    .tabela-selecionavel tbody tr.linha-selecionavel.selecionada {
        background-color: #62bcfd !important;
        color: black;
    }

.btn-ultrafino {
    font-size: 10px !important;
    height: 13px !important;
}

    .btn-ultrafino p {
        margin-top: -11px !important;
    }