/*color*/

:root {
    --colour-flat-black: #000000;
    --colour-flat-white: #ffffff;
    --colour-flat-ff-primary-blue:#00247d;
    --colour-flat-ff-secondary-dark-blue: #1C235D;
    --colour-flat-ff-dark-cyan-wcag: #007DB6;
    --colour-flat-secondary-dark-cyan: #0095da;
    --colour-flat-ff-dark-cyan-wcag-over: #005984;
    --colour-flat-ff-secondary-tint-blue:rgba(0, 0, 0, 0.2);
    --colour-flat-ff-secondary-yellow: #ffc800;
    --color-blue-primary: #007BC2;
    --colour-flat-ff-primary-red: #cf142b;
    --color-red-primary: #ff0000;
    --colour-flat-ff-secondary-dark-red: #991B1E;
    --color-cyan-primary: #007DB6;
    --color-cyan-secondary: #005984;
    --color-light-green-secondary: #558245;
    --color-dark-green-secondary: #2F5327;
    --colour-flat-ff-tertiary-green-confir:#009640;
    --color-light-grey-secondary: #F2F2F2;
    --color-dark-grey-secondary: #CCCCCC;
    --colour-flat-ff-tertiary-mid-grey-1: #CCCCCC;
    --color-yellow-secondary: rgba(255, 200, 0, 0.2);
    --color-linear-gradient-primary: linear-gradient(to left, var(--colour-flat-ff-secondary-dark-blue) 100%, var(--colour-flat-ff-primary-blue) 69%, var(--colour-flat-ff-primary-blue) 31%, var(--colour-flat-ff-secondary-dark-blue) 0%);
    --color-linear-gradient-secondary: linear-gradient(to right, #F4D0D5, #CCD3E5);
    --color-linear-gradient-third: linear-gradient(to left, #F4D0D5, #CCD3E5);;
    --goalkeeper-indicator-color: #E3EBC0;
    --defender-indicator-color: #E5F1F8;
    --midfielder-indicator-color: #FDE2D3;
    --forward-indicator-color: #EBE4EF;
}

/*body*/
html,body{
    font-family: 'canada-type-gibson', sans-serif;
}

a{
    text-decoration: none !important;
}

h1,.font-h1{
    font-size: 28px;
    line-height: 33px;
}

h2,.font-h2{
    font-size: 28px;
    line-height: 33px;
}

h3,.font-h3{
    font-size: 16px;
    line-height: 20px;
}

h4,.font-h4{
    font-size: 16px;
    line-height: 20px;
}

body,.font-text{
    font-size: 14px;
    line-height: 22px;
}

.font-intro-text{
    font-size: 14px;
    line-height: 19px;
}

.font-text-link{
    font-size: 14px;
    line-height: 22px;
}

input{
    box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    border: solid 1px #979797;
    font-size: 16px;
}

.container{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media only screen and (min-width: 768px) {

    h1,.font-h1{
        font-size: 36px;
        line-height: 42px;
    }

    h2,.font-h2{
        font-size: 32px;
        line-height: 35px;
    }

    h3,.font-h3{
        font-size: 22px;
        line-height: 26px;
    }

    h4,.font-h4{
        font-size: 20px;
        line-height: 24px;
    }

    body,.font-text{
        font-size: 16px;
        line-height: 23px;
    }

    .font-intro-text{
        font-size: 16px;
        line-height: 22px;
    }

    .font-text-link{
        font-size: 16px;
        line-height: 23px;
    }

    .container{
        width: 80%;
    }

}

/*button*/
.button-primary-a,.button-primary-b,.button-secondary-a,.text-link{cursor: pointer}
.button-primary-square{
    background-color: var(--color-cyan-primary);
    padding: 2px 10px;
    font-weight: 500;
    color: white;
    border-radius: 5px;
    outline: none;
    border: 0;
}
.button-primary-a{
    background-color: var(--color-cyan-primary);
    padding: 7px 15px;
    font-weight: 500;
    color: white;
    border-radius: 25px;
    outline: none;
    border: 0;
}
.button-primary-a:hover{
    background-color: var(--color-cyan-secondary);
}

.button-primary-b{
    background-color: var(--colour-flat-ff-secondary-yellow);
    padding: 7px 15px;
    font-weight: 500;
    color: var(--colour-flat-ff-secondary-dark-blue);
    border-radius: 25px;
    outline: none;
    border: 0;
}

.button-primary-b:hover{
    background-color: var(--color-yellow-secondary);
}

.button-secondary-a{
    background-color: var(--color-light-green-secondary);
    padding: 7px 15px;
    font-weight: 500;
    color: white;
    border-radius: 25px;
    outline: none;
    border: 0;
}

.button-secondary-a:hover{
    background-color: var(--color-dark-green-secondary);
}
.button-danger-a{
    background-color: var(--colour-flat-ff-primary-red);
    padding: 7px 15px;
    font-weight: 500;
    color: white;
    border-radius: 25px;
    outline: none;
    border: 0;
}

.button-danger-a:hover{
    background-color: var(--colour-flat-ff-primary-red);
}
.button-danger{
    background-color: var(--colour-flat-ff-primary-red);
}

.button-danger:hover{
    background-color: var(--colour-flat-ff-secondary-dark-red);
}

.text-link{
    color: var(--color-cyan-primary);
}

.text-white{
    color: var(--colour-flat-white);
}
.text-white:hover{
    color: var(--colour-flat-white);
}
.text-link:hover{
    text-decoration: underline !important;
    color: var(--color-cyan-secondary);
}

.previous,.next{
    border-radius: 25px;
    background-color: var(--color-cyan-primary);
    padding: 0.2rem 1rem 0.2rem 0.6rem;
    color: white;
    font-size: 20px !important;
    text-align: center;
}

.next{
    padding: 0.2rem 1rem 0.2rem 0.8rem;
}

.previous{
    padding: 0.2rem 0.8rem 0.2rem 1rem;
}


.defender{
    background-color: var(--defender-indicator-color);
}

.goalkeeper{
    background-color: var(--goalkeeper-indicator-color);
}

.midfielder{
    background-color: var(--midfielder-indicator-color);
}

.forward{
    background-color: var(--forward-indicator-color);
}
.Defender{
    background-color: var(--defender-indicator-color);
}

.Goalkeeper{
    background-color: var(--goalkeeper-indicator-color);
}

.Midfielder{
    background-color: var(--midfielder-indicator-color);
}

.Forward{
    background-color: var(--forward-indicator-color);
}
/*color*/
.ff-secondary-dark-blue{color: var(--colour-flat-ff-secondary-dark-blue)}
.ff-primary-blue{color: var(--colour-flat-ff-primary-blue)}
.ff-secondary-dark-cyan{color: var(--colour-flat-secondary-dark-cyan)}
.ff-secondary-dark-red{color: var(--colour-flat-ff-secondary-dark-red)}
.ff-dark-cyan-wcag{color: var(--colour-flat-ff-dark-cyan-wcag)}
.colour-flat-white{color: var(--colour-flat-white)}
/*font-weight*/
.font-weight-600{font-weight: 600 !important;}.font-weight-500{font-weight: 500 !important;}
/*header*/
#header_section{
    position:relative;
    z-index: 5;
    box-shadow: 0 1px 7px 0;
}

.header-background{
    position:absolute;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    z-index: -5;
}

.header-component{
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.header-logo{
    width:60%;
}

.menu-nav{
    font-size: 3rem !important;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: var(--color-red-primary);
    color: #ffffff;
    padding: 0 5px;
}

.desktop-menu{
    display:none;
}

#desktop-my-team {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 15px;
    border-radius: 25px;
    background: var(--color-linear-gradient-third);
}
#desktop-my-profile {
    position: absolute;
    top: 0;
    left: 0;
    padding: 7px 15px;
    border-radius: 25px;
    background: var(--color-linear-gradient-third);
}
#mobile-menu{
    background-color: var(--colour-flat-ff-secondary-dark-blue);
    padding: 5px 20px 20px;
    display: none;
}

