﻿body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #FAFAFF !important;
    background-image: url(../png/back2019.png);
}

a {
}

a:hover {
    text-decoration: none;
}

.tb-gray {
    color: #424242;
}

/*--------------------------------------------------------------
                       START
--------------------------------------------------------------*/
.pres img {
    position: relative;
}

.content-wrap {
    
}

#sound-container {
    z-index: 10;
    float: right;
    width: 150px;
    margin-top: 12px;
}

#sound-wrap {
    margin-top: 95px;
    margin-left: -35px;
    position: fixed;
    vertical-align: middle;
    z-index: 10;
}

#header {
    display: none;
}

#page-title {
    padding: 20px 0 !important;
}

.menu-install-button {
    display: none !important;
}

.sticky-header .menu-install-button {
    display: none !important;
}

.sticky-header .menu-install-button {
    display: none !important;
}

.header-title1 {
    display: none !important;
}

.header-title2 {
    display: none !important;
}

.header-title3 {
    display: block !important;
}

#footer {
    display: none;
}

.content-wrap {
    padding-top: 60px !important;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

#page-title {
    display: none;
}

#content {
    background-color: transparent;
}

#wrapper {
    background-color: transparent;
}

.content-wrap {
    background-color: transparent;
    overflow-x: hidden
}

.container {
    background-color: transparent;
}

/*.titlered {
    font-size: 20px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: white;
    background-color: red;
    font-weight: bold;
    opacity: .90;
}

    .titlered:after {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 0;
        border: 3px solid transparent;
        border-top-color: #333333;
        border-right-color: #333;
    }*/

/* vendor prefixes removed for clarity */
.ribbon {
    width: 350px;
    margin: 10px auto;
    padding: 0 10px 0;
    position: relative;
    color: #444;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    .ribbon h3 {
        display: block;
        height: 30px;
        line-height: 1.3;
        width: 360px;
        margin: 0;
        padding: 5px 10px;
        position: relative;
        left: -16px;
        top: 8px;
        color: #cfcfcf;
        text-shadow: 0 1px 1px #111;
        border-top: 1px solid #363636;
        border-bottom: 1px solid #202020;
        background: #333;
        background: linear-gradient(top, #383838 0%, #262626 100%);
        border-radius: 2px 2px 0 0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }

        .ribbon h3::before,
        .ribbon h3::after {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            bottom: -11px;
            z-index: -10;
            border: 5px solid;
            border-color: #242424 transparent transparent transparent;
        }

        .ribbon h3::before {
            left: 0;
        }

        .ribbon h3::after {
            right: 0;
        }

.channels-container {
    width: 100%;
    font-weight: 100;
    max-width: 650px;
    background-color: #FFFFFF;
    border-radius: 16px;
    margin: 60px auto 0;
    padding: 30px 52px 20px 52px;
    border: solid 1px #f6f6f6;
    box-shadow: 0px -2px 4px -2px rgba(0, 0, 0, 0.10), 0px 4px 6px -1px rgba(0, 0, 0, 0.10), 0px 2px 4px -2px rgba(27, 27, 32, 0.10);
    background-image: url('../png/start-modal-bg.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

.channel-list {
    border-top: solid 1px #ddd;
    margin: 0px 40px 0px 40px;
}

.start-subtitle {
    margin-bottom: 20px;
    color: #1D2327;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; 
}

.start-dont-see-your-channel {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    padding-top: 28px;
}

.start-add-channel {
    display: flex; 
    padding: 10px 20px;
    width: fit-content;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid transparent;
    background: #68EFDA;
    color: #1D2327;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0px auto 0px auto; 
    gap: 8px
}

.start-current-year {
    font-size: 40px;
    line-height: 48px;
}

.chart-icon img {
    width: 240px;
    margin-bottom: 10px;
}

.lets-find-out {
    margin-bottom: 0px;
    margin-top: 25px;
    color: #1D2327;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; 
}

.itemrow {
    padding: 10px 0px 10px 0px;
    color: #666;
    font-size: 24px;
    font-weight: 600;
    max-width: 400px;
    display: block;
    text-align: left;
    margin: 15px 0px -10px;
}

.itemrow:hover {
    background-color: #eee;
    cursor: pointer;
    color: black !important;
    border-radius: 15px;
    text-decoration: none;
}

    .itemrow .channel-thumbnail {
        height: 50px;
        position: relative;
        top: -2px;
        border-radius: 50%;
        margin-right: 7px;
    }

.itemrow2:hover {
    cursor: pointer;
    color: black !important;
}

.select-channel {
    border-top: solid 1px #ddd;
    color: #424242;
}

.start-cta-btn {
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #D92145;
    display: inline-block;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    text-transform: uppercase;
}

.start-cta-btn:hover {
    color: #ffffff;
    background: #B51030;
}


/*--------------------------------------------------------------
                       Media Queries
--------------------------------------------------------------*/
@media (max-width: 900px) {
    #sound-container {
        float: none;
        margin: 0 auto;
        margin-top: 12px;
    }
    #sound-wrap {
        position: absolute;
        margin-top: 12px;
        left: 45%;
    }
    .yir_header {
        font-size: 24px !important;
        padding-top: 15px;
        font-weight: 600;
        color: #1D2327;
    }

    .pres {
        display: none;
        position: unset !important;
        text-align: center !important;
    }

        .pres img {
            height: 17px !important;
            position: relative;
            left: -12px;
            top: -1px;
        }

    #out {
        margin-top: 50px !important;
    }
}

