@font-face {
    font-family: "Chalkduster";
    src: url(../font/Chalkduster.woff2) format('woff2'),
        url(../font/Chalkduster.woff) format('woff'),
        url(../font/Chalkduster.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    /* word-break: break-word; */
}

:root {
    --heading-color: #003059;
    --main-color: #D39907;
    --btn-bg-color: #ECB627;
    --white: #fff;
    --content-color: #666666;
    --small-heading: #111111;
}

body {
    font-family: "DM Sans", sans-serif;
    overflow-x: hidden;
    background-image: url(../img/black.png);
    /* background-repeat: no-repeat; */
    /* background-position: center; */
    background-size: cover !important;
    min-height: 100vh;
}

h1 {
    font-family: "Oswald", sans-serif;
}

h2 {
    font-family: "Oswald", sans-serif;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
}

li {
    list-style: none;
}

p,
figure,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

/* login ------------------------------------------ */
.login-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.first-login-card {
    background-color: white;
    padding: 54px;
    max-width: 600px;
    border-radius: 20px;
    width: 100%;
    margin: auto;
}

.inner-ogin-sec {
    width: 100%;
    padding: 30px 0;
}

.logo-login {
    text-align: center;
    margin-bottom: 47px;
}

.login-main {
    font-size: 36px;
    font-weight: 500;
    line-height: 53.35px;
    text-align: center;
    color: #111111;
    margin-bottom: 54px;
}

.inpt-main label {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    margin-bottom: 10px;
}

.inpt-main input {
    border: 1.5px solid #DCDCDC;
    padding: 18px 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    border-radius: 10px;
    color: #11111199;
}

.inpt-main {
    margin-bottom: 25px;
}

.upper-check-forget {
    align-items: center;
    justify-content: space-between;
    margin-bottom: 31px;
}

.login-btn {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 24.3px;
    text-align: center;
    padding: 14px;
    color: #FFFFFF;
    border-radius: 10px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    margin-bottom: 40px;
}

.not-regis {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #828282;
    text-align: center;
}

.not-regis a {
    color: var(--main-color);
}

.forg-pass-main {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #F32121;
}





.inner-welcm h1 {
    font-family: "Chalkduster";
    font-size: 75.74px;
    font-weight: 400;
    line-height: 96.66px;
    text-align: center;
    color: white;
    margin-bottom: 66px;
}

.inner-welcm p {
    color: white;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.4px;
    text-align: center;
    margin-bottom: 34px;
}

.buttons-wecome button {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    width: 100%;
    max-width: 241px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 15px 10px;
}

.buttons-wecome a {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    width: 100%;
    max-width: 241px;
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 15px 10px;
}

.buttons-wecome {
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
}

.new-acc {
    background-color: var(--main-color);
    color: white;
}

.exist-acc {
    background-color: white;
    color: black;
}

.last-name-creat-acc {
    max-width: 285px;
    margin: auto;
    text-align: center;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 26.91px;
    text-align: center;

    margin-bottom: 19px;
}

.register-acc .login-main {
    margin-bottom: 18px;
}

.register-acc .logo-login {
    margin-bottom: 10px;
}

.register-acc .first-login-card {
    padding: 25px 55px;
}

.reset-pass .login-main {
    margin-bottom: 18px;
}

.lost-password {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: left;
    color: #111111;
    margin-bottom: 24px;
}

.reset-pass .logo-login {
    margin-bottom: 10px;
}

.pricing-sec {
    padding: 59px 0 50px 0;
}

.icon-main-pricig {
    text-align: center;
    margin-bottom: 38px;
}

.upper-pricng-sec-head h2 {
    font-size: 54px;
    font-weight: 500;
    line-height: 80.03px;
    text-align: center;
    margin-bottom: 18px;
    color: white;
}

.upper-pricng-sec-head p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24.3px;
    text-align: center;
    margin-bottom: 34px !important;
    color: white;
    max-width: 736px;
    margin: auto;
}

.inner-card-six {
    box-shadow: 0px 4px 8px -2px #1018281A;
    background-color: #FFFFFF;
    padding: 27px 24px;
    border-radius: 8px;
    height: 100%;
}

.inner-head-sec h3 {
    font-size: 27px;
    font-weight: 500;
    line-height: 32.4px;
    text-align: left;
    margin-bottom: 16px;
    color: #111111;
}

.inner-head-sec h5 {
    font-size: 27px;
    font-weight: 600;
    line-height: 32.4px;
    text-align: left;
    color: #111111;
    margin-bottom: 16px;

}

.inner-head-sec h5 span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16.2px;
    text-align: left;
}

