﻿#chapter-article {
    position: relative;
    background-color: var(--bg-color-sub);
}

#chapter-article .content-wrap {
    max-width: 100%;
    position: relative;
    padding: 0 13px 2rem;
}

#chapter-article .recommends {
    padding-top: 16px;
    padding-bottom: 16px;
}

#chapter-article .recommends h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

#chapter-article .page-in .titles {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    border-bottom: 2px solid var(--border-color-3);
    border-top: 1px solid var(--border-color-3);
}

#chapter-article .page-in .titles h1 {
    margin: 0;
    font-weight: 600;
    display: block;
    max-width: 100%;
    min-width: 0;
    flex-grow: 1;
    line-height: 1.3;
}

#chapter-article .page-in .titles h1 .booktitle {
    max-width: 100%;
    font-size: 1rem;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#chapter-article .page-in .titles h1 .chapter-title {
    font-size: .925rem;
    display: inline-block;
    color: var(--text-color);
}

#chapter-article .chapter-content {
    font-size: 16px;
    line-height: 1.6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Nunito Sans", sans-serif;
    padding-top: 1rem;
    padding-bottom: 1rem;
    word-break: break-word;
    position: relative;
}

/* Font classes */
    #chapter-article .chapter-content.font_nunito {
      font-family: 'Nunito Sans', sans-serif;
    }

    #chapter-article .chapter-content.font_lora {
      font-family: 'Lora', serif;
    }

    #chapter-article .chapter-content.font_roboto {
      font-family: 'Roboto', sans-serif;
    }

    #chapter-article .chapter-content.font_karla {
      font-family: 'Karla', sans-serif;
    }

    #chapter-article .chapter-content.font_cardo {
      font-family: 'Cardo', serif;
    }

    #chapter-article .chapter-content.font_merriweather {
      font-family: 'Merriweather', serif;
    }

    #chapter-article .chapter-content.font_opensans {
      font-family: 'Open Sans', sans-serif;
    }

    #chapter-article .chapter-content.font_rubik {
      font-family: 'Rubik', sans-serif;
    }

#chapter-article .chapter-content p.tts-highlight {
    background-color: var(--bg-color-4);
}

#chapter-article .chapter-content img {
    width: 100%;
}

#chapter-article .chapter-content p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#chapter-article .chapternav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px auto 0;
    padding: 10px;
}

#chapter-article .chapternav a {
    border-radius: 4px;
    font-size: 1rem;
    line-height: 2;
    font-weight: 400;
}

#chapter-article .chapternav a:not(:last-child) {
    margin-right: 10px;
}

#chapter-article .chapternav a i {
    font-size: 1rem;
    line-height: 1;
    margin-right: .3rem;
}

#chapter-article .chapternav a span {
    text-transform: uppercase;
}

#chapter-article .chapternav a span+i {
    margin-right: 0;
    margin-left: .3rem;
}

#chapter-article .loadfullcont {
    background-color: #fcd9e2;
    border: 1px solid #fbc6d3;
    text-align: center;
    padding: 20px;
    border-radius: 6px;
}

#chapter-article .loadfullcont.rm {
    border: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 100px 0;
    background-color: transparent;
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 30%, #fff 90%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 30%, #fff 90%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .8) 30%, #fff 90%);
}

#chapter-article .loadfullcont.rm button {
    height: 50px;
    padding: 10px 20px;
}

#chapter-article .loadfullcont.svg {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#chapter-article .loadfullcont.svg svg {
    height: 6rem;
    width: 6rem;
    vertical-align: middle;
}

#chapter-article .loadfullcont.svg svg [fill]:not(.permanent):not(g) {
    transition: fill .3s ease;
    fill: #f1416c;
}

#chapter-article .loadfullcont .memberonly p {
    margin: 0 0 6px 0;
    font-size: .875rem;
    color: #515355;
}

#chapter-article .loadfullcont .memberonly p strong {
    color: #912741;
    font-size: 1rem;
}

#chapter-article .loadfullcont .memberonly a {
    font-size: 1rem;
}

#chapter-article .loadfullcont .memberonly a.button {
    margin-top: .5rem;
}

#chapter-article .left-panel,
#chapter-article .right-panel {
    display: none;
}