/*--------------------------------------------------------------
                       CHANNEL
--------------------------------------------------------------*/

/*----------- NavBar -------------*/
.navbar-container {
    position: fixed;
    top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    left: 0px;
    width: 100%;
    height: 90px;
    background-color: white;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,0.08);
    background-image: url('../png/background_pattern.png');
    background-position-y: 80%;
}

    .navbar-container .yir_header img {
        width: 450px;
        vertical-align: middle;
        margin-right: 5px;
        position: relative;
        top: -3px;
    }

    .navbar-container .yir_header span {
        color: #1D2327;
    }

.border-radius0 {
    border-radius: 0 !important;
}

/*----------- General -------------*/

.channel-container {
    width: 100%;
    min-height: 400px;
    font-weight: 100;
    max-width: 650px;
    border-radius: 8px;
    margin: 70px auto 0;
    padding: 0 0 0px 0;
    background-color: transparent;
}

.review-container {
    width: 100%;
    min-height: 300px;
    font-weight: 100;
    max-width: 650px;
    margin: 50px auto 0;
    padding: 0 0 0px 0;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}

#soundon {
    float: right;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #4A90E2;
    margin-right: 17px;
    margin-top: 7px;
    margin-top: 7px;
    position: relative;
    z-index: 3;
}

#soundoff {
    display: none;
    float: right;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    color: #777;
    margin-right: 17px;
    margin-top: 7px;
    margin-top: 7px;
    position: relative;
    z-index: 3;
}

#soundcheck {
    position: relative;
    top: 2px;
    display: none;
}

#step1 img {
    height: 120px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-radius: 50%;
}

#step1 .channel-title {
    max-height: 48px;
    font-weight: 800;
    font-size: 24px;
}

#step1 .channel-title a:hover{
    color: #424242;
}

#start {
}

.click-start {
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: bold;
    color: #1D2327;
}

#start2 {
    opacity: .9;
    margin: 0 -4px;
}

#start2:hover {
    opacity: 1 !important;
}

.start-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #68EFDA;
    cursor: pointer;
    height: 63px;
    border-radius: 0px 0px 8px 8px;
    font-size: 34px;
    background-position: center;
    background-repeat: no-repeat;
}


.numberCircle-text {
    padding-top: 10px;
    letter-spacing: .05em;
    color: #1D2327;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
}

.at-svc-pinterest_share {
    display: none !important;
}

.pres {
    position: absolute;
    left: 30px;
    top: 26px;
    text-align: left;
    font-size: 11px;
    font-weight: 800;
    color: #CACBCD;
}

.pres span {
    text-transform: uppercase;
    font-family: 'Montserrat', Sans-Serif;
}

.yir_header {
    font-family: 'Montserrat', sans-serif;
    color: #1D2327;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}


#content {
    font-family: 'Montserrat', sans-serif !important;
}


