/* =============================Common styles */
html {
    font-size: 8px;
    /* should be in px */

    --color-white: #fff;
    --color-black: #000;
    --color-body-grey: #f5f6f8;
    --color-menucolor: #4a4a4a;
    --color-blue-2: #007bff;
    --color-common-blue: #004b73;
}

@media screen and (min-width: 768px) {
    html {
        font-size: 9px;
        /* should be in px */
    }
}

@media only screen and (min-width: 1360px) {
    .header .global-width {
        max-width: 100%;
        padding: 15px 65px;
    }
}

@media screen and (min-width: 1200px) {
    html {
        font-size: 10px;
        /* should be in px */
    }
}

body {
    font-size: 1.6rem;
    line-height: 1.5;
    color: var(--color-text);
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    counter-reset: section;
    background-color: #fdfdfd;
    counter-reset: performance;
}

body.pop-open {
    overflow: hidden;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.ul-reset {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: '';
    display: table;
    clear: both;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

*.full-width {
    width: 100% !important;
}

img {
    max-width: 100%;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.global-width {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .global-width {
        padding: 0 40px;
    }
}

@media screen and (min-width: 1024px) {
    .global-width {
        max-width: 1355px;
    }
}

.hide {
    display: none !important;
}

.header {
    width: 100%;
    z-index: 2;
    font-size: 0;
    position: sticky;
    background-color: var(--color-white);
    height: 9rem;
    top: 0;
    box-shadow: 0px 0px 7px 0 rgb(0 0 0 / 10%);
}

.header .global-width {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header .logo {
    display: flex;
    flex-direction: column;
    font-family: 'Sen', sans-serif;
    color: #222222;
}

.header .logo .top {
    font-size: 26px;
    font-weight: 700;
}

.header .logo .bottom {
    font-size: 18px;
    font-weight: 400;
}

.header .left-section,
.header .right-section {
    display: flex;
    position: relative;
    align-items: center;
}

#mob-menu-check {
    display: none !important;
}

.header .main-menu .sub-list {
    cursor: pointer;
}

.submenu-2 {
    padding-left: 85px;
}

.submenu-2 .sub-list-2:last-child {
    border-bottom: 0;
}

.submenu-2 .sub-list-2 .sub-link-item-2 {
    display: flex;
    font-size: 16px;
    color: #fff;
    padding: 7px 0;
}

.sub-menu-label {
    display: flex;
    cursor: pointer;
    width: calc(100% - 6rem);
    position: relative;
}

.header .alert {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    border: solid 1px rgba(76, 82, 188, 0.1);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 4.5rem;
    margin-left: 2rem;
}

.header .alert.active:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border: solid 1px #fff;
    background-color: #e02020;
    border-radius: 50%;
    right: 2px;
    top: -6px;

}

@media screen and (min-width: 768px) {
    .mob-menu {
        display: none;
    }

    .header .main-menu {
        display: flex;
        flex-direction: row;
    }

    .menu-cover {
        display: flex;
    }

    .header .alert-wrap {
        display: flex;
        align-items: center;
    }

    .header .alert {
        position: relative;
        top: auto;
        margin-left: 0;
    }

    .header .main-menu .list-item.user {
        margin-left: 1.5rem;
        order: 10;
    }

    .header .main-menu .list-item.user>.link-item {
        color: var(--color-menucolor);
    }

    .header .main-menu .list-item.user .sublevel-1-check:checked~.link-item {
        background: transparent;
    }

    .header .main-menu .list-item.user .submenu .sub-list {
        margin-bottom: 0;
    }

    .header .main-menu .list-item.user .submenu .sub-list .user-link {
        opacity: .5;
        font-weight: normal;
        /* cursor: default; */
        padding: .5rem 2.4rem;
    }

    .header .main-menu .list-item.user .submenu .sub-list:last-child .sub-link-item {
        border-top: 1px solid var(--color-white);
        margin-top: 2.5rem;
        /* justify-content: center; */
    }

    .header .main-menu>.list-item .link-item {
        color: transparent;
        text-decoration: none;
        font-size: 1.6rem;
        white-space: nowrap;
        height: 3rem;
        display: flex;
        align-items: center;
        margin: 0 1.4rem;
        height: 9rem;
        position: relative;
        cursor: pointer;
    }

    .header .main-menu>.list-item .link-item .menu-label:before {
        content: attr(data-value);
        color: var(--color-menucolor);
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: normal;
    }

    .header .main-menu>.has-submenu .link-item .menu-label:before {
        padding-right: 15px;
    }

    .header .main-menu>.list-item .link-item .menu-label {
        white-space: nowrap;
        height: 3rem;
        display: flex;
        align-items: center;
        padding: 0 1.4rem;
        height: 100%;
        cursor: pointer;
        margin: 0 -1.4rem;
        pointer-events: none;
        font-weight: bold;
        font-size: 14px;
    }

    .header .main-menu>.list-item .link-item:hover .menu-label:before,
    .header .main-menu>.list-item.active .link-item .menu-label:before {
        color: var(--color-blue-2);
        font-weight: bold;
    }

    .header .main-menu>.list-item:not(.user) .link-item:hover:after,
    .header .main-menu>.list-item.active:not(.user) .link-item:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: var(--color-blue-2);
    }

    .header .main-menu .has-submenu {
        position: relative;
    }

    .header .main-menu .has-submenu .link-item .menu-label {
        pointer-events: auto;
    }

    .header .main-menu .has-submenu .link-item .menu-label:after {
        content: "";
        border-top: 6px solid #757F90;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        margin-left: 8px;
    }

    .header .main-menu .list-item .submenu {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 26.4rem;
        background-color: var(--color-common-blue);
    }

    .header .main-menu .list-item.user .submenu {
        left: auto;
        right: 0;
        min-width: 15rem;
        overflow: hidden;
    }

    .header .main-menu .submenu {
        height: 0;
        overflow: hidden;
        max-height: calc(100vh - 7.2rem);
        overflow-y: auto;
    }

    .header .main-menu .submenu .sub-list:first-child {
        margin-top: 2rem;
    }

    .header .main-menu .submenu .sub-list:last-child {
        margin-bottom: 2.5rem;
    }

    .header .main-menu .submenu .sub-link-item {
        color: var(--color-white);
        font-size: 1.6rem;
        display: flex;
        padding: 1rem 2.4rem;
        display: flex;
        align-items: center;
        white-space: nowrap;
        font-weight: 600;
    }

    .header .main-menu .submenu .sub-link-item:hover {
        opacity: 0.7;
    }

    .header .main-menu .submenu .sub-link-item .submenu-icon {
        display: flex;
        height: 3.3rem;
        width: 3.5rem;
        align-items: center;
        justify-content: center;
        margin-right: 2.5rem;
    }

    .header .main-menu .sublevel-1-check:checked~.submenu {
        height: auto;
    }

    .header .main-menu .sublevel-1-check:checked~.link-item {
        background-color: var(--color-common-blue);
    }

    .sub-menu-label:after {
        content: "";
        position: absolute;
        display: flex;
        width: 14px;
        height: 14px;
        background: url("../images/white-arrow-bluebg.png") no-repeat center;
        align-items: center;
        justify-content: center;
        top: calc(50% - 7px);
        left: calc(100% - 7px);
        transform: rotateZ(-180deg);
        transition: .2s linear;
    }

    .header .main-menu .sub-list.hassubmenu-2 .sublevel-2-check:checked~.sub-link-item {
        opacity: 1 !important;
    }

    .submenu-2 {
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        transition: .05s linear;
    }

    .submenu-2 .sub-list-2 {
        border-bottom: 2px solid #3e5a8a;
    }

    .submenu-2 .sub-list-2 .sub-link-item-2 {
        padding: 10px 0;
    }

    .sublevel-2-check:checked~.sub-link-item,
    .sublevel-2-check:checked~.submenu-2 {
        background-color: #012665;
        padding-right: 15px;
    }

    .sublevel-2-check:checked~.sub-link-item .sub-menu-label:after {
        transform: rotateZ(0deg);
    }

    .sublevel-2-check:checked~.submenu-2 {
        max-height: 200px;
        opacity: 1;
    }
}

.submenu-2 .sub-list-2 .sub-link-item-2:hover {
    opacity: 0.7;
}

.header .main-menu .list-item.user .prof-pic {
    pointer-events: none;
    display: flex;
    width: 45px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.header .main-menu .list-item.user .prof-pic .image {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 767px) {
    .submenu-2 .sub-list-2 {
        padding-bottom: 10px;
    }

    .header .menu-wrap {
        position: relative;
        position: relative;
        height: 30px;
        /* should be in px */
        order: 2;
        margin-left: 2rem;
        /* should be in px */
    }

    .mob-menu {
        display: inline-block;
        position: relative;
        width: 4rem;
        /* should be in px */
        height: 3rem;
        /* should be in px */
        margin-top: .4rem;
        /* should be in px */
    }

    .mob-menu:before,
    .mob-menu:after {
        content: '';
        width: 100%;
        height: 3px;
        /* should be in px */
        background-color: var(--color-common-blue);
        position: absolute;
        left: 0;
        transition: .3s linear;
    }

    .mob-menu:before {
        top: 0;
    }

    .mob-menu:after {
        bottom: 0;
    }

    .mob-menu .center-line {
        width: 50%;
        height: 3px;
        /* should be in px */
        background-color: var(--color-common-blue);
        position: absolute;
        left: 0;
        top: calc(50% - 1px);
        transition: .3s linear;
    }

    .mob-menu .mob-menu-click {
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

    #mob-menu-check:checked~.main {
        overflow: hidden;
        max-height: 100vh;
    }

    #mob-menu-check:checked~.main .mob-menu {
        z-index: 12;
        left: -16px;
    }

    #mob-menu-check:checked~.main .mob-menu .center-line {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        transition: .1s linear;
    }

    #mob-menu-check:checked~.main .mob-menu:before,
    #mob-menu-check:checked~.main .mob-menu:after {
        top: 50%;
    }

    #mob-menu-check:checked~.main .mob-menu:before {
        transform: rotateZ(45deg);
    }

    #mob-menu-check:checked~.main .mob-menu:after {
        transform: rotateZ(-45deg);
    }

    .menu-page-overlay {
        background: rgba(0, 29, 30, .5);
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 0;
        z-index: 10;
        transition: .1s linear;
    }

    #mob-menu-check:checked~.main .menu-page-overlay {
        width: 100%;
    }

    #mob-menu-check:checked~.main .mob-menu:before,
    #mob-menu-check:checked~.main .mob-menu:after {
        background: var(--color-white);
    }

    #mob-menu-check:checked~.main .mob-menu .center-line {
        background: var(--color-white);
    }

    .header .menu-cover {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        background: var(--color-common-blue);
        overflow-y: hidden;
        width: 0;
        z-index: 11;
        height: 100vh;
        padding-top: 7.2rem;
        max-width: 80%;
    }

    .header .main-menu {
        overflow-y: auto;
        width: 100%;
        transition: .5s linear;
        height: 100%;
    }

    #mob-menu-check:checked~.main .menu-cover {
        width: 40rem;
        max-width: 80%;
        transition: .2s ease-in;
    }

    .header .main-menu .list-item .link-item {
        display: inline-block;
        padding: .8rem 2rem;
        /* should be in px */
        text-decoration: none;
        white-space: nowrap;
        font-weight: 500;
        position: relative;
        color: var(--color-white);
        font-size: 1.8rem;
        cursor: pointer;
    }

    .header .main-menu .list-item:first-child {
        margin-top: 6.5rem;
    }

    .header .main-menu .list-item:last-child {
        margin-bottom: 1rem;
    }

    .header .main-menu .list-item .link-item .menu-label {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .header .main-menu .list-item:not(.user) .link-item:hover {
        opacity: 0.7;
    }

    .header .main-menu .list-item:first-child .link-item {
        padding-top: 2rem;
        /* should be in px */
    }

    .header .main-menu .list-item:last-child .link-item {
        padding-bottom: 3rem;
        /* should be in px */
    }

    .header .main-menu .list-item .link-item:hover:before {
        content: '';
        position: absolute;
        left: 0;
        width: 5px;
        /* should be in px */
        height: 24px;
        /* should be in px */
        top: 50%;
        background: var(--color-highlight);
        transform: translateY(-50%);
    }

    .header .main-menu .list-item:first-child .link-item:hover:before {
        top: calc(50% + 7px);
        /* should be in px */
    }

    .header .main-menu .list-item:last-child .link-item:hover:before {
        top: calc(50% - 14px);
        /* should be in px */
    }

    .header .main-menu .submenu {
        margin-bottom: 10px;
    }

    .header .main-menu .submenu .sub-link-item {
        color: var(--color-white);
        font-size: 18px;
        padding: 2.5rem 0 .5rem 4rem;
        display: flex;
        align-items: center;
    }

    .header .main-menu .submenu .sub-link-item.user-link {
        opacity: 0.5;
    }

    .header .main-menu .submenu .sub-link-item:not(.user-link):hover {
        opacity: 0.7;
    }

    .header .main-menu .list-item.user .submenu .sub-list:last-child .sub-link-item {
        margin-top: 2rem;
    }

    .header .main-menu .submenu .sub-link-item .submenu-icon {
        margin-right: 2rem;
    }
}