.my-team-item{
    text-align: left;
    border-top: 1px solid white;
    padding: 0.8rem 0;
    cursor: pointer;
    color: var(--colour-flat-ff-primary-blue);
}

.my-team-item.menu{
    padding: 0;
    border-top: 0;
}
.my-profile-item{
    text-align: left;
    border-top: 1px solid white;
    padding: 0.8rem 0;
    cursor: pointer;
    color: var(--colour-flat-ff-primary-blue);
}

.my-profile-item.menu{
    padding: 0;
    border-top: 0;
}
.mobile-menu-icon{
    width: 10%;
    margin: auto 0
}

.mobile-menu-list{
    background-color: white;
    padding: 5px;
    margin: -5px 0 0 0;
}

.gameworld-selection-component{
    width: 100%;
    position: relative;
}

.gameworld-selection{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px var(--colour-flat-ff-tertiary-mid-grey-1);
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.44;
}

.gameworld-selection::-ms-expand {
    display: none;
}

.gameworld-filter-icon{
    display: flex;
    flex-direction: column;
    position: absolute;
    top:0;
    right:30px;
    padding: 0.8rem 0;
}

.mobile-menu-item{
    cursor: pointer;
    margin:5px auto 15px 5px;
    padding: 7px 15px;
    border-radius: 25px;
    background:var(--color-linear-gradient-third);
    color: var(--colour-flat-ff-primary-blue);
    font-size: 16px;
    font-weight: 500;
    min-width: 200px;
    width: 50%;
    text-align: center;
}

