/* E:\Projetos\tcf_app\app\static\css\custom.css */

.floating-widget {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 1030; /* Garante que fique acima da maioria dos elementos */
}

.floating-widget .dropdown-toggle::after {
    display: none; /* Remove a seta padrão do dropdown */
}

.floating-widget .dropdown-menu {
    /* Posiciona o menu acima do botão */
    top: auto;
    bottom: 100%; 
    margin-bottom: 10px;
    right: 0;
    left: auto;
}