.content-wrap {
}

#header {
    display: none;
}

#page-title {
    padding: 20px 0 !important;
}

.menu-install-button {
    display: none !important;
}

.sticky-header .menu-install-button {
    display: none !important;
}

.sticky-header .menu-install-button {
    display: none !important;
}

.header-title1 {
    display: none !important;
}

.header-title2 {
    display: none !important;
}

.header-title3 {
    display: block !important;
}

#footer {
    display: none;
}

.content-wrap {
    padding-top: 60px !important;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

#page-title {
    display: none;
}

#content {
    background-color: transparent;
}

#wrapper {
    background-color: transparent;
}

.content-wrap {
    background-color: transparent;
}

.container {
    padding: 20px 0 80px 0;
    background-color: transparent;
}

.titlered {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #1D2327;
    margin-top: 10px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

/*----------- CHANNEL REVIEW -------------*/

#s3 {
    display: none;
    padding-top: 30px;
    min-height: 324px;
    text-align: center;
    position: relative;
    font-size: 24px;
}

.date-back {
    width: 100%;
}

#dateback2 {
    position: relative;
    top: 8px;
}

.icons-bg-1 {
    top: -260px;
    position: relative;
}

#stats2015 {
    font-size: 16px;
}

#year-begining {
    position: relative;
}

    #year-begining .channel-thumbnail {
        width: 70px;
        border-radius: 50%;
        margin-bottom: 0;
        margin-top: 20px;
    }

    #year-begining table {
        width: 90%;
        font-size: 20px;
        margin: 20px auto 25px;
    }

.numberCircle {
    border-radius: 50%;
    background: #68EFDA;
    color: #1D2327;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    margin: 0 auto;
    font-style: normal;
    width: 150px;
    height: 150px;
    padding: 60px 20px;
}

.numberCircleBlue {
    color: #1D2327;
    font-size: 34px;
    line-height: 95%;
    font-style: normal;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 91px;
    background: #68EFDA;
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}

.numberCircleGreen {
    display: flex;
    width: 65px;
    height: 65px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin: 0 auto;
    position: absolute;
    left: 63%;
    top: -15px;
    background-image: url('../svg/dottedellipse.svg');
    background-position: center;
    background-size: cover;
    margin-bottom: 20px;
}

.numberCircleRed {
    border-radius: 50%;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    padding-top: 20px;
    background: #FA3535;
    border: 4px solid white;
    color: #fff;
    text-align: center;
    font: 14px;
    font-weight: bold;
    margin: 0 auto;
    position: absolute;
    left: 63%;
    top: -15px;
}

.video-thumbnail {
    width: 453px; /* width of container */
    height: 255px; /* height of container */
    object-fit: cover;
    border: none;
}

