.tournament-card {
    min-height: 600px;
    max-height: 600px;
    border-radius: 10px;
}

.tag {
    background-color: #f3e92b;
    position: absolute;
    margin-left: 15px;
    border-radius: 0 0 10px 10px;
}

.tag .tag-text {
    color: #336154;
    font-size: .625rem;
    text-transform: uppercase;
    padding: 0 0.5rem;
}

.prize-pool {
    border-radius: 10px;
    background-color: #f3e92b;
    padding: 5px 7px 0px 7px;
    margin-top: -35px;
    right: 15px;
    position: absolute;
    text-align: center;
}

.prize-pool-modal {
    font-weight: 600;
    border-radius: 10px;
    background-color: #f3e92b;
    padding: 1px 10px;
    right: 15px;
    position: absolute;
    text-align: center;
}

.tournament-type {
    font-size: 13px
}

.leaderboard-modal {
    overflow: auto;
    max-height: 970px;
}

.tournament-title {
    font-size: 1.2rem
}

.tabs {
    background-color: var(--theme-primary-color);
    border-radius: 2.5rem;
    padding: .25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tab_button {
    height: 2.5rem;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 1.5rem;
    font-family: inherit;
    font-weight: 600;
    font-size: .75rem;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 6.25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff
}

.tab_button.active {
    background-color: var(--theme-primary-color);
    color: #fff
}

.table {
    min-height: 166px;
    padding-left: 0;
    padding-right: 0;
    padding: 0.5rem;
}

.table.active {
    display: block !important;
}

.inner-table {
    height: 2.1rem;
    display: flex;
    margin-bottom: 0.25rem;
    -webkit-box-align: center;
    align-items: center;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
    color: #fff;
    border-radius: 0.5rem;

}

.inner-table.list {
    background-color: #00825c;
}

.unit-panel {
    background: #00835b;
    border-radius: 0.5rem;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
}

.unit-image {
    border-radius: 0.5rem;
    padding: 0 !important;
    overflow: hidden;
    max-width: 66px;
    min-width: 66px;
    height: 100%;
}

.unit-image .el-image {
    height: 100%;
    border-radius: 0.5rem;
}

.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    min-width: 66px;
    max-width: 66px;
}

.el-image_inner {
    width: 100%;
    height: 100%;
}

.unit-cover {
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
}

.unit-name {
    font-weight: 500;
    color: #fff;
}

.unit-vendor {
    color: #a5d2c6;
    font-size: .725rem;
    line-height: 1rem;
}

.table-header {
    color: #00825c;
    display: flex;
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
    font-size: 0.75rem;
}

.header-item {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
    margin-bottom: 3px;
}

.header-item.rank {
    -webkit-box-flex: 0;
    flex: 0 0 30px;
    text-align: center;
    font-weight: 600;
}

.header-item.user {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.header-item.prize {
    text-align: center;
    max-width: 70%;
}

.bottom-section {
    margin-bottom: 30px;

}

.modal-image {
    max-height: 200px;
    min-height: 200px;
}

.modal-title {
    font-size: 1.1rem;
    font-weight: 900;
}

.modal-text {
    font-size: 14px;
}

.rules {
    margin-top: 20px;
}

.games {
    margin-top: 20px;
}

.count-down {
    margin-left: 10px;
    display: inline-flex;
}

.countdown-item {
    padding: 5px 2px !important;
    position: relative;
    display: inline-block !important;
    text-align: center;
    font-weight: 500;

}

.countdown-item .time {
    border: 1px solid;
    border-color: #00835b !important;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    font-size: 1rem;
    display: flex;
    margin-right: 0;
    padding: .15rem .3rem;
}

.countdown-item .type {
    font-size: .625rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 3px;

}

.modal-body .count-down {

    display: inline-flex;
}

.modal-body .countdown-item {
    padding: 5px 16px !important;
    position: relative;
    display: inline-block !important;
    text-align: center;
    font-weight: 500;

}

.modal-body .countdown-item .time {
    border: 1px solid;
    border-color: #00835b !important;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    font-size: 1.5rem;
    display: flex;
    margin-right: 0;
    padding: .5rem .6rem;
}

.modal-body .countdown-item .type {
    font-size: .625rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 3px;

}

.readmore-button {
    margin-left: 10px;
    border: 1px solid;
    padding: 5px 8px;
    border-radius: 5px;
    -webkit-box-flex: 1;
    flex: 1;
    color: #525252;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}