@media screen and (min-width: 768px) {
    .mobile-only {
        display: none;
    }

    .header-btn {
        width: 15.8rem;
    }
}

@media screen and (max-width: 767px) {
    .tab-n-above {
        display: none;
    }

    .mob-menu {
        margin-top: .2rem;
        /* should be in px */
    }
}

@media screen and (max-width: 600px) {
    .header {
        height: 10rem;
    }

    .header .left-section {
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 3rem;
    }

    .header .left-section .portal-detail {
        padding-top: 2rem;
        padding-left: 0;
    }

    .global-width .left-section {
        margin-top: 15px;
        margin-right: 10px;
    }
    
    .left-section .logo img {
        height: 55px !important;
    }
}

.main {
    width: 100%;
    margin: 0 auto;
}

.main-container {
    min-height: calc(100vh - 9rem);
    background-color: #f9f9f9;
}

.main-container .global-width {
    display: flex;
    flex-direction: column;
}

.main-container .global-width>.left-sec {
    padding: 3rem 0;
    order: 1;
}

.main-container .global-width>.right-sec {
    padding: 0rem 0 5rem;
    order: 2;
}

/* .performance-page .main-container .global-width>.left-sec .player-detail {
    display: none;
} */

.performance-page .main-container .global-width>.right-sec .player-detail>.top-section {
    padding: 1rem 0;
}