.inner-head-sec p {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    padding-bottom: 34px;
    color: #667085;
    border-bottom: 1px solid #D9D9D9;
    margin: 0;
}

.head-p-price {
    font-size: 18px;
    font-weight: 400;
    line-height: 24.3px;
    text-align: left;
    color: #667085;
    margin-bottom: 16px;
}

.list-pricng {
    padding-top: 32px;
}

.list-pricng ul li {
    color: #111111;
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.button-try button {
    font-size: 18px;
    font-weight: 500;
    line-height: 25.2px;
    text-align: left;
    color: var(--main-color);
    border: 2px solid var(--main-color);
    border-radius: 4px;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    margin-top: 20px;
}

.button-try.bg-yel button {
    background-color: var(--main-color);
    color: white;
}




/* dashboard ----------------------------------------- */

.upper-header-comn-coach {

    padding: 18px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation__checkbox {
    display: none;
}

.navigation__button {
    position: relative;
    /* top: 1.5rem;
    right: 1.5rem; */
    /* height: 5rem;
    width: 5rem; */
    text-align: center;
    /* background-color: #fff; */
    /* border-radius: 50%; */
    z-index: 300;
    /* box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2); */
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .navigation__button {
        /* top: 4rem;
        right: 4rem; */
        /* height: 7rem;
        width: 7rem; */
    }
}

.navigation__background {
    position: absolute;
    /* top: 2rem;
    right: 2rem; */
    height: 0rem;
    width: 0rem;
    /* border-radius: 50%; */
    background: white;
    background-size: cover;
    background-position: center;
    z-index: 100;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

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

.navigation__background {
    top: 100px;
    right: 0;
    /* height: 6rem;
    width: 6rem; */
}

.navigation__nav {
    position: absolute;
    top: 100px;
    right: 0;
    padding: 48px 22px;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    z-index: 200;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.navigation__list {
    /*@include center;*/
    /* position: absolute; */
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    /* text-align: center; */
    width: 100%;
    list-style: none;
}

/* .navigation__item {
    margin: 1rem;
} */

.navigation__link:link,
.navigation__link:visited {
    display: inline-block;
    text-transform: capitalize;
    text-decoration: none;
    transition: all .2s;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #111111;
    margin-bottom: 33px;
    display: flex;
    align-items: center;
    gap: 14px;
}

@media(min-width: 768px) {

    /* .navigation__link:link,
    .navigation__link:visited {
        font-size: 3.8rem;
    } */
}



.navigation__link:hover {
    color: #C1D0D0;
    transform: scale(1.1);
}

.navigation__checkbox:checked~.navigation__background {
    /* transform: scale(80) */
    height: 100%;
    width: 283px;
}

.navigation__checkbox:checked~.navigation__nav {
    width: 283px;
    visibility: visible;
    opacity: 1;
}

.navigation__icon {

    position: relative;
    margin-top: 0rem;
}

@media screen and (min-width: 768px) {
    .navigation__icon {
        margin-top: 0rem;
    }
}

.navigation__icon,
.navigation__icon::before,
.navigation__icon::after {
    display: inline-block;
    width: 2.2rem;
    height: 2px;
    background-color: white;
}

@media (min-width: 768px) {

    .navigation__icon,
    .navigation__icon::before,
    .navigation__icon::after {
        width: 3rem;
    }
}

.navigation__icon::before,
.navigation__icon::after {
    content: '';
    position: absolute;
    left: 0;
    transition: all 200ms;
}

.navigation__icon::before {
    top: -.8rem;
}

.navigation__icon::after {
    top: .8rem;
}

.navigation__button:hover .navigation__icon::before {
    top: -1rem;
}

.navigation__button:hover .navigation__icon::after {
    top: 1rem;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon {
    background-color: transparent;
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}

.navigation__checkbox:checked+.navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}

.main-dashboard-sec h2 {
    font-size: 34px;
    font-weight: 500;
    line-height: 50.39px;
    text-align: left;
    color: white;
}

.back-head-color {
    background-color: #5F5F5F;
    padding-right: 40px;
    padding-left: 40px;
}

.main-dashboard-sec {
    padding-top: 35px;
    padding-bottom: 35px;
}

.button-yelow-main {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: center;
    padding: 13px 30px;
    border-radius: 6px;
    color: white;
}

.button-yelow-main.border-ytell {
    background-color: transparent;
    border: 1px solid var(--main-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: center;
    padding: 13px 30px;
    border-radius: 6px;
    color: var(--main-color);
}

.upper-head-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-form-creat-sesion {
    padding: 39px 31px;
    background-color: #FFFFFF;
    border-radius: 5px;
}

.inner-form-creat-sesion label {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    margin-bottom: 12px;
}

.inner-form-creat-sesion input {
    border: 1px solid #B8B8B8;
    padding: 18px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;

}

.inner-form-creat-sesion select {
    border: 1px solid #B8B8B8;
    padding: 18px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;

}

.marg-b-main {
    margin-bottom: 30px;
}

.inner-form-creat-sesion textarea {
    border: 1px solid #B8B8B8;
    padding: 18px 16px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    height: 114px;
}

.inner-card-session {
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 10px;
    height: 100%;
}

.button-yelow-border {
    background-color: white;
    border: 1px solid var(--main-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: center;
    padding: 13px 30px;
    border-radius: 6px;
    color: var(--main-color);
}

.button-delete-view {
    gap: 16px;
}

.ses-name-flex {
    gap: 10px;
}

.inner-card-session h5 {
    font-size: 21.55px;
    font-weight: 500;
    line-height: 29.09px;
    text-align: left;
    color: #111111;
    margin-bottom: 11px;
}

.inner-card-session h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    margin-bottom: 24px;
    color: #111111;
    word-break: break-word;
}

.inner-card-session p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 18px;
    word-break: break-word;
}

.custm-model-main {
    max-width: 562px;
}

.padd-model-body {
    padding: 36px 40px;
}

.mainbtn-cancel {
    display: flex;
    align-items: center;
    gap: 24px;
}

.padd-model-body h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    margin-bottom: 8px;
}

.padd-model-body h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin-bottom: 24px;
}

.inner-detail-tetx {
    border: 1px solid #FFFFFF30;
    background-color: #252525;
    padding: 21px 27px;
    border-radius: 22px;
}

.first-se-name h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 11px;
}

.first-se-name p {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: white;
    word-break: break-word;
}

.w-main-sec {
    max-width: 310px;
    width: 100%;
}

.marg-b-ses {
    margin-bottom: 50px;
}

.season-detail-text {
    margin-bottom: 50px;
}

.export-main-btn {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 13px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;
    max-width: 139px;
    width: 100%;
}

.export-main-btn-drp {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 13px 24px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 10px;

}

.summery-season {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
}

.button-select-status {
    display: flex;
    gap: 20px;
}

.summery-season h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32.4px;
    text-align: left;
    color: #FFFFFF;
}

