.comp-detail-page{
    display: block;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 10px;
    background-size: 62%;
    min-height: 80vh;
}
.mainb{
    max-width: 100%;
}
.head-text{
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: bold;
    font-size: 20pt;
}
.head-text .g{
    color: #b295fd;
}
.head-text .y{
    color: #FFF200;
}
.page{
    padding-top: 0;
}
.button{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    border-radius: 10px;
    text-decoration: none;

    font-weight: bold;
    font-size: 13pt;
    background: #2F4254;
    color: #7F99B1;
}
.button.play-button{
    background: rgb(178, 149, 253);
    background: linear-gradient(90deg, rgba(178, 149, 253, 0.5) 0%, rgb(178, 149, 253) 50%, rgba(178, 149, 253, 0.5) 100%);
    color: #0B0F13;
}
.count-down{
    display: block;
    width: 100%;
}
.count-down .item{
    display: inline-flex;
    width: 100%;
    aspect-ratio: .95/1;
    background-color: #1B2733;
    border-radius: 10px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.count-down .item b{
    font-size: 16pt;
    color: #fff;
    font-weight: bold;
    display: block;
    width: 100%;
}
span.join_date {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: center;
    float: left;
    margin-bottom: 5px;
    font-size: 16pt;
}
.count-down .item span{
    display: block;
    width: 100%;
    color: #7F99B1;
}
.count-down .item:after{
    content: ":";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -30%;
    color: #2F4254;
    font-size: 30pt;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.count-down .row .col:last-child .item:after{
    content: "";
}

.tickets{
    margin-top: 30px;
}
.tickets .ticket-item{
    display: inline-block;
    width: 100%;
    background-color: #1B2733;
    border-radius: 10px;
    text-align: center;
}
.tickets .ticket-item img{
    display: inline-block;
    max-width: 90%;
}
.tickets .ticket-item .t{
    display: inline-block;
    width: 100%;
    color: #7F99B1;
    font-size: 10pt;
    line-height: 1;
}
.tickets .ticket-item .b{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20pt;
    color: #b295fd;
    font-weight: bold;
}
.results{
    display: inline-block;
    width: 100%;
    margin-top: 50px;
    align-items: center;
}
.results .t{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20pt;
    font-weight: bold;
}
.results .selectbox{
    display: inline-block;
    width: 100%;
    background: url(/Public/web/img/iphone-arrow.png) center right no-repeat;
    background-position-x: 90%;
    background-color: #1B2733;
    color: #fff;
    border-radius: 10px;
    border: 0;
    padding: 10px 20px;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    outline: none;
}
.list{
    display: inline-block;
    width: 100%;
}
.list .list-item{
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    background-color: #1B2733;
    border-radius: 10px;
    padding: 10px 20px;
}
.list .list-item .date{
    display: inline-block;
    width: 100%;
    font-size: 15pt;
    color: #567089;
    font-weight: bold;
}
.list .list-item .row{
    align-items: center;
}
.list .list-item .w{
    display: inline-block;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 10pt;
}
.list .list-item .username{
    display: inline-block;
    width: 100%;
    color: #b295fd;
    font-weight: bold;
    font-size: 20pt;
}
.list .list-item .ibutton-wd{
    display: inline-flex;
    width: 100%;
    background-color: #2C3F52;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}
.list .list-item .ibutton-wd span{
    display: inline-block;
    font-size: 10pt;
    text-decoration: none;
    color: #98B9DB;
    line-height: 1;
    font-weight: 500;
}
.list .list-item .ibutton-wd img{
    display: inline-block;
    max-height: 30px;
}
.list .list-item .ibutton-play{
    display: inline-flex;
    width: 100%;
    background-color: #b295fd;
    border-radius: 10px;
    padding: 10px;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}
.list .list-item .ibutton-play span{
    display: inline-block;
    font-size: 10pt;
    text-decoration: none;
    color: #0B0F13;
    line-height: 1;
    font-weight: 500;
}
.list .list-item .ibutton-play img{
    display: inline-block;
    max-height: 30px;
}
.list .list-item .col-md-4 .col-md-6{
    padding-left: 5px;
    padding-right: 5px;
}
.list .list-item .col-md-4.ww1{
    width: 30%;
}
.list .list-item .col-md-4.ww2{
    width: 36%;
}
#rulesModal .modal-content{
    background: #243343;
}
#rulesModal .modal-header{
    justify-content: space-between;
    border-color: #2F4254;
}
#rulesModal .modal-header button{
    background: none;
    color: #fff;
    border: 0;
}
#rulesModal .modal-body *,
#rulesModal .modal-body{
    color: #fff !important;
}
.comp-detail-page .p-desc{
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 10pt;
    text-align: center;
}
@media(max-width: 1000px){
    .comp-detail-page{
        background-size: contain;
    }
    .head-text{
        margin-top: 0px;
        font-size: 11pt;
    }
    .button{
        margin-bottom: 10px;
    }
    .tickets .ticket-item{
        margin-bottom: 20px;
    }
    .results .selectbox{
        margin-top: 20px;
    }
    .list .list-item > .row > .col-md-3,
    .list .list-item > .row > .col-md-1{
        width: 50%;
    }
    .list .list-item .w{
        text-align: right;
        font-size: 12pt;
    }
    .list .list-item .col-md-4.ww1{
        width: 100%;
    }
    .list .list-item .username{
        text-align: center;
    }
    .list .list-item .col-md-4.ww2{
        width: 100%;
    }
    .list .list-item .col-md-4 .col-md-6{
        width: 50%;
    }
}