@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d7035a;
}

h1 {
    font-size: 2.1em;
}

h2 {
    font-size: 1.9em;
}

h3 {
    font-size: 1.7em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1.1em;
}

.vw-30 {
    width: 30vw !important;
}

.vw-40 {
    width: 40vw !important;
}

.vw-50 {
    width: 50vw !important;
}

.vh-50 {
    height: 50vh !important;
}

button:focus {
    outline: none;
}

.blazored-modal-container {
    z-index: 1010;
}

.blazored-modal {
    z-index: 1011;
}

.visualize-modal .blazored-modal-content {
    /*max-height: 70vh;*/
    height: calc(100% - 170px);
    /*overflow-y: auto;*/
}

.visualize-modal {
    width: 50vw !important;
    height: 70vh !important;
}

.modal-wide {
    width: 80vw !important;
}

.modal-narrow {
    width: 30vw !important;
}

.signal-container h1 {
    margin-bottom: 0px;
}

h1 .small {
    font-size: 50%;
    font-weight: 400;
    color: #212529;
    display: block;
}

.btn-link {
    /*padding: 0px;*/
    display: inline;
    line-height: initial;
    height: auto;
    width: auto;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-xs {
    font-size: 12px;
    padding: 0px 4px;
    margin-top: 2px;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row .active {
        font-weight: bold;
    }

.main {
    flex: 1;
    background-color: #f6f6f7 !important;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-start;
        z-index: 500;
    }

        .main .top-row > a, .main .top-row > div a {
            margin-left: 1.5rem;
        }

        .main .top-row .dropdown a {
            margin-left: initial;
        }

.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    bottom: 0;
    position: fixed;
    height: calc(100vh - 1px) !important;
    left: 0;
    width: 169px;
    top: 0;
    transition: width .2s ease;
    backface-visibility: hidden;
    box-shadow: 0 1px 2px 0 rgba(209,209,209,.29);
    background-color: #333e48;
}

    .sidebar .top-row {
        /*background-color: rgba(0,0,0,0.4);*/
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .logo-container {
        height: 95px;
        margin-bottom: 100px;
    }

        .sidebar .logo-container .logo-element {
            border-radius: 50%;
            height: 70px;
            width: 70px;
            border: 5px solid #29343d;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 0% 0%;
            background-image: url('/img/4cast-logo.svg');
            margin: 30px auto 10px auto;
        }

        .sidebar .logo-container .person-element {
            text-align: center;
            color: white;
            width: 100%;
        }

    .sidebar .nav-link {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .sidebar .nav-link.active {
            background-color: rgba(255,255,255,0.07);
            /*color: white;*/
            color: #d7d7d7;
            font-weight: bold;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

.nav-tabs .nav-link.active {
    font-weight: bold;
}

.nav-tabs button.nav-link {
    background-color: transparent;
}

.nav-tabs .nav-item {
    margin-bottom: -16px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    /*.nav-item:first-of-type {
        padding-top: 1rem;
    }*/

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

.content-container {
    padding-top: 1.1rem;
}

.content {
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}*/
/*form input[type=checkbox], input[type=radio] {
    height: 20px;
    width: 20px;
    margin-top: calc(.375rem + 1px);
}*/

/*form input[type=checkbox], .form-group input[type=checkbox] {
    float: right;
    display: inline-block;
    width: 51px;
    height: 16px;
}*/
.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

@media (max-width: 767.98px) {
    .main .top-row {
        /*display: none;*/
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    /*.main .top-row a span:after {
                width: 0%;
                height: 2px;
                background-color: #df3a7e;
                content: '';
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
                top: 21px;
                position: absolute;
                transition: all 1s;
            }*/
    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

@media all and (-ms-high-contrast:none) {
    .sidebar {
        position: relative;
    }

    .main {
        flex: unset;
        width: calc(100% - 250px)
    }
    /* IE10 */
    *::-ms-backdrop, .foo {
        color: red
    }
    /* IE11 */
}



.modal .modal-body {
    max-height: 600px;
    /* height: 600px; */
    overflow: auto;
}

/*.content-container {
    background-color: #f6f6f7 !important;
}*/

.drilldown-container {
    height: calc(100vh - 170px);
}

.settings-container {
    width: 20%;
    min-width: 200px;
    max-width: 300px;
    padding: 0px;
    height: calc(100% - 218px);
}

    .settings-container .btn.selector {
        font-size: 12px;
        line-height: 1.7;
        padding: 2px 7px;
        margin: 2px 0px;
        cursor: pointer;
        display: block;
        text-align: left;
        border-color: rgba(0,0,0,.03);
        background-color: rgba(0,0,0,.03);
        border-radius: 2px;
    }

    .settings-container .active .btn.selector {
        font-weight: bold;
    }

    .settings-container .card-setting {
        height: calc(100% - 257px);
        flex: 1;
    }

        .settings-container .card-setting .card-body {
            padding: 5px;
            max-height: 100%;
        }

        .settings-container .card-setting .panel {
            height: 50%;
            max-height: 50%;
            padding: 5px;
        }

            .settings-container .card-setting .panel .panel-content {
                overflow: auto;
                width: 100%;
                height: 95%;
            }

            .settings-container .card-setting .panel .panel-header {
                font-size: 13px;
                float: left;
                margin-top: 3px;
                font-weight: 600;
            }

        .settings-container .card-setting .search {
            width: 53%;
            font-size: 12px;
            float: right;
        }

        .settings-container .card-setting .id-field {
            float: right;
            margin-top: 5px;
            margin-left: 6px;
        }

        .settings-container .card-setting button.field {
            width: calc(100% - 35px);
            text-align: left;
            font-size: 12px;
            float: left;
        }

        .settings-container .card-setting button.field {
            font-size: 12px;
        }

            .settings-container .card-setting button.field.group {
                font-style: italic;
            }

            .settings-container .card-setting button.field.grouped {
                padding-left: 12px;
            }


        .settings-container .card-setting button.icon {
            font-size: 12px;
            color: darkgray;
            font-weight: bold;
            width: 30px;
            float: left;
            margin-top: 5px;
        }

    .settings-container .drilldown.dropdown.item {
        width: calc(100% - 30px);
        float: left;
    }

    .settings-container .filters small {
        font-size: 70%;
    }

    .settings-container .card-aggregate input[type=checkbox] {
        float: left;
        width: initial;
        margin: -4px 5px;
    }

.visual-container {
    width: 100%;
    /*max-height: calc(100% - 220px);*/
    max-height: 100%;
}

    .visual-container .indicator {
        width: 120px;
        height: 27px;
        font-size: 13px;
        font-weight: bold;
        padding-left: 10px;
        padding-top: 3px;
        background-color: rgba(0,0,0,.03);
        border: solid 1px #eee;
        display: inline-block;
        margin-right: 3px;
    }

    .visual-container .remove {
        padding-right: 3px;
        font-size: 13px;
    }

    .visual-container button.settings {
        padding-left: 3px;
        font-size: 13px;
    }

    .visual-container desc:hover, .workbench-container desc:hover {
        z-index: 10000;
    }

.drilldown-container .visual-container {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
}

    .drilldown-container .visual-container .visual-beholder {
        flex: 1;
        overflow: hidden;
    }

.drilldown-container .settings-container {
    display: flex;
    flex-direction: column;
    width: 300px;
    min-width: 300px;
    max-width: 300px;
}

.settings-container .settings-panel {
    max-height: 100%;
    overflow: auto;
}

.settings-container .settings-panel-header {
    font-weight: bold;
    /*font-size: 11px;
    margin-top: 3px;
    font-weight: 600;
    margin-bottom: 5px;*/
}

.settings-container .form-group {
    margin-bottom: 0.4rem;
}

.settings-container .form-check {
    margin-bottom: 0.4rem;
}

.settings-container .col-form-label-sm {
    padding-bottom: 0px;
    line-height: 1;
    font-weight: bold;
    color: #555;
}

.settings-panel .form-group label {
    padding-top: calc(.25rem + 1px);
    padding-left: 3px;
    font-size: 12px;
    line-height: 1;
    display: block;
    width: 100%;
    float: unset;
    margin-bottom: 0px;
}

.settings-panel .form-group .form-control {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: 12px;
    line-height: 1.5;
    border-radius: .2rem;
}

.card-filters .filter {
    max-height: 98%;
    overflow-y: auto;
}

    .card-filters .filter .filter-name {
        font-size: 12px;
        font-weight: bold;
    }

    .card-filters .filter input {
        /*width: 100%;*/
        font-size: 14px;
        margin-bottom: 3px;
    }

    .card-filters .filter .ui-listbox {
        border: none;
        border-radius: unset;
        width: 100%;
    }

        .card-filters .filter .ui-listbox .ui-listbox-list-wrapper {
            padding: 0.5rem 0.2rem;
        }

    .card-filters .filter .multiselect .ui-listbox .ui-multiselect-item.ui-state-highlight {
        background-color: transparent;
        color: black;
    }

    .card-filters .filter .ui-listbox li {
        padding: 0.25rem 0.225rem;
    }

    .card-filters .filter .ui-listbox .ui-widget-header {
        display: none;
    }

.card-filters .any-container {
    max-height: fit-content;
    overflow-y: auto;
}

.card-filters .filter .any-container span {
    width: calc(100% - 20px);
}

.card-filters .filter .any-item {
    width: 100%;
}

.card-filters .filter .any-container input[type="checkbox"] {
    width: 20px;
    margin-top: 3px;
}

.card-filters .filter input.narrow {
    width: calc(50% - 3px);
    margin-left: 1px;
    margin-right: 1px;
}

.card-filters .filter input.ago.narrow {
    width: calc(50% - 42px);
    margin-left: 1px;
    margin-right: 1px;
}

.card-filters .filter select.ago.narrow {
    width: 80px;
    height: 27px;
}

.card-filters .filter input.period.narrow {
    width: calc(50% - 20px);
    margin-right: 0;
}

.card-filters .filter select.period.narrow {
    width: 80px;
    height: 27px;
    margin-right: 1px;
}

.offset input.custom {
    padding-right: 0;
    margin-left: 2px;
}

.quantity input.custom {
    padding: 0 0 0 15px;
}

.card-filters .filter input.narrow:nth-child(2) {
}

.card-filters .filter select {
    font-size: 14px;
    margin-bottom: 3px;
}

.card-filters .filter .btn.btn-danger {
    margin-right: 2px;
}

.date-metric-delta {
    font-size: 12px;
}

.percent-block-metric-delta i {
    font-size: 21px;
    font-style: normal;
    vertical-align: middle;
}

.metric-delta-sparkline {
    margin: 5px 0;
    width: 100%;
    background-color: transparent;
}

.settings-container .filters .overview .field, .settings-container .filters .overview .variable {
    font-weight: normal;
    color: black;
    padding: 0px 4px;
}

    .settings-container .filters .overview .field .title, .settings-container .filters .overview .variable .title {
        font-size: 13px;
        width: calc(100% - 15px);
        cursor: pointer;
    }

    .settings-container .filters .overview .field .remove {
        font-size: 12px;
        width: 15px;
        cursor: pointer;
    }

        .settings-container .filters .overview .field .remove button.close, .settings-container .filters .overview .field .remove button.close span {
            font-size: 1.0rem;
        }



.signal-container h1 {
    /*font-family: Roboto;*/
    /*font-size: 22px;
    font-weight: lighter;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #283139;*/
    padding-right: 10px;
}

.signal-container h2 {
    font-size: 1rem;
    font-weight: bold;
}

.signal-container .footer {
    margin-bottom: 25px;
}

.signal-container .search {
    height: 31px;
}

.card-container .col-4 {
    padding: 5px 10px;
}

.card-container .row {
    margin-bottom: 20px;
}

    .card-container .row.container-header {
        margin-bottom: 0px;
    }

.card-container .card {
    padding: 20px 20px 10px 20px;
    /*margin-top: 25px;*/
    margin-bottom: 25px;
    border-color: white;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.1);
    overflow: hidden !important;
}

.col-3 .card {
    height: 400px;
}

.col-4 .card {
    height: 550px;
}

.card-header .material-icons {
    color: #999;
    font-size: 18px;
}

.card-container .card-header {
    background-color: #fff;
    border-bottom: none;
    padding: 0px;
}

.card-container .card-body {
    background-color: #fff;
    padding: 0px;
    height: 100% !important;
    overflow: hidden;
}

.card-container .card h6, .card-container .card h6 a {
    font-family: Roboto;
    font-size: 14px;
    padding: 10px 0px;
    border-radius: 3px;
    /*background: #f7f7f7;*/
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #d7035a;
    text-transform: none;
}

.card-container .card table {
    margin-top: 20px;
}

    .card-container .card table td {
        padding: 5px 0px;
    }

.card-container .card .card-footer {
    background-color: #fff;
    border-top: none;
    visibility: hidden;
    padding: 0px;
    text-align: right;
}

    .card-container .card .card-footer .btn-link {
        font-size: 13px;
        border: none;
        /*padding-top: 1px;*/
        /*border-radius: unset;*/
        /*text-align: left;*/
        display: inline-block;
        height: 13px;
        vertical-align: baseline;
    }

    .card-container .card .card-footer a, .card-container .card .card-footer span {
        display: inline-block;
        height: 13px;
        font-size: 13px;
        vertical-align: baseline;
    }

.workbench-container .table-container {
    height: calc(100% - 20px) !important;
}

.card-container .card:hover .card-footer {
    visibility: visible;
}

.large-card-container .card {
    height: 550px;
}

.small-card-container .card {
    height: 300px;
}

.source-container .card .description {
    line-height: 20px;
    height: 40px;
    overflow-y: hidden;
}

.source-container table td.label {
    width: 100px;
    min-width: 100px;
}

.homepage-container h6 {
    font-weight: bold;
    font-size: 14px;
}

.aggregator {
    margin-bottom: 10px;
}

    .aggregator .remove {
        padding-right: 3px;
        font-size: 13px;
    }

    .aggregator .item {
        padding: 3px 6px 4px;
        border: solid 1px #eee;
        background-color: white;
        margin-right: 1px;
        max-width: 100px;
        text-overflow: ellipsis;
    }

.visual-element {
    width: 100%;
    height: 100%;
}

.container-drilling h2 {
    margin: 0px;
}

.container-drilling .edit-title {
    width: 100%;
    font-size: 1.7em;
    height: 36px;
    border: 1px solid rgba(0,0,0,.125);
    color: #d7035a;
}

.container-drilling .buttons-container .btn-link {
    padding: 0px;
    margin: 0px;
    vertical-align: unset;
}

.container-drilling .buttons-container .material-icons {
    color: black;
}

.container-drilling .visual-element {
    background-color: white;
    border: solid 1px #eee;
    border-radius: 2px;
}

.container-drilling .visual-type-selector {
    width: 100%;
    font-size: 21px;
    padding: 4px;
    border: solid 1px #ddd;
}

    .container-drilling .visual-type-selector:focus {
        border: solid 2px #ddd;
    }

    .container-drilling .visual-type-selector option {
        font-size: 18px;
    }


.application-details-container .card-body {
    overflow: auto;
}

.metric-spacer {
    height: 25% !important;
}

.metric-info.horizontal title, .metric-info.horizontal .subtitle, .metric-info.horizontal metric {
    vertical-align: middle;
}

.metric-info .row {
    height: auto !important;
}

/*.grid-stack-item {
    height: calc(28em + 60px);
}

.grid-stack-item[data-gs-width="4"] {
    width: 33.33333333%;
}*/
/*.grid-static .grid-col .grid-item  {
    position:relative;
    height:450px;
}*/
.grid-static .row {
    position: relative;
    height: 125px;
    margin-bottom: unset;
}

.grid.static .row-full {
    height: 500px;
}

.dashboard-cell {
    width: 100%;
    height: 100%;
    z-index: 2;
}

.visual-cell {
    z-index: 2;
}

.col-height-1 {
    height: 125px;
}

.col-height-2 {
    height: 250px;
    z-index: 1;
}

.col-height-3 {
    height: 375px;
    z-index: 1;
}

.col-height-4 {
    height: 500px;
    z-index: 1;
}

.col-height-5 {
    height: 625px;
    z-index: 1;
}

.col-height-6 {
    height: 750px;
    z-index: 1;
}

.col-height-7 {
    height: 875px;
    z-index: 1;
}

.col-height-8 {
    height: 1000px;
    z-index: 1;
}

.col-height-9 {
    height: 1250px;
    z-index: 1;
}

.col-height-10 {
    height: 1375px;
    z-index: 1;
}

.col-height-10 {
    height: 1500px;
    z-index: 1;
}

.col-height-11 {
    height: 1625px;
    z-index: 1;
}

.col-height-12 {
    height: 1750px;
    z-index: 1;
}

.grid-item {
    height: 100%;
}

.blazored-toast-container {
    z-index: 600 !important;
}

    .blazored-toast-container h5 {
        color: white;
    }

.visual-more-menu {
    left: -43px !important;
}

.blazor-context-menu.blazor-context-menu__wrapper {
    z-index: 1000;
}

.pivot-mode-off .ag-row-group, .pivot-mode-off .ag-row-group-leaf-indent {
    padding-left: 5px !important;
}

.pivot-mode-off .ag-row-group-leaf-indent {
    margin-left: 5px !important;
}

.blazor-context-menu.blazor-context-menu__wrapper {
    z-index: 1000;
}


.loader-container {
    width: 150px;
    margin: 150px auto 70px;
    position: relative;
}

    .loader-container .loading {
        position: relative;
        width: 100%;
        height: 10px;
        border: 1px solid #de647a;
        border-radius: 10px;
        animation: turn 4s linear 1.75s infinite;
    }

        .loader-container .loading:before {
            content: "";
            display: block;
            position: absolute;
            width: 0;
            height: 100%;
            background-color: #d7035a;
            box-shadow: 1px 1px 5px 0px #e7949d;
            animation: load 2s linear infinite;
        }

@keyframes load {
    0% {
        width: 0%;
    }

    87.5% {
        width: 100%;
    }
}

@keyframes turn {
    0% {
        transform: rotateY(0deg);
    }

    6.25%, 50% {
        transform: rotateY(180deg);
    }

    56.25%, 100% {
        transform: rotateY(360deg);
    }
}

@keyframes bounce {

    0%, 100% {
        top: 10px;
    }

    12.5% {
        top: 30px;
    }
}

.ag-watermark {
    display: none !important;
}

.material-icons {
    font-size: 21px;
    vertical-align: text-bottom;
}

.clear-icon {
    cursor: default;
    float: right;
    margin-right: -15px;
}

.dropdown-menu.wide {
    padding: 7px;
    min-width: 20rem;
}

.dropdown-menu .material-icons, .btn-group .material-icons {
    font-size: 1.1em;
    vertical-align: text-bottom;
}

.dropdown-menu button {
    display: block;
}

.btn-sm .material-icons {
    font-size: 1.1em;
    vertical-align: text-bottom;
}

.tabulator-tableHolder {
    background-color: white;
}

.tabulator .tabulator-row {
    border-bottom: solid 1px #ccc;
}

.tabulator, .tabulator .tabulator-headers, .tabulator .tabulator-headers .tabulator-col-content, .tabulator .tabulator-headers .tabulator-col {
    background-color: #eee;
}

.table-container {
}


.table-container {
    position: relative; /* or absolute */
}

    .table-container .loading {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        /* unnecessary styling properties */
        max-width: 50%;
        text-align: center;
        padding: 10px 20px;
        font-size: 15px;
        border: 1px solid #444;
        background-color: white;
        z-index: 1;
    }




.tooltip-wrapper {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
    cursor: help;
}

    .tooltip-wrapper span {
        visibility: hidden;
        position: absolute;
        width: 120px;
        /*bottom: 100%;*/
        top: 20px;
        left: 50%;
        margin-left: -60px;
        background-color: #363636;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        z-index: 1200;
    }

    /*.tooltip-wrapper span::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }*/

    .tooltip-wrapper:hover span {
        visibility: visible;
    }

    .tooltip-wrapper span.wide {
        width: 320px;
        margin-left: -160px;
    }

    .tooltip-wrapper span h1 {
        color: #eee;
    }


.cursor-pointer {
    cursor: pointer;
}

/* Radzen customizations */
.ui-dropdown {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: block;
}

.ui-dropdown-item, .ui-dropdown-items li, .ui-multiselect-items li, .ui-autocomplete-items li, .ui-multiselect-item, .ui-autocomplete-list-item, .ui-menuitem {
    padding: 0.25rem 0.625rem;
    cursor: default;
    font-size: 0.72rem;
}

.ui-dropdown .ui-dropdown-item, .ui-dropdown-items li, .ui-multiselect-items li, .ui-autocomplete-items li, .ui-multiselect-item, .ui-autocomplete-list-item, .ui-menuitem {
    padding: 0.25rem 0.625rem;
    cursor: default;
}

.uic-tag-selector.form-control {
    height: auto;
}

.uic-tag-selector__box > span.badge {
    margin-bottom: 2px;
}

.m-5px {
    margin: 5px !important;
}

.treemap-container {
}
