.row-pointer tbody tr :hover {
    cursor: pointer;
}

@font-face {
    font-family: 'Noto Flags';
    src: url('../fonts/noto_flags-glyf_colr_1.ttf');
}

.flag-icon {
    font-family: 'Noto Flags', Emoji, Arial, sans-serif;
    margin-right: 0.5em;
}

@font-face {
    font-family: 'Noto Flags';
    src: url('../fonts/noto_flags-glyf_colr_1.ttf');
}

.flag-icon {
    font-family: 'Noto Flags', Emoji, Arial, sans-serif;
    margin-right: 0.5em;
}

.info-title {
    width: 200px;
}
.info-title-selector {
    width: 180px;
}

.regulation-category-expansion-container {
    position: relative;
}

.regulation-category-card-elevated {
    border-bottom:0 !important;
    border-bottom-left-radius:0 !important;
    border-bottom-right-radius:0 !important;
    z-index: 997;
}

.regulation-category-card-elevated:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background: inherit;
    z-index: 999;
}

.regulation-category-card-expansion {
    position: absolute;
    top:0;
    left:0;
    right:0;
    z-index: 998;
    border-top:0 !important;
    border-top-left-radius:0 !important;
    border-top-right-radius:0 !important;
}