.secarea {
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(12, 25, 66, 0.15);
    border-radius: 8px;
    text-align: center;
    border: solid 1px #f6f6f6;
    margin-top: 60px;
    background-image: url('../png/rectangle3574.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

.icons-bg-1, .icons-bg-2, .icons-bg-3, .icons-bg-4, .icons-bg-5, .icons-bg-6 {
    width: 100%;
}

/*-------------------------------------------------------------
                      2023 Customs
--------------------------------------------------------------*/

.header-2023 {
    color: #1D2327;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}
.how-you-began-2023 {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 125%;
    background: linear-gradient(96deg, #D92145 1.59%, #BC25F5 97.54%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.teal-circle-2023 {
    color: #1D2327;
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: 70%;
    display: flex;
    justify-content: center;
    gap: 10px;
    border-radius: 91px;
    background: #68EFDA;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    flex-direction: column;
    padding-top: 10%;
}

.teal-circe-2023-subtext {
    font-size: 16px;
}
.green-astronaut-2023-lg {
    width: 70px;
    height: 70px;
    border-radius: 130px;
    border: 1px solid #EFEFF0;
    margin-right: 1%;
}
.green-astronaut-2023-med {
    width: 90px;
    height: 90px;
    border-radius: 90px;
    border: 1px solid #EFEFF0;
    margin-top: 50px;
}
.video-ranking-2023 {
    color: #1D2327;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 91px;
    background: #68EFDA;
    margin-bottom: 20px;
}
.video-ranking-1st-2023 {
    color: #fff;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64" fill="none"><circle cx="32" cy="32" r="31" stroke="url(%23paint0_linear_4087_828)" stroke-width="2" stroke-dasharray="2 2"/><defs><linearGradient id="paint0_linear_4087_828" x1="1.12" y1="-6.588e-06" x2="67.9788" y2="6.66134" gradientUnits="userSpaceOnUse"><stop stop-color="%23D92145"/><stop offset="1" stop-color="%23BC25F5"/></linearGradient></defs></svg>') 28 / 30px / 4px;
    border-radius: 91px;
    background: #0C1942;
    margin-bottom: 20px;
}


.vids {
    display:none; 
    position: relative; 
    z-index: 3;
    margin-top: 40px;
}
.video-views-2023 {
    background: linear-gradient(to right, #D92145, #BC25F5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 180%;
    text-align: left;
    width: fit-content;
    padding-top: 5px;
    padding-bottom: 5px;
}
.video-description-2023 {
    color: #1D2327;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%; 
    margin-top: 20px;
    text-align: left;
    margin-left: 80px;
}
.truncate-text-two-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.comparison-2023 {
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(12, 25, 66, 0.15);
    border-radius: 8px;
    text-align: center;
    border: solid 1px #f6f6f6;
    margin-top: 60px;
    background-image: url('../png/rectangle3574.png');
    background-repeat: repeat-y;
}
.comp-table-2023 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12px;
    color: #1D2327;
    line-height: 160%;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
}

.comp-table-2023-container {
    display: flex;
}

.comp-table-2023-item {
    flex: 1;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 35px;
    margin-right: 20px;
    width: 130px;
    font-weight: 700;
    font-size: 20px;
}
.year-ending-div {
    display: none;
    margin-top: 50px; 
    position: relative; 
    width: 100%; 
}
.year-ending-bg {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    height: 110%;
    z-index: -1;
    background-color: #0C1942;
    background-image: url('../svg/shapeydots.svg'), url('../svg/yearendingbg.svg');
    background-repeat: no-repeat, repeat;
    background-position: center center ;
}
.replay-year-in-review {
    color: #3058D9;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin-bottom: 50px;
    width: 350px;
    cursor: pointer;
}
.white-top-2023, .white-mid-2023, .white-bottom-2023 {
    background-color: white;
}
.white-top-2023 {
    border-radius: 12px 12px 0 0;
}
.white-bottom-2023 {
    border-radius: 0 0 12px 12px;
    padding-bottom: 30px;
}
.bottom-2023 {
    padding-bottom: 30px;
}
.comp-table-col-2023 {
    font-size: 16px;
    font-weight: 600;
 }
.comp-table-changes-2023 {
    font-size: 20px;
    font-weight: 700;
}
.legend-2023 {
    margin: 70px auto 52px auto;
    color: #1D2327;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    width: 80%;
}
.legend-btn-2023 {
    color: #1D2327;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px 35px;
    text-align: center;
    margin: 18px auto;
    border-radius: 50px;
    border: 1px solid transparent;
    background: #68EFDA;
    box-shadow: 0 1px 3px 0 rgba(12, 25, 66, 0.12),
        0 1px 1px 0 rgba(12, 25, 66, 0.14),
        0 2px 1px -1px rgba(12, 25, 66, 0.20);
}
.end-year-stats-2023 {
    color: #07BD69;
    font-size: 32px;
    font-weight: 600;
}
.end-year-stats-subtext {
    font-size:.8em;
    font-weight: 600;
}
.end-year-stats-div {
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.toast-2023 {
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(12, 25, 66, 0.15);
    border-radius: 8px;
    text-align: center;
    border: solid 1px #f6f6f6;
    margin-top: 60px;
    background-image: url('../png/rectangle3574.png');
    background-repeat: repeat-y;
    padding:10px 40px 0;
}
.toast-text-2023 {
    color: #1D2327;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%; 
}
.toast-text-2023 span {
    font-weight: 700;
}
.toast-video-2023 {
    width: 100%;
    height: 350px;
    border-radius: 4px;
    margin: 26px auto;
    position: relative;
}
.toast-video-2023 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.toast-copy-btn-2023 {
    display: flex;
    padding: 16px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid transparent;
    background: #68EFDA;
    color: #1D2327;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
    margin: 20px auto 40px auto;
}
.toast-legend-2023 {
    display: flex;
    padding: 36px 36px 20px 36px;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    color: #1D2327;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    background-color: #ffffff;
    border-top: 5px solid #68EFDA;
    border-radius: 1px 1px 0 0;
    box-shadow: 0 8px 14px 4px rgba(12, 25, 66, 0.15);
}
.toast-legend-header-2023 {
    font-size: 36px;
    font-weight: 600;
    line-height: normal;
}
.toast-legend-btn-2023 {
    display: flex;
    width: 216px;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    background: #D92145;
    border: 1px solid transparent;
    color: #FFFFFF;
    margin-top: 30px;
}
.blog-2023 {
    margin: 0 auto;
}

/*-------------------------------------------------------------
                      Media queries
--------------------------------------------------------------*/

@media (max-width: 900px) {
}

@media only screen and (max-width: 768px) {
    /*.icons-bg-1 {
        top: -265px !important;
    }
    .icons-bg-2 {
        top: -285px !important;
    }
    .icons-bg-3 {
        top: -1550px !important;
        width: 645px !important;
        height: 1340px !important;
    }*/

    .icons-bg-2 {
        height: 250px;
        width: 100%;
    }

    .icons-bg-4 {
        height: 85px;
        width: 100%;
    }

    .icons-bg-3 {
        height: 100%;
        width: 100%;
    }

    .icons-bg-5 {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .numberCircle {
        height: 90px !important;
        width: 90px !important;
        font-size: 23px !important;
        padding-top: 28px !important;
    }
    .teal-circle-2023 {
        height: 90px !important;
        width: 90px !important;
        font-size: 23px !important;
    }

    .extra-mini {
        display: block !important;
    }

    .extra-full {
        display: none !important;
    }

    .numberCircle-text {
        font-size: 16px !important;
    }

    .tbl-compare {
        font-size: 12px;
        margin-top: 15px !important;
    }

    .pres {
        position: unset !important;
        text-align: center !important;
    }

        .pres img {
            height: 17px !important;
            position: relative;
            top: -1px;
        }

    #out {
        margin-top: 50px !important;
    }

    .numberCircleGreen {
        height: 50px !important;
        width: 50px !important;
        font-size: 10px !important;
        padding-top: 14px !important;
    }

    .numberCircleBlue {
        height: 90px !important;
        width: 90px !important;
        font-size: 23px !important;
    }

    .numberCircleBlue-text {
        font-weight: 600;
        line-height: 180%;
        color: #1D2327;
        font-size: 14px;
        font-style: normal;
    }

    .start-subtitle {
        font-size: 16px;
    }

    .start-current-year {
        font-size: 32px;
    }

    .channel-list {
        margin: 0px 10px 0px 10px;
    }

    .itemrow {
        padding: 10px 0px 10px 0px;
        color: #666;
        font-size: 16px;
        font-weight: 600;
        max-width: 400px;
        display: block;
        text-align: left;
        margin: 15px 0px -10px;
    }
    /*-----------------*/

    #s3 {
        min-height: 324px !important;
        color: #555;
    }

    .icons-bg-1 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
    }

    .icons-bg-2 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
    }

    #vid1date {
        font-size: 24px;
    }

    .vid-views {
        font-size: 26px !important;
    }

    .vid-title {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .icons-bg-3 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
    }

    .icons-bg-4 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
        
    }

    .header-channel-thumbnail {
        width: 70% !important;
    }

    .icons-bg-5 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
    }

    #toast-area {
        position: relative;
    }

    .toast-be-proud {
        color: #1D2327;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 160%; 
    }

    .addthis_inline_share_toolbox {
        width: 200px !important;
    }

    #txtlink {
        width: 265px !important;
    }

    .icons-bg-6 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
    }

    .video-thumbnail {
        width: 306px; /* width of container */
        height: 173px; /* height of container */
        object-fit: cover;
        border: none;
    }
}

