
.contest-video-school {
    color: #000000;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;

    max-width: 232px;
    text-overflow: ellipsis;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.contest-video-votes {
    color: #262626;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;

    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.play-button-sm {
    position: absolute;
    top: 40px;
    left: 130px;
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px;
}

.play-button-sm > img {
    width: 40px;
    height: 40px;
}

.video-tile-top {
    height: 120px;
    width: 300px;
    border-radius: 8px 8px 0 0;
}

.contest-video-tile {
    /*height: 229px;*/
    /*max-height: 229px;*/
    width: 300px;
    min-width: 300px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(210, 215, 213, 0.3);

}


.ranking-video-tile-top.first {
    height: 160px;
    width: 400px;
    border-radius: 8px 8px 0 0;
}

.ranking-video-tile-top {
    height: 160px;
    width: 400px;
    border-radius: 8px 8px 0 0;
}

.ranking-contest-video-tile {
    height: 281px;
    width: 400px;
    min-width: 400px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(210, 215, 213, 0.3);

}

.ranking-contest-video-tile.first {
    margin-top: -32px;
    box-sizing: border-box;
    height: 313px;
    width: 400px;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(210, 215, 213, 0.3);
}

.ranking-video-tile-top {
    height: 160px;
    width: 400px;
    border-radius: 8px 8px 0 0;
    background-position: center;
    background-size: cover;
}

.ranking-video-tile-top.first {
    height: 192px;
    width: 400px;
    border-radius: 8px 8px 0 0;
}

.first-video {
    border-right: 1px solid #DEBB01;
    border-left: 1px solid #DEBB01;
    border-bottom: 1px solid #DEBB01;
    border-radius: 0 0 8px 8px;
}

.ranking-contest-video-school {
    color: #000000;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;

    max-width: 332px;
    text-overflow: ellipsis;
    overflow: hidden;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ranking-contest-video-votes {
    color: #262626;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;

    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.ranking-play-button-sm {
    position: absolute;
    top: 60px;
    left: 180px;
    background: transparent;
    border: 0;
    width: 40px;
    height: 40px;
}

.ranking-play-button-sm > img {
    width: 40px;
    height: 40px;
}

.ranking-play-button-sm.first {
    top: 76px;
}

.star {
    height: 16px;
    width: 16px;
    border-radius: 30px;
    background-color: #C5322C;
}

.star.first {
    background-color: #DEBB01;
}

.star-img {
    height: 11px;
    width: 12px;
}

.price {
    color: #C5322C;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    padding-top: 2px;
    padding-left: 8px;
}

.price.first {
    color: #DEBB01;
}

@media (max-width: 425px) {
    .ranking-video-tile-top {
        height: 120px !important;
        width: 300px !important;
        border-radius: 8px 8px 0 0;
    }

    .ranking-video-tile-top {
        height: 120px !important;
        width: 300px !important;
        border-radius: 8px 8px 0 0;
    }

    .ranking-contest-video-tile {
        height: 241px;
        width: 300px !important;
        min-width: 300px !important;

    }

    .ranking-contest-video-tile.first {
        margin-top: 0;
        height: 241px;
        width: 300px !important;
        min-width: 300px !important;

    }

    .ranking-contest-video-school {
        color: #000000;
        font-family: "MultipleSans Alt III SemiBold", sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;

        max-width: 232px !important;;
        text-overflow: ellipsis;
        overflow: hidden;

        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .ranking-contest-video-votes {
        color: #262626;
        font-family: "MultipleSans Alt III SemiBold", sans-serif;

        font-size: 14px;
        letter-spacing: 0;
        line-height: 18px;
    }

    .ranking-play-button-sm {
        top: 40px;
        left: 130px;
    }

    .ranking-play-button-sm.first {
        top: 40px;
        left: 130px;
    }
}

.contests-videos-container {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 48px 0 120px;
}

.user-icon {
    border-radius: 32px;
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
    max-height: 32px;
    max-width: 32px;
    background-color: rgba(197, 50, 44, 0.1);
}

.users-icon {
    border-radius: 48px;
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    max-height: 48px;
    max-width: 48px;
    background-color: rgba(197, 50, 44, 0.1);
}

.success-icon {
    border-radius: 48px;
    height: 48px;
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    max-height: 48px;
    max-width: 48px;
}

.vote {
    color: #C5322C;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
}

.vote-button {
    background: unset;
    border: 0;
}

.vote-button:hover {
    cursor: pointer;
}

.modal-description-header {
    color: #262626;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
    text-align: center;
}


.modal-description {
    color: #3F3F3F;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    text-align: center;
}

.vote-modal-title {
    color: #262626;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 31px;
}

.vote-header {
    color: #3F3F3F;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
}

.vote-info-container {
    padding: 8px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
    border-radius: 8px;
    background-color: #F5F5F5;
}

.vote-value {
    color: #C5322C;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    min-width: 70px;
    text-align: end;
}

#modalSchoolName {
    color: #404040;
    font-family: "MultipleSans Alt III SemiBold", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.modal-check-label {
    color: #262626;
    font-family: "MultipleSans Alt III Regular", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}

.form-check-input, .form-check-label {
    cursor: pointer;
}

.contest-video-card-footer {
    padding-top: 18px;
}


.video-ranking {
    border-radius: 17px;
    background-color: #C5322C;
    color: #FFFFFF;
    font-family: "MultipleSans Alt III Bold", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 3px 12px 3px 12px;
    top: 8px;
    position: absolute;
    right: 8px;
}

.video-ranking.first {
    background-color: #DEBB01;
}
