@tailwind base;
@tailwind components;
@tailwind utilities;
@layer base {
    .sidebar-nav-active {
        background-color: rgb(239 246 255);
        color: rgb(96 165 250);
    }
}

.help-block {
    color: red;
}

.url:focus-within {
    border: 2px solid #3182ce;
}

p[data-f-id="pbf"] {
    display: none;
}

.fr-wrapper>div:first-child {
    display: none;
}