@media only screen and (max-width: 479px) {

    #s3 {
        min-height: 250px !important;
        margin-bottom: 30px;
    }

    .icons-bg-1 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
    }

    .channels-container {
        margin: 50px auto 0;
        padding: 20px;
    }

    .toast-2023 {
        padding: 20px;
    }

    .end-year-stats-2023 {
        font-size: 15px;
    }
    .comparison-2023 {
        margin-top: 0;
    }
    .comp-table-2023-item {
        padding: 5px;
        margin-right: 10px;
        width: 80px;
    }
    .legend-2023 {
        width: 100%;
    }
    .container {
        width: calc(100% - 20px);
    }
    /*-----------------*/

    .titlered {
        font-size: 20px !important;
    }

    .numberCircle {
        height: 75px !important;
        width: 75px !important;
        font-size: 22px !important;
        padding: 25px 20px !important;
    }
    .teal-circle-2023 {
        height: 75px !important;
        width: 75px !important;
        font-size: 18px !important;
    }

    .numberCircle-text {
        font-size: 12px !important;
    }

    .icons-bg-2 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
        height: auto;
    }
    /*-----------------*/

    #vid1date {
        font-size: 20px;
    }

    #vid3container {
        margin-bottom: 20px !important;
    }

    #vid2container {
        margin-bottom: 20px !important;
    }

    #vid1container {
        margin-bottom: 20px !important;
    }

    .vid-views {
        font-size: 16px !important;
    }

    .vid-title {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .icons-bg-3 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
    }
    /*-----------------*/

    .icons-bg-4 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
        height: 50px;
    }

    .channel-thumbnail {
        width: 35px !important;
        height: 35px !important;
    }

    .tbl-compare th {
        font-size: 9px !important;
    }

    .tbl-compare td {
        font-size: 12px !important;
        padding: 9px !important;
    }
    /*-----------------*/

    #year-ending table {
        margin: 25px auto 20px !important;
    }

    .numberCircleBlue {
        height: 70px !important;
        width: 70px !important;
        font-size: 20px !important;
    }

    .numberCircleGreen {
        height: 45px !important;
        width: 45px !important;
        font-size: 10px !important;
        padding-top: 0px !important;
        font-weight: 600 !important;
    }

    .extra-mini div {
        font-size: 15px !important;
    }
    
    .icons-bg-5 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
        height: auto;
    }
    /*-----------------*/

    #toast-area {
        position: relative;
    }

    .icons-bg-6 {
        position: absolute !important;
        bottom: 0 !important;
        left: 0 !important;
        top: auto !important;
    }

    .toast-be-proud {
        font-size: 12px !important;
    }

    .addthis_inline_share_toolbox {
        width: 172px !important;
    }

    .at-style-responsive .at-share-btn {
        padding: 2px;
    }

    #txtlink {
        font-size: 10px !important;
    }

    .at-icon-wrapper {
        line-height: 23px !important;
        height: 30px !important;
        width: 30px !important;
    }

    .at-icon {
        line-height: 23px !important;
        height: 20px !important;
        width: 20px !important;
    }

    .fa-copy {
        font-size: 18px !important;
    }

    .not-your-channel {
        font-size: 14px !important;
    }

    #bottomlogo {
    }

    .tb-logo-bottom {
        height: 45px !important;
    }

    .bottom-msg {
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .video-thumbnail {
        width: 194px; /* width of container */
        height: 110px; /* height of container */
        object-fit: cover;
        border: none;
    }

    .line-break {
        display: block !important;
    }

    .percent-change {
        min-width: 65px;
    }
}

.count-down-calendar {
    color: #000; 
    font-weight: bold;
    background: #fff;
    height: 150px;
    width: 150px;
    display: inline-block;
    box-shadow: 0 0 9px 2px rgba(12, 25, 66, 0.15);
}
.count-down-calendar > span {
    display: block;
}

.count-down-calendar .yir-month {
    background: #68efda;
    color: #1D2327;
}

.count-down-calendar .yir-day {
    font-size:3em;
    color:#000; 
    position: relative; 
}

.count-down-calendar .yir-year {
    font-size:.6em; 
    color: #000; 
    margin-top: -20px;
}