.loading-bar {
    background: #4c4c4c;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999;
    height: 3px;
    transition: all 0.8s;
}

label.error{
    font-size: 12px;
    color: #a73c2b;
}
.toast{
    opacity: 1 !important;
    border: none !important;
    box-shadow: none !important;
}
.explore-box .explore-img{
    width: 100% !important;
}
.battle-image{
    height: 160px;
    object-fit: cover;
}
.challenge-thumbnail-image{
    height: 115px;
    width: 100%;
    object-fit: cover;
}
.bg-talent-verse{
    background: #fc2c3c;
}