/* Quests listing */
.quest-list__thumbnail {
    height: 40px;
}

.quest-list__stream-thumbnail {
    position: relative;
    color: #fff !important;
}
.quest-list__stream-thumbnail img {
    border-radius: 50%;
    border: 3px solid #9147ff;
    padding: 2px;
    max-height: 100%;
  }
.quest-list__stream-live {
    position: absolute;
    bottom: -5px;
    transform: translateX(20px);
    background-color: #ff0000;
    color: #ffffff;
    padding: 2px 4px 0px 4px;
    border: 2px solid #000000;
    border-radius: 3px;
    font-size: 0.6rem;
}

.quest-list__quest-details {
    line-height: 1.1;
}

.quest-list__quest-details.featured {
    font-size: 1.2rem;
}

.quest-list__play {
    font-size: 2em;
}

@media (min-width: 576px) {
    .quest-list__play {
        font-size: 3em;
    }
    .quest-list__thumbnail {
        height: 75px;
    }
}

/* Buttons */

.btn.btn-outline-primary {
    --bs-btn-color: #0395e7;
    --bs-btn-border-color: #0395e7;
    --bs-btn-border-radius: 10px;
    --bs-btn-bg: #222222;
    --bs-btn-hover-border-color: transparent;
}

.btn.btn-outline-primary.btn-help:hover {
    border-color: #0393ff;
}

/* Calendar */

.calendar-rewards__reward {
    background-color: #000;
    border: 2px solid var(--card-divider-color);
    border-radius: 10px;
    position:relative;
    user-select: none;
    text-align: center;
}

.calendar-rewards__calendar:not(#todays-rewards) .calendar-rewards__day.current .calendar-rewards__reward {
    border: 2px solid #e07604;
}

.calendar-rewards__calendar p {
    color: #fff;
}

.calendar-rewards__calendar p.small {
    font-size: 90%;
}

.calendar-rewards__reward h1 {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    text-align: center;
    color: #fff;
}

.calendar-rewards__reward h1 {
    font-size: 2em;
}
.calendar-rewards__reward-fragments {
    font-weight: bold;
}

.calendar-rewards__reward img {
    max-height: 58px;
}

.calendar-rewards__tooltip {
    --bs-tooltip-bg: var(--card-divider-color);
}

.calendar-rewards__day-label p {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1em;
}

@media (min-width: 1200px) {
    .calendar-rewards__reward img {
        max-height: 58px;
    }
}

@media (min-width: 1400px) {
    .calendar-rewards__reward img {
        max-height: 84px;
    }
}

/* Ad Image */
.quests-ad-image {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.quests-ad-image img {
    max-height: 400px;
}