.circle-icon{
    border-radius: 25px;
    background-color: var(--color-cyan-primary);
    color: white;
    font-size: 25px !important;
    text-align: center;
    padding: 1rem 1.6rem 1rem 1.8rem;
}

.mobile-menu-item:hover,.mobile-menu-item.active,.my-team-item:hover,.my-team-item.active,.my-profile-item:hover,.my-profile-item.active{
    color: var(--colour-flat-ff-secondary-dark-red);
    text-decoration: none;
}

.my-team-menu:hover{
    color: var(--colour-flat-ff-secondary-dark-blue) !important;
}
.my-profile-menu:hover{
    color: var(--colour-flat-ff-secondary-dark-blue) !important;
}
@media only screen and (min-width: 768px) {
    #mobile-menu{
        display: none !important;
    }

    .header-component,.desktop-menu{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .header-logo{
        width:unset;
    }
    .mobile-menu-icon{
        display:none;
    }
    .desktop-menu{
        display: flex;
        justify-content: space-between;
        margin-top: 3rem;
    }

    .menu-item{
        cursor: pointer;
        margin: 5px 5px;
        padding: 7px 15px;
        border-radius: 25px;
        background:var(--color-linear-gradient-third);
        font-size: 16px;
        font-weight: 500;
        color: var(--colour-flat-ff-primary-blue);
    }

    .menu-login{
        margin: 5px 5px auto;
        white-space: nowrap;
    }

    .menu-item:hover,.menu-item.active{
        color: var(--colour-flat-ff-secondary-dark-red);
        text-decoration: none;
    }
}

/*End of Header*/

/*Footer*/
#footer{
    color: white !important;
    position: relative;
}

.footer-component{
    padding-top: 3rem !important;
    display: flex;
    justify-content: space-between;
}
.footer-menu-item{
    cursor: pointer;
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-weight: 600;
    color: var(--colour-flat-white);
    font-size: 14px;
}
.border-line{
    border-top: 2px solid white;
    margin: 3rem 5% 1.5rem;
}
.copyright{
    text-align: center;
    color: var(--colour-flat-white);
    font-size: 14px;
    font-weight: normal;
}

@media only screen and (min-width: 768px) {
    .border-line,.footer-component,.copyright{
        width: 80%;
        margin: auto;
    }
    .copyright{
        font-size: 14px;
        font-weight: 500;

    }
    .footer-component{
        flex-direction: column;
        justify-content: center;
    }
    .footer-logo{
        margin: auto;
    }
    .border-line{
        margin: 0 auto 2rem;
    }
    .footer-menu{
        display:flex;
        justify-content: flex-end;
    }
    .footer-menu-item{
        font-size: 18px;
        font-weight: 500;
        margin: 0.5rem 1.25rem;
    }
}
/*End of Footer*/


/*width*/

.w-10{width:10%}.w-20{width:20%}.w-25{width:25%}.w-30{width:30%}.w-40{width:40%}.w-50{width:50%}.w-60{width:60%}.w-70{width:70%}.w-80{width:80%}.w-90{width:90%}.w-100{width:100%}
.w-d-80{width:100%}.mw-100{max-width: 100%}
@media only screen and (min-width: 768px) {
    .w-d-80{width:80%}
}

/*height*/

.h-100{
    height:100%;
}

/*margin*/

.m-0{
    margin: 0 !important;
}

.m-3{margin:0.75rem !important;}.mr-3{margin-right: 0.75rem !important;}.ml-3{margin-left: 0.75rem !important;} .mt-3{margin-top: 0.75rem !important;}.mb-3{margin-bottom: 0.75rem !important;}
.m-5{margin: 1.25rem !important;}.mt-5{margin-top: 1.25rem !important;}.mb-5{margin-bottom: 1.25rem !important;}.ml-5{margin-left:1.25rem !important;}.mr-5{margin-right:1.25rem !important;}