@media screen and (min-width: 980px) {
    .main-container .global-width {
        flex-direction: row;
    }

    .main-container .global-width>.left-sec {
        width: 66.28%;
        min-height: 100px;
        box-shadow: 5px 0px 5px 0 rgb(0 0 0 / 2%);
        padding: 2rem 4rem 2rem 0;
        position: relative;
        z-index: 1;
        order: 1;
    }

    .main-container .global-width>.right-sec {
        width: 33.90%;
        position: relative;
        min-height: calc(100vh - 9rem);
        border-left: 1px solid #f1f1f4;
        padding: 2.5rem 0 2rem 4.5rem;
        order: 2;
        margin-bottom: 60px;
    }

    .performance-page .main-container .global-width>.left-sec .player-detail {
        display: flex;
    }

    .performance-page .main-container .global-width>.right-sec .player-detail {
        display: none;
    }

    .main-container .global-width>.right-sec .inner {
        position: relative;
        z-index: 1;
    }

    .main-container .global-width>.right-sec:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 10000px;
        background-color: #f7f7fa;
        z-index: 0;
    }
}

/* Home page styles */
.player-detail {
    display: flex;
    flex-direction: column;
    /*margin-bottom: 20px;*/
}

.player-detail>.top-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4rem;
}

.player-detail>.top-section.banner {
    padding-top: 50px;
}

.player-detail>.top-section>.left-sec {
    font-size: 28px;
    font-family: 'Sen', sans-serif;
    font-weight: 700;
    color: #303030;
    margin: 30px 0 20px;
}

.player-detail>.top-section>.right-sec {
    display: flex;
    align-items: center;
}

.player-detail>.top-section>.right-sec .select-wrap {
    margin-right: 20px;
}

.player-detail>.top-section>.right-sec .select-box {}

.select-box {
    appearance: none;
    padding-right: 40px !important;
    background-color: #fdfdfd;
}

.select-wrap {
    position: relative;
}

.select-wrap:after {
    content: "";
    width: 19px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/select.png) no-repeat center;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 18px;
}

.player-detail>.bottom-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5rem 6rem 5rem 6rem;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #e8e7e7;
}

.player-detail>.bottom-section>.left-sec {
    width: 19.4rem;
    margin: 0 auto;
}

.player-detail>.bottom-section>.left-sec .profile-image {
    width: 100%;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 20.2rem;
    background: #f3f3f3;
    position: relative;
    font-weight: 600;
}

.player-detail>.bottom-section>.left-sec .profile-image .image {
    max-width: 100%;
    max-height: 100%;
}

.player-detail>.bottom-section>.right-sec {
    display: flex;
    flex-direction: column;
}

.player-detail-area {
    display: flex;
    justify-content: space-between;
    margin-bottom: .8rem;
    flex-direction: column;
    text-align: center;
}

.player-detail>.bottom-section>.right-sec .player-detail-area {
    margin-bottom: 1.2rem;
}