.table-main-inner-season th {
    background-color: #fde19a;
    font-size: 16.17px;
    font-weight: 500;
    line-height: 21.83px;
    text-align: left;
    color: #000000;
    padding: 15px;
    text-align: center;
}

.empty-th {
    border: 1.01px solid #8B8B8B80;
}

.table-main-inner-season {
    border-collapse: collapse;
}

.table-main-inner-season tr {
    border: 1.01px solid #8B8B8B80;
}

.grey-clas {
    background-color: #F5F5F5 !important;
    border: 1.01px solid #8B8B8B80;
}

.table-main-inner-season tr.td-first td {
    font-size: 16.17px;
    font-weight: 600;
    line-height: 21.83px;
    padding: 15px;
    background-color: #FFFFFF;
    text-align: center;
}

.table-main-inner-season tr td {
    color: #121111;
    font-size: 14.15px;
    font-weight: 500;
    line-height: 19.1px;
    padding: 15px;
    background-color: #FFFFFF;
    text-align: center;
}

.upper-table-season-detail {
    border-radius: 10px;
    overflow: hidden;
}

.team-manage .inner-card-session h4.bb {
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;
    color: #111111;
    margin-bottom: 12px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-manage .inner-card-session h6 span::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 0;
    border: 1px solid #363636;
    transform: rotate(90deg);
    left: -15px;
    top: 8px;
}

.team-manage .inner-card-session h6 span {
    position: relative;
    margin-left: 10px;
}

a.button-yelow-main {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 18.9px;
    text-align: center;
    padding: 13px 30px;
    border-radius: 6px;
    color: white;
}

.create-team-btn {
    text-align: left;
}

.select-player h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    margin-bottom: 28px;
}

.select-player {
    padding: 30px 0;

}

.inner-card-select h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 18.9px;
    text-align: left;
    color: #111111;
    margin-bottom: 9px;
}

.inner-card-select {
    background-color: #D3990726;
    padding: 20px 13px;
    border-radius: 10px;
}

.upper-main-card-select {
    position: relative;
}

.upper-main-card-select label {
    width: 100%;

}

.upper-main-card-select input {
    position: absolute;
    padding: unset;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
    margin: 0;
}

