
/* Por padrao o ant coloca tooltip no menu quando colpsado, isso gera um bug no responsive. */
.ant-menu-inline-collapsed-tooltip {
    display: none;
}

.ant-select-dropdown-menu-item-active {
    background: #e3e3e3 !important;
}

@keyframes blink-service-worker {
    0%{opacity: .2;}
    20%{opacity: .6;}
    40%{opacity: 1;}
    60%{opacity: 1;}
    80%{opacity: .6;}
    100%{opacity: .2;}
}


.ant-popover-buttons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
