.pill-icon {
    display: inline-block; height: 16px; border-radius: 2px;
    position: relative; top: -2px; margin-right: .125rem;
}

.custom-dropdown .dropdown {
    color: #161b1e; font-family: "Space Grotesk", "sans serif";
    font-size: 15px; font-weight: 700; line-height: 1.5; margin: 0;
    text-transform: uppercase;
    background: #f2f2f4; border: none; border-radius: 5px;
    box-shadow: -3px -3px 6px #fff, 3px 3px 6px rgba(56, 56, 56, .1);
    width: 100%; height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem; vertical-align: middle;
}
.custom-dropdown .dropdown.show {
    box-shadow: 0 0 0 0.2rem rgba(0, 161, 255, 0.25);
}
.custom-dropdown .dropdown-toggle {
    color: #161b1e; font-family: "Space Grotesk", "sans serif";
    font-size: 15px; font-weight: 700; line-height: 1.5;
    border: 0; border-radius: 5px; width: 100%;
    background-color: transparent; padding: .0625rem 0 0 .4375rem;
    text-align: left; border-color: transparent;
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    -webkit-tap-highlight-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-dropdown .show > .dropdown-toggle {
    background-color: transparent; border-color: transparent;
}
.custom-dropdown .show > .dropdown-toggle span { visibility: hidden; }
.custom-dropdown .dropdown-toggle:focus,
.custom-dropdown .show > .dropdown-toggle:focus {
    outline: none; box-shadow: none;
}
.custom-dropdown .dropdown-toggle:active,
.custom-dropdown .dropdown-toggle:not(:disabled):not(.disabled):active,
.custom-dropdown .dropdown-toggle:focus,
.custom-dropdown .dropdown-toggle:hover {
    color: #161b1e; background-color: transparent; border-color: transparent;
    box-shadow: none;
}
.custom-dropdown .dropdown-toggle:active img {
    width: auto !important;
}
.custom-dropdown.b-dropdown:after { display: none; }
.custom-dropdown .dropdown-toggle:after {
    color: #00a1ff; border: 0;
    content: "\f107"; font-family: "Font Awesome 5 Pro";
    font-size: 1rem; font-weight: 900;
    height: 1em; line-height: 1; margin-top: -.5em;
    pointer-events: none; position: absolute; right: .75rem; top: 50%;
}
.custom-dropdown .show > .dropdown-toggle:after { transform: rotate(-180deg); }
.custom-dropdown .dropdown-menu {
    width: calc(100% - 5px); border: 0; border-radius: 5px;
    padding: 3px; margin: 0; margin-right: 5px;
    box-shadow: -3px -3px 6px #fff, 3px 3px 6px rgba(56, 56, 56, 0.1);
}
.custom-dropdown .dropdown-menu li { padding: 0; }
.custom-dropdown .dropdown-item {
    overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
    border-radius: 5px; padding: .5rem .75rem; font-size: .9375em;
}
.custom-dropdown .dropdown-item:focus { background-color: transparent; }
.custom-dropdown .dropdown-item:active,
.custom-dropdown .dropdown-item:hover {
    color: #fff; font-weight: 500;
    background-color: #00a1ff;
}
.custom-dropdown .dropdown-item:disabled,
.custom-dropdown .dropdown-item.disabled { color: rgba(0, 0, 0, 0.3); }
.custom-dropdown .dropdown-item:disabled:hover,
.custom-dropdown .dropdown-item.disabled:hover {
    background-color: transparent; font-weight: normal;
    color: rgba(0, 0, 0, 0.1);
}

.fl-line-slider {
    font-family: "Space Grotesk", sans serif; font-size: 15px;
    font-weight: 700; text-transform: uppercase;
}
.fl-line-slider .slider-wrapper {
    background: #012837; border-radius: 20px;
    box-shadow: 1px 1px 1px #FFFFFF, inset -1px 1px 1px #000000;
}
.fl-line-slider .slider { padding: 6px 0; }
.fl-line-slider .step {
    line-height: 15px; color: grey; z-index: 5; flex-grow: 1;
    text-align: center; font-weight: 700;
}
.fl-line-slider .step:not(.disabled) {
    cursor: pointer; color: white;
}
.fl-line-slider .step > span { position: relative; z-index: 5; }
.fl-line-slider .active-indicator {
    z-index: 4; position: absolute; top: -2px; left: 0;
    width: 0; height: 32px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: -1px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;

    /*transition-property: left, width;*/
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
}