.upper-main-card-select .form-check-input:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.upper-main-card-select .form-check-input:focus {
    border-color: var(--main-color);
    outline: 0;
    box-shadow: none;
}

.inner-card-select p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    color: #666666;
}

.inner-card-select p span {
    position: relative;
    margin-left: 10px;
}

.inner-card-select p span::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 0;
    border: 1px solid #868686;
    transform: rotate(90deg);
    left: -13px;
    top: 8px;
}

.upper-main-flex-team-manag .w-main-sec {
    max-width: 261px;
}

.selected-palyer-div {
    background-color: white;
    padding: 14px 23px;
    width: 100%;
    max-width: 198px;
    border-radius: 20px;
    text-align: center;
}

.inner-icon-select {
    background-color: #E9CC83;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 100%;
    width: 66px;
    height: 66px;
    margin: auto;
}

.selected-palyer-div h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
    color: #111111;
    margin-top: 9px;
    margin-bottom: 14px;
}

.summery-season .dropdown-menu {
    background-color: #686868;
    padding: 26px 16px;
    max-width: 166px;
    white-space: n !important;
}

.summery-season .dropdown-item {
    padding: 0;
    white-space: normal !important;
    margin-bottom: 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.6px;
    color: white;
    text-align: left;

}

.summery-season .dropdown-menu li:last-child .dropdown-item {
    margin-bottom: 0;
}

.view-payer-modal .modal-header {
    background-color: var(--main-color);
    padding: 25px;
    justify-content: center;
    position: relative;
}

.view-payer-modal .modal-header h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32.4px;
    text-align: center;
    color: #FFFFFF;
}

.view-payer-modal .modal-header .btn-close {
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: transparent;
    background-image: none;
    font-size: 27px;
    color: white;
    padding: 0;
    margin: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
}

.view-payer-modal .modal-dialog {
    max-width: 684px;
    margin: auto;
}

.inner-jurcy-team {
    display: flex;
    column-gap: 30px;
    align-items: center;
    padding: 8px 25px;
    border: 0.5px solid #DBDBDB
}

.number-player p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    color: #111111;
}

.player-name p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;
    color: #111111;
}

.table-recent-match table {
    width: 100%;
    border-collapse: collapse;
}

.table-recent-match table tr th {
    background-color: #E9CC83;
    padding: 17px;
    text-align: center;
    color: black;
    font-size: 16.27px;
    font-weight: 500;
    line-height: 21.96px;
    border-right: 1.02px solid #66666680;
}

.table-recent-match table tr {
    border-bottom: 1.02px solid #E9E7FD80;
}

.table-recent-match table tr th:first-child {
    background-color: var(--main-color);
    color: white;
    text-align: left;
    padding: 17px 10px 17px 60px;
    width: 282px;
}

.view-btn {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    line-height: 18.9px;
    text-align: center;
    padding: 10px 23px;
    border-radius: 6px;
    color: white;
}

.table-recent-match table tr td {
    background-color: white;
    padding: 19px 5px;
    text-align: center;
    border-right: 1.02px solid #66666680;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    color: #111111;
    word-break: break-word;
}

.table-recent-match table tr td:first-child {

    text-align: left;
    padding: 17px 10px 17px 60px;
    width: 282px;
}

.total-tabl-amin td:first-child {
    color: black;
    font-size: 14px;
    font-weight: 600;
    line-height: 18.9px;
    text-align: left;

}

.table-padd-botm {
    padding-bottom: 20px;
}

.view-palyer-mm .modal-dialog {
    max-width: 796px;
    margin: auto;
}

.view-modal-tab .modal-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 37.8px;
    text-align: center;
    color: #111111;
    margin-bottom: 28px;
}

.view-modal-tab .modal-content {
    padding: 33px 37px;
}

.inner-palyer-info-one {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
}

.inner-palyer-info-one h3 {
    padding: 14px 10px 14px 54px;
    background-color: #D3990780;
    color: black;
    font-size: 22px;
    font-weight: 500;
    line-height: 29.7px;
    text-align: left;
}

.text-main-player-detail p {
    font-size: 15px;
    font-weight: 400;
    line-height: 20.25px;
    text-align: left;
    color: #111111;
}

.upper-btn-main-okymdal {
    margin-top: 40px;
}

.text-main-player-detail p:not(:last-child) {
    margin-bottom: 25px;
}

.text-main-player-detail p span {
    font-weight: 500;
}

.text-main-player-detail {
    padding: 21px 10px 21px 54px;
}

.uper-btns-heas-team {
    align-items: center;
    gap: 16px;
}