.m-10{margin: 2.5rem !important;}.mb-10{margin-bottom: 2.5rem !important;}.mt-10{margin-top: 2.5rem !important;}.ml-10{margin-left: 2.5rem !important;}.mr-10{margin-right: 2.5rem !important;}
.mt-20{margin-top: 5rem !important}
.m-auto{margin: auto}.mr-auto{margin-right: auto}.ml-auto{margin-left: auto}.mt-auto{margin-top:auto}.mb-auto{margin-bottom: auto}
/*padding*/

.p-0{padding: 0 !important}
.p-3{padding: 0.75rem !important;}.pt-3{padding-top: 0.75rem !important;}.pb-3{padding-bottom: 0.75rem !important;}.pl-3{padding-left: 0.75rem !important;}.pr-3{padding-right: 0.75rem !important;}
.p-5{padding: 1.25rem !important;}.pt-5{padding-top: 1.25rem !important;}.pb-5{padding-bottom: 1.25rem !important;}.pl-5{padding-left: 1.25rem !important;}.pr-5{padding-right: 1.25rem !important;}

.p-10{padding: 2.5rem !important;}.pb-10{padding-bottom: 2.5rem !important;}.pt-10{padding-top: 2.5rem !important;}.pl-10{padding-left: 2.5rem !important;}.pr-10{padding-right: 2.5rem !important;}

/*utilities*/
.text-center{text-align: center}.text-right{text-align: right}.no-whitespace{white-space: nowrap}
.d-flex{display: flex;flex-wrap: wrap}.flex-column{flex-direction: column}.flex-row-reverse{flex-direction: row-reverse}.no-wrap{flex-wrap: nowrap !important;}
.justify-content-between{justify-content: space-between}.justify-content-end{justify-content:flex-end}.justify-content-around{justify-content:space-around}.justify-content-center{justify-content: center}.justify-content-evenly{justify-content: space-evenly}
.icon-center{ margin:auto 0}.overflow-auto{overflow: auto}.position-relative{position: relative}.position-absolute{position: absolute}
.img-center{display: block;margin:auto;max-width: 100%}.desktop-show{display: none}

.col-8{width: 66.66%}.col-4{width: 33.33%}.col-lg-9{width: 75%}.col-lg-3{width: 25%}.col-6{width: 50%}.col-2{width:16.66666667%}
.col-lg-4{width: 100%}.col-lg-3{width: 100%}.col-lg-8{width: 100%}.col-lg-6{width: 100%}.col-3{width:25%}
@media only screen and (min-width: 1200px) {
    .col-lg-5{width: 40%}.col-lg-2{width: 20%}.col-lg-3{width: 25%}.col-lg-8{width: 66.66%}.col-lg-4{width: 33.33%}.col-lg-6{width: 50%}.desktop-hide{display: none}.desktop-show{display: block}
}