.player-detail-area .left-sec {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.player-detail-area .right-sec {}

.player-detail-area .name {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}

.player-detail-area .detail {
    font-size: 15.6px;
    color: #0d0d0d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preference {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    font-family: 'Sen', sans-serif;
    height: 21px;
    padding: 0 8px;
    border-radius: 10px;
    background-color: #ff9c00;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.player-detail-area .base-price {
    min-width: 182px;
    height: 55px;
    border-radius: 10.8px;
    background-color: #ffeb8c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2.5rem;
}

.player-detail-area .base-price:before {
    content: attr(data-label);
    font-size: 10.8px;
    font-weight: 300;
    color: #000;
    padding-top: 10px;
    line-height: 2px;
}

.player-detail-area .base-price .value {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    font-family: 'Sen', sans-serif;
    padding-top: 3px;
}

.player-detail>.bottom-section>.right-sec .bottom-section {
    overflow-x: auto;
}

.performance-page .main-container .global-width>.right-sec .player-detail>.bottom-section {
    padding: 0;
    margin-top: 10px;
}

@media screen and (min-width: 980px) {
    .player-detail>.top-section {
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 2rem;
    }

    .player-detail>.top-section>.left-sec {
        margin: 0;
    }

    .player-detail-area .detail {
        justify-content: flex-start;
    }

    .player-detail>.bottom-section {
        flex-direction: row;
        justify-content: space-between;
        padding: 2rem 3.3rem 3.5rem 2rem;
    }

    .performance-page .main-container .global-width>.left-sec .player-detail>.bottom-section {
        /* padding: 0; */
        /* margin: 46px 0 0px; */
        margin-top: 20px;
    }

    .player-detail>.bottom-section>.right-sec {
        width: calc(100% - 19.4rem);
        padding-left: 3rem;
    }

    .player-detail-area {
        flex-direction: row;
        text-align: left;
        width: 100%;
        flex-wrap: wrap;
    }

    .player-detail>.bottom-section>.right-sec .top-section .left-sec {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {}

.match-list {
    width: 100%;
}

.match-list tr {}

.match-list th,
.match-list td {
    text-align: center;
    padding: 7px 15px;
    margin-bottom: 3px;
    border-collapse: collapse;
}

.match-list th {
    background-color: #f3f3f3;
    font-size: 14px;
    font-weight: 600;
    color: #2d2d2d;
}

.match-list td {
    font-size: 14px;
    color: #2d2d2d;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.match-list td:first-child {
    border-left: 1px solid #f3f3f3;
    border-radius: 4px 0 0 4px;
}

.match-list td:last-child {
    border-right: 1px solid #f3f3f3;
    border-radius: 0 4px 4px 0;
}

.match-list td.col-1 {
    text-align: left;
    padding-left: 25px;
    font-weight: 600;
}

.team-standing {
    margin-top:10px;
}

.team-standing>.top-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    flex-direction: column;
}

.team-standing>.top-section .left-sec {
    font-size: 28px;
    font-weight: 700;
    color: #303030;
    font-family: 'Sen', sans-serif;
    margin-bottom: 20px;
}

.team-standing>.top-section .right-sec {}

.team-detail-list {
    display: flex;
    flex-direction: column;
}

.team-detail-list.vertical {
    flex-direction: column;
}

.team-detail-list .list-item {
    margin-bottom: 10px;
    min-width: 104px;
    height: 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16.3px;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #fff;
    margin-left: 1.2rem;
    font-size: 12px;
}

.team-detail-list.vertical .list-item {
    margin-left: 0;
}

.team-detail-list .list-item.batsmen {
    background-color: #abd6ff;
    color: #004588;
}

.team-detail-list .list-item.all-rounder {
    background-color: #c3eada;
    color: #008c53;
}

.team-detail-list .list-item.bowler {
    background-color: #ffedd0;
    color: #f19400;
}

.team-detail-list .list-item.total {
    background-color: #f2f07e;
    color: #f19400;
}

.team-detail-list .list-item .type {
    padding-right: 3px;
}

.team-detail-list .list-item .value {
    font-weight: 500;
}

.team-detail-list.small .list-item {
    height: 19px;
    font-size: 9px;
    margin-bottom: 3px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.team-detail-list.small .list-item:last-child {
    margin-bottom: 0 !important;
}

.team-list.full-width-list .team-detail-list.small .list-item {
    height: 25px;
    font-size: 13px;
    margin-bottom: 10px;
}

.team-detail-list.small .list-item .value {
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .team-standing>.top-section {
        flex-direction: row;
    }

    .team-detail-list {
        flex-direction: row;
    }

    .team-detail-list .list-item {
        margin-bottom: 10px;
    }

    .team-standing>.top-section .left-sec {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 1200px) {}

.team-standing>.bottom-section {}

.team-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.team-list>.list-item {
    border-radius: 12px;
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #e8e7e7;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

.team-list.full-width-list>.list-item {
    padding: 15px;
}

.team-list .list-item .left {
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-list.full-width-list .list-item .left {
    width: 90px;
    height: 90px;
}

.team-list .list-item .left .image {
    max-width: 100%;
    max-height: 100%;
}

.team-list .list-item .middle {
    width: calc(100% - 174px);
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    font-family: 'Sen', sans-serif;
    line-height: 1.1;
}

.team-list .list-item .middle .Name {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.team-list .list-item .middle .detail-1 {
    font-size: 14px;
    color: #000;
}

.team-list .list-item .middle .detail-2 {
    font-size: 14px;
    color: #000;
}

.team-list.full-width-list .list-item .middle .Name {
    font-size: 20px;
}

.team-list.full-width-list .list-item .middle .detail-1 {
    font-size: 16px;
}

.team-list.full-width-list .list-item .middle .detail-2 {
    font-size: 16px;
}

@media screen and (min-width: 1200px) {
    .team-list>.list-item {
        width: calc((100% - 20px)/2);
    }

    .team-list.full-width-list>.list-item {
        width: 100%;
        margin-bottom: 17px;
    }
}

.highlight-txt {
    font-size: 17px;
    font-weight: 700;
    color: #ff453a;
}

.team-list .list-item .right {
    width: 113px;
}

.team-list.full-width-list .list-item .right {
    width: 150px;
}

.main-container .global-width>.right-sec .player-detail-area .base-price {
    min-width: 126px;
    padding: 0 1.4rem;
}

.main-container .global-width>.right-sec .player-detail-area .base-price .value {
    font-size: 19px;
}

.main-container .global-width>.right-sec .player-detail-area .detail {
    font-size: 14px;
}

.head-detail-list {
    border-radius: 15.1px;
    background-color: #3a5ae5;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 27px;
}

.head-detail-list .list-item {
    width: auto;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    padding-right: 10px;
}

.head-detail-list .list-item:before {
    content: attr(data-head);
    font-size: 12.3px;
    font-weight: 300;
    color: #fff;
}

.head-detail-list .list-item .detail {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    font-family: 'Sen', sans-serif;
    padding-top: 3px;
}

.manager-zone {
    padding-top: 15px;
    margin-bottom: 20px;
}

.manager-zone .list {}

.manager-zone .list .list-item {
    display: flex;
    /*flex-wrap: wrap;*/
    margin-bottom: 5px;
    padding: 9px 2rem;
    border-radius: 6px;
    border: solid 0.9px #d2d9ff;
    background-color: #fff;
    justify-content: space-between;
}

.manager-zone .list .list-item.active {
    border: solid 1.5px #3a5ae5;
}

.manager-zone .list .list-item .left-section {
    display: flex;
    flex-direction: column;
}

.manager-zone .list .list-item .left-section .name {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.44;
    color: #000;
}

.manager-zone .list .list-item .left-section .team {
    font-size: 15px;
    line-height: 1.53;
    color: #989898;
}

.manager-zone .list .list-item .right-section {
    width: 140px;
    align-items: center;
    display: flex;
    opacity: 0;
    pointer-events: none;
}

.manager-zone .list .list-item.active .right-section {
    opacity: 1;
    pointer-events: auto;
}

.manager-zone .list .list-item .right-section .button {
    display: flex;
    width: 33px;
    height: 33px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background-color: #3a5ae5;
    color: #fff;
    display: none;
}

.manager-zone .list .list-item .right-section .input-wrap {
    width: calc(100% - 66px);
    padding: 0 5px;
    width: 100%;
}

.manager-zone .list .list-item .right-section .button.plus {}

.manager-zone .list .list-item .right-section .button.minus {}

.input-box {
    width: 100%;
    height: 33px;
    padding: 0 10px;
    border-radius: 2px;
    border: solid 1px #3a5ae5;
    background-color: #fff;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    appearance: none;
}

.main-container .global-width>.right-sec .button-wrapper {
    display: flex;
    justify-content: space-between;
}

.main-container .global-width>.right-sec .button-wrapper .common-button {
    width: calc((100% - 10px)/2);
}

.common-button {
    height: 53px;
    padding: 0 20px;
    border-radius: 6px;
    border: solid 1.2px #a2a2a2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    color: #282828;
    cursor: pointer;
    box-shadow: none !important;
}

.common-button.orange {
    background-color: #fe843a;
    border: solid 1.2px #fe843a;
    color: #fff;
}

/* Public view page styles */

.public-view .player-detail>.top-section>.left-sec {
    margin-bottom: 0;
}

.public-view .player-detail>.top-section>.right-sec {
    /* padding-top: 10px;
    margin-bottom: -10px; */
    margin-top: -15px;
}

.heading {
    font-size: 28px;
    font-weight: 700;
    color: #303030;
    font-family: 'Sen', sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20px;
}

.main-container .global-width>.right-sec .heading {
    margin-bottom: 15px;
}

.player-list {
    display: flex;
    flex-direction: column;
}

.player-list .list-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #eaeaed;
    display: flex;
    cursor: pointer;
}

.team-profile .player-list .list-item {
    padding-left: 15px;
}

.player-list .list-item * {
    pointer-events: none;
}

.player-list .list-item a{
    pointer-events: auto;
}

.cpl-players .list-item * {
    pointer-events: auto;
}

.player-list .list-item .profile {
    display: flex;
    width: 62px;
    height: 65px;
    justify-content: center;
    align-items: center;
    background-color: #f3f3f3;
    border-radius: 10px;
}

.public-view .player-list .list-item .profile {
    background-color: #fff;
}

.player-list .list-item .profile .image {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.player-list .list-item .detail {
    width: calc(100% - 62px);
    padding-left: 13px;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    justify-content: center;
}

.player-list .list-item .detail .team {
    font-size: 16px;
    font-weight: 700;
    color: #fd833a;
    line-height: 21px;
}

.player-list .list-item .detail .name {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: flex;
    align-items: center;
}

.player-list .list-item .detail .name .preference {
    margin-left: 5px;
    margin-right: 0;
}

.player-list .list-item .detail .rate {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    font-family: 'Sen', sans-serif;
}

.player-list.performance .list-item .detail .rate {
    display: flex;
    align-items: center;
}

.player-list.performance {
    max-height: 1170px;
    overflow: auto;
}

.player-list.performance .list-item {
    background-color: #fff;
    padding: 20px 15px 15px;
    position: relative;
    cursor: default;
}

.player-list.performance .list-item:after {
    counter-increment: performance;
    content: counter(performance);
    font-size: 16px;
    position: absolute;
    right: 16px;
    top: 15px;
    color: #626060;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #d3cfcf;
}

.player-list.performance .list-item.top-3 {
    background-color: #e2ffe2;
    border-color: #7cb37c;
}

.player-list.performance .list-item.top-3:after {
    background: #ffd700;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    animation-delay: 0.5s;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    border-color: #fff;
    border-width: 2px;
    font-weight: 600;
    color: #000;
}

.player-list.performance .list-item.top-3:nth-child(2):after {
    background-color: #dfdfdf;
}

.player-list.performance .list-item.top-3:nth-child(3):after {
    background-color: #c7b65b;
}

.player-list.performance .list-item .detail .rate.mvp-up:after,
.player-list.performance .list-item .detail .rate.mvp-down:after {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url() no-repeat center #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 15px;
    position: absolute;
    left: 3px;
    top: 8px;
}

.player-list.performance .list-item .detail .rate.mvp-up:after {
    background-image: url('../images/up.png');
    border-color: #1b9904;
}

.player-list.performance .list-item .detail .rate.mvp-down:after {
    background-image: url('../images/down.png');
    border-color: #fb0500;
}

.player-list.performance .list-item .profile {
    width: 80px;
    height: 80px;
    border: 3px solid white;
    align-items: flex-start;
}

.player-list.performance .list-item .detail {
    width: calc(100% - 80px);
}

.player-list .list-item .detail .player-name {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Sen', sans-serif;
    color: #000;
    flex-wrap: wrap;
}

.player-list .list-item .detail .player-bio,
.player-list .list-item .detail .player-email {
    /* font-size: 14px; */
    font-size: 12px;
    font-weight: 300;
    font-family: 'Sen', sans-serif;
    color: #000;
    flex-wrap: wrap;
}

.player-list .list-item .detail .rate .highlight-txt {
    margin-left: 5px;
}

/* team profile page styles */
.team-profile .main-container {
    background-color: #fdfdfd;
}

.team-profile .top-sec {
    background-color: #f9f9fc;
}

.team-profile .top-sec .global-width {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 22px;
}

.team-profile .top-sec .logo {
    display: flex;
    width: 178px;
}

.team-profile .top-sec .logo .image {
    width: 100%;
}

.team-profile .top-sec .details {
    display: flex;
    flex-direction: column;
    width: calc(100% - 178px);
    text-align: center;
    line-height: 1.3;
    padding-bottom: 30px;
}

.team-profile .top-sec .details .name {
    font-family: 'Sen', sans-serif;
    font-size: 41px;
    font-weight: 700;
    color: #303030;
}

.team-profile .top-sec .details .manager {
    font-size: 27px;
    font-weight: 300;
    color: #303030;
}

.team-profile .bottom-sec {
    background-color: #fdfdfd;
    padding: 64px 0;
    box-shadow: inset 0 1px 1px 0 rgb(0 0 0 / 6%);
    margin-bottom: 70px;
}

.team-profile .bottom-sec .player-list {
    width: 100%;
}

.team-profile .bottom-sec .player-list .list-item {
    border-bottom: 0;
    border-radius: 12px;
    box-shadow: 0 1px 50px 0 rgba(0, 0, 0, 0.08);
    border: solid 1px #e8e7e7;
    background-color: #fff;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
    .team-profile .top-sec .global-width {
        flex-direction: row;
    }

    .team-profile .top-sec .logo .image {
        width: 100%;
        margin-bottom: -22px;
    }

    .team-profile .top-sec .details {
        text-align: left;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .team-profile .bottom-sec .player-list {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .team-profile .bottom-sec .player-list .list-item {
        width: calc((100% - 20px)/2);
    }
}

@media screen and (min-width: 980px) {
    .heading {
        padding-right: 34px;
    }

    .public-view .player-detail>.top-section {
        padding-bottom: 0px;
    }

    .team-profile .bottom-sec .player-list .list-item {
        width: calc((100% - 40px)/3);
    }

    .team-profile-adj .bottom-sec .player-list .list-item {
        width: calc((100% - 40px)/3) !important;
    }
}

.popup-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.popup-wrap .overlay {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.popup-wrap .popup {
    max-width: 100%;
    max-height: 100%;
    min-width: 300px;
    min-height: 100px;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.popup-wrap .popup .inner {
    padding: 40px 20px;
    overflow: auto;
    max-height: calc(100vh - 80px);
}

.close {
    display: flex;
    width: 30px;
    height: 30px;
    border: 1px solid grey;
    border-radius: 50%;
    background: url('../images/close.png') no-repeat center #fff;
    cursor: pointer;
}

.popup-wrap .close {
    position: absolute;
    top: -10px;
    right: -10px;
}

.popup .player-detail {
    margin-bottom: 0;
}

.popup .player-detail>.bottom-section>.right-sec .player-detail-area {
    margin-bottom: 0;
}

.no-data-msg {
    animation: blinker 3s linear infinite;
    font-size: 16px;
    color: red;
    font-weight: bold;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.rules {
    line-height: 30px;
}

.registration-menu {
    display: flex;
    position: relative;
    align-items: center;
}

.player-registration .bottom-sec {
    padding: 30px 0;
    background-color: #fdfdfd;
    box-shadow: inset 0 1px 1px 0 rgb(0 0 0 / 6%);
    margin-bottom: 70px;
}

.player-pool-btn button {
    background-color: #0076D8;
    -webkit-border-radius: 10px;
    border-radius: 6px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    margin-right: 12px;
    transition: all 0.5s ease;
}
.player-pool-btn button:hover {
    background-color: #e05c0f;
}

.player-registration-btn button {
    background-color: #004A7F;
    -webkit-border-radius: 10px;
    border-radius: 6px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    -webkit-animation: glowing 2500ms infinite;
    -moz-animation: glowing 2000ms infinite;
    -o-animation: glowing 2000ms infinite;
    animation: glowing 2000ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #e62552;
        -webkit-box-shadow: 0 0 3px #e62552;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 6px #FF0000;
    }

    100% {
        background-color: #e62552;
        -webkit-box-shadow: 0 0 3px #e62552;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #e62552;
        -moz-box-shadow: 0 0 3px #e62552;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 6px #FF0000;
    }

    100% {
        background-color: #e62552;
        -moz-box-shadow: 0 0 3px #e62552;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #e62552;
        box-shadow: 0 0 3px #e62552;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 6px #FF0000;
    }

    100% {
        background-color: #e62552;
        box-shadow: 0 0 3px #e62552;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 6px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

.sold.view-all-btn {
    width: 100%;
    background-color: #c40612;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

.sold.view-all-btn:hover {
    background-color: #990a14;
}

.player-list .list-item .detail .role {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 3px;
}

@media screen and (max-width: 600px) {
    .player-detail>.top-section {
        flex-direction: revert;
    }

    .player-detail>.top-section>.left-sec {
        margin: -25px 0 20px;
        font-size: 20px;
    }

    .public-view .player-detail>.top-section>.right-sec {
        margin-top: -40px;
    }

    .main-container .global-width>.left-sec {
        padding: 5rem 0;
    }

    .player-detail>.bottom-section {
        padding: 0;
        margin-top: -25px;
    }
    
    .detail-bidamnt {
        font-size: 15px !important;
        text-align: center;
        margin-bottom: 5px;
    }
    
    .main-container .global-width> .right-sec {
        margin-top: -25px;
        margin-bottom: 20px;
    }

    .main-container .global-width>.right-sec .heading {
        margin-bottom: 0px !important;
    }

    .player-detail>.top-section {
        padding-bottom: 3.5rem !important;
    }
    
    #bid_progress_card .right-sec img {
        content: url("/images/bid-mobile.gif");
    }
    
    #current_bid_player_card {
        margin-bottom: 40px;
    }
    
    .rules-regulations .top-sec .details {
        padding-bottom: 80px;
    }
    
    .rules-regulations .top-sec .details .name {
        font-size: 20px;
    }
    
    .rules-regulations .bottom-sec img {
        transform: scale(1.25);
    }
    
    /* sold animation*/
    #show-animation {
        position: absolute;
        top: 45%;
        left: 52%;
        transform: translate(-50%, -50%);
        z-index: 10;
        width: 100%;
    }
    
    .match-list {
        display: none;
    }
    /* sold animation*/
}

#uploaded_image
    {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 50%;
    }
    
    
.detail-bidamnt{
    font-size: 18px;
    font-weight: bold;
    color: green !important;
    animation: blinker 5s linear infinite;
}

.minutes{
    font-size: 30px;
    color: red;
    font-weight: 700;
}

.search-player {
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
    width: 100px;
}

@media screen and (max-width: 767px) {
    #player-registration-wrapper {
        display: none;
    }
    #public_links {
        display: block !important;
        margin-top: 35px;
    }
    .player-registration h1 {
        font-size: 25px !important;
    }
    .player-registration .bottom-sec {
        font-size: 14px;
    }
    .player-registration .container {
        width: unset !important;
    }
}

#players_count
{
    font-size: 14px;
    margin-left: 16%;
    margin-bottom: 1%;
}

@media only screen and (max-width: 980px) and (min-width: 320px) {
    #players_count
    {
        margin-left: 6% !important;
        font-size: 12px !important;
    }
    #footer p{
       margin-left: 4% !important;
       margin-top: -12px;
       font-size: 11px !important;
    }
    #footer {
        height: 65px !important;
    }
    .team-profile .bottom-sec {
        padding: 40px 0 !important;
    }
    .player-registration .col-6 {
        width: 100% !important;
    }
    .player-registration .reg-details {
        order: 2;
        margin-top: 20px;
    }
    .player-registration .tournament-details {
        order: 1;
    }
    .player-registration .tournament-details h1 {
        margin-bottom: 10px !important;
    }
    .inner-footer-wrap {
       padding: 10px 22px !important;
    }
    .inner-footer-wrap > div:first-child {
       /*display: none;*/
       font-size: 11px;
       margin-top: -6px;
       line-height: 20px;
    }
    .team-standing {
        margin-bottom: -15px;
    }
    .team-standing>.top-section {
        align-items: start;
    }
    .team-standing>.top-section .left-sec {
        margin-bottom: 0px !important;
    }
    .player-card-outline {
      transform: none !important;
    }
    .performance-page .right-sec .heading {
        font-size: 22px;
    }
    .team-profile .top-sec .details .name {
        font-size: 25px !important;
        margin-top: 10px;
    }
    .player-registration h1 {
        font-size: 20px !important;
    }
    .inner-footer-wrap .right-block span {
        font-size: 11px;
    }
    .inner-footer-wrap .right-block {
        display: grid !important;
    }
    .player-registration .modal-header .btn-success {
        font-size: 1.5rem !important;
        margin-left: 35% !important;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 980px) {
    #players_count
    {
        margin-left: 4% !important;
    }
}

 #footer {
    position: fixed; /* was sticky earlier */
    padding: 20px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #e9f4ff;
    z-index: 1;
}
#footer p{
   font-size: 14px;
   word-spacing: 2px;
   margin-left: 15%;
}

#teams_public .player-bio {
    font-size: 13px !important;
}


.player-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*.player-card {*/
/*  border-radius: 18px;*/
/*  border: 2px solid rgba(255,185,127, 1);*/
/*  opacity: 1;*/
/*  background-color: rgba(255,255,255, 1);*/
/*  width: 314px;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  padding: 30px 20px;*/
/*  margin: auto;*/
/*  box-sizing: border-box;*/
/*  background: url('/images/topBG.png') no-repeat;*/
  /* height: 615px; */

/*}*/

.player-card {
  border-radius: 18px;
  border: 2px solid #2196F3;
  opacity: 1;
  width: 314px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  margin: auto;
  box-sizing: border-box;
  background: url('/images/topBG.png') no-repeat;
}

.player-card-img-wrap {
  position: relative;
}

.player-card-img {
  height: 258px;
  width: 258px;
  border-radius: 50%;
}

/*.player-card-img-text {*/
/*  border-radius: 43.139535px;*/
/*  border: 0.493689px solid rgba(151,151,151, 1);*/
/*  opacity: 1;*/
/*  background-color: rgba(255,13,13, 1);*/
  /*bottom: 5px;*/
/*  position: absolute;*/
/*  right: -10px;*/
/*  top: -20px;*/
/*  opacity: 1;*/
/*  color: rgba(255,255,255,1);*/
/*  font-size: 36.604651px;*/
/*  font-weight: 700;*/
/*  font-style: normal;*/
/*  letter-spacing: 0px;*/
/*  text-align: center;*/
  /*width: 80px;*/
/*  padding: 0px 14px;*/
/*}*/

.player-card-img-text {
  border-radius: 42px;
  opacity: 1;
  background-color: #f48700;
  position: absolute;
  right: -10px;
  top: -20px;
  opacity: 1;
  color: rgba(255,255,255,1);
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  padding: 0px 14px;
}

.player-card-name {
  color: rgba(0,0,0,1);
  
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
  padding-top: 14px;
}

.player-card-player-text {
  color: rgba(0,0,0,1);

  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}

.player-card-baseprice {
  color: rgba(0,60,250,1);

  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
}

.player-popup-overlay {
  /*background-color: rgba(0,0,0,0.4);*/
  background: rgb(0 0 0 / 88%);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.player-card-outline {
  background-color: #ffff;
  padding: 12px;
  min-height: 340px;
  border-radius: 18px;
  transform: scale(1.8);
}


.inner-footer-wrap {
  display: flex;
  position: fixed;
  bottom: 0;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  opacity: 1;
  color: rgba(0,0,0,1);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: left;
  padding: 10px 40px;
  box-sizing: border-box;
  box-shadow: 0px -6px 5px rgba(0,0,0, 0.087795);
  background-color: rgba(255,255,255, 1);
  z-index: 99;
}

.right-block {
  display: inline-flex;
  align-items: center;
}

.inner-footer-wrap .right-block span {
    margin-right: 10px;
}

#player_rank_id {
    width: 80px;
    height: 45px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    margin-right: 10px;
}

.player-category-dropdown {
    font-size: 15px;
    padding: 0 10px;
    appearance: none;
    -webkit-appearance: none;
    background: url(https://cric.fplspotz.com/images/drop_bg.svg) 97% center no-repeat #fff !important;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #000;
    border: 1px solid #3a5ae5;
    padding: 13px 31px 16px 12px;
    margin: 2px;
    border-radius: 8px;
}

.retained-border {
    border: 1px solid #F28C28 !important;
    box-shadow: 0 0 5px #F28C28 !important;
}

/*admin login for owner*/
#reg-players-profile .team-profile .bottom-sec .player-list .list-item {
    width: calc((100% - 40px)/2) !important;
}
#reg-players-profile .player-list .list-item .profile {
    width: 200px !important;
    height: 165px !important;
}

/*player profile card new*/
.profile-card {
   /* width:400px;
    height: 600px;*/
    min-width: 355px;
    max-width:400px;
    background: #000 url('https://img.freepik.com/premium-photo/sports-stadium-background_976599-2430.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
    position: relative;
border: #fff 4px solid;
}

.profile-header {
    font-size: 28px;
    margin-top: 15px;
    letter-spacing: 2px;
    font-weight: bold;
}

.profile-image {
    width: 55%; /* Updated width */
    border-radius: 10px;
    margin-top: 10px;
    height: 225px; /* Updated height */
    object-fit: cover;
    object-position: top;
}

.profile-info {
    font-family: 'Oswald', sans-serif;
    text-align: center; /* Center align the text */
    margin-top: 8px; /* Added margin to separate from the profile bottom */
}

.district {
    font-size: 20px; /* Style for the district */
    font-weight: bold;
    margin-bottom: 10px; /* Space between district and the grid */
    text-transform: uppercase;
    color: #d7ff00;
}

.info-grid {
    display: flex; /* Use flexbox for the grid layout */
    justify-content: center; /* Center align the grid items */
    margin-top: 10px; /* Space between the district and grid */
}

.info-box {
   padding: 4px;
    border-radius: 14px;
    margin: -1px 4px;
    flex: 1;

    background-color: #fff;
    border: #209330 2px solid;
}

.info-label {
    font-weight: bold; /* Bold label */
    text-transform: uppercase; /* Uppercase for labels */
        font-size: 13px;
        color: green;
}

.info-value {
    display: block; /* Block display for value */
    margin-top: 1px; /* Space above value */
    color: black;
    font-size:16px;
}

.whatsapp {
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
    color: #32CD32; /* WhatsApp green color */
}

.profile-bottom {
    position: relative; /* Changed to relative */
    width: 70%; /* Updated width */
    left: 50%; /* Center alignment */
    transform: translateX(-50%); /* Center alignment */
    padding: 10px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border-radius: 38px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    margin-top: 15px; /* Added margin to separate from profile info */
}

/* Vertical "PLAYER PROFILE" text inside profile-card with Oswald font */
.player-profile-text {
    position: absolute;
    top: 116px; /* Updated position */
    left: 12%; /* Updated position */
    height: 241px; /* Updated height */
    display: flex;
    opacity: 0.3; /* Added opacity */
    justify-content: center;
    align-items: center;
    writing-mode: vertical-rl; /* Text direction */
    text-orientation: mixed; /* Updated text orientation */
    font-size: 34px; /* Updated font size */
    font-weight: bold;
    letter-spacing: 0px;
    color: white;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif; /* Applying Oswald font */
}

.player-number {
    position: absolute;
    top: 130px;
    right: 15%;
    display: flex;
    background-color: #ff5300;
    justify-content: center;
    align-items: center;
    font-size: 31px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    border-radius: 16px;
    min-width: 50px;
    padding: 0px 9px;
}



@media screen and (min-width: 900px) {
  
  /* @media (min-width: 900px) and (max-width: 1700px) CSS */
    .profile-header {
        margin-bottom: 30px;
    }
    .info-value {
        font-size:18px;
    }
    .info-grid {
        margin-bottom: 16px;
    }
    .info-label {
        font-size: 15px;
    }
    .profile-bottom {
        color: #000;
        text-transform: uppercase;
        font-size: 28px;
        margin-bottom: 22px;
    }

    .player-number {
        top: 170px;
        right: 17%;
        font-size:40px;
    }
        
    .profile-image {
        width: 57%; /* Updated width */
        height: 260px; /* Updated height */
    }

    .player-profile-text {
        left: 13%; /* Updated position */
        height: 274px; /* Updated height */
        top: 175px !important; /* Updated position */
        font-size: 39px;
    }

    .profile-card {
        max-width: 490px !important;
        background: #000 url('https://img.freepik.com/premium-photo/sports-stadium-background_976599-2430.jpg') no-repeat center center;
        background-size: cover;
        border-radius: 10px;
        padding: 15px;
        text-align: center;
        color: white;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
        position: relative;
    }
}

/* sold animation*/
#show-animation {    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

#current_bid_player_card{
    position:relative;
}
/* sold animation*/