.button-yelow-main.green-co {
    background-color: #33B249;
    border-color: #33B249;
}

.button-yelow-main.red-co {
    background-color: red;
    border-color: red;
}

.player-management-table table {
    width: 100%;
}

.player-management-table tr th {
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: #E9CC83;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    border: 1.01px solid #848484;
    position: sticky;
    top: 0;
}

.player-management-table tr td {
    background-color: white;
    padding: 28px 10px;
    text-align: center;
    border: 1.01px solid #848484
}

.view-btn.green-co {
    background-color: #33B249;
    border-color: #33B249;  
}

.view-btn.red-co {
    background-color: red;
    border-color: red;
}

.view-btn.grey-co {
    background-color: #848484;
    border-color: #848484;
}

.player-management-table tr td:first-child {
    text-align: left;
    padding: 28px 10px 28px 20px;
}

.player-management-table tr th:first-child {
    text-align: left;
    padding: 28px 10px 28px 20px;
}

.additional_cst_table tr td:first-child,
.additional_cst_table tr th:first-child {
    padding: 28px 10px;
    text-align: center;
}

.additional_cst_table .inner-check-main {
    justify-content: center;
}

.inner-check-main p {
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: left;
    color: #111111;
    word-break: break-word;
}

.inner-check-main {
    gap: 38px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.inner-check-main input {
    width: 20px;
    height: 20px;

}

.inner-check-main:checked {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.tableplayer-manage.table-recent-match table tr th:first-child {
    background-color: #E9CC83;
    text-align: center;
    padding: 17px;
    color: black;

}

.tableplayer-manage.table-recent-match table tr td:first-child {
    text-align: center;
    padding: 19px 5px;
    width: unset;
}

.view-stats-table.player-management-table tr th:first-child {
    background-color: var(--main-color);
    text-align: center;
    color: white;
}

.upper-namej-numb h6 {
    color: black;
    font-size: 16.35px;
    font-weight: 500;
    line-height: 22.08px;
    text-align: left;

}

.view-stats-table .upper-namej-numb p {

    font-size: 14.54px;
    font-weight: 400;
    line-height: 19.63px;
    text-align: left;

}

.inner-player-cross-card {
    background-color: #484848;
    padding: 24px 38px;
    border-radius: 10px;
    margin-bottom: 32px;
}

.card-img-jurcy {
    background-color: var(--main-color);
    width: 70px;
    /* height: 72px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 8px;
}

.name-jursy-palyer {
    background-color: #8E8E8E;
    display: flex;
    align-items: center;
}

.name-jursy-palyer h6 {
    font-size: 16.15px;
    font-weight: 600;
    line-height: 21.81px;
    text-align: center;
    color: #FFFFFF;
    padding-left: 16px;
    padding-right: 10px;
    word-break: break-word;
}

.inner-card-one-player {
    max-width: 206px;
    background-color: #8E8E8E;
    position: relative;
    width: 100%;
}

.cros-img {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.inner-player-cross-card {
    gap: 14px;
}

.select2-container .select2-selection--single .select2-selection__rendered {

    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: center;
    color: #FFFFFF;

    padding: 0;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #FFFFFF;
    padding: 13px 14px;
    border-radius: 10px;
    height: auto;
    /* width: 160px; */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
}

.select2-dropdown {
    background-color: #686868;
    padding: 12px 6px;
    /* max-width: 166px; */
}

.select2-search--dropdown .select2-search__field {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {}

.select2-results__option {
    color: white;
    font-size: 15px;
    font-weight: 400;
    line-height: 21.6px;
    text-align: left;

}

/* new ----------------------------- */



/* my profile --------------------- */


.uuper-namne-tag {
    align-items: center;
    gap: 15px;
    padding: 25px 5px 21px 34px;
}

.profile-img-john {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: 2px solid var(--pink-color);
    border-radius: 100px;
    font-family: 'NexaBold';
    color: var(--pink-color);
    font-size: 35px;
    margin: 0;
    font-weight: 600;
}

.profile-name {
    color: #111;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    text-transform: capitalize;
    margin: 0;
}

.my-profile-name {
    align-items: center;
    padding: 15px 10px 15px 41px;
    gap: 10px;
}

.pofile-names ul li.active {
    background: var(--main-color);
}

.my-profile-name figure {
    width: 30px;
    height: 30px;
    margin: 0;
}

.pofile-names ul li.active p {
    color: white;
}

.my-profile-name p {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21.6px;
    text-transform: capitalize;
    margin: 0;
}

.inner-left-tabs {
    border-radius: 10px;
    background: #f7f7f7;
}

.inner-my-profie {
    border-radius: 5px;
    background: #f7f7f7;
    padding: 37px 81px;
    min-height: 417px;
}

.upper-main-back-coor {
    background-color: #FAFAFA;
}

.pofile-names ul li.active figure img {
    filter: invert(1);
}

.inner-img-crou-one {
    position: relative;
    padding-bottom: 72%;
}

.inner-img-crou-one img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
}

.img-sec-main .inner-img-crou-sec {
    position: relative;
    padding-bottom: 30%;
}

.img-sec-main .inner-img-crou-sec img {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: contain;
}

.name-first-letter {
    font-size: 25px;
    color: var(--main-color);
    font-weight: 500;
}

.upper-name-text {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    border: 3px solid var(--main-color);
}

.my-profile-p {
    padding-top: 32px;
}

.upper-main-cmp {
    background-color: white;
    padding: 51px 81px;
    border-radius: 5px;
}

.curs {
    cursor: pointer;
}

.cbx {
    -webkit-perspective: 20;
    perspective: 20;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -12px;
    border: 1px solid var(--main-color);
    overflow: hidden;
    background: #e8e8eb;
    border-radius: 4px;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
    transition: all 0.3s ease;
}

.cbx:hover {
    border-color: #0b76ef;
}

.flip {
    display: block;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    position: relative;
    width: 20px;
    height: 20px;
}

.stats_checkbox {
    display: none;
}

.stats_checkbox:checked+.cbx {
    border-color: var(--main-color);
}

.stats_checkbox:checked+.cbx .flip {
    transform: rotateY(180deg);
}

#cbxAll {
    display: none;
}

#cbxAll:checked+.cbx {
    border-color: var(--main-color);
}