#chapter-article .guide-message {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 30px 30px;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    border-radius: 10px;
    text-align: center;
    font-size: 1rem;
    display: none;
    margin-bottom: 20%;
}

#chapter-article .guide-message .mobile {
    display: block;
}

#chapter-article .guide-message .desktop {
    display: none;
}

#chapter-article #chapter-comments {
    padding: 0 .725rem;
    background-color: var(--bg-color-2);
    border: solid var(--border-color-3);
    border-width: 2px 0 2px;
}

#chapter-article #chapter-comments h4 {
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    flex-direction: row;
}

#chapter-article #chapter-comments .loading {
    padding: 20px 0;
}

#chapter-article #chapter-comments .loading p {
    text-align: center;
    margin: 10px auto 0;
    font-size: 1.2rem;
    font-weight: 600;
}

#chapter-article #control-action-btn {
    display: none;
}

#chapter-article .sponsored {
    font-size: .875rem;
    margin-top: 1rem;
}

.control-action {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2147483647;
    width: 100%;
    height: auto;
    padding: 0;
    border: 0;
    background: none;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: opacity .3s 0s, transform .3s 0s;
    -moz-transition: opacity .3s 0s, transform .3s 0s;
    transition: opacity .3s 0s, transform .3s 0s;
}

.control-action.show {
    display: block;
}

.control-action.visible {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.control-action.btspace {
    padding-bottom: 126px;
}

.control-action .head-bar {
    margin-bottom: .7rem;
    padding-bottom: .5rem;
    display: flex;
    font-size: 1rem;
    border-bottom: 1px solid #272727;
}

.control-action .head-bar .title {
    color: #a7a7a7;
    flex: 1 1 auto;
    padding-right: .5rem;
    font-size: .85rem;
    line-height: 1.4rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.control-action .head-bar .action-close {
    font-size: 1rem;
    color: #a7a7a7;
    background-color: #272727;
    border: 0;
    padding: .1rem .3rem;
}

.control-action .font-select {
    width: 100%;
}

.control-action .font-select .font-wrap {
    display: flex;
    padding: 13px 0 13px;
    position: relative;
}
.control-action .font-select .font-wrap:first-child {
    margin-bottom: -15px;
  }

.control-action .font-select .font-wrap input[type=radio] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.control-action .font-select .font-wrap label {
    flex: 1;
    display: inline-block;
    background-color: var(--bg-color-secondary);
    color: #b3b4bf;
    padding: .3rem .2rem;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
}

.control-action .font-select .font-wrap label:not(:last-child) {
    margin-right: .5rem;
}

.control-action .font-select .font-wrap label:hover {
    background-color: var(--bg-color-secondary-2);
}

.control-action .font-select .font-wrap input[type=radio]:checked+label {
    background-color: var(--bg-color-secondary-2);
    color: #e1e1e1;
}

.control-action .lang-select {
    width: 100%;
    display: flex;
    flex: 1;
    margin-bottom: 13px;
    padding-top: 16px;
    position: relative;
}

.control-action .lang-select:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #272727;
}

.control-action .lang-select:after {
    content: "Translation";
    position: absolute;
    top: -5px;
    left: calc(50% - 39px);
    width: 78px;
    font-size: 10px;
    text-align: center;
    color: #a7a7a7;
    background-color: #121212;
}

.control-action .lang-select .language-combo {
    background-color: #272727;
    color: #a7a7a7;
    border-color: #373737;
    font-size: .85rem;
    padding: 5px 8px;
    flex: 1 1 50%;
}

.control-action .lang-select a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 1px solid transparent;
    height: 100%;
    padding: 3px 10px;
    margin-left: 1rem;
    text-align: center;
    font-size: 14px;
    background-color: var(--bg-color-secondary-2);
    color: #e1e1e1;
}

.control-action .lang-select .flag-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: .5rem;
}

.control-action .lang-select .flag-wrap img {
    width: 30px;
    height: 23px;
    padding: 4px;
    opacity: .5;
    cursor: pointer;
}

.control-action .lang-select .flag-wrap img:not(:first-of-type) {
    margin-left: .15rem;
}

.control-action .lang-select .flag-wrap img.lang_active {
    opacity: 1;
    border: 1px solid #515355;
}

