body {
    font-family: 'Barlow', sans-serif;
    padding-bottom: 1rem;
}


.sort-label {
    color: #333 !important;
}

.screener-text-secondary {
    color: #666;
}

.performance-disclaimer {
    color: #620;
}

#footer {
    margin-top: 1rem;
    color: #333;
}


.centered-xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

hr {
    border: 1px dotted #999 !important;
}
hr.spacey {
    margin: 3rem 0 !important;
}

#loader {
    display: block;
}

.start-loader-error-det {
    font-size: .8rem;
}
#start-loader-error {
    display: none;
}
#start-loader-error-img {
    width: 4rem;
    height: auto;
}
.start-loader-error-heading {
    color: #d22;
}

#screener-content {
    display: none;
}


#discl-container {
    margin-top: 2rem;
    font-size: .8rem;
}

.sort-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.sorting-row {
    max-width: 36rem;
}

#opts-sel {
    text-align: right;
}

.opts-sel-label {
    display: none;
    margin-left: .25rem;
    font-size: .75rem;
}

#filter-sidebar {
    max-width: 40rem;
}

#filters {
    margin-top: .5rem;
}

.filter {
    cursor: pointer;
    padding: 1rem 1rem 1rem 1rem;
}

.filter:hover {
    /*background-color: #5a5a5a;*/
    backdrop-filter: brightness(1.2);
}

.filter-inactive {
    filter: brightness(.6);
}

.filter-name {
    font-weight: bold;
    font-size: 1.5rem;
}

.filter-slider {
    width: 100%;
    margin: 0 auto;
}

.limited-input {
    max-width: 20rem;
}

.very-limited-input {
    max-width: 5rem;
}

table {
    text-align: left !important;
}

.country-flag {
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
    margin-right: .25rem;
}

.nobullets {
    list-style: none !important;
}


.scroll-block {
    overflow: hidden;
}

.scroll-x {
    overflow-x: scroll;
}

.scroll-y-full {
    overflow-y: scroll;
    max-height: 200vh;
}

.scroll-x-auto {
    overflow-x: auto;
}
.scroll-x-hidden {
    overflow-x: hidden;
}


.cell-text-block {
    margin-right: .75rem;
    display: inline-block;
}

.number-cell {
    text-align: right;
}

.primary-cell {
    font-weight: bold;
}

.selected-cell {
    background-color: #bbb !important;
}

.linklike {
    cursor: pointer;
    color: #33d;
}

.linklike:hover {
    text-decoration: underline;
}


.company-name-link:hover::after {
    content: "📊";
    margin-left: 1rem;
    display: inline-block;
    text-decoration: none;
}

.badge-cell {
    padding-top: .1rem !important;
    padding-bottom: .1rem !important;
    vertical-align: middle;
}

.sort-header {
    font-weight: bold;
}


.performance-disclaimer {
    display: none;
    font-size: .8rem;
}

#ldr-backdrop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: opacity(.75);
    z-index: 99;
}

#ldr-container {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}