#cbxAll:checked+.cbx .flip {
    transform: rotateY(180deg);
}

.front,
.back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 2px;
}

.front {
    background: #fff;
    z-index: 1;
}

.back {
    transform: rotateY(180deg);
    background: var(--main-color);
    text-align: center;
    color: #fff;
    line-height: 20px;
    box-shadow: 0 0 0 1px var(--main-color);
}

.back svg {
    margin-top: 0px;
    fill: none;
}

.back svg path {
    stroke: #fff;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.stats-manage.player-management-table tr td:first-child {
    padding: 28px 15px 28px 15px;
}

@media(min-width:1440px) {
    .container {
        max-width: 1390px !important;
        margin: auto;
        width: 100%;
        /* padding: 0 40px;  */
    }
}

.gg .select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 10px;
    cursor: text;
    padding-bottom: 13px;
    padding-right: 5px;
    position: relative;
    padding-top: 9px;
    min-height: 56px;
    padding-left: 11px;

}

.gg .select2-container .select2-search--inline .select2-search__field {
    margin-top: 10px;
    border-radius: 0 !important;
}

.upper-select-main {
    position: relative;
}

.upper-select-main i {
    position: absolute;
    right: 12px;
    z-index: 999;
    top: 22px;
    font-size: 13px;
}

/* stats ---------------------- */


.view-stats-table.player-management-table tr th:first-child {
    text-align: start;
}

.search-inpt input {
    border: 1px solid #CACACA;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.86px;
    text-align: left;
    padding: 12PX 20px 12px 58px;
    border-radius: 10px;
    color: #FFFFFF;
    width: 316px;
}

.search-inpt input::placeholder {
    color: white;
}

.search-inpt button {
    background-color: #FFFFFF;
    color: #454545;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.12px;
    text-align: left;
    border-radius: 6px;
    padding: 13px 51px;
    border: 1px solid #FFFFFF;
    margin-left: -10px;

}

.search-inpt {
    position: relative;
}

.search-inpt i {
    position: absolute;
    left: 23px;
    top: 16px;
    color: white;
}

.buttons-scroll .active.border-btn {
    background-color: #D39907;
    padding: 13px;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: center;
    display: inline-block;
    border: 1px solid #D39907;
}

.buttons-scroll .border-btn {
    background-color: transparent;
    padding: 13px;
    border-radius: 6px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    flex: none;
    text-align: center;
    width: 171px;
    display: inline-block;
    border: 1px solid white;
}

.buttons-scroll {
    gap: 16px;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
}

.buttons-scroll {
    margin-bottom: 40px;
}

.innertable-l-seven .back-orange {
    background-color: var(--main-color);
    font-size: 24px;
    font-weight: 600;
    line-height: 32.4px;
    text-align: left;
    vertical-align: middle;
    padding: 24px 10px 24px 24px;
    color: white;
    width: 300px;
}