.control-action .action-items {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    padding: 13px 13px 26px;
    border: 5px solid #000;
    border-radius: 6px;
    background-color: #121212;
}

.control-action .action-items .action-select {
    width: 100%;
    --gap: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #272727;
}

.control-action .action-items .action-select a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 2.4rem;
    width: auto;
    text-align: center;
    position: relative;
    display: block;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    color: #a7a7a7;
    border-right: 1px solid #272727;
    border-left: 1px solid #272727;
    margin-right: -1px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.control-action .action-items .action-select a svg {
    color: #b3b4bf;
    width: 1.4rem;
    height: 1.4rem;
}

.control-action .action-items .action-select a svg path {
    fill: currentColor;
    fill-opacity: 1;
}

.control-action .action-items .action-select a i {
    font-size: 1.2rem;
}

.control-action .action-items .action-select a.chnav span {
    display: none;
}

.control-action .action-items .action-select a.next {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
}

.control-action .action-items .action-select a.prev {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
}

.control-action .action-items .action-select a.fill {
    font-size: 1.2rem;
    line-height: .4rem;
    border: 0;
    margin: 0;
    height: 100%;
    padding: 5px;
    text-align: center;
    flex-wrap: wrap;
}

.control-action .action-items .action-select a.fill small {
    font-size: .725rem;
}

.control-action .action-items .action-select a.desktop {
    display: none;
}

.control-action .action-items .action-select.range-slider {
    margin: 13px 0;
    border: 0;
}

.control-action .action-items .action-select.range-slider svg {
    color: #b3b4bf;
    width: 1.6rem;
    height: 1.3rem;
    margin-bottom: 1rem;
}

.control-action .action-items .action-select.range-slider svg path {
    fill: currentColor;
    fill-opacity: 1;
}

.control-action .fly-in .tools li {
    display: inline-block;
}

.control-action .fly-in .tools a.chnav {
    color: #fff;
    font-size: 20px;
}

.control-action .fly-in .tools i {
    vertical-align: middle;
}

.control-action .fly-in .tools i.small {
    font-size: 10px;
}

.control-action .fly-in .tools i.fa-sun {
    color: #fbfe89;
}

.mobile-title-bar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 16px .725rem;
    margin: 0;
    background-color: #121212;
    border: 0;
    border-bottom: 1px solid #272727;
    z-index: 2147483647;
}

.mobile-title-bar .bar-body {
    display: flex;
    align-items: center;
}

.mobile-title-bar .bar-body .bar-nav-back {
    display: inline-block;
    color: #a7a7a7;
    text-align: center;
    height: 2rem;
    width: 2rem;
    position: relative;
}

.mobile-title-bar .bar-body .bar-nav-back svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    stroke-width: 0;
    stroke: currentColor;
    fill: #a7a7a7;
    vertical-align: middle;
    display: inline-block;
    width: auto;
    height: auto;
}

.mobile-title-bar .bar-body .bar-titles {
    padding-left: 20px;
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    flex-direction: column;
}

.mobile-title-bar .bar-body .bar-titles .booktitle {
    font-size: .875rem;
    color: var(--anchor-color);
}

.mobile-title-bar .bar-body .bar-titles .chapter-title {
    font-size: .875rem;
    color: #a7a7a7;
}

.range-fontsize {
    width: 100%;
    margin: 0 14px;
}

.range-fontsize .range {
    position: relative;
    width: 100%;
    height: 4px;
}

.range-fontsize .range input {
    width: 100%;
    position: absolute;
    top: 2px;
    height: 0;
    margin: 0;
    -webkit-appearance: none;
}

.range-fontsize .range input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
    margin: -6px 0 0;
    border-radius: 50%;
    background: var(--anchor-color);
    cursor: pointer;
    border: 0 !important;
}

.range-fontsize .range input::-moz-range-thumb {
    width: 14px;
    height: 14px;
    margin: -6px 0 0;
    border-radius: 50%;
    background: var(--anchor-color);
    cursor: pointer;
    border: 0 !important;
}

.range-fontsize .range input::-ms-thumb {
    width: 14px;
    height: 14px;
    margin: -6px 0 0;
    border-radius: 50%;
    background: var(--anchor-color);
    cursor: pointer;
    border: 0 !important;
}

