.active-link {
    background: #f6f9fc;
    border-radius: .375rem;
    margin-right: .5rem;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.results {
    display: flex;
    flex-wrap: wrap;
}
.api-error-wrapper {
    width: 100%;
}

.api-error-icon {
    margin: 0.125rem 0.45rem;
}

input.input-short {
    max-width: 5rem;
}
.container-hover > .row:hover {
    color: #212529;
    background-color: rgba(0,0,0,.075);
}
.container-hover .row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.05rem solid rgba(0, 0, 0, .075);
}

.container-hover .row > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-scroll {
    overflow: hidden;
}