.page-title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 60px;
}

.nft__item.quiz span.quiz-taking-count {
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    display: none;
}
.nft__item.quiz .label-danger {
    background-color: #FA424A
}
.nft__item.quiz .label-primary {
    background-color: #00A8FF
}
.nft__item.quiz .label-success {
    background-color: #46C35F
}
.nft__item.quiz .label-default {
    background-color: rgba(131, 100, 226, 0.1);
    color:black !important;
    font-weight: 400 !important;
}
.nft__item.quiz .label-warning {
    background-color: #FDAD2A
}
.nft__item.quiz .label-info {
    background-color: #AC6BEC
}
.nft__item.quiz .label-light-grey {
    background-color: #ECEFF4;
    color: #919FA9
}
.nft__item.quiz a.label-light-grey:hover {
    color: #fff;
    background-color: #00A8FF
}
.nft__item.quiz .label.label-pill.label-custom {
    padding: 3px 6px 2px;
    font-size: .8125rem
}
.nft__item.quiz .label-info {
    background-color: #AC6BEC;
}
.nft__item.quiz .label {
    font-size: .875rem;
    font-weight: 600;
}
.nft__item.quiz .label {
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
}
.nft__item.quiz div.quiz-meta{
   display:block;
    margin-top:-20px;
    margin-bottom: 8px;
}
.nft__item.quiz div.quiz-meta span{
    margin-right:6px;
}
.nft__item.quiz .nft__item_price a {
    margin-right: 10px;
    /*color: rgb(114, 114, 114);*/
}
.nft__item.quiz .nft__item_action{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height:40px;
}
.nft__item.quiz div.modified-countdown{
    padding: 3px 8px 3px 8px;
    background:none;
    border:none;
    color:var(--secondary-color);
    top: 0;
    right: 0;
}
.nft__item.quiz .nft__item_wrap {
    position: relative;
    padding-top: 60%;
    height: fit-content !important;
    margin-bottom: 40px;
    margin-top: 25px;
}
.nft__item.quiz .nft__item_wrap a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    transition: .5s all;
}
.nft__item.quiz .nft__item_wrap a:hover {
    transform: scale(1.03);
}