.range-fontsize .range input::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range-fontsize .range input::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range-fontsize .range input::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    background: #b2b2b2;
}

.range-fontsize .range input:focus {
    background: none;
    outline: 0;
}

.range-fontsize .range input::-ms-track {
    width: 100%;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-fontsize .range-labels {
    margin: 8px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.range-fontsize .range-labels li {
    position: relative;
    text-align: center;
    color: #b2b2b2;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.2;
}

.range-fontsize .range-labels li::before {
    position: absolute;
    top: -14px;
    right: 0;
    left: 0;
    content: "";
    margin: 0 auto;
    width: 8px;
    height: 8px;
    background: #b2b2b2;
    border-radius: 50%;
}

.range-fontsize .range-labels .active {
    color: var(--anchor-color);
    font-weight: 600;
}

.range-fontsize .range-labels .selected::before {
    background: var(--anchor-color);
}

.range-fontsize .range-labels .active.selected::before {
    display: none;
}

@media screen and (min-width:768px) {
    #chapter-article {
        position: relative;
        background-color: var(--bg-color);
    }

    #chapter-article .sidebar {
        width: 400px;
    }

    #chapter-article .sidebar .chapter-list .chapter-no {
        flex-basis: 20%;
    }

    #chapter-article .content-wrap {
        max-width: 780px;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }

    #chapter-article .recommends {
        padding: 19px;
        background-color: var(--bg-color-2);
        border: 2px solid var(--border-color-3);
        margin: 19px auto;
    }

    #chapter-article .recommends h3 {
        font-size: 24px;
    }

    #chapter-article .chapter-content {
        font-family: "Nunito Sans", sans-serif;
        font-size: 18px;
        line-height: 1.7;
        padding: 30px 19px 40px;
        user-select: none;
        background-color: var(--bg-color-2);
        border: 2px solid var(--border-color-3);
        border-top: 0;
        position: relative;
    }

    #chapter-article .chapter-content p {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #chapter-article .chapternav {
        margin: 0 auto;
        padding: 30px;
        justify-content: center;
        background-color: var(--bg-color-2);
        border: 2px solid var(--border-color-3);
        border-top: 0;
    }

    #chapter-article .chapternav a {
        font-size: 16px;
        white-space: nowrap;
        padding: 8px 20px;
    }

    #chapter-article .chapternav a:not(:last-child) {
        margin-right: 16px;
    }

    #chapter-article .page-in {
        margin-bottom: 30px;
    }

    #chapter-article .page-in .titles {
        background-color: var(--bg-color-2);
        border: 2px solid var(--border-color-3);
        border-bottom-width: 2px;
        border-top-width: 1px;
        padding: 20px 19px;
    }

    #chapter-article .page-in .titles h1 {
        padding-right: 26px;
    }

    #chapter-article .page-in .titles h1 .booktitle {
        font-size: 20px;
    }

    #chapter-article .page-in .titles h1 .chapter-title {
        font-size: 18px;
    }

    #chapter-article .page-in .titles #control-action-btn {
        display: block;
        width: 48px;
        height: 48px;
        border: 0;
        background-color: var(--bg-color-secondary-2);
        border-radius: 6px;
        font-size: 28px;
        line-height: 1;
        color: #fff;
    }

    #chapter-article .loadfullcont.svg {
        flex-direction: row;
        text-align: left;
        border-radius: 0;
    }

    #chapter-article .loadfullcont.svg svg {
        margin-right: 20px;
    }

    #chapter-article .loadfullcont .memberonly p {
        font-size: 16px;
    }

    #chapter-article .loadfullcont .memberonly p strong {
        font-size: 18px;
    }

    #chapter-article .loadfullcont .memberonly a {
        font-size: 18px;
    }

    #chapter-article .loadfullcont .memberonly a.button {
        margin-top: .5rem;
    }

    #chapter-article .guide-message {
        font-size: 1.4rem;
    }

    #chapter-article .guide-message .mobile {
        display: none;
    }

    #chapter-article .guide-message .desktop {
        display: block;
    }

    #chapter-article #chapter-comments {
        padding: 10px 19px 10px;
        border-width: 2px;
    }

    #chapter-article #chapter-comments h4 {
        font-size: 24px;
    }

    #chapter-article .sponsored {
        font-size: 16px;
        padding: 13px 19px;
        background-color: var(--bg-color-2);
        border: 2px solid var(--border-color-3);
    }

    .control-action {
        position: absolute;
        top: 120px;
        right: 10px;
        bottom: auto;
        opacity: 1;
        left: auto;
        height: auto;
        width: 500px;
        background-color: transparent;
        background: none;
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
        -webkit-transition: opacity .3s 0s, transform .3s 0s;
        -moz-transition: opacity .3s 0s, transform .3s 0s;
        transition: opacity .3s 0s, transform .3s 0s;
    }

    .control-action .action-items {
        padding: 20px;
        margin: 0;
    }

    .control-action .head-bar {
        margin-bottom: .7rem;
        padding-bottom: .5rem;
        display: flex;
        border-bottom: 1px solid #272727;
    }

    .control-action .head-bar .title {
        color: #a7a7a7;
        flex: 1 1 auto;
        padding-right: .5rem;
        font-size: 18px;
        line-height: 1.6;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .control-action .head-bar .action-close {
        font-size: 18px;
        padding: 5px 7px;
        border-radius: 6px;
    }

    .control-action .head-bar .action-close:hover {
        background-color: var(--bg-color-secondary-2);
        color: #272727;
    }
}

