
.ant-select-dropdown-menu-item-active, .ant-dropdown-menu-item:hover, .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown .ant-menu-item-selected, .ant-mentions-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;}
}

/* Por padrao o ant coloca tooltip no menu quando colpsado, isso gera um bug no responsive. */
.ant-menu-inline-collapsed-tooltip {
    display: none;
}

.PhotoView__PhotoWrap:has(.nerit-viewer-wrapper) {
    overflow-y: auto;
}

.PhotoView-Portal {
    z-index: 200000 !important;
}

.nrt-map-marker {
    margin-top: -40px;
    padding: 2px 4px;
    background: #ffffff;
    border-radius: 4px;
    border: solid 1px #000;
    font-size: 11px !important;
    font-weight: bold;
}