.innertable-l-seven {
    margin-right: 30px;
}

.innertable-l-seven tr th {
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.6px;
    text-align: center;
    padding: 11px;
    background-color: #E9CC83;

}

.innertable-l-seven tr {}

.innertable-l-seven tr th {
    border: 1px solid #8C8C8C;
}

.img-shirt img {
    width: 42px;

}

.img-shirt p {
    position: absolute;
    margin: 0;
    color: white;
    font-size: 14px;
    font-weight: 600;
    line-height: 21.6px;
    text-align: center;
    white-space: nowrap;
    width: 35px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.flex-wrap-main {
    flex-wrap: wrap;
}

.img-shirt {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.srno p {
    color: black;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    text-align: left;

}

.main-img-name {
    gap: 30px;
    align-items: center;

}

.name-player p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.9px;
    color: black;
    margin: 0;
    word-break: break-word;

}

.inner-re {
    position: relative;
    width: 22px;
}

.innertable-l-seven tr td:first-child {
    padding: 8px 10px 8px 25px;
}

.innertable-l-seven tr td {
    background-color: white;
    border: 1px solid #8C8C8C;
    text-align: center;

}

.innertable-l-seven {
    border-radius: 10px;
    overflow: hidden;
}

.head-point {
    color: black;
    font-size: 24.13px;
    font-weight: 500;
    line-height: 32.57px;
    text-align: left;
    padding: 18px;
    width: 100%;
    text-align: center;
    background-color: #E9CC83
}

.upper-tablepositio table tr th {
    padding: 11px;
    color: black;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    text-align: center;
    background-color: white;
    border-bottom: 1px solid #8C8C8C;
}

.upper-tablepositio table tr th:nth-child(2) {
    background-color: #fff0ca;

}

.upper-tablepositio table tr td:nth-child(2) {
    background-color: #fff0ca;

}

.upper-tablepositio table tr td {
    background-color: white;
    text-align: center;
    padding: 30px 10px 10px 10px;
}

.upper-tablepositio table tr:last-child td {
    padding-bottom: 33px;
}

.stuff-btn-comn {
    border: 0.53px solid #35B808;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #35B808;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.light figure {
    width: 100%;
    max-width: 209px;
}

.light figure img {
    width: 100%;
}

.stuff-btn-comn:hover {
    background-color: #35B808;
    color: white;

}


.stuff-btn-comn.green1 {
    border: 0.53px solid #8BD134;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #8BD134;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.stuff-btn-comn.green1:hover {
    background-color: #8BD134;
    color: white;

}

.stuff-btn-comn.yellow1 {
    border: 0.53px solid #D39907;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #D39907;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.stuff-btn-comn.yellow1:hover {
    background-color: #D39907;
    color: white;

}

.stuff-btn-comn.red1 {
    border: 0.53px solid #FF4949;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #FF4949;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.stuff-btn-comn.red1:hover {
    background-color: #FF4949;
    color: white;

}

.stuff-btn-comn.red2 {
    border: 0.53px solid #FF0000;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #FF0000;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.stuff-btn-comn.red2:hover {
    background-color: #FF0000;
    color: white;

}

.stuff-btn-comn.red3 {
    border: 0.53px solid #EA7770;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #EA7770;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.stuff-btn-comn.red3:hover {
    background-color: #EA7770;
    color: white;

}

.stuff-btn-comn.red4 {
    border: 0.53px solid #EE7171;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #EE7171;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.stuff-btn-comn.red4:hover {
    background-color: #EE7171;
    color: white;

}

.stuff-btn-comn.red5 {
    border: 0.53px solid #EE7171;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #EE7171;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.stuff-btn-comn.red5:hover {
    background-color: #EE7171;
    color: white;

}

.uper-positiion-point {

    overflow: hidden;
}

.button-detel-end .view-btn {
    max-width: 171px;
    width: 100%;
    padding: 13px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    border-radius: 6px !important;
}

.upper-btns-all {
    margin-top: 28px;
}

.upper-btns-all {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: right;
}

.btone td button {
    width: 100% !important;
}

.btone td {
    padding: 22px 10px 10px 10px;
}

.btone.upper-tablepositio table tr td {
    padding: 0px 10px 22px 10px;
}

.btone.upper-tablepositio table tr:first-child td {
    padding-top: 22px;
}

.inner-position-p {
    border-radius: 10px;
    overflow: hidden;
}

.btns-smal .stuff-btn-comn {
    width: 96px !important;
}


#tableEventShifter {
    /* Need to set the focus.
       So, 'Display: none;' is not working.
    */
    position: absolute;
    z-index: -10;
    height: 0;
    display: none;
    width: 0;
}

