.tournamentcardlong {
    cursor: pointer;
}

.tournamentcardlong.past {
    opacity: 0.6;
}

.tournamentcardlong .tournamentcard-card {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    margin: 10px 36px 10px 0;
    width: 635px;
    height: 167px;
    box-shadow: 4px 4px 4px 0px rgba(225, 237, 255, 0.8);
    -webkit-transition: background-color 0.4s;
    /* Safari */
    transition: background-color 0.4s;
}

.tournamentcardlong .tournamentcard-card .progressbar-container {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.tournamentcardlong .tournamentcard-card .progressbar-container .entity-icon {
    min-width: 122px;
    min-height: 122px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
    margin-inline: 50px 35px;
    z-index: 10;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 6px;
    position: relative;
    width: 68%;
    height: 100%;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head .entity-name {
    color: #4b4a4a;
    font-family: "Metropolis Semi Bold";
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head .description {
    color: #4b4a4a;
    font-family: "Metropolis Regular";
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.3px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head .datesContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head .datesContainer .datesIcon {
    background-image: url("https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/Calendar_icon_LM_portal_new.png");
    width: 24px;
    height: 24px;
    background-size: cover;
    margin-right: 5px;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head .datesContainer .datesText {
    color: #4b4a4a;
    font-family: "Metropolis Regular";
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head .total {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4b4a4a;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head .total .raisedIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/support_icon_blue.svg);
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head .total .grandChallengeIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/GrandChallenge_Icon_v2_LM.png);
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head .total .fundraiserIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/Fundraiser_Icon_v2_LM.png);
    width: 24px;
    height: 24px;
    background-size: 22px;
    background-repeat: no-repeat;
}

.tournamentcardlong .tournamentcard-card .tournamentcard-head .total .label {
    font-family: "Metropolis Regular";
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0.2px;
}

/* DARK MODE */
.dark .tournamentcardlong .tournamentcard-card {
    background-color: #1f2120;
    box-shadow: none;
}
.dark .tournamentcardlong .tournamentcard-card .tournamentcard-head .entity-name,
.dark .tournamentcardlong .tournamentcard-card .tournamentcard-head .datesContainer .datesText,
.dark .tournamentcardlong .tournamentcard-card .tournamentcard-head .total .label,
.dark .tournamentcardlong .tournamentcard-card .tournamentcard-head .description {
    color: rgba(255, 255, 255, 0.87);
}
.dark .tournamentcardlong .tournamentcard-card .tournamentcard-head .datesContainer .datesIcon {
    background-image: url("https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/Calendar_icon_DM_portal_new.png");
}
.dark .tournamentcardlong .tournamentcard-card .tournamentcard-head .total .grandChallengeIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/GrandChallenge_Icon_v2_DM.png);
}
.dark .tournamentcardlong .tournamentcard-card .tournamentcard-head .total .fundraiserIcon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/Fundraiser_Icon_v2_DM.png);
}
