body {
    font-family: "Roboto Condensed", sans-serif;
    color: #070503;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -1.5px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.hero {
    background: url("../img/mi-hero-bg-3.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-week-1 {
    background: url("../img/mi-hero-bg-2.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-week-2 {
    background: url("../img/mi-hero-bg-4.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-week-3 {
    background: url("../img/mi-hero-bg-5.jpg") no-repeat;
    background-size: cover;
    background-position: center;
}

.hero h1 {
    font-weight: 700;
    font-size: 100px;
    color: #e11e2f;
    text-transform: uppercase;
    line-height: 1;
}
.hero h4 {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1;
}
.hero h3 {
    text-transform: uppercase;
}

.list-logos-wrapper {
    text-align: center;
    background-color: rgba(49, 49, 49, 0.3);
    padding: 10px;
}

.list-logos {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0;
}

.list-logos li {
    vertical-align: middle;
    display: inline-block;
    padding: 0 20px;
}

.list-logos li img {
    width: 120px;
}

.list-logos li .tgs {
    width: 220px;
}

.content {
    padding: 4rem 0;
}

.card-prize {
    border: 1px solid #e11e2f;
    border-radius: 0;
    margin: 0 5px;
    padding: 0;
    background-color: #fff;
}

.card-prize .card-header {
    background-color: #e11e2f;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    padding: 5px;
    color: #fff;
    border-radius: 0;
}

.card-prize .card-header .card-header_sub {
    display: block;
    margin-top: -5px;
}
.card-prize-weekly img,
.card-weekly-winner img {
  width: 30%;
}
.card-prize-weekly {
  border-color: #000;
}
.card-prize-weekly .card-header {
  background-color: #000;
}
.card-prize-weekly_tbd {
  border-color: #d6d6d6;
}
.card-prize-weekly_tbd .card-header {
  background-color: #969696;
}

.card-weekly-winner {
  background-color: #f7f7f7;
}
.card-weekly-winner_tbd {
  border: 0;
  background-color: transparent;
}

.dropdown-menu {
    width: 100%;
}

.dropdown-toggle::after {
    margin-left: 40px;
}

.dropdown-menu .dropdown-item {
    font-size: 22px;
}

.timer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.countdown-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 20px;
}

.countdown-item:last-of-type {
    margin-right: 20px;
}

.countdown-value {
    margin-right: 10px;
    font-size: 60px;
    font-weight: 700;
    color: #e11e2f;
}

.countdown-label {
    font-size: 28px;
}

.title-bordered {
    position: relative;
    display: inline-block;
}

.title-bordered span {
    padding: 0 20px;
    background-color: transparent;
}

.title-bordered::before {
    content: "";
    height: 1px;
    background-color: #f8533d;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    left: -30%;
}

.title-bordered::after {
    content: "";
    height: 1px;
    background-color: #f8533d;
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    right: -30%;
}

.card-ranking {
    background-color: #fff;
    border: 0;
    margin: 0 5px;
    padding: 15px;
}

.card-ranking .card-body {
    display: flex;
    flex-direction: row;
    background-color: #f6f5ef;
}

.card-ranking-top::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
}

.card-ranking-top-1 {
    border: 1px solid #ffd700;
}

.card-ranking-top-1 .card-body {
    background-color: #fffbe5;
}

.card-ranking-top-2 {
    border: 1px solid #c0c0c0;
}

.card-ranking-top-2 .card-body {
    background-color: #f9f9f9;
}

.card-ranking-top-3 {
    border: 1px solid #cd7f32;
}

.card-ranking-top-3 .card-body {
    background-color: #faf2ea;
}

.ranking-head {
    align-items: center;
    padding: 0 70px;
}

.ranking-head-info,
.ranking-affiliate {
    width: 65%;
    z-index: 2;
}

.ranking-head-totals,
.ranking-prize {
    width: 35%;
    align-items: center;
    z-index: 2;
}

.ranking-head-totals {
    display: flex;
}

.ranking-head-totals>span {
    width: 50%;
    text-align: left;
}

.card-ranking-avatar {
    width: 30px;
}

.ranking-flame {
    margin-left: auto;
    margin-right: 25%;
}

.ranking-flame img {
    height: 47px;
}

footer {
    background-color: #171717;
}

/* Helper classes */
.btn-primary {
    background-color: #e11e2f;
    border: 0;
    border-radius: 0;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #171717;
    border-color: #171717;
    box-shadow: none !important;
}

.btn-primary-bordered {
    background-color: transparent;
    border: 2px solid #1E7CE1;
    color: #1E7CE1;
    display: flex;
    align-items: center;
}
.btn-primary-bordered img {
    width: 30px;
    margin-left: auto;
}
.btn-primary-bordered:hover {
    color: #1E7CE1;
    border-color: #000;
}

.text-primary {
    color: #e11e2f !important;
}

.text-secondary {
    color: #070503 !important;
}

.lh-normal {
    line-height: normal !important;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-xs {
    font-size: 0.9rem;
}

.fs-default {
    font-size: 1rem;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-20 {
    font-size: 1.25rem;
}

.fs-24 {
    font-size: 1.5rem;
}

.fs-28 {
    font-size: 1.75rem;
}

.fs-30 {
    font-size: 1.875rem;
}

.fs-32 {
    font-size: 2rem;
}

.fs-36 {
    font-size: 2.25rem;
}

.fs-40 {
    font-size: 2.6rem;
}

.fs-50 {
    font-size: 2.825rem;
}

.fs-60 {
    font-size: 3.75rem;
}

b {
    font-weight: 600;
}

.flex-1 {
    flex: 1;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.ls-n1 {
    letter-spacing: -1px !important;
}

.ls-0 {
    letter-spacing: 0 !important;
}

/* Positioning the button at the top right */
#play-audio {
    position: fixed;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
}

#play-audio img {
    width: 40px;
    /* Adjust size */
    height: auto;
}

#play-audio i {
    font-size: 30px;
    color: #007bff;
}


@media (max-width: 767px) {
    .fs-14 {
        font-size: 0.75rem !important;
    }

    .fs-default {
        font-size: 0.875rem;
    }

    .fs-18 {
        font-size: 1rem;
    }

    .fs-20 {
        font-size: 1rem;
    }

    .fs-24 {
        font-size: 1.125rem !important;
    }

    .fs-28 {
        font-size: 1.25rem !important;
    }

    .fs-30 {
        font-size: 1.6rem !important;
    }

    .fs-32 {
        font-size: 1.45rem;
    }

    .fs-40 {
        font-size: 1.75rem !important;
    }

    .fs-50,
    .fs-60 {
        font-size: 1.75rem !important;
    }

    .title-hero-sm {
        font-size: 22px;
    }

    .title-hero-lg {
        font-size: 34px;
    }

    .timer {
        flex-direction: column;
    }

    .wrap-orange,
    .wrap-red,
    .wrap-content {
        padding: 0.5rem;
    }

    .wrap-content-border {
        padding: 1rem 0.5rem;
    }

    .title-date {
        font-size: 16px !important;
    }

    .title-elite6 {
        font-size: 20px;
        padding: 5px 50px 3px 15px;
    }

    .logo {
        width: 200px;
    }

    .list-logos {
        margin-bottom: 0;
    }

    .list-logos li {
        padding: 5px;
    }

    .list-logos li img {
        width: 100%;
        max-height: 40px;
        object-fit: contain;
    }

    .list-logos li .tgs {
        width: 140px;
    }

    .card-prize {
        margin-bottom: 10px;
    }

    .dropdown-toggle::after {
        margin-left: 0;
    }

    .dropdown .btn-primary {
        font-size: 1.125rem !important;
    }

    .dropdown-menu .dropdown-item {
        font-size: 16px;
    }

    .title-contest-date {
        font-size: 18px;
        padding: 8px 10px;
        line-height: 1.4;
        background: none;
    }

    .timer-number {
        font-size: 40px;
    }

    .timer-label {
        font-size: 20px;
    }

    .title-bordered::before {
        width: 20px;
        left: -3%;
    }

    .title-bordered::after {
        width: 20px;
        right: -3%;
    }

    .card-ranking {
        margin: 0;
        padding: 5px;
    }

    .ranking-affiliate {
        width: 100% !important;
        margin-bottom: 5px;
        justify-content: start !important;
        font-size: 0.9rem !important;
    }

    .card-ranking-avatar {
        width: 16px;
        height: 16px;
        object-fit: cover;
    }

    .card-ranking .card-body {
        flex-direction: column;
    }

    .ranking-prize {
        width: 100% !important;
        align-items: center;
        justify-content: start !important;
        align-items: flex-start;
    }

    .ranking-flame {
        margin-right: 0;
        margin-left: auto;
    }

    .title-bordered span {
        font-size: 24px !important;
    }

    .ranking-flame img {
        height: 34px;
        width: auto;
    }

    .hero h1 {
        font-size: 60px;
    }

    .hero h5 {
        font-size: 32px;
    }

    .hero h3.fs-40 {
        font-size: 20px !important;
    }

    .w-xs-50 {
        width: 50% !important;
    }

    .w-xs-60 {
        width: 60% !important;
    }

    .w-xs-75 {
        width: 75% !important;
    }

    .content {
        padding: 2rem 0;
    }
}