/* Selected row color. */
.innertable-l-seven .selected td {
    background-color: #fff0ca !important;
}

.innertable-l-seven tr td {
    cursor: pointer;
}

.stuff-btn-comn.orange1 {
    border: 0.53px solid #F25700;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #F25700;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.stuff-btn-comn.orange1:hover {
    background-color: #F25700;
    color: white;

}

.stuff-btn-comn.orange2 {
    border: 0.53px solid #D17634;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #D17634;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.stuff-btn-comn.orange2:hover {
    background-color: #D17634;
    color: white;

}

.stuff-btn-comn.yellow2 {
    border: 0.53px solid #E5975F;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: left;
    color: #E5975F;
    padding: 17px;
    width: 150px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
}

.stuff-btn-comn.yellow2:hover {
    background-color: #E5975F;
    color: white;

}

.summery-season.back-white-bg {
    background-color: white;
    margin: 0;
    padding: 26px 27px;
}

.back-white-bg.summery-season h4 {
    color: black;
}

.inner-borer-r {
    border-radius: 10px;
    overflow: hidden;
}

.dash-sec .table-recent-match table tr th:first-child {
    width: auto;
}

.dash-sec .table-recent-match table tr td:first-child {
    width: auto;
}

.player-main-inner {
    background-color: white;
    border-radius: 9px;
    overflow: hidden;
    height: 100%;
}

.name-j {
    display: flex;
    align-items: center;
    gap: 18px;

}

.name-j p {
    color: #666666;
    font-size: 14.51px;
    font-weight: 400;
    line-height: 19.59px;
    text-align: left;

}

.inner-players-jno {
    padding: 14px 10px 14px 27px;
    border-bottom: 1.09px solid #bdbdbd;
}

.inner-players-jno h6 {
    color: #000000;
    font-size: 16.32px;
    font-weight: 500;
    line-height: 22.04px;
    text-align: left;
    margin-bottom: 11px;
}

.marg-row-g {
    margin-bottom: 30px;
    row-gap: 30px;
}

.upper-btns-amin {
    display: flex;
    align-items: center;
    gap: 16px;
}

.black-back .export-main-btn-drp {
    background-color: transparent;
    border: 0.91px solid #C3C3C3;
    padding: 13px 58px 13px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18.9px;
    text-align: center;
    color: black;
    border-radius: 10px;
}

.black-back .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 0.91px solid #C3C3C3;
    padding: 13px 58px 13px 18px;
    color: black;
    border-radius: 10px;
    height: auto;
    /* width: 160px; */
}

.black-back .select2-container .select2-selection--single .select2-selection__rendered {
    color: #4A4A4A;
    width: fit-content;
}

.black-back .select2-container {
    width: auto !important;
}

.black-back .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 20px;
}

.card-img-jurcy.img-shirt img {
    width: 100%;
}

.card-img-jurcy.img-shirt p {
    color: var(--main-color);
}

.wid-player-name {
    width: 258px;
}

.wid-action {
    width: 231px;
}

.select2-container--default .select2-results__option--selected {
    background-color: #d59b30;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #e8ce8b;
}

.stats-all {
    overflow-x: auto;

}

.stats-all table {
    width: 1905px;

}

.stats-all.player-management-table tr td {
    padding: 6px 4px;
}

.stats-all.player-management-table tr td:first-child {
    text-align: center;
}

.total-t td {
    background-color: rgb(255, 255, 95) !important;
}

.total-end td:not(:first-child) {
    background-color: rgb(255, 166, 0) !important;
}

.total-end-sec td {
    background-color: rgb(255, 166, 0) !important;
}

.stats-all.player-management-table tr td {
    padding: 6px 4px;
    min-width: 37px;
}

.total-main-in td {
    background-color: rgb(214, 214, 214) !important;
}

.grand-total-main-in td {
    background-color: rgb(255, 203, 105) !important;
}

.grand-total-main-in td.back-white {
    background-color: white !important;
}

.tab-main-three tr td {
    padding: 6px 4px;
    min-width: 37px;
}

.light {
    margin-top: 90px !important;
    text-align: center;
    max-width: 209px;
    margin: auto;
    background-color: #fbfbfb;
}

.light a.button-yelow-main {
    max-width: 169px;
    width: 100%;
    position: relative;
    top: -24px;
}

td .inner-check-main {
    justify-content: start;
}

.player-management-table thead {
    position: sticky;
    top: 0;
}

.player-management-table table {
    position: relative;
}

.player-management-table {
    max-height: 75vh;
}