body {
    background-color: #1e285c;

    font-family: "Rubik", sans-serif;
    color: #3a3a3a;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.4;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;

    padding: 0 2rem;
  }

  .wrap-orange {
    padding: 1.5rem;
    background-color: #fc8a00;
  }
  .wrap-red {
    padding: 1.5rem;
    background-color: #d50c1e;
  }
  .wrap-content {
    background-color: #e9e6d3;
    background-image: url("../img/bg-ray.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1rem;
  }
  .wrap-content-border {
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 1.5rem;
    border: 2px dotted #d50c1e;
  }
  .title-elite6 {
    background: url("../img/bg-elite-6.png") no-repeat;
    background-size: 125%;
    background-position: center right;
    display: inline-block;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 70px 3px 15px;
  }
  .title-contest-date {
    background: url("../img/bg-contest-date.png") no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    display: inline-block;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
    padding: 8px 70px;
  }
  .title-hero {
    font-family: "Rye", serif;
    color: #f30000;
    text-transform: uppercase;
    line-height: 1;
  }
  .title-hero-sm {
    font-size: 60px;
  }
  .title-hero-lg {
    font-size: 84px;
  }

  .list-logos {
    list-style-type: none;
    padding: 0;
  }
  .list-logos li {
    vertical-align: middle;
    display: inline-block;
    padding: 0 10px;
  }

  .card-prize {
    background-color: #fff2e7;
    border: 0;
    margin: 0 5px;
    padding: 12px;
  }
  .card-prize .card-body {
    border: 1px dashed #d50c1e;
    border-radius: 4px;
  }

  .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: 500;
    color: #f8533d;
  }
  .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 {
    border: 1px dashed #314a4e;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
  }
  .ranking-head {
    align-items: center;
    padding: 0 70px;
  }
  .ranking-head-info,
  .ranking-affiliate {
    width: 65%;
  }
  .ranking-head-totals,
  .ranking-prize {
    width: 35%;
  }
  .ranking-head-totals {
    display: flex;
  }
  .ranking-head-totals > span {
    width: 50%;
    text-align: left;
  }
  .ranking-affiliate img {
    width: 30px;
  }
  .ranking-flame {
    margin-left: auto;
    margin-right: 25%;
  }
  .ranking-flame img {
    height: 25px;
  }

  /* Helper classes */
  .btn-primary {
    background-color: #f8533d;
    border: 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: #da4734;
    border-color: #da4734;
    box-shadow: none !important;
  }
  .text-primary {
    color: #ff4931 !important;
  }
  .text-secondary {
    color: #426268 !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;
    line-height: 1.6;
  }
  .fs-20 {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .fs-24 {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .fs-28 {
    font-size: 1.75rem;
    line-height: 1.6;
  }
  .fs-30 {
    font-size: 1.875rem;
    line-height: 1.6;
  }
  .fs-32 {
    font-size: 2rem;
    line-height: 1.6;
  }
  .fs-36 {
    font-size: 2.25rem;
    line-height: 1.6;
  }
  .fs-40 {
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .fs-50 {
    font-size: 2.825rem;
    line-height: 1.6;
  }
  .fs-60 {
    font-size: 3.75rem;
    line-height: 1.6;
  }
  b {
    font-weight: 500;
  }
  .flex-1 {
    flex: 1;
  }
  .fw-500 {
    font-weight: 500;
  }

  @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;
    }
    body {
      padding: 0 0.75rem 0.75rem 0.75rem;
    }
    .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 {
      width: 45%;
      padding: 5px;
    }
    .list-logos li img {
      width: 100%;
      max-height: 40px;
      object-fit: contain;
    }
    .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: 20px;
      padding: 8px 20px;
      line-height: 1.4;
      background: none;
      background-color: #426268;
    }
    .countdown-value {
      font-size: 40px;
    }
    .countdown-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;
    }
    .ranking-affiliate img {
      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: 15px;
      width: auto;
    }
  }
