:root {
    --primary-color: #0b4973;
    --secondary-color: #11FEFF;
    --border-color: #11FEFF;

    /* --primary-color: #0b4973;
    --secondary-color: #40E0D0;
    --border-color: #84171b; */
}

html {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.auction-screen-bg{
    background-color: #1c1c1c;
    /*background: #1c1c1c url(/static/images/auction-screen-bg.jpg) repeat top left;
    background-size: 100%;*/
    background: #1c1c1c url(/static/images/auction-screen-bg.png) repeat top center;
    background-size: contain;
    background-blend-mode: overlay;
}

#content{
    width: 1140px;
    margin: 0 auto;
}

.avatar {
    position: relative;
    display: inline-block;
    width: 2.625rem;
    height: 2.625rem;
    border-radius: .5rem;
}
.avatar-circle {
    border-radius: 50%;
}
.avatar:not(img) {
    background-color: #fff;
}

.avatar-img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: .5rem;
}
.avatar-circle .avatar, .avatar-circle .avatar-img, .avatar-circle .avatar-initials {
    border-radius: 50%;
}

.auction-header{
    width: 100%;
    height: 114px;
    margin-top: 30px;
    /* margin-left: 10px; */
    background-image: url(/static/images/auction-header-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size:95%;
    position: relative;
    /* background-color: var(--primary-color);
    border: 3px solid var(--border-color); */
    /* background-image: linear-gradient(180deg, #0b4973, #0f649d); */
    /* background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(0,212,255,1) 0%, rgba(11,73,115,1) 45%, rgba(2,0,36,1) 100%);
    border-radius: 10px;
    padding: 10px 0; */
}
.auction-header .d-flex{
    height: 114px;
}
.auction-header .hpl-logo{
    /* width: 100px;
    height: 100px; */
    /* position: absolute; */
    /* left: -10px; */
    /* margin-left: -10px; */
    width: 100px;
    height: 100px;
}
.auction-header .hpl-logo .avatar{
    width: 100%;
    height: 100%;
    /* background: rgba(255, 255, 255, 0.8); */
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.auction-header .hpl-logo .logo{
    height: 75px;
}
.header-content{
    /* padding-left: 40px; */
    padding-left: 40px;
}
.auction-header .auction-title{
    color: var(--secondary-color);
    font-size: 2.66rem;
    font-weight: 700;
    text-transform: uppercase;
}
.auction-header .auction-subtitle{
    color: #FFFFFF;
    font-size: 1.33rem;
    text-transform: uppercase;
}

.fund-remaining{
    width: 90%;
    float: right;
}
.fund-remaining-title{
    width: 100%;
    padding: 5px 0;
    margin-bottom: 10px;
    font-size: 1rem;
    color: #000000;
    text-align: center;
    text-transform: uppercase;
    background-color: var(--secondary-color);
}
.fund-remaining .team-grid {
    gap: 10px;
}
.fund-remaining .team-grid .item {
    width: 40%;
    /* margin-bottom: 10px; */
    border: 0.5px solid var(--secondary-color);
    /* box-shadow: 0 0 1px var(--secondary-color), 0 0 1px var(--secondary-color), 0 0 1px var(--secondary-color), 0 0 1px var(--secondary-color); */
    border-radius: 10px;
    padding: 8px;
    flex-grow: 1;
    /* background-image: url(/static/images/team-card-bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
}
.fund-remaining .team-grid .item .team-logo .avatar{
    width: 50px;
    height: 50px;
    border-radius: 8px;
    /* width: 50%;
    margin-bottom: 10px;
    background-image: url(/static/uploads/teams/hr-super-8.png);
    background-repeat: no-repeat;
    background-size: cover; */
}
.fund-remaining .team-grid .item .team-logo .avatar-img{
}
.fund-remaining .team-grid .item .fund-balance{
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    margin-left: 20px;
}

.player-info-box{

}
.player-info-box-left{
    margin-top: 20px;
}
.player-info-box-right{
    margin-top: 40px;
}

.player-info-box .image-box{
    --frame-width: 256px;
    --frame-height: 300px;
    --padding-left: 30.5px;
    --padding-rtop: 36.8px;

    /* position: relative;
    width: 200px;
    height: 200px;
    border: 5px solid var(--secondary-color);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center; */

    position: relative;
    width: var(--frame-width);
    height: var(--frame-height);
    background-image: url('/static/images/auction-player-img-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-left: 27.5px;
    padding-top: 12px;
    display: block;

    /* width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    background-image: url(/static/images/auction-player-img-bg.png);
    background-repeat: no-repeat; */
    margin: 0 auto;

}
.player-info-box .image-box img{
    width: 202.5px;
    height: 202.5px;
    object-fit: cover;
    border-radius: 50%;

    /* width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    clip-path: circle(50% at 50% 50%); */

    /* width: 150px;
    height: 150px;
    border-radius: 50%; */
}

.player-info-box .bid-box{
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 1.8;
    padding: 38px 15px;
    /* border: 1.5px solid var(--secondary-color); */
    background-image: url(/static/images/auction-amount-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.player-info-box .bid-box .bid-amount{
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: uppercase;
}
.player-info-box .bid-box .bid-team{
    font-size: 1.33rem;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}
.player-info-box .base-price-box{
    font-size: 1rem;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
}

.player-info-box .name-box{
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin-top: 40px;
    padding: 22px 30px;
    /* border: 1px solid var(--secondary-color); */
    background-image: url(/static/images/auction-player-name-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 100%; */

}
.player-info-box .name-box .player-name{
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: uppercase;
}
.player-info-box .name-box .player-type{
    font-size: 1.33rem;
    color: #FFFFFF;
    text-transform: uppercase;
}

.player-info-box .stats-box{
    border: 0;
    padding: 8px;
    margin-top: 100px;
}
.player-info-box .stats-table{
    border: 0;
    width: 100%;
}
.player-info-box .stats-table .gap{
    padding: 8px;
}
.player-info-box .stats-table td{
    color: #FFFFFF;
    font-size: 1.33rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border: 0;
    padding: 3px 5px;
}
.player-info-box .stats-table .title{
    font-size: 1rem;
    font-weight: 400;
    color: #FFFFFF;
}
.player-info-box .stats-table .stats-table-header td{
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 0;
    color: #000000;
    background-color: var(--secondary-color);
}


.sold-player-info-box .image-box{
    --frame-width: 256px;
    --frame-height: 220px;

    position: relative;
    width: var(--frame-width);
    height: var(--frame-height);
    background-image: url('/static/images/sold-player-img-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    padding-left: 2px;
    padding-top: 10px;
    display: block;
    margin: 0 auto;

}
.sold-player-info-box .image-box img{
    width: 203px;
    height: 203px;
    object-fit: cover;
    border-radius: 50%;
}

.sold-player-info-box .bid-box{
    width: 100%;
    height: auto;
    text-align: center;
    vertical-align: middle;
    line-height: 1.8;
    padding: 38px 15px;
    /* background-image: url(/static/images/auction-amount-bg.png); */
    background-image: url(/static/images/auction-player-name-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.sold-player-info-box .bid-box .bid-amount{
    font-size: 2.3rem;
    font-weight: 600;
    color: var(--secondary-color);
    text-transform: uppercase;
}
.sold-player-info-box .bid-box .bid-team{
    font-size: 1.33rem;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}

.sold-player-info-box .name-box{
    width: 80%;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 25px 30px;
    /* border: 1px solid var(--secondary-color); */
    background-image: url(/static/images/auction-player-name-bg.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 100%; */

}
.sold-player-info-box .name-box .player-name{
    font-size: 2rem;
    font-weight: 700;
    color: var(--secondary-color);
    text-transform: uppercase;
}
.sold-player-info-box .name-box .player-type{
    font-size: 1.33rem;
    color: #FFFFFF;
    text-transform: uppercase;
}


.tournaments-grid{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 20px;
}
.tournaments-grid-item{
    /* flex-grow: 1; */
    color: #FFFFFF;
    width: 23%;
    border: 0.5px solid var(--secondary-color);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
}
.tournaments-grid-item .tournaments-info-box{
    background: #050505;
    border-radius: 8px;
    padding: 30px 20px;
}
.tournaments-grid-item .tournaments-logo{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.tournaments-grid-item .tournaments-logo img{
    width: 100%;
    height: 100%;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}
.tournaments-grid-item .tournaments-name{
    margin-top: 10px;
    color: var(--secondary-color);
    text-align: center;
    font-size: 1.33rem;
}
.tournaments-grid-item .btn{
    font-size: 1.2rem;
}


.teams-squad-grid-wrap{
    
}
.teams-squad-grid{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 20px;
}
.teams-squad-grid-item{
    min-height: 400px;
    /* flex-grow: 1; */
    color: #FFFFFF;
    width: 23%;
    border: 0.5px solid var(--secondary-color);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.2);
}
.teams-squad-grid-item .team-info-box{
    background: #050505;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px;
}
.teams-squad-grid-item .team-logo{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.teams-squad-grid-item .team-logo img{
    width: 50px;
    height: 50px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
}
.teams-squad-grid-item .team-name{
    color: var(--secondary-color);
    text-align: center;
    font-size: 1.33rem;
}
.teams-squad-grid-item .team-owner{
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    font-size: 600;
}
.squad-list-wrap{
    padding: 10px;
    border: 8px;
}
.squad-list{
    list-style-type: none;
    padding-left: 0;
}
.squad-list li{
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 3px;
    border-bottom: 0.5px solid #000000;
    background: rgba(255, 255, 255, 0.1);
}
.squad-list li .player-name{
    font-size: 1.1rem;
    font-weight: 600;
}

@media (max-width: 576px) {
    #content{
        width: 99%;
    }

    .auction-header{
        background-image: none;
    }

    .auction-header .hpl-logo{
        width: 60px;
        height: 60px;
    }
    .auction-header .hpl-logo .logo{
        height: 75px;
    }
    .header-content{
        padding-left: 0;
    }
    .auction-header .auction-title{
        margin-top: 10px;
        font-size: 1.2rem;
        font-weight: 500;
        text-align: center;
    }
    .auction-header .auction-subtitle{
        font-size: 1rem;
        text-align: center;
    }

    .auction-header .d-flex{
        flex-direction: column;
    }

    .teams-squad-grid-item{
        width: 95%;
        flex-grow: 1;
    }
}

/* .auction-grid-container{
    background: rgb(242 242 242 / 40%);
    padding: 5px 10px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.auction-grid-view {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.auction-grid-view .team-logo-container{
    width: 100%;
}
.auction-grid-view .team-logo {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: start;
    background: rgb(255 255 255 / 30%);
}
.auction-grid-view .team-logo img{
    width: 100%;
}
.auction-grid-view .team-name {
    color: #fff;
    font-weight: 700;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
} */





/* .stats-table{
    width: 100%;
    text-align: left;
    text-transform: capitalize;
} */
/* .stats-table td{
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    border: 0.5px solid rgb(242 242 242 / 10%);
} */
/* .stats-table td.title{
    color: #000;
}
.stats-table td.subtitle{
    color: #000;
} */









/* .player_info_box{
    margin-top: 60px;
}
.player-info{
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 350px;
    text-transform: uppercase;
    font-weight: 800;
    color: var(--secondary-color);
    text-align: center;
    border-radius: 5px;
}
.player-info .player-name{
    border: 3px solid var(--border-color);
    padding: 5px 0;
    border-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.player-info .player-type{
    color: var(--primary-color);
    border-top: 0.5px solid var(--primary-color);
    background-color: var(--secondary-color);
    padding: 5px 0;
}
.player-info .base-price{
    padding: 5px 0;
}

.player-bid{
    width: 250px;
    text-align: center;
}
.player-bid .bid-value{
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 5px 0;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border: 3px solid var(--border-color);
    border-radius: 5px;
}

.player_sold_box{
    margin-top: 80px;
}
.player-sold{
    width: 400px;
    text-align: center;
    text-transform: uppercase;
}
.player-sold .hexagon {
    width: 210px;
    height: 260px;
} */

/* .player-sold .player-sold-img img{
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 5px solid var(--border-color);
}
.player-sold .sold-amount{
    font-size: 2rem;
    font-weight: 700;
    color: #FFFFFF;
}
.player-sold .sold-name{
    font-size: 1.33rem;
    font-weight: 600;
    padding: 5px 30px;
    border-radius: 10px;
    color: var(--primary-color);
    background-color: var(--secondary-color);
}
.player-sold .sold-team{
    font-size: 1.33rem;
    font-weight: 600;
    padding: 5px 30px;
    border-radius: 10px;
    color: var(--secondary-color);
    background-color: var(--primary-color);
}
.player-sold .sold-team .avatar{
    width: 26px;
    height: 26px;
    line-height: 1;
}
.player-sold .sold-team .avatar:not(img) {
    background: rgb(255 255 255 / 30%) !important;
}
.player-sold .sold-value{
    text-align: center;
    width: 100%;
    padding: 5px 0;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border: 3px solid var(--border-color);
} */

/* .player-bid{
    width: 250px;
    text-align: center;
}
.player-bid .bid-value{
    text-align: center;
    width: 100%;
    padding: 5px 0;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border: 3px solid var(--border-color);
}


.team-list-container{
    width: 100%;
    float: right;
}
.team-list-container ul{
    list-style: none;
}
.team-list-container ul li{
    padding: 0;
}
.team-info-box{
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background: #717171;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    cursor: pointer;
}
.team-info-box.hilite-avengers {
    background: linear-gradient(143.7deg, #1c1c1c 0, #0b4973 100%);
    border: 2px solid #0b4973;
}
.team-info-box.hr-super-8 {
    background: linear-gradient(143.7deg, #3b215d 0, #552792 100%);
    border: 2px solid #552792;
}
.team-info-box.hr-warriors {
    background: linear-gradient(180deg, #0078bc 0, #17479e 100%);
    border: 2px solid #17479e;
}
.team-info-box.hr-super-kings {
    background: linear-gradient(143.7deg, #d71920 0, #84171b 100%);
    border: 2px solid #84171b;
}
.team-info-box.hr-heroes {
    background: linear-gradient(143.7deg, #595900 0, #333300 100%);
    border: 2px solid #333300;
}

.team-info-box .team-logo-container{
    width: 150px;
}
.team-info-box .team-logo {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: rgb(255 255 255 / 30%);
}
.team-info-box .team-logo img{
    width: 100%;
}
.team-info-box .team-name {
    color: #fff;
    font-weight: 700;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}
.team-info-box-bottom {
    background: rgba(0 0 0 / 3%);
    padding: 5px 10px 0;
    color: #fff;
}
.team-info-box-bottom .fund-info {
    text-align: center;
    padding-bottom: 5px;
}
.team-info-box-bottom .fund-info .fund-text {
    font-size: 16px;
    display: block;
    padding-top: 5px;
}
.team-info-box-bottom .fund-info .fund-remaining {
    font-size: 26px;
    display: block;
    font-weight: 600;
} */






/* .auction-grid-container{
    background: rgb(242 242 242 / 40%);
    padding: 5px 10px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.auction-grid-view {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.auction-grid-view .team-logo-container{
    width: 100%;
}
.auction-grid-view .team-logo {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: auto;
    overflow: hidden;
    display: flex;
    align-items: start;
    background: rgb(255 255 255 / 30%);
}
.auction-grid-view .team-logo img{
    width: 100%;
}
.auction-grid-view .team-name {
    color: #fff;
    font-weight: 700;
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
} */

/* @media (max-width: 576px) {
    .auction-header{
        width: 100%;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px 0;
    }
    .auction-header .hpl-logo{
        left: -10px;
    }
    .auction-header .hpl-logo .avatar{
        width: 60px;
        height: 60px;
    }
    .auction-header .hpl-logo .logo{
        height: 55px;
    }
    .header-content{
        padding-left: 50px;
    }
    .auction-header .auction-title{
        font-size: 14px;
    }
    .auction-header .auction-subtitle{
        font-size: 14px;
    }

    .squad-view .agv-main {
        width: 100%;
    }
} */