/*pop up */
.pop-up-header{
    background-color: var(--midfielder-indicator-color);
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 1rem;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.pop-up-title{
    font-size: 28px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: var(--colour-flat-ff-secondary-dark-blue);
    margin:0.5rem 0;
}

.pop-up-close{
    border-radius: 100%;
    background-color: white;
    text-decoration: none;
    margin: auto 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 28px;
    padding: 0.8rem;
    font-weight: 500;
    height: 32px;
    width: 32px;
    border: 1px solid white;
    line-height: 0;
    color: var(--colour-flat-ff-secondary-dark-red);
}

.pop-up-border-line{
    border: solid 1px #ccd3e5;
}

.pop-up-team-info{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.pop-up-player-statistics,.pop-up-team-info{
    padding: 0 !important;
}

.pop-up-team-logo{
    width: 100px;
}

.pop-up-team-detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pop-up-team-shirt{
    width: 72px;
}

.pop-up-team-name{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: var(--colour-flat-ff-primary-blue);
}

.pop-up-position{
    border-radius: 10px;
    padding: 0 1rem;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: var(--colour-flat-black);
    margin: auto auto auto 0;
}

.pop-up-value{
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #111111;
    padding: 0 0.5rem;
}

.pop-up-player-statistics-table{
    width: 100%;
    border: solid 1px #f2f2f2;
}

.pop-up-player-statistics-table tbody tr{
    border: 0 !important;
}

.pop-up-player-statistics-table tbody tr th,.pop-up-player-statistics-table tbody tr td{
    width: 33.33%;
    white-space: nowrap;
    padding: 0.5rem 1.5rem;
}

.pop-up-player-statistics-table tbody tr:nth-child(odd) th,.pop-up-player-statistics-table tbody tr:nth-child(odd) td{
    background-color: var(--color-light-grey-secondary);
}

.pop-up-player-statistics-table tbody tr:nth-child(odd) th:nth-child(3),.pop-up-player-statistics-table tbody tr:nth-child(odd) td:nth-child(3){
    background-color: var(--midfielder-indicator-color);
}

.pop-up-season-statistics-table{
    margin-top: 0.1rem;
    width: 100%;
}

.pop-up-season-statistics-table tbody tr th,.pop-up-season-statistics-table tbody tr td{
    vertical-align: top;
    white-space: nowrap;
    padding: 0.8rem 1rem;
    font-size: 14px;
}

.pop-up-season-statistics-table tbody tr td{
    border-top: 1px solid #ccd3e5;
}
.pop-up-season-statistics-table tbody tr:nth-child(2) td{
    border-top: 0 !important;
}

.pop-up-season-statistics-table tbody tr:first-child th,.pop-up-season-statistics-table tbody tr:last-child td
{
    border-top: 1px solid var(--colour-flat-ff-primary-blue);
    border-bottom: 1px solid var(--colour-flat-ff-primary-blue);
}

.pop-up-statistics-fixed-column-1{
    position: absolute;
    width: 60px;
    left: -5px;
}

.pop-up-statistics-fixed-column-2{
    position: absolute;
    left: 55px;
    width: 90px;
}

.pop-up-statistics-fixed-column-3{
    position: absolute;
    left: 145px;
    width: 65px;
}

.pop-up-statistics-fixed-total{
    position: absolute;
    left: -5px;
    width: 215px;
}

.pop-up-statistics-column-move{
  margin-left: 210px !important;
}

.pop-up-season-statistics-table tbody tr:first-child th,
.pop-up-season-statistics-table tbody tr:last-child td{
    background-color: rgba(41, 161, 4, 0.2);
}

.pop-up-season-statistics-table tbody tr:first-child th:nth-child(1),
.pop-up-season-statistics-table tbody tr:first-child th:nth-child(2),
.pop-up-season-statistics-table tbody tr:first-child th:nth-child(3),
.pop-up-season-statistics-table tbody tr:last-child td:nth-child(1){
    background-color: var(--color-light-grey-secondary);
}

.pop-up-season-statistics-table tbody tr:first-child th:nth-child(12),
.pop-up-season-statistics-table tbody tr:first-child th:nth-child(13),
.pop-up-season-statistics-table tbody tr:first-child th:nth-child(14),
.pop-up-season-statistics-table tbody tr:first-child th:nth-child(15),
.pop-up-season-statistics-table tbody tr:first-child th:nth-child(16),
.pop-up-season-statistics-table tbody tr:first-child th:nth-child(17),
.pop-up-season-statistics-table tbody tr:last-child td:nth-child(10),
.pop-up-season-statistics-table tbody tr:last-child td:nth-child(11),
.pop-up-season-statistics-table tbody tr:last-child td:nth-child(12),
.pop-up-season-statistics-table tbody tr:last-child td:nth-child(13),
.pop-up-season-statistics-table tbody tr:last-child td:nth-child(14),
.pop-up-season-statistics-table tbody tr:last-child td:nth-child(15){
    background-color: rgba(225, 0, 0, 0.2);
}

.pop-up-show-icon{
    font-size: 22px !important;
    line-height: 10px !important;
    margin: 0 0.5rem;
}

.collapsed-hide,.collapsed-show{
    line-height: 15px;
}

.collapsed-show{
    display: none !important;
}
.collapsed > .collapsed-show{
    display: block !important;
}
.collapsed > .collapsed-hide{
    display: none !important;
}

@media only screen and (min-width: 1200px){
    .modal-dialog {
        width: 80% !important;
    }
    .pop-up-team-info,.pop-up-player-statistics{
        padding: 0 15px !important;
    }

    #season-statistics{
        display: block !important;
    }
}

.cursor-pointer {
    cursor: pointer;
}
.d-none{
    display:none;
}
