@keyframes page_move___ebcO {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

@keyframes page_appear__dYjlg {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.page_step_content__4vzye {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    max-width: 750px;
    justify-content: flex-start
}

.page_step_content__4vzye h1 {
    font: normal 700 28px var(--font-primary);
    margin-bottom: 24px
}

@media(min-width:768px) {
    .page_step_content__4vzye h1 {
        font: normal 700 46px var(--font-primary)
    }
}

.page_step_content__4vzye p {
    font: normal 500 20px var(--font-primary);
    color: #5c5e61
}

.page_step_content__4vzye>h1,
.page_step_content__4vzye>p {
    margin-bottom: 36px
}

.page_step_content__4vzye .vs-button {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 500px;
    margin-left: -4px
}

.page_text_button__G_3m2 {
    padding: 32px 0;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 600;
    color: #5c5e61;
    border: none
}

.page_step_with_illustration__ZlFL1 {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    margin: 32px;
    padding: 32px
}

@media(min-width:1280px) {
    .page_step_with_illustration__ZlFL1 {
        gap: 48px;
        margin: 48px
    }
}

.TooltipContent {
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 1;
    color: var(--violet-11);
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(.16, 1, .3, 1);
    will-change: transform, opacity;
    z-index: 2;
    max-width: 375px
}

.TooltipContent h4 {
    font: normal 600 14px var(--font-primary)
}

.TooltipContent p {
    font: normal 400 14px var(--font-primary);
    padding-top: 6px
}

@media(prefers-reduced-motion:no-preference) {
    .TooltipContent[data-state=delayed-open][data-side=right] {
        animation-name: slideRightAndFade
    }
}

.TooltipArrow {
    fill: #fff
}

@keyframes slideRightAndFade {
    0% {
        opacity: 0;
        transform: translateX(-2px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.channelytics {
    width: 100%
}

.channelytics .longs-and-shorts-wrapper {
    border-bottom: 1px solid var(--grey-base);
    display: flex;
    width: 100%;
    height: 200px;
    padding: 6px 24px 20px;
    justify-content: space-between;
    align-items: center
}

.channelytics .longs-and-shorts-wrapper--disabled {
    opacity: .5;
    filter: blur(6px) grayscale(100%);
    cursor: default;
    position: relative
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-left {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-evenly
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-left .title-and-filter {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-left .title-and-filter h3 {
    font-size: 20px;
    font-weight: 500
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-left .title-and-filter p {
    color: var(--grey-dark);
    font-size: 16px;
    font-weight: 500
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-left .legend-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-left .legend-container .legend-item {
    display: flex;
    align-items: center;
    gap: 10px
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-left .legend-container .legend-item p {
    font-size: 14px;
    font-weight: 500;
    color: var(--black-base)
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-left .legend-container .legend-item .red {
    filter: invert(19%) sepia(79%) saturate(4613%) hue-rotate(353deg) brightness(91%) contrast(128%)
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-left .legend-container .legend-item .dark-grey {
    filter: invert(49%) sepia(6%) saturate(44%) hue-rotate(131deg) brightness(91%) contrast(90%)
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-right {
    display: flex;
    align-items: center;
    gap: 12px
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-right .pie-chart-stats {
    display: flex;
    flex-direction: column;
    gap: 6px
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-right .pie-chart-stats h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.259px;
    color: var(--black-base)
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-right .pie-chart-stats p {
    font-size: 18px;
    color: var(--grey-dark)
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-right .pie-chart-stats .red {
    color: var(--red-base)
}

.channelytics .longs-and-shorts-wrapper .longs-and-shorts-right .pie-chart-wrapper {
    width: 80px;
    height: 80px
}

.channelytics .channelytics-info-card-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    min-height: 100px
}

@media(min-width:992px) {
    .channelytics .channelytics-info-card-wrapper {
        flex-direction: row;
        width: 100%
    }
}

.channelytics .channelytics-info-card-wrapper>div:not(:first-child) {
    border-top: 1.35px solid var(--grey-base)
}

@media(min-width:992px) {
    .channelytics-container {
        margin: 24px 0 0
    }
}

.table-headline {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    padding: 16px
}

.channelytics-container:last-of-type {
    margin-bottom: 100px
}

.month-to-month-chart {
    padding-top: 20px;
    height: 450px
}

@media(min-width:992px) {
    .month-to-month-chart {
        padding-top: unset
    }
}

.month-to-month-chart-container {
    padding-top: 20px;
    height: 450px;
    border: 1.35px solid var(--grey-base);
    border-radius: 10px;
    margin-bottom: 100px
}

@media(min-width:992px) {
    .month-to-month-chart-container {
        padding-top: unset
    }
}

.layout-80 {
    height: 85%
}

.layout-20 {
    height: 15%
}

.channelytics-content-toggle {
    background: var(--grey-base);
    border: 2px solid var(--grey-base);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 48px;
    margin-bottom: 16px;
    padding: 12px 0;
    position: relative
}

.channelytics-content-toggle:before {
    content: "";
    background: var(--white-base);
    border-radius: 10px;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s ease
}

.channelytics-content-toggle div {
    font-size: 14px;
    padding: 0;
    text-align: center;
    z-index: 1
}

.channelytics-content-toggle.subscribers:before {
    left: 50%
}

.about-cards {
    margin: 0 auto 10px
}

[data-theme=dark] .table-headline,
[data-theme=dark] .title-and-filter h3 {
    color: #fff
}

.longs-and-shorts-days-left {
    position: absolute;
    z-index: 999;
    background-color: var(--white-base);
    border: 1px solid var(--grey-base);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 8px 24px;
    border-radius: 10px;
    text-wrap: nowrap;
    text-align: center;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .051)
}

.longs-and-shorts-days-left>h2 {
    font-size: 18px;
    font-weight: 600;
    color: var(--black-base);
    padding-bottom: 10px
}

.longs-and-shorts-days-left>p {
    color: var(--grey-darker);
    font-weight: 500;
    font-size: 16px
}

.longs-and-shorts-days-left--chart {
    padding: 20px 24px
}

@media(max-width:767px) {
    .longs-and-shorts-days-left--chart {
        top: 30%
    }
}

.collecting-data-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 24px;
    padding: 16px 29px;
    height: 69px;
    width: 100%;
    transition: .3s ease;
    color: var(--black-base);
    border-radius: 10px;
    border: 1.35px solid var(--grey-base);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .03);
    gap: 36px;
    max-width: 1280px
}

.collecting-data-container-title {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    display: flex;
    gap: 14px;
    align-items: center
}

.collecting-data-container-progress {
    display: flex;
    gap: 10px;
    align-items: center
}

.collecting-data-container-progress-bar-container {
    width: 585px;
    background-color: var(--grey-base);
    border-radius: 10px;
    height: 12px
}

.collecting-data-container-progress-bar-fill {
    height: 100%;
    background-color: var(--green-base);
    border-radius: 10px
}

.collecting-data-container-progress-days-left {
    padding: 8px 12px;
    gap: 4px;
    border-radius: 50px;
    background-color: var(--grey-base);
    font-weight: 500;
    font-size: 16px
}

.channel-mobile-stats-box {
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 16px
}

@media(min-width:992px) {
    .channel-mobile-stats-box {
        display: none
    }
}

.channel-mobile-stats-box .stats-box-headline {
    font-weight: 600;
    padding-bottom: 24px;
    color: #000;
    font-size: 20px
}

@media(min-width:992px) {
    .channel-mobile-stats-box .stats-box-headline {
        font-weight: 500;
        font-size: 18px
    }
}

.channel-mobile-stats-box .stats-box-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center
}

.channel-mobile-stats-box .stats-box-container .stats-ranking-value {
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    right: 25px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #000;
    border-radius: 20px;
    margin-left: 8px;
    padding: 8px 14px
}

@media(min-width:992px) {
    .channel-mobile-stats-box .stats-box-container .stats-ranking-value {
        padding: 4px 12px
    }
}

.channel-mobile-stats-box .stats-box-container>div {
    padding: 0 10px;
    text-align: left;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50%
}

@media(min-width:992px) {
    .channel-mobile-stats-box .stats-box-container>div {
        text-align: center;
        align-items: center
    }
}

.channel-mobile-stats-box .stats-box-container>div:not(:last-child):after {
    content: "";
    position: absolute;
    background: var(--grey-base);
    right: 0;
    top: -15px;
    width: 2.1px;
    height: 80px
}

.channel-mobile-stats-box .stats-box-container>div:not(:first-child) {
    margin-left: 10px
}

.channel-mobile-stats-box .stats-box-container .stats-key {
    color: var(--neutral-grey-darker, #747575);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -.28px
}

.channel-mobile-stats-box .stats-box-container .stats-value {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.4px
}

.chart-reset-btn-container {
    height: 100%
}

.chart-reset-btn,
.chart-reset-btn-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.chart-reset-btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: transparent
}

.reset-icon {
    width: 25px;
    height: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.chart-reset-btn:hover {
    background-color: rgba(0, 0, 0, .1);
    cursor: pointer
}

.chart-reset-btn:active {
    border: 1px solid rgba(0, 0, 0, .25);
    background-color: rgba(0, 0, 0, .25)
}

[data-theme=dark] .chart-reset-btn {
    background: #fff
}

.chart-zoom-btn-container {
    height: 100%
}

.chart-zoom-btn,
.chart-zoom-btn-container {
    display: flex;
    justify-content: center;
    align-items: center
}

.chart-zoom-btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    background: transparent
}

.chart-zoom-btn.toggled {
    background-color: rgba(0, 0, 0, .1);
    border: 1px solid rgba(0, 0, 0, .25)
}

.chart-zoom {
    width: 25px;
    height: 25px;
    cursor: pointer
}

.chart-zoom-btn:hover:not(.toggled) {
    background-color: rgba(0, 0, 0, .1);
    cursor: pointer
}

.chart-zoom-btn:active {
    border: 1px solid rgba(0, 0, 0, .25);
    background-color: rgba(0, 0, 0, .25)
}

.chrome-extension {
    display: none
}

@media(min-width:992px) {
    .chrome-extension {
        display: flex;
        justify-content: center
    }
}

.chrome-extension .chrome-extension-box {
    border: var(--pc-item-border);
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    height: auto;
    width: calc(100% - 32px);
    text-align: left;
    margin: 48px 0 0;
    padding: 16px 32px;
    background: var(--pc-item-background);
    color: var(--black-base)
}

@media(min-width:992px) {
    .chrome-extension .chrome-extension-box {
        flex-direction: row;
        gap: 32px;
        padding: 24px 32px;
        width: 682px
    }
}

.chrome-extension .chrome-extension-info {
    width: 100%
}

@media(min-width:992px) {
    .chrome-extension .chrome-extension-info {
        width: 60%
    }
}

.chrome-extension .chrome-extension-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px
}

.chrome-extension .chrome-extension-header img {
    margin-right: 0
}

.chrome-extension .chrome-extension-header h4 {
    font-size: 24px;
    font-weight: 500
}

.chrome-extension .info {
    width: 90%;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px
}

.chrome-extension .chrome-extension-box button {
    background: var(--red-base);
    border-radius: 10px;
    color: #fff !important;
    font-size: 16px;
    padding: 16px 25px;
    white-space: nowrap;
    transition: .2s ease;
    cursor: pointer
}

.chrome-extension .chrome-extension-box button:hover {
    background: var(--red-dark)
}

[data-theme=dark] .chrome-extension-box {
    background: #0f1012
}

.ab-details-banner {
    width: 100%;
    height: 108px;
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .04);
    padding: 16px 24px;
    justify-content: space-between;
    border: 1px solid #f0f2f4;
    border-radius: 10px;
    gap: 32px
}

.ab-details-banner .abd-banner-video-title-container {
    display: flex;
    align-items: center;
    height: 100%;
    flex-grow: 1;
    width: calc(100% - 750px)
}

.ab-details-banner .abd-banner-info-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    width: 100%
}

.ab-details-banner .abd-banner-info-column:not(:last-child) {
    margin-right: 22.5px
}

.ab-details-banner .abd-banner-info-column .abd-channel-stats-heading {
    font: normal 500 16px var(--font-primary);
    text-wrap: nowrap
}

.ab-details-banner .abd-banner-info-column .abd-channel-stats-value {
    font: normal 600 20px var(--font-primary);
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap
}

.ab-details-banner .abd-banner-info-column .abd-channel-stats-value.date {
    min-width: 140px
}

.ab-details-banner .abd-banner-info-column .abd-channel-stats-value.test-idx {
    min-width: 60px
}

.ab-details-banner .abd-banner-info-column .abd-channel-stats-value .test-idx-grey {
    color: #a0a4a6
}

.ab-details-banner .abd-banner-info-column .abd-channel-stats-value.skeleton-loader {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 24px;
    width: 300px
}

.ab-details-banner .abd-channel-stats-container {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.ab-details-banner .abd-channel-stats-container .abd-channel-info-container {
    margin-right: 22.5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    background: var(--Neutral-Grey-200, #fbfbfb);
    padding: 8px;
    cursor: pointer
}

.ab-details-banner .abd-channel-stats-container .abd-channel-info-container .abd-banner-avatar-container {
    width: 55px;
    height: 55px;
    margin-right: 12px
}

.ab-details-banner .abd-channel-stats-container .abd-channel-info-container .abd-banner-avatar-container.skeleton-loader {
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.ab-details-banner .abd-channel-stats-container .abd-channel-info-container .abd-banner-channel-meta-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%
}

.ab-details-banner .abd-channel-stats-container .abd-channel-info-container .abd-banner-channel-meta-container .abd-banner-channel-name {
    font: normal 600 20px var(--font-primary);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 170px
}

.ab-details-banner .abd-channel-stats-container .abd-channel-info-container .abd-banner-channel-meta-container .abd-banner-channel-name.skeleton-loader {
    height: 24px;
    width: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.ab-details-banner .abd-channel-stats-container .abd-channel-column-divider {
    width: 1px;
    height: 50px;
    background-color: #f0f2f4;
    margin-right: 22.5px
}

.compare-pie-chart-container {
    width: 100%;
    height: 100%
}

@media(min-width:992px) {
    .compare-pie-chart-container {
        min-height: 120px
    }
}

.ab-details-component-container {
    height: 100%;
    width: 100%;
    min-width: 975px;
    display: flex;
    flex-direction: column;
    overflow-y: auto
}

.ab-details-component-container .flex-custom-header-left-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem
}

.ab-details-component-container .flex-custom-header-right-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem
}

.ab-details-component-container .abd-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px 32px;
    border-bottom: 1px solid #f0f2f4;
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff
}

.ab-details-component-container .abd-header .abd-header-text {
    font: normal 600 36px var(--font-primary)
}

.ab-details-component-container .abd-header .abd-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ab-details-component-container .abd-header .abd-buttons .abd-buttons-left,
.ab-details-component-container .abd-header .abd-buttons .abd-buttons-right {
    display: flex;
    gap: 16px
}

.ab-details-component-container .abd-button-text {
    font: normal 600 14px var(--font-primary)
}

.ab-details-component-container .abd-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px
}

.ab-details-component-container .abd-content .abd-content-container {
    width: 100%;
    max-width: 1650px;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container {
    display: flex;
    width: 100%;
    overflow: hidden;
    justify-content: center;
    gap: 32px;
    border-radius: 10px;
    border: 1px solid #eff1f3;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .04);
    padding: 32px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery {
    display: flex;
    gap: 24px;
    flex-direction: row;
    width: 100%
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar {
    min-width: 185px;
    max-width: 280px;
    max-height: 540px;
    background: #fff;
    box-sizing: border-box;
    overflow-y: scroll;
    width: 100%;
    margin-right: -16px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar::-webkit-scrollbar {
    background-color: inherit;
    width: 6px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar::-webkit-scrollbar-thumb {
    background-color: #9a9a9a;
    border-radius: 10px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container {
    min-width: 160px;
    gap: 12px;
    display: flex;
    flex-direction: column
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn {
    display: flex;
    align-items: center;
    max-width: calc(100% - 8px);
    height: 53px;
    background-color: #f0f2f4;
    min-width: 160px;
    border-radius: 10px;
    cursor: pointer;
    color: #747575;
    transition: background-color .5s cubic-bezier(.05, 0, 0, 1)
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn.active {
    background-color: #000;
    color: #fff
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn:hover:not(.active) {
    background-color: rgba(0, 0, 0, .1);
    cursor: pointer
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 55px;
    padding: 15px
}

@media screen and (max-width:1461px) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .test-text {
        display: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .test-text {
        display: flex
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2)and (max-width:1170px),
only screen and (min-device-pixel-ratio:2)and (max-width:1170px),
only screen and (min-resolution:192dpi)and (max-width:1170px) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .test-text {
        display: none
    }
}

@media screen and (max-width:1827px) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .test-text.sidebar-open {
        display: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .test-text.sidebar-open {
        display: flex
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2)and (max-width:1469px),
only screen and (min-device-pixel-ratio:2)and (max-width:1469px),
only screen and (min-resolution:192dpi)and (max-width:1469px) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .test-text.sidebar-open {
        display: none
    }
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .test-number-and-advanced-data-icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100px;
    min-width: 50px;
    height: 24px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .test-number-and-advanced-data-icon .advanced-data-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 17px;
    height: 17px;
    gap: 10px;
    background: #a0a4a6;
    margin-right: 4px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .test-number-and-advanced-data-icon .advanced-data-icon.active {
    background: var(--white-base)
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .test-number-and-advanced-data-icon .gallery-btn-heading {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    gap: 6px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn .gallery-btn-text-container .gallery-btn-date-txt {
    font-size: 14px;
    min-width: -moz-fit-content;
    min-width: fit-content
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-sidebar .abd-gallery-sidebar-btns-container .abd-gallery-modal-btn.skeleton-loader {
    position: relative;
    overflow: hidden
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .ab-details-large-image-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    border-radius: 10px;
    aspect-ratio: 16/9
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .ab-details-large-image-container :global(.vs-video-thumbnail) {
    aspect-ratio: 16/9;
    align-self: center
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .ab-details-large-image-container .large-ab-test-image {
    border-radius: 12px;
    width: 100%
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .gallery-sub {
    display: flex;
    flex-direction: column;
    width: 200px
}

@media screen and (max-width:1674px) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .gallery-sub {
        display: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .gallery-sub {
        display: flex
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2)and (max-width:1331px),
only screen and (min-device-pixel-ratio:2)and (max-width:1331px),
only screen and (min-resolution:192dpi)and (max-width:1331px) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .gallery-sub {
        display: none
    }
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .gallery-sub .gallery-sub-images {
    display: flex;
    flex-direction: column;
    gap: 18.5px;
    width: 200px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .gallery-sub .gallery-sub-images .gallery-current-thumbnail-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 8px;
    background: #f2f4ff;
    align-items: center;
    min-width: 200px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .gallery-sub .gallery-sub-images .gallery-current-thumbnail-container .gallery-sub-header {
    color: #4260ff;
    font-size: 20px;
    font-weight: 600
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .gallery-sub .gallery-sub-images .gallery-current-thumbnail-container .current-thumbnail-container {
    display: flex;
    align-items: center;
    gap: 32px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .collapsed-gallery-sub {
    flex-direction: column;
    gap: 16px;
    display: none
}

@media screen and (max-width:1674px) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .collapsed-gallery-sub {
        display: flex
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (min-resolution:192dpi) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .collapsed-gallery-sub {
        display: none
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2)and (max-width:1331px),
only screen and (min-device-pixel-ratio:2)and (max-width:1331px),
only screen and (min-resolution:192dpi)and (max-width:1331px) {
    .ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .collapsed-gallery-sub {
        display: flex
    }
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .collapsed-gallery-sub .collapsed-gallery-variant {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 123px;
    border-radius: 7px;
    background: #eff1f3;
    cursor: pointer
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .collapsed-gallery-sub .collapsed-gallery-variant p {
    color: #5c5f62;
    font-size: 16px;
    font-weight: 700
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .collapsed-gallery-sub .collapsed-gallery-variant.active {
    border: 3px solid #4262ff;
    background: #f2f4ff
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .collapsed-gallery-sub .collapsed-gallery-variant.active p {
    color: #4262ff
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-variant {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    min-width: 200px;
    width: 200px;
    aspect-ratio: 16/9;
    position: relative
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-variant .ab-details-variant-image-container {
    display: flex;
    border-radius: 7px;
    border: 1.5px solid transparent;
    outline: 3px solid transparent;
    min-width: 200px;
    width: 200px;
    aspect-ratio: 16/9
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-variant .ab-details-variant-image-container.active {
    border: 1.5px solid #fff;
    outline: 3px solid #4262ff;
    box-shadow: 0 0 15px 0 rgba(66, 96, 255, .5)
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-variant .abd-download-overlay-container {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-variant .abd-download-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin: 8px;
    transition: all .2s ease;
    border: 1px solid transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    position: relative
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-variant .abd-download-button:hover {
    background-color: #e8e8e8
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-variant .abd-download-button:active {
    border: 1px solid rgba(0, 0, 0, .25)
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-variant .abd-download-button .abd-download-icon {
    height: 20px;
    width: 20px
}

.ab-details-component-container .abd-content .abd-content-container .abd-gallery-container .abd-gallery .abd-gallery-variant:hover .abd-download-button {
    opacity: 1;
    visibility: visible
}

.ab-details-component-container .abd-content .abd-content-container .ab-details-chart-card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%
}

.ab-details-component-container .abd-content .abd-content-container .ab-details-chart-card-container .ab-details-chart-card {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .04);
    border: 1px solid #f0f2f4;
    padding: 16px 32px
}

.ab-details-component-container .abd-content .abd-content-container .abd-more-tests-container .abd-more-tests-header {
    margin-bottom: 24px;
    font: normal 500 24px var(--font-primary);
    display: flex;
    align-items: center;
    gap: 16px
}

.ab-details-component-container .abd-content .abd-content-container .abd-more-tests-container .abd-more-tests-header .abd-more-tests-channel-info-container {
    margin-right: 22.5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    border: 1px solid #f0f2f4;
    padding: 8px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .05);
    cursor: pointer
}

.ab-details-component-container .abd-content .abd-content-container .abd-more-tests-container .abd-more-tests-header .abd-more-tests-channel-info-container .abd-more-tests-avatar-container {
    width: 48px;
    height: 48px;
    margin-right: 12px
}

.ab-details-component-container .abd-content .abd-content-container .abd-more-tests-container .abd-more-tests-header .abd-more-tests-channel-info-container .abd-more-tests-avatar-container.skeleton-loader {
    position: relative;
    border-radius: 50%;
    overflow: hidden
}

.ab-details-component-container .abd-content .abd-content-container .abd-more-tests-container .abd-more-tests-header .abd-more-tests-channel-info-container .abd-more-tests-channel-meta-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%
}

.ab-details-component-container .abd-content .abd-content-container .abd-more-tests-container .abd-more-tests-header .abd-more-tests-channel-info-container .abd-more-tests-channel-meta-container .abd-more-tests-channel-name {
    overflow: hidden;
    max-width: 170px
}

.ab-details-component-container .abd-content .abd-content-container .abd-more-tests-container .abd-more-tests-header .abd-more-tests-channel-info-container .abd-more-tests-channel-meta-container .abd-more-tests-channel-name p {
    font: normal 600 20px var(--font-primary);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.ab-details-component-container .abd-content .abd-content-container .abd-more-tests-container .abd-more-tests-header .abd-more-tests-channel-info-container .abd-more-tests-channel-meta-container .abd-more-tests-channel-name.skeleton-loader {
    height: 24px;
    width: 150px;
    position: relative;
    overflow: hidden;
    border-radius: 6px
}

.ab-details-component-container .abd-default-btn {
    height: 44px;
    padding-block: 0;
    padding-inline: .75rem;
    min-width: 44px;
    width: -moz-fit-content;
    width: fit-content
}

.compare-view {
    background: var(--white-base);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 90%;
    padding-bottom: 32px;
    color: var(--black-base)
}

.compare-view .title-m {
    font-size: 16px;
    font-weight: 700;
    margin-right: 6px
}

@media(min-width:992px) {
    .compare-view .title-m {
        font-size: 24px
    }
}

.compare-view .body-xl {
    font-size: 16px;
    font-weight: 600
}

@media(min-width:992px) {
    .compare-view .body-xl {
        font-size: 22px
    }
}

.compare-view .margin-bottom-sm {
    margin-bottom: 8px
}

.compare-view .vs-text {
    font-size: 16px;
    font-weight: 600
}

.compare-view .left-accent {
    background: var(--red-base)
}

.compare-view .left-border {
    border: 1.4px solid var(--red-base)
}

.compare-view .right-accent {
    background: var(--blue-light)
}

.compare-view .right-border {
    border: 1.4px solid var(--blue-light)
}

.compare-view .empty-accent {
    background: var(--grey-dark)
}

.compare-view .empty-border {
    border: 1.35px solid var(--grey-base)
}

.compare-view .channel-search-box {
    background: var(--grey-light);
    border-radius: 46px;
    color: var(--grey-darker);
    display: flex;
    align-items: center;
    padding: 16px 8px;
    position: relative;
    width: 46%
}

.compare-view .channel-search-box img {
    margin-left: 12px;
    border-radius: 10px
}

.compare-view .channel-search-box input {
    padding-left: 12px;
    width: 100%;
    background: var(--grey-light);
    font-size: 14px;
    caret-color: var(--red-base);
    text-overflow: ellipsis
}

.compare-view .channel-search-box input:focus {
    outline: none
}

.compare-view .channel-search-box.full-width {
    width: 100%;
    margin-bottom: 16px
}

.compare-view .compare-view-content {
    width: 100%;
    max-width: 1280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.compare-view .compare-view-content .compare-channel-box {
    display: none;
    background: var(--white-base);
    border: 1.35px solid var(--grey-base);
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 30px 18px;
    margin-top: 60px;
    width: 100%
}

@media(min-width:992px) {
    .compare-view .compare-view-content .compare-channel-box {
        display: flex
    }
}

.compare-view .double-box-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 32px 0 0
}

.compare-view .desktop-compare-channel-header {
    display: none
}

.compare-view .mobile-channel-header-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.compare-view .mobile-channel-header-container .mobile-channel-header-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 12px;
    border-radius: 10px;
    width: 48%;
    min-height: 305px
}

.compare-view .mobile-channel-header-container .mobile-channel-header-box img {
    border-radius: 10px
}

.compare-view .mobile-channel-header-container .mobile-channel-header-box .mobile-search-box {
    width: 100%
}

.compare-view .mobile-channel-header-container .mobile-channel-header-box .channel-avatar-name-box {
    width: 100%;
    margin-top: 16px;
    white-space: nowrap
}

.compare-view .mobile-channel-header-container .mobile-channel-header-box .channel-avatar-name-box p {
    overflow: hidden;
    text-overflow: ellipsis
}

.compare-view .mobile-channel-header-container .mobile-channel-header-box .channel-header-name {
    display: flex;
    align-items: center
}

.compare-view .mobile-channel-header-container .mobile-channel-header-box .channel-header-name p {
    margin-bottom: 4px;
    max-width: 150px;
    overflow: hidden;
    height: 26px;
    text-overflow: ellipsis
}

.compare-view .mobile-channel-header-container .mobile-channel-header-box .channel-stats-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%
}

@media(min-width:992px) {
    .compare-view .mobile-channel-header-container .mobile-channel-header-box .channel-stats-container {
        margin-top: 8px
    }
}

.compare-view .mobile-channel-header-container .mobile-channel-header-box .channel-stats-container .channel-stat-box {
    margin: 8px 0
}

.compare-view .mobile-channel-header-container .mobile-channel-header-box .channel-stats-container .margin-bottom-sm {
    margin-bottom: 4px;
    font-size: 10px;
    color: var(--grey-dark)
}

.compare-view .mobile-channel-header-container .mobile-change-button {
    width: 100%;
    padding: 8px 16px;
    text-align: center;
    border-radius: 10px;
    background: var(--grey-light);
    color: var(--grey-darker);
    margin-bottom: 12px
}

.compare-view .mobile-channel-header-container .mobile-search-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 350px;
    background: var(--white-base);
    border-radius: 10px;
    padding: 20px
}

.compare-view .mobile-channel-header-container .mobile-search-box.hidden {
    display: none
}

.compare-view .mobile-channel-header-container .mobile-search-box .header-search-results {
    position: revert
}

.compare-view .compare-channel-header-box {
    background: var(--white-base);
    border-radius: 10px;
    width: 48%;
    min-height: 240px
}

.compare-view .compare-channel-header-box .compare-channel-header {
    display: flex;
    flex-direction: column;
    padding: 32px 24px
}

.compare-view .compare-channel-header-box .compare-channel-header .channel-avatar-box {
    display: flex;
    align-items: center;
    margin-bottom: 16px
}

.compare-view .compare-channel-header-box .compare-channel-header .channel-avatar-box .channel-header-name {
    display: flex
}

.compare-view .compare-channel-header-box .compare-channel-header .channel-avatar-box .channel-header-name img {
    margin-left: 6px;
    margin-top: 4px !important
}

.compare-view .compare-channel-header-box .compare-channel-header .channel-avatar-box .channel-line-accent {
    height: 90px;
    border-radius: 10px;
    padding: 5px;
    margin-right: 12px
}

[data-theme=dark] .compare-view .compare-channel-header-box .compare-channel-header .channel-avatar-box .channel-line-accent.right-accent {
    background: #0b71f0
}

.compare-view .compare-channel-header-box .compare-channel-header .channel-avatar-box img {
    border-radius: 10px;
    margin-right: 16px
}

.compare-view .compare-channel-header-box .compare-channel-header .channel-stats-container {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 24px
}

.compare-view .frequency-upload-box {
    background: var(--white-base);
    border: 1.35px solid var(--grey-base);
    border-radius: 10px;
    width: 48%;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start
}

.compare-view .frequency-upload-box p {
    margin: 4px 0
}

.compare-view .frequency-upload-box .frequency-upload {
    display: none;
    padding: 12px 32px;
    background: var(--grey-light);
    border-radius: 10px
}

.compare-view .mobile-breakdown-container {
    display: flex;
    background: var(--grey-base);
    width: 100%;
    height: 46px;
    margin: 32px 0 0;
    border-radius: 10px
}

.compare-view .mobile-breakdown-container .mobile-breakdown-pager {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    width: 100%;
    text-align: center;
    height: 46px;
    border-radius: 10px;
    color: var(--grey-dark)
}

.compare-view .mobile-breakdown-container .mobile-breakdown-pager .pager-option {
    margin: 3px;
    padding: 8px 14px;
    border-radius: 10px;
    flex: 1
}

.compare-view .mobile-breakdown-container .mobile-breakdown-pager .option-selected {
    background: var(--white-base);
    color: var(--grey-darker);
    border-radius: 10px
}

.compare-view .mobile-breakdown-values-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 240px
}

.compare-view .mobile-breakdown-values-box .bar-line {
    height: 5px;
    border-radius: 10px
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-left-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 12px 0;
    padding: 8px 4px 8px 16px;
    flex: 1
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-left-bars .bar-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 12px 0;
    padding: 8px 16px
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-left-bars .bar-box .bar-text {
    font-size: 16px;
    font-weight: 600;
    text-align: right
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-left-bars .bar-box .bar-line {
    margin-top: 4px;
    width: 5px;
    align-self: flex-end
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-right-bars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 12px 0;
    padding: 8px 16px 8px 4px;
    flex: 1
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-right-bars .bar-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 12px 0;
    padding: 8px 16px
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-right-bars .bar-box .bar-text {
    font-size: 16px;
    font-weight: 600
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-right-bars .bar-box .bar-line {
    margin-top: 4px;
    width: 5px
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-center .bar-text {
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0
}

.compare-view .mobile-breakdown-values-box .mobile-breakdown-center span {
    background: var(--grey-base);
    color: var(--grey-darker);
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    margin: 12px 0;
    padding: 8px 16px;
    width: 90px;
    text-align: center
}

.compare-view .breakdown-container {
    background: var(--white-base);
    border: 1.35px solid var(--grey-base);
    border-radius: 10px;
    width: 100%;
    padding: 8px 24px 24px;
    margin: 32px 0 0;
    display: none;
    align-items: center
}

@media(min-width:992px) {
    .compare-view .breakdown-container .breakdown-container {
        display: flex
    }
}

.compare-view .breakdown-container .breakdown-title-box {
    width: 15%
}

.compare-view .breakdown-container .breakdown-title-box .breakdown-titles {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 210px;
    padding-top: 30px
}

.compare-view .breakdown-container .breakdown-title-box .breakdown-titles .title-container {
    display: flex;
    align-items: center;
    flex: 1
}

.compare-view .breakdown-container .breakdown-contents-box {
    width: 85%;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.compare-view .breakdown-container .breakdown-box {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin: 8px 0;
    min-height: 24px
}

.compare-view .breakdown-container .breakdown-box-time {
    width: 10%;
    padding-top: 4px;
    font-weight: 600 !important
}

.compare-view .breakdown-container .compare-stat-box {
    margin-top: 8px;
    display: flex;
    justify-content: space-between
}

.compare-view .breakdown-container .compare-stat-box p {
    font-weight: 500 !important
}

.compare-view .breakdown-container .line-box {
    min-width: 250px;
    margin: 0 auto;
    min-height: 46px
}

.compare-view .breakdown-container .compare-stat-line {
    min-width: 10px;
    height: 8px !important;
    border-radius: 10px;
    transition: all .2s ease-in-out
}

.compare-view .breakdown-container .compare-stat-line.left-line {
    background: var(--red-base);
    margin-right: 3.5px
}

.compare-view .breakdown-container .compare-stat-line.right-line {
    background: #0b71f0;
    margin-left: 3.5px
}

.compare-view .breakdown-container .compare-stat-line:hover {
    transform: scale(1.03)
}

.compare-view .longs-vs-shorts-card {
    background: var(--white-base);
    border: 1.35px solid var(--grey-base);
    border-radius: 10px;
    width: 100%;
    padding: 24px;
    margin: 32px 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-header {
    font-weight: 500;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-header>p {
    font-weight: 500
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex: 1
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right {
    width: 50%;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 25px
}

@media(min-width:992px) {

    .compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left,
    .compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right {
        flex-direction: row
    }
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left>div,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right>div {
    flex: 1
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-row__total,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-row__total {
    flex-direction: column
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-row__total .longs-vs-shorts-stats-value,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-row__total .longs-vs-shorts-stats-value {
    font-size: 20px;
    font-weight: 600;
    line-height: 1
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box {
    margin-top: 10px
}

@media(min-width:992px) {

    .compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box,
    .compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box {
        justify-self: auto
    }
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator:before,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator:before {
    content: "";
    width: 7px;
    height: 41px;
    border-radius: 7px;
    margin-right: 5px
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator--red:before,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator--red:before {
    background: var(--red-base)
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator--blue:before,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator--blue:before {
    background: var(--blue-light)
}

[data-theme=dark] .compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator--blue:before,
[data-theme=dark] .compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator--blue:before {
    background: #0b71f0
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator--grey:before,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator--grey:before {
    background: var(--grey-light)
}

[data-theme=dark] .compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator--grey:before,
[data-theme=dark] .compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator--grey:before {
    background: #eff1f3
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator>div,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator>div {
    margin-left: 10px
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator:not(:first-child),
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator:not(:first-child) {
    margin-top: 20px
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator .longs-vs-shorts-stats-label,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator .longs-vs-shorts-stats-value,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator .longs-vs-shorts-stats-label,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator .longs-vs-shorts-stats-value {
    line-height: 1.2
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator .longs-vs-shorts-stats-value,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-row--with-color-indicator .longs-vs-shorts-stats-value {
    font-size: 16px;
    font-weight: 600
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-label,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-label {
    font-size: 14px;
    font-weight: 400
}

.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .left .longs-vs-shorts-stats-box .longs-vs-shorts-stats-value,
.compare-view .longs-vs-shorts-card .longs-vs-shorts-container .right .longs-vs-shorts-stats-box .longs-vs-shorts-stats-value {
    font-size: 20px;
    font-weight: 600
}

.compare-view .longs-vs-shorts-card .chart-filter-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-basis: 0;
    margin-top: 10px
}

.compare-view .longs-vs-shorts-card .chart-filter-container--mobile {
    display: flex;
    justify-content: space-between
}

@media(min-width:768px) {
    .compare-view .longs-vs-shorts-card .chart-filter-container {
        display: flex;
        gap: 10px;
        margin-top: 0
    }

    .compare-view .longs-vs-shorts-card .chart-filter-container--mobile {
        display: none
    }
}

.compare-view .longs-vs-shorts-card .chart-filter-container button {
    border-radius: 10px;
    height: 40px;
    border: 1.35px solid var(--grey-light);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .03);
    transition: .2s ease;
    color: var(--black-base);
    text-align: center;
    font-size: 14px;
    padding: 8px 16px
}

.compare-view .longs-vs-shorts-card .chart-filter-container button.active {
    background-color: var(--black-base);
    border: 1.35px solid transparent;
    color: #fff
}

.compare-view .longs-vs-shorts-card .chart-filter-container button.active:hover {
    background-color: #000;
    border: 1.35px solid transparent;
    color: #fff
}

.compare-view .longs-vs-shorts-card .chart-filter-container button:hover {
    border: 1.35px solid var(--grey-light);
    background-color: var(--grey-base)
}

.compare-view .longs-vs-shorts-card .desktop-only {
    display: none
}

@media(min-width:992px) {
    .compare-view .longs-vs-shorts-card .desktop-only {
        display: flex
    }
}

.compare-view .longs-vs-shorts-card .mobile-only {
    display: flex
}

@media(min-width:992px) {
    .compare-view .longs-vs-shorts-card .mobile-only {
        display: none
    }
}

.compare-view .compare-charts-filter {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: 32px 0 0;
    z-index: 101
}

.compare-view .chart-container {
    border-radius: 10px;
    width: 100%;
    height: auto;
    margin: 32px 0 14px
}

@media(min-width:992px) {
    .compare-view .chart-container {
        height: 450px
    }

    .compare-view .compare-view {
        width: 100%;
        margin: auto;
        background: var(--grey-lighter)
    }

    .compare-view .breakdown-container {
        display: flex;
        min-height: 250px
    }

    .compare-view .mobile-breakdown-container,
    .compare-view .mobile-breakdown-values-box,
    .compare-view .mobile-channel-header-container {
        display: none
    }

    .compare-view .frequency-upload {
        display: block
    }

    .compare-view .frequency-upload-box {
        flex-direction: row;
        align-items: center
    }

    .compare-view .desktop-compare-channel-header {
        display: block;
        width: 100%
    }
}

[data-theme=dark] .compare-view .longs-vs-shorts-card .chart-filter-container button.active {
    border: 1.35px solid transparent;
    color: #000;
    background-color: var(--black-base)
}

[data-theme=dark] .compare-view .longs-vs-shorts-card .chart-filter-container button.active:hover {
    background-color: #fff;
    border: 1.35px solid transparent;
    color: #000
}

[data-theme=dark] .compare-view .longs-vs-shorts-card .chart-filter-container button:hover {
    border: 1.35px solid var(--grey-light);
    background-color: var(--grey-base)
}

[data-theme=dark] .compare-view .channel-search-box input {
    background: transparent
}

[data-theme=light] {
    --background-color: #fff;
    --text-color: #000;
    --subtext-color: #606060;
    --button-background-color: #000;
    --button-text-color: #fff;
    --button-border-color: #000;
    --button-hover-background-color: #333;
    --dismiss-button-background-color: #fff;
    --dismiss-button-text-color: #2a2a2a;
    --dismiss-button-border-color: #ccc;
    --dismiss-button-hover-background-color: #f0f0f0
}

[data-theme=dark] {
    --background-color: #1a1b1e;
    --text-color: #fff;
    --subtext-color: #ccc;
    --button-background-color: #fff;
    --button-text-color: #000;
    --button-border-color: #fff;
    --button-hover-background-color: #ccc;
    --dismiss-button-background-color: #00000000;
    --dismiss-button-text-color: #fff;
    --dismiss-button-border-color: #8b8b8b;
    --dismiss-button-hover-background-color: #444
}

.notification-banner {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    padding: 16px;
    max-width: min(420px, 100% - 32px);
    background: var(--background-color);
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .08), 0 1px 1px rgba(0, 0, 0, .02), 0 4px 8px -4px rgba(0, 0, 0, .04), 0 16px 24px -8px rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text-color);
    transform: translateY(30%);
    opacity: 0;
    animation: animateUpIntoView .8s cubic-bezier(.25, .8, .25, 1) .4s;
    animation-fill-mode: forwards;
    gap: 6px
}

@media(max-width:500px) {
    .notification-banner {
        box-shadow: 0 0 0 2px rgba(0, 0, 0, .08), 0 1px 1px rgba(0, 0, 0, .02), 0 4px 8px -4px rgba(0, 0, 0, .04), 0 16px 24px -4px rgba(0, 0, 0, .13);
        width: calc(100% - 70px);
        left: 35px;
        right: 35px;
        bottom: 60px;
        max-width: unset
    }
}

.notification-banner .flex-container {
    display: flex;
    align-items: flex-start;
    width: 100%
}

.notification-banner p {
    margin: 0;
    line-height: 21px;
    font-size: 14px;
    font-weight: 300;
    color: var(--subtext-color)
}

.notification-banner a {
    margin: 0;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    cursor: pointer
}

.notification-banner a:hover {
    color: #4262ff
}

.notification-banner .title {
    width: 100%;
    margin: 0;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color)
}

.notification-banner .subtext {
    font-size: 12px;
    color: var(--subtext-color)
}

.notification-banner .buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 6px
}

.notification-banner .btn {
    padding: 11px 20px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid var(--button-border-color);
    transition: all .2s ease-in-out;
    cursor: pointer
}

.notification-banner .btn.dismiss {
    background: var(--dismiss-button-background-color);
    color: var(--dismiss-button-text-color);
    border: 1px solid var(--dismiss-button-border-color)
}

.notification-banner .btn.dismiss:hover {
    background: var(--dismiss-button-hover-background-color)
}

.notification-banner .btn.approve {
    background: var(--button-background-color);
    color: var(--button-text-color)
}

.notification-banner .btn.approve:hover {
    background: var(--button-hover-background-color);
    border: 1px solid transparent
}

.notification-banner.fade-out {
    animation: fadeOut .3s forwards
}

@keyframes fadeOut {
    0% {
        transform: translateY(0);
        opacity: 1
    }

    to {
        transform: translateY(10%);
        opacity: 0
    }
}

@keyframes animateUpIntoView {
    0% {
        transform: translateY(30%);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

.dropdown-filter {
    cursor: pointer;
    background: var(--white-base);
    border: 1.35px solid var(--grey-base);
    border-radius: 10px;
    color: var(--black-light);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 225px;
    height: 50px;
    transition: all .2s ease-in-out;
    z-index: 20
}

.dropdown-filter:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .03)
}

.dropdown-filter.dropdown--lg {
    padding: 16px
}

.dropdown-filter.dropdown--md {
    padding: 12px
}

.dropdown-filter.dropdown--sm {
    padding: 8px 12px 8px 8px
}

.dropdown-filter.dropdown--auto {
    padding: 16px;
    width: 100%
}

.dropdown-filter.dropdown--full-width {
    width: 100%
}

.dropdown-filter.dropdown--red {
    border: unset;
    background-color: var(--red-base);
    color: var(--white-base)
}

.dropdown-filter.dropdown--no-borders {
    border: none;
    gap: 5px
}

.dropdown-filter.dropdown--no-borders .dd-button {
    white-space: nowrap
}

.dropdown-filter.dropdown--no-borders .dd-list {
    border: 1.35px solid var(--grey-darker);
    padding: 4px;
    border-radius: 10px
}

.dropdown-filter .dd-button-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: inherit
}

.dropdown-filter .dd-button {
    background: none;
    border: none;
    cursor: pointer;
    margin-right: auto;
    text-align: left
}

.dropdown-filter .dd-button .date-range {
    display: block;
    font-size: 12px;
    color: var(--grey-dark);
    margin-bottom: 5px
}

.dropdown-filter .dd-button .selected-option {
    display: block;
    line-height: auto;
    font-size: 16px
}

@media(min-width:768px) {
    .dropdown-filter .dd-button .selected-option {
        font-size: 14px
    }
}

.dropdown-filter .dd-list {
    background-color: var(--white-base);
    border: 1.35px solid var(--grey-base);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    z-index: 1;
    animation: animateDropdown .2s ease-in-out forwards
}

.dropdown-filter .dd-option {
    font-size: 14px;
    white-space: nowrap;
    padding: 12px;
    text-align: start;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    transition: .3s ease
}

.dropdown-filter .dd-option--enabled {
    color: var(--black-base);
    cursor: pointer
}

.dropdown-filter .dd-option--disabled {
    color: gray;
    cursor: default
}

.dropdown-filter .dd-option--selected {
    background-color: var(--red-base);
    color: var(--white-base)
}

.dropdown-filter .dd-option:hover:not(.dd-option--disabled) {
    background-color: var(--grey-base);
    border-radius: 10px
}

.dropdown-filter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.dropdown {
    cursor: pointer;
    background: #fff;
    border-radius: 10px;
    color: var(--black-light);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    height: 27px
}

.dropdown:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .03)
}

.dropdown.dropdown--lg {
    gap: 112px
}

.dropdown.dropdown--md {
    gap: 36px;
    padding: 12px
}

.dropdown.dropdown--sm {
    gap: 36px;
    padding: 8px 12px 8px 8px
}

.dropdown.dropdown--open {
    border-bottom: 1.35px solid transparent;
    border-radius: 10px 10px 0 0;
    margin-bottom: 1px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, .1)
}

.dropdown.dropdown--open .dd-arrow {
    transform: rotateX(180deg)
}

.dropdown.dropdown--no-borders {
    border: none;
    gap: 5px
}

.dropdown.dropdown--no-borders .dd-button {
    white-space: nowrap
}

.dropdown.dropdown--no-borders .dd-list {
    border: 1px solid var(--grey-darker);
    padding: 4px
}

.dropdown .dd-header {
    cursor: pointer;
    padding: 0 0 0 12px
}

.dropdown .dd-list {
    background-color: var(--white-base);
    border: 1px solid var(--grey-base);
    border-top: 0;
    box-shadow: 0 18px 18px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    padding: 12px;
    position: absolute;
    top: 100%;
    left: -1.5px;
    width: calc(100% + 3px);
    z-index: 1;
    animation: fadeInFromNone .2s linear
}

.dropdown .dd-arrow {
    transition: transform .2s ease-in-out
}

.dropdown .dd-option {
    cursor: pointer;
    white-space: nowrap;
    padding: 12px;
    text-align: start;
    border-radius: 5px;
    display: flex;
    justify-content: space-between
}

.dropdown .dd-option span:last-child {
    margin-left: 5px;
    min-width: 10px
}

.dropdown .dd-option:hover {
    background-color: var(--grey-base);
    border-radius: 10px
}

@media(min-width:992px) {
    .legal-copyright-container {
        display: flex
    }
}

.footer--home .footer__top {
    display: none
}

.footer--home .footer__bottom {
    width: 100%;
    padding: 32px 16px;
    justify-content: space-around
}

.footer--home .footer__bottom .socials-container {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: center;
    margin-bottom: 30px;
    margin-top: -20px
}

@media(min-width:992px) {
    .footer--home .footer__bottom .socials-container {
        justify-content: unset;
        margin-bottom: 0;
        margin-top: 0
    }
}

.footer--hidden {
    display: none !important
}

@media(min-width:992px) {
    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        max-width: 1280px;
        margin: 0 auto
    }

    .footer--home {
        max-width: unset
    }
}

.footer__top {
    display: flex;
    flex-direction: column;
    padding: 60px 40px 40px
}

@media(min-width:992px) {
    .footer__top {
        flex-direction: row;
        justify-content: space-between;
        padding: 40px 16px 16px
    }

    .footer__top div:first-child {
        flex: 1;
        order: 2
    }

    .footer__top div:nth-child(2) {
        flex: 1;
        order: 1
    }

    .footer__top div:nth-child(3) {
        flex: 1.5
    }
}

.footer__bottom {
    border-top: 1px solid #eff1f3;
    display: flex;
    flex-direction: column;
    padding: 40px 16px 48px
}

@media(min-width:992px) {
    .footer__bottom {
        flex-direction: row;
        justify-content: center
    }
}

.footer__headline {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 32px;
    text-transform: uppercase
}

.footer__headline,
.footer__link {
    color: var(--black-base);
    font-style: normal
}

.footer__link {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.14px;
    transition: .2s ease;
    width: -moz-fit-content;
    width: fit-content
}

.footer__link--underline {
    text-decoration: underline;
    color: var(--grey-darker)
}

.footer__link:hover {
    color: var(--red-base)
}

.footer__link:hover img {
    filter: invert(36%) sepia(96%) saturate(7451%) hue-rotate(355deg) brightness(109%) contrast(122%)
}

.footer__no-link {
    color: var(--black-base);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.14px;
    width: -moz-fit-content;
    width: fit-content
}

.footer__group {
    margin-bottom: 54px
}

.footer__group:nth-child(2) {
    margin-bottom: 0
}

@media(min-width:992px) {
    .footer__group {
        margin-bottom: 0
    }
}

.footer__categories {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 18px;
    width: 100%
}

@media(min-width:992px) {
    .footer__categories {
        grid-template-columns: 1fr;
        max-width: 296px;
        order: 2
    }
}

.footer__social {
    display: flex;
    flex-direction: column;
    gap: 18px;
    width: 100%
}

@media(min-width:992px) {
    .footer__social {
        order: 1;
        max-width: 222px
    }
}

.footer__product {
    display: none
}

@media(min-width:992px) {
    .footer__product {
        flex-direction: column;
        width: 100%;
        display: flex;
        order: 3
    }
}

.footer__product .chrome-extension {
    display: none
}

@media(min-width:992px) {
    .footer__product .chrome-extension {
        display: flex;
        justify-content: center;
        width: 100%
    }
}

.footer__product .chrome-extension .chrome-extension-box {
    border: 1.35px solid var(--grey-base);
    border-radius: 10px;
    margin: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
    padding: 24px;
    width: 100%
}

.footer__product .chrome-extension .chrome-extension-info {
    width: 100%
}

.footer__product .chrome-extension .chrome-extension-header {
    display: flex
}

.footer__product .chrome-extension .chrome-extension-header img {
    margin-right: 0
}

.footer__product .chrome-extension .chrome-extension-header h4 {
    font-size: 24px;
    font-weight: 500
}

.footer__product .chrome-extension .info {
    width: 90%;
    font-weight: 400;
    font-size: 14px;
    line-height: 50px
}

.footer__product .chrome-extension .chrome-extension-box button {
    background: var(--red-base);
    border-radius: 46px;
    color: var(--white-base);
    font-size: 16px;
    padding: 16px 25px;
    white-space: nowrap;
    transition: .2s ease
}

.footer__product .chrome-extension .chrome-extension-box button:hover {
    background: var(--red-dark)
}

.footer__social-plattforms {
    display: flex;
    flex-direction: row;
    gap: 14px;
    margin: 16px 0;
    width: 100%
}

.footer__legal {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%
}

@media(min-width:992px) {
    .footer__legal {
        justify-content: flex-end;
        flex-direction: row;
        width: auto;
        align-items: center;
        gap: 54px
    }
}

.footer__copyright {
    display: flex;
    margin-top: 40px;
    color: var(--grey-darker);
    justify-content: center
}

@media(min-width:992px) {
    .footer__copyright {
        margin-top: 0;
        align-items: center;
        margin-left: 54px;
        font-size: 14px;
        justify-content: unset
    }
}

@media(min-width:0px)and (max-width:992px) {
    .footer {
        color: var(--grey-dark);
        width: 100%
    }

    .footer__legal {
        color: var(--grey-dark);
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        gap: 0;
        margin-top: -15px
    }

    .footer__copyright {
        margin-top: 12px;
        margin-bottom: -15px;
        text-align: center
    }

    .footer__copyright,
    .footer__link--underline {
        color: var(--grey-dark)
    }
}

#accessibilityWidget {
    cursor: pointer
}

[data-theme=dark] .footer {
    border-top: 1px solid #3c3c3d;
    max-width: none
}

[data-theme=dark] .footer .footer__top {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%
}

[data-theme=dark] .footer__bottom {
    border-top-color: #0f1012
}

[data-theme=dark] .footer__link img {
    filter: invert(100%) sepia(0) saturate(192%) hue-rotate(314deg) brightness(84%) contrast(96%)
}

[data-theme=dark] .footer__link:hover {
    color: var(--red-base)
}

[data-theme=dark] .footer__link:hover img {
    filter: invert(36%) sepia(96%) saturate(7451%) hue-rotate(355deg) brightness(109%) contrast(122%)
}

.empty-video-box {
    border-radius: 10px;
    border: 10px dashed var(--neutral-white-darker, #ddd);
    position: relative;
    height: 400px
}

@media(min-width:992px) {
    .empty-video-box {
        height: 310px
    }
}

.empty-video-box__inner-box {
    border-radius: 7.5px;
    background-color: var(--white-base);
    padding-top: 60px;
    padding-bottom: 80px;
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px
}

.empty-video-box__content-wrapper,
.empty-video-box__inner-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.empty-video-box__image {
    width: 68.75px;
    height: 56.05px;
    margin-bottom: 50px
}

.empty-video-box__text {
    font-size: 18px;
    font-weight: 400;
    color: var(--neutral-grey-darker, #747575)
}

@media(min-width:992px) {
    .empty-video-box__text {
        font-size: 16px
    }
}

.faq-view {
    max-width: 1280px;
    width: 90%;
    margin: auto;
    padding: 60px 0 40px
}

.faq-view h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px
}

.faq-view .faq-about {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px
}

[data-theme=dark] .faq-view {
    color: #fff
}

.chart-header {
    display: flex;
    justify-self: flex-end
}

.chart-header-plain {
    padding-bottom: 16px;
    font-weight: 500
}

.chart-header-left {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 16px;
    font-weight: 500
}

.chart-header-left.is-timebased {
    width: auto
}

.chart-header-left.is-timebased .chart-type-switch {
    display: block;
    border-radius: 0;
    background: transparent;
    margin-bottom: 0;
    height: auto;
    width: auto
}

.chart-header-left.is-timebased .chart-type-switch:before {
    display: none
}

.chart-header-left.is-timebased .chart-type-switch button {
    padding: 12px 8px 0 0;
    width: auto;
    font-size: 20px;
    font-weight: 400 !important
}

@media(min-width:992px) {
    .chart-header-left {
        width: auto
    }
}

.chart-header-left .chart-type-switch {
    background: var(--grey-base);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 44px;
    width: 220px;
    margin-bottom: 8px;
    position: relative;
    padding: 2px
}

@media(min-width:992px) {
    .chart-header-left .chart-type-switch {
        background: transparent;
        border-radius: 0;
        display: flex;
        margin-bottom: 0;
        padding: 0
    }
}

.chart-header-left .chart-type-switch button {
    border-radius: 10px;
    transition: .2s ease;
    color: var(--grey-dark);
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    width: 100%
}

@media(min-width:992px) {
    .chart-header-left .chart-type-switch button {
        border: 0;
        font-size: 24px;
        font-weight: 300;
        padding: 0 8px;
        width: auto
    }
}

.chart-header-left .chart-type-switch button.active {
    font-size: 24p;
    font-weight: 400
}

.chart-header-left .chart-type-switch button:first-child {
    padding-left: 0
}

.chart-header-left .chart-type-switch button:not(:last-child) {
    position: relative
}

.chart-header-left .chart-type-switch button:not(:last-child):after {
    content: "";
    position: absolute;
    right: -1px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--grey-base)
}

.chart-header-left .chart-type-switch button.active {
    color: var(--black-base)
}

.chart-header-left .chart-type-switch button.line {
    font-weight: 200
}

.chart-header-left .chart-type-switch button:hover:not(.active) {
    color: var(--grey-darker)
}

.chart-header-left .chart-type-switch .vsct-chart-toggle-selector {
    width: 50%;
    border-radius: 8px;
    background: #fff;
    height: calc(100% - 4px);
    top: 2px
}

@media(min-width:992px) {
    .chart-header-left .chart-type-switch .vsct-chart-toggle-selector {
        display: none
    }
}

.chart-header-left .chart-type-switch--mobile {
    background: var(--grey-base);
    border: 2px solid var(--grey-base);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 48px;
    margin-bottom: 24px;
    padding: 12px 0;
    position: relative;
    width: 100%
}

.chart-header-left .chart-type-switch--mobile:before {
    content: "";
    background: var(--white-base);
    border-radius: 10px;
    height: 100%;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s ease
}

.chart-header-left .chart-type-switch--mobile button {
    font-size: 14px;
    padding: 0;
    z-index: 1
}

.chart-header-left .chart-type-switch--subscribers:before {
    left: 50%
}

.chart-header-left .view-count {
    color: var(--black-base);
    font-size: 24px;
    font-weight: 500;
    margin-top: 12px
}

@media(min-width:992px) {
    .chart-header-left .view-count {
        font-size: 24px;
        font-weight: 600
    }
}

.chart-header-left .percent-change-indicator {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 0;
    display: flex
}

.chart-header-left .percent-change-indicator img {
    display: inline-block;
    margin-right: 8px;
    height: 16px;
    width: 16px
}

.chart-header-left .percent-change-indicator .colored-red {
    color: var(--red-base)
}

.chart-header-left .percent-change-indicator .colored-green {
    color: var(--green-base)
}

.chart-header-left .percent-change-indicator .filter-range {
    color: var(--grey-darker);
    margin-left: 6px
}

.chart-header-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right
}

@media(min-width:992px) {
    .chart-header-right {
        margin-left: auto
    }
}

.chart-header-right .info-box {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 36px;
    align-self: flex-end;
    margin-top: 2px;
    margin-bottom: 12px;
    margin-right: 4px;
    transition: all .2s ease;
    cursor: pointer
}

.chart-header-right .info-box img {
    margin-right: 8px
}

.chart-header-right .info-box .info-text {
    padding-top: .5px;
    color: #ababab;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.chart-header-right .info-box:hover {
    background-color: hsla(0, 0%, 67%, .125)
}

.chart-header-right .info-box:hover .info-text {
    color: #9c9c9c
}

.chart-header-right .chart-filter-container {
    display: none
}

.chart-header-right .chart-filter-container--mobile {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 16px
}

@media(min-width:992px) {
    .chart-header-right .chart-filter-container {
        display: flex;
        gap: 10px
    }

    .chart-header-right .chart-filter-container--mobile {
        display: none
    }
}

.chart-header-right .chart-filter-container button {
    border-radius: 10px;
    height: 40px;
    border: 1.35px solid var(--grey-light);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .03);
    transition: .2s ease;
    color: var(--black-base);
    text-align: center;
    font-size: 14px;
    padding: 8px 16px
}

.chart-header-right .chart-filter-container button.disabled {
    color: var(--grey-light);
    box-shadow: none
}

.chart-header-right .chart-filter-container button.disabled:hover {
    background-color: #fff;
    border-color: var(--grey-light)
}

.chart-header-right .chart-filter-container button.active,
.chart-header-right .chart-filter-container button.active:hover {
    background-color: #000;
    border: 1.35px solid transparent;
    color: #fff
}

.chart-header-right .chart-filter-container button:hover {
    border: 1.35px solid hsla(0, 0%, 67%, .584);
    background-color: rgba(239, 241, 243, .502)
}

.header-content-collapse-cell {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1.35px solid var(--grey-base);
    background: var(--white-base);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .031)
}

.header-content-collapse-cell .cell-header-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 100%;
    height: 120px;
    padding: 0 24px;
    cursor: pointer
}

.header-content-collapse-cell .cell-header-container:hover {
    background: var(--grey-base)
}

.header-content-collapse-cell .cell-header-container .cell-header {
    margin-right: 40px;
    color: var(--black-base);
    font-size: 16px;
    line-height: 1.5
}

.header-content-collapse-cell .cell-content-container {
    max-height: 0;
    transition: max-height .25s ease-out;
    overflow: hidden;
    color: var(--black-base)
}

.header-content-collapse-cell .cell-content-container.expanded {
    max-height: 1800px;
    transition: max-height .25s ease-in
}

.header-content-collapse-cell .cell-content-container .cell-content {
    line-height: 28.32px;
    padding-inline: 24px
}

.header-content-collapse-cell .cell-content-container .cell-content:first-of-type {
    padding-block-start: 32px
}

.header-content-collapse-cell .cell-content-container .cell-content:last-of-type {
    padding-block-end: 32px
}

.header-content-collapse-cell .cell-content-container .cell-content.cell-subheader {
    font-size: 22px;
    font-weight: 600;
    padding-block-start: 32px;
    padding-block-end: 8px
}

.header-content-collapse-cell .cell-content-container .cell-content.cell-subcontent {
    padding-block-start: 8px;
    padding-block-end: 32px;
    text-wrap: pretty
}

.header-content-collapse-cell .cell-content-container .cell-content.cell-subcontent a {
    color: var(--blue-light);
    -webkit-text-decoration: under;
    text-decoration: under;
    font-weight: 600
}

.header-content-collapse-cell .close {
    position: absolute;
    right: 32px;
    top: 45px;
    width: 23px;
    height: 23px;
    transition: all .2s ease-in-out
}

.header-content-collapse-cell .close.expanded {
    transform: rotate(45deg)
}

.header-content-collapse-cell .close:after,
.header-content-collapse-cell .close:before {
    position: absolute;
    left: 15px;
    content: " ";
    height: 23px;
    width: 2px;
    background: var(--black-base)
}

.header-content-collapse-cell .close:before {
    transform: rotate(45deg)
}

.header-content-collapse-cell .close:after {
    transform: rotate(-45deg)
}

.header-search-results-suggested {
    background: var(--white-base);
    border-radius: 0 0 10px 10px;
    border: 2px solid var(--grey-base);
    border-top: 0;
    box-shadow: 0 16px 16px rgba(0, 0, 0, .08);
    position: absolute;
    top: calc(100% - 6px);
    left: -2px;
    max-height: 500px;
    overflow: clip;
    width: calc(100% + 4px);
    z-index: 10;
    scrollbar-width: none;
    animation: fadeInFromNone .2s linear
}

.header-search-results-suggested::-webkit-scrollbar {
    display: none
}

.header-search-results-suggested .hsr-channels {
    min-height: 70px;
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 22px 0 14px 24px
}

.header-search-results-suggested .hsr-channel-item {
    cursor: pointer;
    background: var(--grey-light);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px 8px 8px;
    width: -moz-fit-content;
    width: fit-content;
    transition: none
}

.header-search-results-suggested .hsr-channel-item:hover {
    transition: .2s ease;
    background: hsla(0, 0%, 67%, .3)
}

.header-search-results-suggested .hsr-channel-name {
    white-space: nowrap;
    font-size: 14px
}

.header-search-results-suggested .hsr-history {
    display: flex;
    flex-direction: column-reverse;
    padding: 4px 12px 8px
}

.header-search-results-suggested .hsr-history .hsr-history-channels {
    display: grid;
    align-items: center;
    grid-template-columns: 50px 1fr 20px;
    gap: 12px;
    padding: 12px;
    transition: .2s ease
}

.header-search-results-suggested .hsr-history .hsr-history-channels:hover {
    border-radius: 10px;
    background: var(--grey-base)
}

.header-search-results-suggested .hsr-history .hsr-history-channels .channel-remove {
    filter: opacity(.5);
    padding: 4px;
    transition: .2s ease
}

.header-search-results-suggested .hsr-history .hsr-history-channels .channel-remove:hover {
    filter: opacity(1)
}

.header-search-results-suggested .hsr-history .hsr-history-channels .channel-name {
    font-size: 14px;
    margin-bottom: 4px
}

.header-search-results-suggested .hsr-history .hsr-history-channels .channel-handle {
    color: var(--grey-dark);
    font-size: 12px
}

.header-search-results-suggested .hsr-history .hsr-history-channels img {
    border-radius: 10px;
    margin-left: 0
}

.header-search-results-suggested .hsr-history-title {
    color: var(--black-base);
    padding: 2px 24px 0
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0
    }

    30% {
        display: block;
        opacity: 0
    }

    to {
        display: block;
        opacity: 1
    }
}

.expand-recent {
    padding-top: 10px
}

[data-theme=dark] .hsr-channel-item img {
    filter: invert(98%) sepia(1%) saturate(192%) hue-rotate(314deg) brightness(84%) contrast(96%)
}

[data-theme=dark] .hsr-history .hsr-history-channels .channel-remove {
    filter: brightness(0) invert(1) opacity(.5)
}

[data-theme=dark] .hsr-history .hsr-history-channels .channel-remove:hover {
    filter: brightness(0) invert(1) opacity(1)
}

.header-search-results {
    background: var(--white-base);
    border-radius: 0 10px 10px 0;
    border: 1px solid var(--grey-base);
    border-top: 0;
    box-shadow: 0 16px 16px rgba(0, 0, 0, .08);
    position: absolute;
    top: calc(100% - 6px);
    left: 0;
    min-height: 0;
    max-height: 490px;
    overflow: clip;
    overflow-y: scroll;
    width: 100%;
    z-index: 21
}

.header-search-results::-webkit-scrollbar {
    background-color: inherit;
    width: 6px
}

.header-search-results::-webkit-scrollbar-thumb {
    background-color: #9a9a9a;
    border-radius: 10px
}

.header-search-results .hsr-channels {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 16px 0 24px 24px
}

.header-search-results .hsr-channel-item {
    cursor: pointer;
    background: var(--grey-light);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px 8px 8px;
    width: -moz-fit-content;
    width: fit-content;
    transition: .2s ease
}

.header-search-results .channel-tracking-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    justify-content: center;
    text-align: center
}

.header-search-results .channel-tracking-container p {
    font-weight: 500;
    line-height: 1.5
}

.header-search-results .channel-tracking-container .track-channel-button {
    height: 50px;
    border-radius: 10px;
    background: var(--red-base);
    color: #fff;
    width: 100%
}

.header-search-results .channel-tracking-container .track-channel-button-submitted {
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: var(--green-base);
    color: #fff
}

.header-search-results .hsr-channel-name {
    white-space: nowrap;
    font-size: 14px;
    text-align: left
}

.header-search-results .hsr-history {
    display: flex;
    flex-direction: column;
    padding: 8px 12px
}

.header-search-results .hsr-history .hsr-history-channels {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding: 12px;
    transition: .2s ease;
    cursor: pointer
}

.header-search-results .hsr-history .hsr-history-channels:hover {
    border-radius: 10px;
    background: var(--grey-base)
}

.header-search-results .hsr-history .hsr-history-channels .channel-name {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: .1px;
    color: var(--black-light);
    margin-bottom: 8px;
    text-align: left
}

.header-search-results .hsr-history .hsr-history-channels .channel-name--skeleton {
    width: 100px;
    height: 20px;
    border-radius: 10px;
    display: flex;
    position: relative;
    overflow: hidden;
    margin-bottom: 8px
}

.header-search-results .hsr-history .hsr-history-channels .channel-handle {
    color: var(--grey-dark);
    font-size: 12px;
    margin-top: 4px;
    text-align: left
}

.header-search-results .hsr-history .hsr-history-channels .channel-handle--skeleton {
    width: 80px;
    height: 15px;
    border-radius: 10px;
    display: flex;
    position: relative;
    overflow: hidden;
    margin-top: 4px
}

.header-search-results .hsr-history .hsr-history-channels img {
    border-radius: 10px;
    margin-left: 0
}

.header-search-results .hsr-history .hsr-history-channels .channel-avatar--skeleton {
    display: flex;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 10px;
    margin-left: 5px
}

.header-search-results .hsr-history-title {
    color: var(--black-base);
    padding: 0 24px
}

.header-mobile-menu {
    visibility: hidden
}

.header-mobile-menu.open {
    visibility: visible
}

.header-mobile-menu .vs-button {
    transition: none
}

.compare-option {
    background: #fff;
    color: var(--black-light);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: border-radius .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 10px;
    padding: 20px 16px;
    justify-content: left;
    font-size: 18px;
    margin: 7px 0;
    height: 58px;
    max-height: 58px
}

.compare-option.bottom {
    margin-bottom: 30px
}

.compare-option-flex,
.compare-option-live {
    display: flex;
    gap: 10px;
    align-items: center
}

.compare-option-live {
    justify-content: space-between;
    padding: 12px 7px;
    cursor: pointer
}

.compare-option-live>span {
    font-size: 16px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: var(--black-base)
}

.compare-option-live .live-icon {
    display: flex;
    background: var(--red-base);
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    line-height: 95%;
    font-weight: 500;
    height: 20px;
    max-height: 23.38px;
    border-radius: 100px;
    padding: 3px 8px 3px 4px
}

.compare-option button {
    font-size: 18px
}

.theme-switch {
    display: flex;
    align-items: center;
    padding-bottom: 10px
}

.theme-switch .theme-text {
    width: 100%;
    color: var(--black-base);
    font-size: 18px;
    padding: 20px 16px
}

[data-theme=dark] .compare-option {
    background-color: #000
}

.dropdown-with-link {
    cursor: pointer;
    background: var(--white-base);
    border: 1px solid var(--grey-neutral);
    border-radius: 10px;
    color: var(--black-light);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    max-height: 48px
}

.dropdown-with-link.dropdown--lg {
    gap: 64px;
    padding: 12px 16px 12px 24px;
    min-width: 180.5px
}

@media(min-width:992px) {
    .dropdown-with-link.dropdown--lg {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.dropdown-with-link.dropdown--md {
    gap: 36px;
    padding: 12px
}

.dropdown-with-link.dropdown--sm {
    gap: 36px;
    padding: 8px 12px 8px 8px
}

.dropdown-with-link.dropdown--fit-content {
    width: 100%;
    min-width: -moz-fit-content;
    min-width: fit-content;
    gap: 64px;
    padding: 12px 16px 12px 24px
}

@media(min-width:992px) {
    .dropdown-with-link.dropdown--fit-content {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.dropdown-with-link.dropdown--open {
    border-radius: 10px
}

.dropdown-with-link.dropdown--open .dd-arrow {
    transform: rotateX(180deg)
}

.dropdown-with-link .dd-arrow {
    transition: transform .2s ease-in-out
}

.dropdown-with-link .dd-button {
    font-size: 16px;
    max-width: 100px
}

.dropdown-with-link .dd-button p {
    min-width: -moz-fit-content;
    min-width: fit-content
}

.dropdown-with-link.dropdown--no-borders {
    border: none;
    gap: 5px
}

.dropdown-with-link.dropdown--no-borders .dd-button {
    white-space: nowrap
}

.dropdown-with-link.dropdown--no-borders .dd-list {
    border: 1px solid var(--grey-neutral);
    padding: 4px;
    border-radius: 10px
}

.dropdown-with-link.dropdown--relative {
    border: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0
}

.dropdown-with-link.dropdown--relative .dd-button-container {
    padding: 20px 16px
}

.dropdown-with-link.dropdown--relative.dropdown--open .dd-button-container {
    background-color: var(--grey-base);
    border-radius: 10px
}

.dropdown-with-link.dropdown--relative .dd-list {
    border: 0;
    position: relative
}

.dropdown-with-link .dd-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    justify-content: space-between;
    padding: 0
}

@media(min-width:992px) {
    .dropdown-with-link .dd-button-container {
        padding: 16px, 0
    }
}

.dropdown-with-link .dd-button-container img {
    margin-left: 50px
}

@media(prefers-color-scheme:dark) {
    .dropdown-with-link .dd-button-container img {
        filter: invert(90%) sepia(7%) saturate(43%) hue-rotate(314deg) brightness(89%) contrast(100%)
    }
}

.dropdown-with-link .dd-header {
    cursor: pointer;
    padding: 0 0 0 12px
}

.dropdown-with-link .dd-list {
    background-color: var(--white-base);
    border: 1px solid var(--grey-neutral);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 12px;
    position: absolute;
    top: calc(100% + 22px);
    left: -1px;
    width: 273px;
    z-index: 1;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    animation: animateDropdown .2s ease-in-out forwards
}

.dropdown-with-link .dd-option {
    cursor: pointer;
    text-align: start;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s ease;
    padding: 16px 12px
}

@media(min-width:768px) {
    .dropdown-with-link .dd-option {
        font-size: 16px;
        font-weight: 500;
        line-height: 19.36px;
        text-align: left;
        color: var(--black-base)
    }
}

@media(max-width:1152px) {
    .dropdown-with-link .dd-option .chrome-icon {
        display: none
    }
}

.dropdown-with-link .dd-option .live-icon {
    display: flex;
    background: var(--red-base);
    color: #fff;
    width: 50px;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    height: 20px;
    border-radius: 10px;
    padding-right: 6px
}

@media(max-width:1152px) {
    .dropdown-with-link .dd-option .live-icon {
        display: none
    }
}

.dropdown-with-link .dd-option span:last-child {
    margin-left: 5px;
    min-width: 10px
}

.dropdown-with-link .dd-option:hover {
    background-color: var(--grey-base);
    border-radius: 10px
}

.modal_header_link+.dd-option {
    margin-top: 10px
}

.modal_header_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px -12px 0;
    padding: 0 27px 12px 24px;
    width: calc(100% + 24px);
    border-bottom: 1px solid var(--grey-base);
    box-sizing: border-box
}

.modal_header_link_left {
    display: flex;
    gap: 16px;
    align-items: center
}

.modal_header_link_left>span {
    font-size: 18px;
    font-weight: 500;
    line-height: 19.36px;
    text-align: left;
    color: var(--grey-600)
}

.modal_header_link_left>img {
    border-radius: 100px
}

@media(max-width:991px) {
    .modal_header_link {
        padding-left: 16px;
        padding-right: 16px
    }
}

@keyframes animateDropdown {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@media(min-width:0px)and (max-width:320px) {
    .dropdown-with-link .dd-button {
        font-size: 18px
    }
}

@media(min-width:320px)and (max-width:480px) {
    .dropdown-with-link .dd-button {
        font-size: 18px
    }
}

@media(min-width:481px)and (max-width:992px) {
    .dropdown-with-link .dd-button {
        font-size: 18px
    }
}

.header-outer-container {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 9999;
    position: sticky;
    top: 0;
    background: var(--white-base)
}

@media(min-width:992px) {
    .header-outer-container {
        background: hsla(0, 0%, 100%, .8);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px)
    }
}

.header-outer-container .vs-logo {
    height: 44px;
    width: 44px
}

.header-outer-container .vs-logo .vs-logo-word-mark {
    display: none
}

@media(min-width:420px) {
    .header-outer-container .vs-logo {
        height: 32px;
        width: auto
    }

    .header-outer-container .vs-logo .vs-logo-word-mark {
        display: block
    }
}

@media(min-width:768px) {
    .header-outer-container .vs-logo {
        height: 44px
    }
}

.header {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 9999;
    height: 82px !important;
    max-width: 1920px;
    margin: 0 auto
}

.header .header-container {
    height: 82px !important;
    padding: 16px 24px
}

.header .header-container-mobile-expanded {
    height: 82px !important;
    padding: 16px 0;
    background: var(--white-base)
}

.header .header-dropdown {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 1.35px solid var(--grey-base);
    border-radius: 10px;
    transition: .2s ease;
    padding: 12px 24px;
    position: relative
}

.header .header-dropdown:hover {
    border: 1.35px solid var(--grey-base)
}

.header .header-dropdown img {
    margin-left: 32px
}

.header .header-dropdown span {
    font-weight: 300;
    font-size: 16px
}

.header .header-content {
    height: 50px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

@media(min-width:992px) {
    .header .header-content {
        justify-content: space-between
    }
}

.header .header-content .search-sign-in-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px
}

@media(min-width:992px) {
    .header .header-content .search-sign-in-container {
        width: -moz-fit-content;
        width: fit-content;
        justify-content: right
    }
}

@media(max-width:1100px) {
    .header .header-content .search-sign-in-container {
        gap: 8px
    }
}

.header .header-content .search-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 3px
}

@media(min-width:992px) {
    .header .header-content .search-container {
        width: -moz-fit-content;
        width: fit-content;
        justify-content: right;
        margin-top: 0
    }
}

.header .header-content .close-input {
    right: 16px
}

.header .header-search-box {
    background: var(--grey-light);
    border-radius: 46px;
    border: 2px solid transparent;
    color: var(--grey-darker);
    display: flex;
    align-items: center;
    height: 48px;
    padding: 8px 12px;
    position: relative;
    width: 100%;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    min-width: 200px
}

@media(min-width:1440px) {
    .header .header-search-box {
        width: 378px
    }
}

.header .header-search-box img {
    margin-left: 6px
}

.header .header-search-box img.searching {
    color: var(--black-light)
}

.header .header-search-box input {
    padding-left: 12px;
    width: 100%;
    background: transparent;
    font-size: 17px;
    caret-color: var(--red-base)
}

.header .header-search-box input:focus {
    outline: none;
    width: 80%
}

@media(min-width:420px) {
    .header .header-search-box input:focus {
        width: 85%
    }
}

@media(min-width:768px) {
    .header .header-search-box input:focus {
        width: 90%
    }
}

@media(min-width:992px) {
    .header .header-search-box input:focus {
        width: 200px
    }
}

@media(min-width:1280px) {
    .header .header-search-box input:focus {
        width: 290px
    }
}

.header .header-search-box input:active {
    outline: none
}

.header .header-search-box:active {
    padding-top: 10px;
    padding-bottom: 10px
}

.header .header-search-box:active,
.header .header-search-box:hover {
    height: 56px;
    background: var(--white-base);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    border: 2px solid var(--grey-base);
    border-radius: 10px
}

.header .header-search-box:focus-within {
    height: 56px;
    background: var(--white-base);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
    border: 2px solid var(--grey-base);
    border-radius: 10px
}

.header .header-links-box {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: -moz-fit-content;
    width: fit-content
}

@media(max-width:1100px) {
    .header .header-links-box {
        gap: 8px
    }
}

.header .header-links-box-mobile {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 90%;
    align-items: center
}

.header .header-logo-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px
}

.header .header-logo-box h5 {
    display: none
}

@media(min-width:992px) {
    .header .header-logo-box h5 {
        display: flex;
        align-items: center
    }
}

@media(min-width:420px) {
    .header.with-logged-user .header-dropdowns {
        display: flex
    }
}

.header .header-dropdowns {
    display: none;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    min-width: 180px;
    margin-right: 24px;
    margin-left: 12px
}

@media(min-width:1111px) {
    .header .header-dropdowns {
        display: flex
    }
}

.header .header-dropdowns>div .dd-button {
    white-space: nowrap
}

.header .header-dropdowns>div:last-of-type {
    display: none
}

@media(min-width:1440px) {
    .header .header-dropdowns>div:last-of-type {
        display: block
    }
}

@media(max-width:1056px) {
    .header .header-dropdowns {
        gap: 8px
    }
}

.header .header-dropdowns .tools-dropdown {
    display: flex
}

@media(max-width:1152px) {
    .header .header-dropdowns .tools-dropdown {
        min-width: 196px
    }
}

.header .header-sign-in {
    display: none
}

@media(min-width:1440px) {
    .header .header-sign-in {
        display: block;
        margin-left: 10px
    }
}

.header .header-burger-menu {
    align-self: center;
    cursor: pointer;
    height: 20px;
    transform: rotate(0deg);
    transition: .3s ease;
    width: 28px;
    z-index: 11
}

.header .header-burger-menu span {
    background: var(--black-base);
    border-radius: 7px;
    display: block;
    left: 0;
    height: 2px;
    width: 100%;
    opacity: 1;
    position: fixed;
    transform: rotate(0deg);
    transition: .33s ease
}

.header .header-burger-menu span:first-child {
    top: 0
}

.header .header-burger-menu span:nth-child(2),
.header .header-burger-menu span:nth-child(3) {
    top: 10px
}

.header .header-burger-menu span:last-child {
    top: 20px
}

.header .header-burger-menu--open span {
    border-bottom: 0;
    border-right: 0
}

.header .header-burger-menu--open span:first-child {
    top: 10px;
    transform: rotate(45deg);
    opacity: 0
}

.header .header-burger-menu--open span:nth-child(2) {
    transform: rotate(-45deg)
}

.header .header-burger-menu--open span:nth-child(3) {
    transform: rotate(45deg)
}

.header .header-burger-menu--open span:last-child {
    top: 10px;
    transform: rotate(-45deg);
    opacity: 0
}

.header .header-mobile-menu {
    background: var(--white-base);
    box-shadow: 0 20px 18px rgba(0, 0, 0, .1);
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 20px
}

.header .header-mobile-menu .mobile-seperator-text {
    color: #747575
}

::-webkit-scrollbar-track {
    background: transparent
}

@media(min-width:992px) {
    [data-theme=dark] .header-outer-container {
        background: rgba(0, 0, 0, .8)
    }
}

.vs-home-component {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    text-align: center;
    margin-top: 130px;
    color: var(--black-base);
    padding-bottom: 30px;
    background: var(--white-base);
    transition: margin .3s ease
}

.vs-home-component--with-query {
    margin-top: 0
}

.vs-home-component .vshc-display {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 56px;
    font-weight: 900;
    line-height: 56.5px;
    letter-spacing: -.8px
}

@media(min-width:768px) {
    .vs-home-component .vshc-display {
        font-size: 74px;
        line-height: 92px;
        letter-spacing: -1.48px
    }
}

.vs-home-component .live-banner-alignment-container {
    width: 677px;
    margin-top: 48px
}

.vs-home-component .top-channels-container {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 18px;
    width: 90%;
    margin-inline: auto
}

.vs-home-component .top-channels-container>div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px
}

@media(min-width:1280px) {
    .vs-home-component .top-channels-container>div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px
    }
}

.vs-home-component .top-channels-container>h1 {
    font-weight: 600;
    line-height: 22px;
    font-size: 20px;
    text-align: left
}

@media(min-width:768px) {
    .vs-home-component .top-channels-container>h1 {
        font-weight: 500;
        font-size: 24px
    }

    .vs-home-component .top-channels-container {
        width: 90%;
        max-width: 1100px;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 12px
    }
}

.vs-home-component .channel-results {
    width: 100%
}

@media(min-width:0px)and (max-width:320px) {
    .vs-home-component {
        margin-top: 30px
    }

    .vs-home-component .vshc-display {
        font-size: 42px;
        line-height: 54px;
        letter-spacing: -.8px
    }
}

@media(min-width:321px)and (max-width:480px) {
    .vs-home-component {
        margin-top: 30px
    }

    .vs-home-component .vshc-display {
        font-size: 42px;
        line-height: 54px;
        letter-spacing: -.8px
    }
}

@media(min-width:481px)and (max-width:768px) {
    .vs-home-component {
        margin-top: 30px
    }

    .vs-home-component .vshc-display {
        font-size: 42px;
        line-height: 54px;
        letter-spacing: -.8px
    }
}

[data-theme=dark] .vshc-display {
    color: #fff
}

.vs-info-card {
    background: var(--white-base);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    height: 100%
}

@media(min-width:768px) {
    .vs-info-card {
        border-radius: 10px;
        border: 1.35px solid var(--grey-base);
        align-items: center;
        max-height: 102px;
        padding: 24px;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .03)
    }
}

.vs-info-card .vsic-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.vs-info-card .vsic-upper-left-content {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between
}

@media(min-width:768px) {
    .vs-info-card .vsic-upper-left-content {
        flex-direction: column
    }
}

.vs-info-card .vsic-upper-text,
.vs-info-card .vsic-upper-unit {
    color: inherit
}

.vs-info-card .vsic-upper-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5
}

@media(min-width:768px) {
    .vs-info-card .vsic-upper-text {
        font-weight: 600
    }
}

.vs-info-card .vsic-upper-unit {
    color: var(--black-base);
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 2px
}

.vs-info-card .vsic-lower {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px
}

@media(min-width:768px) {
    .vs-info-card .vsic-lower {
        flex-direction: row;
        height: auto
    }
}

.vs-info-card .vsic-lower img {
    width: 22px;
    height: 22px
}

.vs-info-card .vsic-lower-text,
.vs-info-card .vsic-lower-text-description,
.vs-info-card .vsic-lower-text-wrapper {
    color: inherit
}

.vs-info-card .vsic-lower-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 100%
}

@media(min-width:768px) {
    .vs-info-card .vsic-lower-text-wrapper {
        align-items: flex-start;
        justify-content: space-between
    }
}

.vs-info-card .vsic-lower-text-wrapper * {
    font-weight: inherit;
    line-height: inherit
}

.vs-info-card .vsic-lower-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding-bottom: 4px
}

@media(min-width:768px) {
    .vs-info-card .vsic-lower-text {
        font-size: 18px
    }
}

.vs-info-card .vsic-lower-text-description {
    font-size: 12px;
    color: var(--grey-dark);
    line-height: 1.5
}

@media(min-width:768px) {
    .vs-info-card .vsic-lower-text-description {
        font-size: 10px;
        white-space: nowrap
    }
}

.layout-70-30 {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 746px
}

.layout-70-30 .left {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    width: 70%;
    padding-right: 12px;
    flex: 0 0 70%
}

.layout-70-30 .right {
    width: 30%;
    height: 100%;
    padding-left: 12px;
    flex: 0 0 30%
}

@media(max-width:767px) {
    .layout-70-30 {
        flex-direction: column;
        height: unset;
        margin-left: -16px;
        margin-right: -16px;
        width: auto
    }

    .layout-70-30 .left {
        width: 100%;
        padding-right: 0;
        flex: 0 0 100%;
        height: 600px;
        overflow: hidden;
        background: var(--white-base);
        padding-bottom: 3px
    }

    .layout-70-30 .right {
        width: 100%;
        padding-left: 0;
        flex: 0 0 100%
    }
}

.legal-page {
    max-width: 970px;
    margin: auto;
    padding: 20px 15px 40px
}

.legal-page h1 {
    text-align: left;
    font-size: 42px;
    font-weight: 700;
    width: 70%;
    line-height: 54px;
    margin: 0 0 30px;
    text-transform: uppercase
}

.legal-page p {
    font-size: 18px;
    margin: 22px 0;
    line-height: 1.7;
    font-weight: 300
}

.legal-page strong {
    display: block;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 24px
}

.legal-page span {
    font-weight: 500
}

.legal-page a {
    color: var(--red-base);
    text-decoration: none;
    transition: all .2s ease-in-out
}

.legal-page a:hover {
    color: rgba(255, 0, 0, .502)
}

.legal-page .italics {
    font-style: italic;
    margin: 0 0 30px
}

.legal-page table {
    display: flex;
    flex-direction: column;
    width: 100%
}

.legal-page table tr {
    min-height: 100px
}

.legal-page table td,
.legal-page table th {
    width: 25%;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border: 1.35px solid var(--grey-base)
}

.legal-page table td {
    text-align: left
}

[data-theme=dark] .legal-page {
    color: #fff
}

.header-tabs-container {
    display: flex;
    gap: 10px
}

.header-tabs-container .header-tab {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    min-width: 105px;
    border-bottom: 2.5px solid #d9dcde;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: border-bottom .1s ease
}

.header-tabs-container .header-tab.active {
    border-bottom: 2.5px solid #000
}

@keyframes move {
    0% {
        left: -50%
    }

    to {
        left: 150%
    }
}

@keyframes appear {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.loading-spinner {
    flex-direction: column;
    gap: 50px;
    width: 100%;
    height: 100vh;
    background: var(--white-base);
    border: 1.35px solid var(--grey-base);
    border-radius: 10px
}

.loading-spinner,
.loading-spinner .logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center
}

.loading-spinner .logo-wrapper {
    gap: 15px
}

.loading-spinner .logo-wrapper.hide-logo {
    display: none
}

.loading-spinner .logo-wrapper .logo {
    color: red
}

.loading-spinner .logo-wrapper .pro-tag {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    place-content: center;
    background-color: #4262ff;
    height: 27px;
    width: 48px;
    border-radius: 13.5px;
    color: #fff
}

.loading-spinner.non-full-page {
    height: 100%;
    border: none
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin: 4px;
    border-radius: 100%;
    animation: lds-ring 1s cubic-bezier(.5,0,.5,1) infinite;
    border: 4px solid transparent;
    border-top-color: #6754FF
}

.lds-ring div:first-child,
.lds-ring div:nth-child(2),
.lds-ring div:nth-child(3) {
    animation-delay: -.15s
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}