.text-black-light {
    color: var(--black-light) !important;
}
.bg-black-medium {
    background-color: var(--secondary-medium) !important;
}
.ongoing-contest{
    position: absolute;
    top: 33%;
}
.line-height-20{
    line-height: 2.0;
}

@media screen and (max-width: 500px){
    .ongoing-contest{
        position: absolute;
        top: 15%;
    }
    h5 {
        font-size: 18px;
        line-height: 13px;
    }
    
    h6 {
        padding-top: 10px;
        font-size: 12px;
        line-height: 10px;
    }
}

.success-dialog-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: #2626319e;
    z-index: 10000;
    padding: 2rem 1rem;
}

.success-dialog {
    max-width: 510px;
    margin: 0 auto;
    background-color: var(--secondary);
    padding: 2rem;
    position: relative;
    border-radius: 10px;
    box-shadow: var(--black) 0 0 25px 0px;
}

.success-dialog .close-dialog {
    color: #fff;
    position: absolute;
    top: 1rem;
    right: 1rem;
}