@media screen and (min-width:1024px) {
    #chapter-article .page-in .titles {
        padding: 20px 40px;
    }

    #chapter-article .content-wrap {
        max-width: 970px;
    }

    #chapter-article .chapter-content,
    #chapter-article #chapter-comments,
    #chapter-article .recommends {
        padding: 20px 40px 40px;
        position: relative;
    }

    #chapter-article .sponsored {
        padding: 13px 40px;
    }
}

@media screen and (min-width:1587px) {

    #chapter-article .left-panel,
    #chapter-article .right-panel {
        display: block;
        position: absolute;
        top: 0;
        left: -300px;
        height: 100%;
        width: 300px;
    }

    #chapter-article .left-panel .ad-sticky,
    #chapter-article .right-panel .ad-sticky {
        display: block;
        width: 300px;
        height: auto;
    }

    #chapter-article .right-panel {
        left: initial;
        right: -300px;
    }
}


#chapter-article .page-in .titles #control-action-btn {
    display: block;
    width: 48px;
    height: 48px;
    background-color: var(--bg-color-secondary-2);
    font-size: 28px;
    line-height: 1;
    color: rgb(255, 255, 255);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 6px;
}

.font14 .range {
    background: linear-gradient(to right, var(--anchor-color) 0%, var(--anchor-color) 0%, transparent 0%, transparent 100%);
}

.font16 .range {
    background: linear-gradient(to right, var(--anchor-color) 0%, var(--anchor-color) 14.285714285714286%, transparent 14.285714285714286%, transparent 100%);
}

.font18 .range {
    background: linear-gradient(to right, var(--anchor-color) 0%, var(--anchor-color) 28.571428571428573%, transparent 28.571428571428573%, transparent 100%);
}

.font20 .range {
    background: linear-gradient(to right, var(--anchor-color) 0%, var(--anchor-color) 42.85714285714286%, transparent 42.85714285714286%, transparent 100%);
}

.font22 .range {
    background: linear-gradient(to right, var(--anchor-color) 0%, var(--anchor-color) 57.142857142857146%, transparent 57.142857142857146%, transparent 100%);
}

.font24 .range {
    background: linear-gradient(to right, var(--anchor-color) 0%, var(--anchor-color) 71.42857142857143%, transparent 71.42857142857143%, transparent 100%);
}

.font26 .range {
    background: linear-gradient(to right, var(--anchor-color) 0%, var(--anchor-color) 85.71428571428572%, transparent 85.71428571428572%, transparent 100%);
}

.font28 .range {
    background: linear-gradient(to right, var(--anchor-color) 0%, var(--anchor-color) 100%, transparent 100%, transparent 100%);
}

.range-labels .active::after {
    content: "";
    position: absolute;
    top: -16px;
    z-index: 222;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    background: #6258cc;
    border-radius: 50%;
}