@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.transfersmade
{
    font-size:smaller;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #edeff4;
}

html {
    background-color: #edeff4;
}

a {
    text-decoration: none;
    color: inherit;
}

#myTabContent .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.playerselectheadings {
    background-color: #0cbdb3;
    color: white;
    padding: 5px 0px;
    margin-bottom: 5px
}

.btn-primary {
    background-color: #0cbdb3;
    border: none;
    color: white !important;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: ease-in-out 0.3s;
}

.btn-primary:hover {
    background-color: rgba(12, 189, 179, 0.6);
}

img {
    width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}

:hover {
    
}

a:hover, button:hover, .btn:hover {
    cursor: pointer;
}

input:hover {
    cursor: auto;
}

#GKRow *:hover {
    cursor: pointer;
}

#DEFRow *:hover {
    cursor: pointer;
}

#MIDRow *:hover {
    cursor: pointer;
}

#STRRow *:hover {
    cursor: pointer;
}

.accordion-button:hover {
    cursor: pointer;
}

.subNav .row *:hover {
    cursor:pointer;
}

.main-nav_list *:hover{
    cursor:pointer;
}

#gameTypes .row *:hover {
    cursor:pointer;
}

.social-media-bar *:hover{
    cursor: pointer;
}

.posts__item:hover {
    cursor:pointer;
}

.header_top-bar {
    display: flex;
    background-color: #292c31;
}

.header_top-bar .container {
    display: flex;
}

.nav-account {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0px;
    margin-left: auto;
    width: auto;
    height: 3em;
}

.nav-account__item a {
    display: inline;
    font-size: 12px;
    line-height: 4em;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0px 30px;
    transition: ease-in-out 0.3s;
}

.nav-account__item a:hover {
    color: #0cbdb3;
}

.header_secondary {
    background-color: #1e2024;
    padding: 20px 0px;
}

.header_secondary img {
    height: 50px;
    object-fit: contain;
}

.header_secondary .col-6 h6 {
    color: white;
    font-weight: 700px;
    text-transform: uppercase;
    transition: ease-in-out 0.3s;
}

.header_secondary .col-6 p {
    color: #6b6d70;
    font-size: 0.8rem;
    transition: ease-in-out 0.3s;
}

.header_secondary .col-6:hover h6 {
    color: #bffc24;
}

.header_secondary .col-6:hover p {
    color: white;
}

.header_primary {
    background: linear-gradient(-60deg, #292c31 72%, #1e2024 16%);
}

/*.main-nav {
    margin-left: 10%;
}*/

.main-nav_list {
    list-style: none;
    display: flex;
    text-align: center;
    margin-bottom: 0px;
}

.main-nav_list-item {
    display: block;
    color: #fff;
    padding: 0 34px;
    line-height: 62px;
    text-decoration: none;
    position: relative;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    transition: ease-in-out .3s;
}

.main-nav_list .active {
    background-color: #0cbdb3;
}

.main-nav_list-item:hover {
    color: white;
}

.main-nav_list-item i {
    color: #6b6d70;
    font-size: 0.8rem;
    padding: 0px 10px;
    transition: ease-in-out 0.3s;
}

.main-nav_list-item:hover {
    background-color: #0cbdb3;
}

.main-nav_list-item:hover i {
    color: white;
}

.dropdown-menu {
    background-color: #1e2024;
    border: 1px solid #292c31;
    border-radius: 0px;
    border: none;
}

.dropdown-item {
    font-weight: 700;
    color: white;
    line-height: 1.5em;
    padding: 16px 30px;
    font-size: 11px;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
    width: 200px;
}

.dropdown-item:hover {
    color: #bffc24;
    background-color: transparent;
}

header .container {
    position: relative;
}

.logo-container {
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 1040;
}

.mobile_screen {
    display: none;
}

@media screen and (max-width: 1103px) {
    .large_screen {
        display: none;
    }

    .mobile_screen {
        display: flex;
    }

    .latest-points {
        text-align: center;
    }
}

.mobile_screen .mobile-screen_logo {
    height: 60px;
    width: auto;
    z-index: 99999;
    position: relative;
    margin-top: 1px;
}

header.mobile_screen {
    background-color: #292c31;
    height: 62px;
    line-height: 62px;
    color: white;
    font-size: 20px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999999999 !important;
}

.sidenav img {
    width: 97px;
    height: auto;
}

.sidenav a {
    padding: 16px 30px;
    font-size: 12px;
    text-align: left;
    border-right: 0 solid;
    background-color: transparent;
    color: #fff;
    line-height: 1.5em;
    border-bottom: 1px solid #292c31;
    border-top: 1px solid #292c31;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    border-left: 5px solid transparent;
    transition: ease-in-out 0.3s;
}

.sidenav a.active {
    border-left: 5px solid #0cbdb3;
}


.closebtn {
    border-top: 0px;
    border-bottom: 0px !important;
}

.sidenav a:hover {
    color: white;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    z-index: 9999999999999;
}

.sidenav .accordion-button {
    padding: 16px 30px;
    font-size: 12px;
    text-align: left;
    border-right: 0 solid;
    background-color: transparent;
    color: #fff;
    line-height: 1.5em;
    border-bottom: 1px solid #292c31;
    border-top: 1px solid #292c31;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    border-left: 5px solid transparent;
    transition: ease-in-out 0.3s;
}

:focus {
    outline: 0 !important;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.accordion-header::selection {
    border: none !important;
    border-top: none;
    border-bottom: none;
    box-shadow: transparent !important;
}

.sidenav .accordion-button:hover {
    border-left: 5px solid #0cbdb3;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("Images/down-caret.svg");
    transform: rotate(180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 0.6rem;
    height: 0.6rem;
    margin-left: auto;
    content: "";
    background-image: url("Images/down-caret.svg");
    background-repeat: no-repeat;
    background-size: 0.6rem;
    transition: transform .2s ease-in-out;
}

.sidenav .accordion-body {
    background-color: #292c31;
}

.sidenav ul {
    list-style: none;
    color: #9a9da2;
    padding: 0px;
}

.sidenav li a {
    line-height: 1.5em;
    font-size: 12px;
    padding: 5px 0px 5px 0px !important;
    text-transform: uppercase;
    color: #9a9da2;
    `;
}

.sidenav li a:hover {
    color: white;
}

.sidenav .col-12 {
    color: #6b6d70;
    font-size: 0.8rem;
    padding: 20px 0px;
}

/*.sidenav .row img {
    height: 30px;
}*/

.sidenav h6 {
    line-height: 30px;
}

.carousel.main {
    height: 600px;
    overflow-y: hidden;
}

.carousel.main,
.main .carousel-item {
    position: relative;
    height: 400px !important;
}

@media only screen and (max-width: 800px) {
    .carousel.main {
        height: 480px;
        overflow-y: hidden;
    }

    .carousel.main,
    .main .carousel-item {
        position: relative;
        height: 480px !important;
    }
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    padding: 60px;
}



.slide-1 {
    background-image: url(Images/hero-slide-3.jpg);
    background-size: cover;
    background-position: center center;
}

.slide-2 {
    background-image: url(Images/hero-slide-1.jpg);
    background-size: cover;
    background-position: center center;
}

.slide-3 {
    background-image: url(Images/hero-slide-2.jpg);
    /*background-image: url(Images/nigeria_banner.png);*/
    background-size: cover;
    background-position: center center;
}

.overlay {
    background-color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.carousel .btn {
    margin: 30px 0px;
    animation: fadeInUp ease 4s;
    animation-iteration-count: 2;
    animation-fill-mode: forwards;
}

.carousel h3 {
    color: white;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2vw;
    animation: fadeInUp ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0);
        opacity: 0%;
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.carousel h3 span {
    color: #bffc24;
    font-size: 5vw;
}

@media screen and (max-width:992px) {

    .carousel.main,
    .main .carousel-item {
        height: 480px;
    }

    .carousel h3 {
        font-size: 2.5vw;
    }

    .carousel h3 span {
        font-size: 5vw;
    }
}

@media screen and (max-width:768px) {

    .carousel.main,
    .main .carousel-item {
        height: 480px;
    }

    .carousel h3 {
        font-size: 5vw;
    }

    .carousel h3 span {
        font-size: 10vw;
    }
}

.header_slider {
    margin-bottom: 60px;
}

.card_header {
    background-color: #fff;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    padding: 24px 23px;
    border-left: 5px solid #0cbdb3;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.card_header.sub {
    border-left: 5px solid #bffc24;
}

.card_header h4 {
    font-size: 16px;
    font-weight: 700;
}

.featured_news-article {
    position: relative;
    height: 450px;
    margin-bottom: 15px;
}

.featured_news-article img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

.featured_news-article h3 {
    color: white;
    text-transform: uppercase;
    font-size: 1.5vw;
    font-weight: 700;
}

.featured_news-article .btn {
    margin-top: 30px;
}

.featured_new-article_banner {
    position: absolute;
    top: 0;
    left: 0;
    color: #1e2024;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #bffc24;
    border-bottom-right-radius: 15px;
}

.news-article .col-4 {
    max-height: 126px;
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
}

.news-article .col-4 img {
    height: 126px;
    object-fit: cover;
    transform: scale(1);
    transition: ease-in-out 0.3s;
}

.news-article .col-4 img:hover {
    height: 126px;
    object-fit: cover;
    transform: scale(1.2);
    transition: ease-in-out 0.3s;
}


.news-article p {
    font-size: 12px;
    font-weight: 600;
    color: #31404b;
    text-transform: uppercase;
}

@media screen and (max-width:992px) {

    .featured_news-article img,
    .featured_news-article {
        height: 350px;
    }

    .featured_news-article h3 {
        font-size: 1.8vw;
    }
}

@media screen and (max-width:768px) {

    .featured_news-article img,
    .featured_news-article {
        height: 350px;
    }

    .featured_news-article h3 {
        font-size: 2vw;
    }
}

@media screen and (max-width:576px) {
    .featured_news-article h3 {
        font-size: 3vw;
    }
}

.marketing-banner_container {
    background-image: url(/Content/Images/hero-slide-1-dark.jpg);
    background-size: cover;
    background-position: center center;
    padding: 55px 37px 55px 55px;
    overflow: hidden;
    position: relative;
    margin: 30px 0px;
}

.marketing-banner_container h3 {
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.marketing-banner_container img {
    height: 600px;
    width: auto;
    position: absolute;
    right: 15px;
}

.marketing-banner_container h3 span {
    color: #bffc24;
    font-size: 2rem;
}

.marketing-banner_container p {
    color: rgb(154, 157, 162);
    font-size: 15px;
    line-height: 26px;
    padding: 30px 0px;
}

.btn-third {
    background-color: transparent;
    color: white;
    border: 2px solid white;
    padding: 15px 18px;
    transition: ease-in-out 0.3s;
}

.btn-third:hover {
    background-color: #0fb2a4;
    border: 2px solid #0fb2a4;
    color: white;
}

.btn-third span {
    color: #0fb2a4;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 10px;
    transition: ease-in-out 0.3s;
}

.btn-third:hover > span {
    color: white;
}

.fixtures-body_header p {
    color: rgb(49, 64, 75);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    padding: 7px 0px;
}

.fixtures-body_date-and-time {
    font-size: 10px;
    background-color: rgb(49, 64, 75, 0.2);
    font-weight: 500;
    text-transform: uppercase;
    color: rgb(49, 64, 75);
}

.fixtures-body {
    background-color: white;
}

.fixtures-body_header {
    background-color: white;
    border-bottom: 1px solid #e4e7ed;
}

.card_header.no-spacing {
    margin-bottom: 0px;
}

.individual-fixture {
    font-size: 12px;
    line-height: 4em;
    margin-bottom: 0;
    text-transform: none;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: rgb(49, 64, 75);
    padding: 3px 10px;
    border-bottom: none !important;
}

.individual-fixture .col-3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.all-fixture .accordion-button:not(.collapsed) {
    background-color: white;
}



.all-fixture .accordion-button {
    padding: 0px;
    text-align: center !important;
    display: block;
    border-bottom: 1px solid #e4e7ed;
    color: #9a9da2;
    font-size: 10px;
    padding-bottom: 10px;
}

.all-fixture .accordion-body {
    background-color: rgba(255, 255, 255, 1);
    padding: 0rem 0rem;
}

.all-fixture .accordion-button img {
    height: 4em;
    width: 100%;
    object-fit: contain;
}

.head-to-head_stats {
    color: rgb(49, 64, 75);
    text-align: center;
    font-size: 12px;
}

.head-to-head_stats .heading {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(49, 64, 75);
    background-color: #f5f7f9;
    padding: 11px 0px;
    border-right: 1px solid rgb(0, 0, 0, 0.1);
    border-left: 1px solid rgb(0, 0, 0, 0.1);
}

.head-to-head_stats-body {
    border: 1px solid rgb(0, 0, 0, 0.1);
}

.accordion-button {
    border: none !important;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1) !important;
}

.social-media-bar {
    padding: 20px 0px;
}

.social-media-bar .card {
    height: 100px;
    color: white;
    border: none;
    padding: 15px 10px;
}

.social-media-bar .facebook {
    background-color: #3b5998;
}

.social-media-bar .twitter {
    background-color: #1c9cea;
}

.social-media-bar i {
    font-size: 30px;
}

.team-of-the-week_player-list {
    text-align: left;
    line-height: 40px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 3px 0px;
    width: 100%;
    border-bottom: 1px solid rgb(0, 0, 0, 0.1);
    margin-left: 0px;
    margin-right: 0px;
}

.team-of-the-week_player-list .col-2 {
    text-align: center !important;
}


.text-left {
    text-align: left !important;
}

.footer_logo {
    height: 100px;
    width: auto;
}

footer {
    background: #1e2024;
    color: #9a9da2;
    padding: 15px;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 30px;
    bottom: 0px;
    width: 100%;
    position: relative;
}

footer .navbar-nav {
    list-style: none;
}


footer li:hover {
    color: #0cbdb3;
}

footer span {
    color: white;
}

.head-to-head_stats-body {
    padding: 24px;
}

.head-to-head_sub-head {
    font-size: 10px;
    line-height: 1.2em;
    margin-bottom: .6em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: : rgb(49, 64, 75);
}

.home-versus .progress {
    height: 6px;
    margin-top: 5px;
    transform: rotate(-180deg);
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: none !important;
    background-color: #ecf0f6;
}

.home-versus .progress-bar {
    background-color: #0cbdb3;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.away-versus .progress-bar {
    background-color: #bffc24;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.away-versus .progress {
    height: 6px;
    margin-top: 5px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: none !important;
    background-color: #ecf0f6;
}

.head-to-head_stats-bar .row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.head-to-head_stats-body .row {
    margin-bottom: 12px;
}

.head-to-head-spacing {
    background-color: #edeff4;
    height: 20px;
}

.signIn {
 
    min-height: 100vh;
    /*background-image: url(/Content/Images/hero-slide-3-dark.jpg);
    background-size: cover; 
    background-attachment:scroll;
    background-position: center;*/
    background-color: white;
}

.sign-in_form {
    text-align: center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
}

.sign-in_form h3 {
    font-size: 30px;
    letter-spacing: -0.6px;
    font-weight: 700;
    padding: 30px 0px;
}

.sign-in_form label {
    color: white;
    font-size: 15px;
    display: block;
}

.iti {
    width: 100% !important;
}

.iti__flag-box,
.iti__country-name {
    margin-right: 6px;
    color: #9a9da2;
    background-color: transparent;
    font-family: 'monserrat', 'sans-serif';
    text-transform: none;

}

.iti__dial-code {
    display: none;
}

.sign-in_form input {
    background-color: rgb(0, 0, 0, 0.2);
    width: 60%;
    color: white;
}

.sign-in_form input:focus {
    background-color: rgb(0, 0, 0, 0.2);
    width: 60%;
    margin-left: 20%;
    color: white;
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.form-control:focus {
    border-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sign-in_form p {
    color: white;
    font-weight: 400;
    text-transform: lowercase;
    text-transform: capitalize;
    font-size: 14px;
    padding: 5px 0px;
}

.sign-in_form a {
    color: #87ef1f;
}

@media screen and (max-width: 998px) {
    .sign-in_form {
        width: 100%;
    }

    .sign-in_form img {
        max-height: 100px;
        width: auto;
        object-fit: cover;
    }

    .sign-in_form h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .sign-in_form {
        width: 100%;
    }
}

.accordion-flush .active {
    border-left: 5px solid #0cbdb3 !important;
}

.fantasy-field .row {
    padding: 15px 0px;
}

.fantasy-field .row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding: 0px 2px !important;
}

.bench .row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding: 0px 2px !important;
}

.bench .row {
    padding: 15px 0px;
}

.bench .row img {
    padding: 10px;
}


.player-name_holder {
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 2px;
    color: white;
    background-color: rgba(12, 189, 179, 0.7);
    font-weight: 700;
    text-transform: uppercase;
    margin: 2px 0px 0px 0px !important;
}

.player-name_additional {
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.9);
    color: rgb(33, 37, 41);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fantasy-field {
    position: relative;
}

.background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: -30px !important;
}

.background-image img {
    height: 100%;
    min-width: 100%;
}

.fantasy-field .row {
    position: relative;
}

.fantasy-field .row img {
    padding: 10px;
}

.margin-top {
    margin-top: 30px;
}

.bench {
    padding-top: 30px;
    padding: 30px;
    background-image: linear-gradient(white, lightgrey);
}

.fantasy-boosts {
    padding: 30px;
}

@media screen and (max-width:992px) {

    .fantasy-field .row img,
    .bench .row img {
        padding: 0px;
    }
}

@media screen and (max-width: 520px) {

    .player-name_holder,
    .fantasy-field .player-name_additional {
        font-size: 8px;
    }
}

.btn-secondary:focus {
    background-color: #0cbdb3;
    color: white;
    border: none;
}

.fixtures-body img {
    max-height: 48px;
    width: auto;
    max-width: auto;
}

.fixtures .carousel-control-next,
.fixtures .carousel-control-prev {
    position: relative;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin-left: 25%;
    color: rgb(33, 37, 41);
    text-align: center;
    opacity: 1;
    transition: opacity .15s ease;
    background-color: #bffc24;
    border-radius: 15px;
    padding: 5px 10px;
}

.carousel-control-next:focus,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-prev:hover {
    color: rgb(33, 37, 41);
}

.fixtures {
    margin-bottom: 30px;
}

.player-details {
    background-color: white;
    padding: 30px 30px 20px 30px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 30px;
}

.player-details h3 {
    color: #0cbdb3;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.player-details .col-8 p {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #31404b;
    font-size: 14px;
}

.player-details .col-4 p {
    text-transform: uppercase;
    text-align: center;
    color: #31404b;
    font-size: 14px;
}

.league-list {
    background-color: white;
    color: rgb(49, 64, 75);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}


.league-list .fa-caret-down {
    color: red;
}

.league-list .fa-caret-up {
    color: green;
}

.league-list .fa-circle {
    font-size: 0.3rem;
    color: #31404b;
}

.advert-banner {
    margin: 30px 0px;
}

.points-card .col-4 {
   
}

.latest-points {
    background-color: white;
    border-radius: 15px;
    padding: 10px 15px;
    border: 1px solid #e4e7ed;
}

.latest-points h3 {
    color: #0cbdb3;
}

.points-card {
    text-transform: uppercase;
    color: #31404b;
    font-weight: 500;
    font-size: 12px;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    margin-bottom: 30px;
}

.points-card .col-md-6 .row {
    /*background-color: white;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #e4e7ed;*/
}

.small-margin-bottom {
    margin-bottom: 10px;
}

/*.points-card .col-md-6 {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}

.points-card .row {
    margin-left: calc(var(--bs-gutter-x)/ 0);
}*/


.goals-scored .row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.goals-scored p {
    color: black;
    text-align: center;
    font-size: 16px;
    border-radius: 15px;
    font-weight: 700;
    width: 100%;
}

.match-overview {
    border: 1px solid rgb(0, 0, 0, 0.1);
}

.match-overview .header {
    background-color: #0cbdb3;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 0px;
    margin-left: 0px;
}

.match-overview p {
  
    padding: 5px 0px;
}


.match-overview .border-right {
    border-right: 1px solid rgb(0, 0, 0, 0.1);
}

.transfer-card_money-remaining {
    background-color: white;
    border-radius: 15px;
    padding: 5px 15px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.money {
    font-weight:bold;

}

.confirm-btn .btn-secondary {
    margin-top: 30px;
}

.player-list {
    background-color: white;
    border: none;
    border-bottom: 1px solid #e4e7ed;
}

.player-list .nav-link {
    color: rgb(49, 64, 75);
    background-color: white;
    border: none;
    border-radius: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e7ed;
}

.player-list .nav-link.active {
    color: white;
    background-color: #0cbdb3;
    border: none;
    border-radius: 0px;
}

.tab-content .fixtures-body {
    max-height: 1080px;
    overflow-x: hidden;
    overflow-y: scroll;
}


* {
    scrollbar-width: thin;
    scrollbar-color: b9babe #edeff4;
}


*::-webkit-scrollbar {
    width: 12px;
}

*::-webkit-scrollbar-track {
    background: #edeff4;
}

*::-webkit-scrollbar-thumb {
    background-color: b9babe;
    border-radius: 20px;
    border: 3px solid #edeff4;
}

.search-bar {
    margin: 15px 0px;
}

.search-bar input {
    border: none;
}

select {
    border: none !important;
    margin-bottom: 15px;
    /*appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;*/
    width: 100%;
    padding: 5px;
    color: rgb(49, 64, 75);
}

select:focus {
    border: none !important;
    box-shadow: none !important;
}

option {
    background-color: white;
    border: 1px solid #e4e7ed !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}



option:hover {
    background-color: #0cbdb3;
    color: white;
}

@media screen and (max-width: 768px) {
    .player-selection {
        display: none;
    }

    .sign-in_form {
        padding: 45px 0px !important;
    }
}

.league-container .card_header {
    margin-top: 30px;
}

.league-list .row {
    border-bottom: 1px solid #e4e7ed;
    padding: 5px 0px;
}

.league-heading.row {
    font-weight: 700;

}

#video {
    width: 100%;
    height: auto;
    margin: auto;
}

video {
    width: 100.2%;
    height: auto;
    /*cursor: pointer;*/
}

/*Spinner load*/
.poster {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 200px;
    left: 50%;
    transform: rotateZ(45deg);
}

.poster .cube {
    position: relative;
    transform: rotateZ(45deg);
}

.poster .cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1);
}

.poster .cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(43, 160, 199);
    animation: cube 1.08s infinite linear both;
    transform-origin: 100% 100%;
}

.poster .c2 {
    transform: scale(1.1) rotateZ(90deg);
}

.poster .c3 {
    transform: scale(1.1) rotateZ(180deg);
}

.poster .c4 {
    transform: scale(1.1) rotateZ(270deg);
}

.poster .c2:before {
    animation-delay: 0.135s;
}

.poster .c3:before {
    animation-delay: 0.27s;
}

.poster .c4:before {
    animation-delay: 0.405s;
}

@keyframes cube {

    0%,
    10% {
        transform: perspective(70px) rotateX(-180deg);
        opacity: 0;
    }

    25%,
    75% {
        transform: perspective(70px) rotateX(0deg);
        opacity: 1;
    }

    90%,
    100% {
        transform: perspective(70px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes bg-pan-top {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 50% 100%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.full-btn {
    width: 100%;
    margin-bottom: 15px;
}

#leagueModal .modal-dialog {
    max-width: 60vw !important;
}

#leagueModal .modal-body {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

#leagueModal .league-list {
    font-weight: 400 !important;
}

@media screen and (max-width: 980px) {
    #leagueModal .modal-dialog {
        max-width: 100vw !important;
    }
}

@media screen and (max-width: 570px) {
    .gameweek-mobile {
        display: none;
    }
}

.stats-leaders img {
    max-height: 48px;
    width: auto;
    max-width: auto;
}

.stats-leaders {
    line-height: 48px;
    background-color: white;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.stats-leaders .row {
    border-bottom: 1px solid #e4e7ed;
    padding: 5px 0px;
    font-size: 14px;
}

.stats_league-leader {
    padding: 15px;
    color: white;
    background-size: cover;
    background-position: right;
    text-transform: uppercase;
    font-weight: 700;
}

.stats_league-leader.one {
    background-image: url(Images/page-heading-1.jpg);
}

.stats_league-leader.two {
    background-image: url(Images/page-heading-2.jpg);
}

.stats_league-leader.three {
    background-image: url(Images/page-heading-3.jpg);
}

.stats_league-leader.four {
    background-image: url(Images/page-heading-4.jpg);
}

.stats_league-leader h3 {
    color: #bffc24;
    font-size: 2rem;
}

.how-to-play .accordion-button {
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(33, 37, 41);
    background-color: white;
    border-left: 5px solid #0cbdb3 !important;
    margin: 5px 0px;
}

.how-to-play .accordion-collapse {
    background-color: white;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.howto .no-spacing {
    background-color: white;
    margin-top: -30px;
    padding: 15px 30px;
    border: 1px solid #e4e7ed;
    margin-bottom: 30px;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    color: rgba(0, 0, 0, 0.5);
}

.tournament-games .nav-tabs {
    border: none;
}

.tournament-games .nav-tabs .nav-link.active,
.tournament-games .nav-tabs .nav-link {
    width: 100%;
    text-align: left;
    border: 1px solid #e4e7ed;
    border-radius: 4px 4px 0px 0px;
    padding: 24px 23px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #495057;
    transition: ease-in-out 0.5s;
}

.tournament-games .nav-tabs .nav-link.active {
    background-color: #fff;
    border-left: 5px solid #0cbdb3;
    color: rgb(33, 37, 41);
}

.tournament-games .scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 30px;
}


.tournament-games .card {
    display: inline-block;
    width: 295px;
    border-radius: 8px;
    margin-right: 15px;
    background-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-position: center;
    padding-bottom: 15px;
}

.tournament-games .two .card {
    display: inline-block;
    width: 300px;
    border-radius: 8px;
    margin-right: 15px;
    background-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-position: center;
    padding-bottom: 15px;
}

.tournament-games .three .card {
    display: inline-block;
    width: 300px;
    border-radius: 8px;
    margin-right: 15px;
    background-color: white;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-position: center;
    padding-bottom: 15px;
}

/*@media only screen and (max-width: 992px)  {
    .tournament-games .nav-tabs .nav-link.active, .tournament-games .nav-tabs .nav-link {
        font-size: 0.5em;
        padding: 12px 10px;
}
}*/


.info-sub-head {
    font-size: 16px;
    color: #31404b;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0px;
    color: #9a9da2;
}

.info-details {
    color: #9a9da2;
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
}

.prize-offer p {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    color: #31404b;
    margin-bottom: 20px;
}


#limited .card {}

#limited .scrolling-wrapper {
    margin-bottom: 30px;
}

#limited .col-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.nav-link {
    padding: 0rem;
}

/*.dropdown-menu {
    transform: translate3d(0px, 60px, 0px) !important;
}*/

.accordion .accordion-item .card-header {
    padding: 0px !important;
    margin-bottom: 0px !important;
    background-color: transparent !important;
    border-bottom: none !important;
}

.accordion .accordion-item .card-header a {
    padding: 16px 30px;
    font-size: 12px !Important;
    text-align: left !important;
    border-right: 0 solid;
    background-color: #1e2024;
    color: #fff;
    line-height: 1.5em;
    border-bottom: 0px solid #292c31;
    border-top: 0px solid #292c31;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    border-left: 5px solid transparent;
    transition: ease-in-out 0.3s;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    right: 30px;
    margin-top: 3px;
    content: "";
    background-image: url("Images/down-caret.svg");
    background-repeat: no-repeat;
    background-size: 0.6rem;
    transition: transform .2s ease-in-out;
}

.accordion .accordion-body {
    padding: 1rem 1.25rem !important;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1320px !important;
}

.accordion-item button {
    width: 100%;
    background-color: white;
    text-align: center;
}

.accordion-item button .row .text-center {
    width: 100%;
}

.fixtures-body .accordion .accordion-body {
    padding: 0rem 0rem !important;
}

/*.accordion-header.active {
    border-left: 5px solid #0cbdb3;
}*/

.points-card .row {
    margin-right: 0px;
    
}


.tabs-small {
    width: 100% !important;
    text-align: center !important;
    border: 1px solid #e4e7ed !important;
    border-bottom-color: rgb(228, 231, 237) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
    border-left-color: rgb(228, 231, 237) !important;
    border-left-style: solid !important;
    border-left-width: 1px !important;
    border-radius: 4px !important;
    padding: 12px !important;
    margin-bottom: 15px !important;
    text-transform: uppercase !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: #495057 !important;
    transition: ease-in-out 0.5s !important;
    border-radius: 0px !important;
    background-color: #f0f0f0 !important;
}

.tabs-small.active {
    border-left: 2px solid #0cbdb3 !important;
    background-color: white !important;
    color: rgb(33, 37, 41) !important;
    font-weight: 500 !important;
}

@media only screen and (max-width: 992px) {
    .tabs-small {
        font-size: 0.5rem !important;
    }
}

.bet-history-heading .col-2,
.bet-history-heading .col-3 {
    text-align: center;
    font-weight: 700;
    padding: 10px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: clip;
    font-size: 0.8rem;
}

.bet-history-heading {
    background-color: white;
    border-bottom: 1px solid #0cbdb3;
    margin-top: 30px;
}

.bet-history-heading .col-2,
.bet-history-heading .col-3 {
    border-right: 1px solid #e4e7ed !important;
}

.bet-entry {
    border-bottom: 1px solid #e4e7ed;
    font-size: 0.9rem;
}

.bet-entry .col-2,
.bet-entry .col-3 {
    font-size: 0.9rem;
    padding: 5px;
    background-color: white;
    border-right: 1px solid #e4e7ed !important;
}

.no-border {
    border-right: 0px !important;
}

.league-standing {
    background-color: white;
    padding: 30px;
    color: rgb(49, 64, 75);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}

.league-standing .row {
    padding: 5px 0px;
    border-bottom: 1px solid #e4e7ed;
}

.deadline .col-4 p {
    color: red;
}

.total-amount .col-3 {
    font-weight: 700;
    padding: 10px 5px;
    background-color: white;
    border-top: 1px solid #e4e7ed;
    border-bottom: 2px solid #e4e7ed;
}

select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    margin-bottom: 0px !important;
}

.modal {
    z-index: 99999999999999 !important;
}

.contacts {
    padding: 30px;
    margin-top: 30px;
}

.contacts .col-2,
.contacts .col-10 {
    margin-bottom: 15px;
}

.contacts i {
    font-size: 1.5rem;
    color: #0cbdb3;
}

.contacts h1 {
    font-weight: 700;
    margin-bottom: 30px;
}

.contacts h6 {
    margin-bottom: 5px;
    color: #0cbdb3;
    font-weight: 700;
    font-size: 2rem;
}

.contacts p {
    margin-bottom: 15px;
}

.subs_overlay {
    position: absolute;
    z-index: 10;
}

.btn-group {
    display: flex;
}

.tournament-games .nav-tabs .col-6,
.tournament-games .nav-tabs .col-4 {
    padding-left: 0px;
    padding-right: 0px;
}

.secondary {
    background-color: white !important;
    border-bottom: 1px solid #e4e7ed !important;
    border-top: 1px solid #e4e7ed !important;
    margin-bottom: 30px;
}

.tournament-games .secondary .nav-link.active,
.tournament-games .secondary .nav-link {
    border: none;
    border-radius: 0;
    font-size: 11px;
    font-style: normal;
    line-height: 1.5em;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    padding: 12px 6px;
    color: rgba(49, 64, 75, .4);
    font-weight: 700;
    letter-spacing: -.02em;
    transition: color .2s ease-in-out;
    border-bottom: 1px solid #e4e7ed !important;
    border-top: 1px solid #e4e7ed !important;
    text-align: center;
    background-color: white;
}

.tournament-games .secondary .nav-link.active,
.tournament-games .secondary .nav-link.active {
    color: #31404b;
    background-color: transparent;
    border: none;
    font-size: 11px;
    border-bottom: 1px solid #e4e7ed !important;
    border-top: 1px solid #e4e7ed !important;
}

.main-tab-nav {
    margin-bottom: 0px;
}

.tab-content {
    background-color: white;
}

.scrolling-wrapper {
    padding: 0px 10px 10px 10px;
}

.week .scrolling-wrapper,
.month .scrolling-wrapper,
.season .scrolling-wrapper {
    overflow-x: visible;
    overflow-y: visible;
    white-space: normal;
}

.week .scrolling-wrapper .card,
.month .scrolling-wrapper .card,
.season .scrolling-wrapper .card {
    display: inline-block;
    margin-bottom: 30px;
}

@media screen and (max-width: 674px) {

    .week .scrolling-wrapper,
    .month .scrolling-wrapper,
    .season .scrolling-wrapper {
        overflow-x: scroll;
        overflow-y: scroll;
        white-space: nowrap;
    }
}


.PlayerHighlight {
    position: absolute;
    z-index: 10;
    left: 0;
}

.maximgsize {
    max-width: 15%;
}

.points-card .col-12 .row {
    background-color: white;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #e4e7ed;
}

.points-card .col-12 {
    flex-shrink: 0;
    padding-right: calc(var(--bs-gutter-x)/ 2);
    padding-left: calc(var(--bs-gutter-x)/ 2);
    margin-top: var(--bs-gutter-y);
}


.accountHistoryHeadingLarge {
    padding-left: 20px !important;
}

.accountHistoryHeadingLarge,
.accountHistoryHeading {
    text-transform: uppercase;
    font-weight: 700;
}

.accountHistoryHeadingLarge .col-2,
.accountHistoryHeadingLarge .col-4 {
    line-height: 40px;
}

.acountEntry {
    border: 1px solid #e4e7ed;
    font-size: 0.7rem !important;
    padding: 15px;
}

@media screen and (max-width: 768px) {
    .accountHistoryHeadingLarge {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .accountHistoryHeading {
        display: none;
    }

    .acountEntry {
        padding: 5px;
    }
}

.betHistory {
    margin-top: 15px;
}

.img-holder {
    height: 300px;
    overflow: hidden;
    position: relative;
    z-index: 0 !important;
}

.img-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top center;
    transition: ease-in-out 0.5s;
}

.img-holder img:hover {
    height: 110%;
    width: 110%;
    margin-left: -5%;
    margin-top: -5%;
    object-fit: cover;
    object-position: top center;
}

.promoCard {
    margin-bottom: 60px;
}

.card-overlay-link {
    position: absolute;
    top: 10px;
    left: 10px;
    color: white;
    text-transform: uppercase;
    background-color: #0cbdb3;
    font-weight: 600;
    font-size: 0.7rem;
    padding: 5px 10px;
}

.promoCard .icon {
    width: 15%;
    object-fit: cover;
    background-color: #0cbdb3;
    padding: 10px;
    border-radius: 50%;
    margin-left: 80%;
    margin-top: -30px;
    z-index: 9999999 !important;
    position: relative;
}

.promoCard .col-md-4 .box {
    background-color: white;
    border: 1px solid #e4e7ed;
    border-radius: 15px;
    overflow: hidden;
    height: 470px;
}

.promoCard h3 {
    padding: 10px 0px 30px 30px;
    color: #31404b;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700 !important;
}

/*New*/
.header_slider .justify-content-center .col-md-2 img {
    max-height: 400px;
}

.header-numbers {
    max-height: 200px;
    max-width: 200px;
}

.header_secondary h3 {
    color: white;
    line-height: 50px;
    font-weight: 900;
}

.header_secondary .col-4 a {
    line-height: 50px !important;
    padding: 0px 32px !important;
}

.pageLoadModal .modal-content {
    width: 100vw !important;
    height: 100% !important;
    margin: 0 !important;
}

.pageLoadModal .modal-xl,
.pageLoadModal .modal-dialog {
    min-width: 100vw !important;
    height: 100% !important;
    margin: 0px !important;
}

.pageLoadModal .modal-body {
    background-image: url(/Content/Images/PopupModals/Modal-bg_original.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
    background-position: center center;
}

.pageLoadModal .close {
    background-color: #0cbdb3;
    opacity: 1;
    padding: 15px 20px;
    border-radius: 50%;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px;
    margin-right: 30px;
}

.modal-content-body {
    padding: 15px;
    background-color: white;
}

@media screen and (max-width: 1244px) {
    .pageLoadModal .modal-body {
        background-image: url(/Content/Images/PopupModals/Modal-bg_1244.png);
    }
}

@media screen and (max-width: 1044px) {
    .pageLoadModal .modal-body {
        background-image: url(/Content/Images/PopupModals/Modal-bg_1044.png);
    }
}

@media screen and (max-width: 932px) {
    .pageLoadModal .modal-body {
        background-image: url(/Content/Images/PopupModals/Modal-bg_932.png);
    }
}

@media screen and (max-width: 522px) {
    .pageLoadModal .modal-body {
        background-image: url(/Content/Images/PopupModals/Modal-bg_522.png);
    }
}

@media screen and (max-width: 418px) {
    .pageLoadModal .modal-body {
        background-image: url(/Content/Images/PopupModals/Modal-bg_418.png);
    }

    .marketing-banner_container .col-md-3 {
        display: none;
    }
}

@media screen and (max-width: 936px) {
    .promoCard .col-md-4 .box {
        height: 520px;
    }
}

@media screen and (max-width: 768px) {
    .promoCard .col-md-4 .box {
        height: auto;
        margin-bottom: 30px;
    }

    .marketing-banner_container .col-md-3 {
        display: none;
    }
}


@media screen and (max-width: 1200px) {
    .marketing-banner_container .col-md-3 {
        display: none;
    }
}


/*FerrariSA*/
#ferrari {
    width: 100%;
    height: 600px;
}

#ferrari {
    background-image: url(Images/blue_bg.png);
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width:1366px) {
    #ferrari {
        background-image: url(Images/blue_bg.png);
        background-size: cover;
        background-position: center center;
    }
}


@media screen and (max-width:800px) {
    #ferrari {
        background-image: url(Images/blue_bg.png);
        background-size: cover;
        background-position: center center;
    }
}

@media screen and (max-width:800px) {
    #ferrari {
        background-image: url(Images/blue_bg.png);
        min-height: 480px;
        background-size: cover;
        background-position: center center;
    }
}

@media screen and (max-width:460px) {
    #ferrari {
        background-image: url(Images/blue_bg.png);
        min-height: 480px;
        background-size: cover;
        background-position: center center;
    }
}

#ferrari_SignIn {
    width: 100%;
    min-height: 400px;
}

#ferrari_SignIn {
    background-image: url(Images/Ferrari/SA/ferrari_SignIn-large.jpg);
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width:1366px) {
    #ferrari_SignIn {
        background-image: url(Images/Ferrari/SA/ferrari_SignIn-normal.jpg);
    }
}


@media screen and (max-width:800px) {
    #ferrari_SignIn {
        background-image: url(Images/Ferrari/SA/ferrari_SignIn-tablet.jpg);
    }
}

@media screen and (max-width:800px) {
    #ferrari_SignIn {
        background-image: url(Images/Ferrari/SA/ferrari_SignIn-mobile.jpg);
        min-height: 480px;
    }
}

@media screen and (max-width:460px) {
    #ferrari_SignIn {
        background-image: url(Images/Ferrari/SA/ferrari_SignIn-small.jpg);
        min-height: 480px;
    }
}


/*FerrariOutSA*/
#ferrari_outSA {
    width: 100%;
    min-height: 400px;
}

#ferrari_outSA {
    background-image: url(Images/Ferrari/Other/ferrari-large.jpg);
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width:1366px) {
    #ferrari_outSA {
        background-image: url(Images/Ferrari/Other/ferrari-normal.jpg);
    }
}


@media screen and (max-width:800px) {
    #ferrari_outSA {
        background-image: url(Images/Ferrari/Other/ferrari-tablet.jpg);
    }
}

@media screen and (max-width:800px) {
    #ferrari_outSA {
        background-image: url(Images/Ferrari/Other/ferrari-mobile.jpg);
        min-height: 480px;
    }
}

@media screen and (max-width:460px) {
    #ferrari_outSA {
        background-image: url(Images/Ferrari/Other/ferrari-small.jpg);
        min-height: 480px;
    }
}

#ferrari_SignIn_outSA {
    width: 100%;
    min-height: 400px;
}

#ferrari_SignIn_outSA {
    background-image: url(Images/Ferrari/Other/ferrari_SignIn-large.jpg);
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width:1366px) {
    #ferrari_SignIn_outSA {
        background-image: url(Images/Ferrari/Other/ferrari_SignIn-normal.jpg);
    }
}


@media screen and (max-width:800px) {
    #ferrari_SignIn_outSA {
        background-image: url(Images/Ferrari/Other/ferrari_SignIn-tablet.jpg);
    }
}

@media screen and (max-width:800px) {
    #ferrari_SignIn_outSA {
        background-image: url(Images/Ferrari/Other/ferrari_SignIn-mobile.jpg);
        min-height: 480px;
    }
}

@media screen and (max-width:460px) {
    #ferrari_SignIn_outSA {
        background-image: url(Images/Ferrari/Other/ferrari_SignIn-small.jpg);
        min-height: 480px;
    }
}

.ferrari_marketing-banner_container {
    margin: 30px 0px;
}


.ballbox {
    margin: 0 auto;
    width: 40px;
    height: 140px;
    position: relative;
}

.ballbox .shadow {
    position: absolute;
    width: 100%;
    height: 10px;
    background-color: grey;
    bottom: 0;
    border-radius: 100%;
    transform: scaleX(0.8);
    opacity: 0.6;
    animation: shadowScale 1s linear infinite;
}

.gravity {
    width: 40px;
    height: 40px;
    animation: bounce 1s cubic-bezier(0.68, 0.35, 0.29, 0.54) infinite;
}

.ball {
    width: 40px;
    height: 40px;
    background-image: url("https://cdn2.iconfinder.com/data/icons/activity-5/50/26BD-soccer-ball-128.png");
    background-size: cover;
    animation: roll 0.7s linear infinite;
}

@keyframes roll {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes bounce {
    50% {
        transform: translateY(100px);
    }
}

@keyframes shadowScale {
    50% {
        transform: scaleX(1);
        opacity: 0.8;
    }
}

.errorBud {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('https://i.imgur.com/GnyDvKN.png');
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

/*new style 29/06/2022*/

.logo-container-new img {
    height: 60px;
    width: auto;
    padding: 0px 0px;
}

.sidenav .row {
    height: 100vh;
}

.sidenav .row .col-10 {
    padding-top: 80px;
    background-color: #1e2024;
}

.sidenav a.btn-primary {
    background-color: #0cbdb3;
    border: none;
    color: white !important;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: ease-in-out 0.3s;
    margin: 15px;
}

.sidenav a.btn-primary:hover {
    background-color: rgba(12, 189, 179, 0.6);
}

.sign-in_form .container {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow: hidden;
}

.signIn .first {
    background-image: url("Images/blue_bg.png");
    background-size: cover;
    background-position: center center;
    position: relative;
}

.signIn .first img {
    height: 200px;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.signIn h3 {
    padding: 10px 0px 30px 30px;
    color: #31404b;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700 !important;
}

.signIn label {
    font-size: 11px;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    color: #31404b;
    margin-bottom: 9px;
    font-weight: 700;
}

.signIn input,
.signIn input:focus,
.signIn input::selection,
.signIn input::after {
    border-radius: 0px;
    background-color: white;
    color: #9a9da2;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    width: 80%;
    margin-left: 10%;
    border: 1px solid #ced4da;
    padding: 20px 15px;
}

.signIn .iti {
    margin-left: 10%;
}

.signIn p {
    color: #9a9da2;
    margin-top: 10px;
}

.alert-danger {
    background-color: white;
    color: #f54c53;
    border-color: #f54c53;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 17px;
    padding-bottom: 17px;
    border: none;
    font-size: 11px;
}

.sign-in_form a {
    color: #31404b;
}

@media screen and (max-width: 768px) {
    .signIn .first {
        min-height: 20vh;
    }

    .signIn .first img {
        height: 15vh;
    }

    .sign-in_form .container {
        position: relative;
        top: 0%;
        left: 0%;
        transform: translate(0%, 0%);
        max-height: auto;
        overflow: hidden;
    }
}

#userInformation {
    background-color: white;
    padding: 40px;
    border: 1px solid #e4e7ed;
    border-left: 5px solid #0cbdb3;
    border-radius: 14px;
    margin: 30px 0px;
    border-right: 5px solid #0cbdb3;
}

#userInformation img {
    width: 100%;
}

#userInformation h4 {
    line-height: 60px;
    text-transform: uppercase;
    font-weight: 700;
}

#userInformation h5 {
    font-weight: 400;
    line-height: 30px;
}

.isEligible {
    color: #0CBDB3;
    line-height: 30px;
    font-size: 1rem;
    font-weight: 400;
}

.pendingEligible {
    color: orange;
    line-height: 30px;
    font-size: 1rem;
    font-weight: 400;
}

.notEligible {
    color: #FC2424;
    line-height: 30px;
    font-size: 1rem;
    font-weight: 400;
}

#userInformation .nav-account__item a {
    color: #212529;
    font-size: 1rem;
    line-height: auto;
    text-transform: none;
    font-weight: 700;
    padding: 0px;
    line-height: 60px;
    font-weight: 700;
}

#userInformation .nav-account__item a span {
    color: #0CBDB3;
}

#CompleteProfile .modal-header {
    background-image: url("Images/blue_bg.png");
    background-size: cover;
    background-position: center center;
}

#CompleteProfile .modal-header h3 {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 0px;
}

.modal-content {
    border: none !important;
}

/*#CompleteProfile .label {
    font-size: 11px;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    color: #31404b;
    margin-bottom: 9px;
    font-weight: 700;
}

#CompleteProfile input {
    border-radius: 0px;
    background-color: white;
    color: #9a9da2;
    font-size: 12px;
    line-height: 26px;
    font-weight: 400;
    text-transform: none;
    width: 80%;
    margin-left: 10%;
    border: 1px solid #ced4da;
    padding: 20px 15px;
}

#CompleteProfile input[type=submit] {
    background-color: #0cbdb3;
    border: none;
    color: white !important;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: ease-in-out 0.3s;
}

#CompleteProfile input[type=submit]:hover {
    background-color: rgba(12, 189, 179, 0.6);
}*/

.btn-secondary {
    background-color: white;
    border: 1px solid #0cbdb3;
    color: #0cbdb3;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: ease-in-out 0.3s;
}

.btn-third {
    background-color: white;
    border: 0px solid #0cbdb3;
    color: #0cbdb3;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: ease-in-out 0.3s;
}

.btn-third:hover {
    background-color: white;
    border: 0px solid #0cbdb3;
    color: #0cbdb3;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition: ease-in-out 0.3s;
}

.btn-secondary:hover {
    background-color: #0cbdb3;
    color: white;
    border: 1px solid #0cbdb3;
}

@media screen and (max-width: 768px) {
    #userInformation img {
        height: 100px;
        width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    #userInformation .col-md-2 {
        text-align: center;
    }

    #userInformation {
        text-align: center;
        border-left: 1px solid #e4e7ed;
        border-right: 1px solid #e4e7ed;
    }
}

#gameTypes .card {
    position: relative;
    background-color: white;
    border: 1px solid #e4e7ed;
    border-radius: 14px;
    margin-bottom: 30px;
}

#gameTypes .type {
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: #0cbdb3;
    padding: 10px 20px;
    border-bottom-right-radius: 7px;
    border-top-left-radius: 14px;
    color: white;
    text-transform: uppercase;
}
#gameTypes .typeb {   
    background-color: #0cbdb3;
    padding: 10px 20px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    color: white;
    text-transform: uppercase;
}

#gameTypes .type p {
    font-size: 11px;
    font-weight: 700;
}

#gameTypes .title h3 {
    padding: 30px 15px;
    color: #31404b;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin-bottom: 0px;
}

#gameTypes img {
    border-top-left-radius: 16px;
    border-top-right-radius: 14px;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

.headerNav {
    background-image: url("Images/blue_bg.png");
    background-size: cover;
    background-position: center center;
    height: 150px;
    width: 100%;
    position: relative;
}

.headerNav h3 {
    font-size: 30px;
    color: #fff;
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
}

.headerNav h3 span {
    color: #BFFC24;
}

.centerDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.subNav {
    border-bottom: 1px solid #e4e7ed;
    background-color: white;
}

.subNav .subNav-item {
    position: relative;
    height: 70px;
}

.subNav .subNav-item a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    color: #9a9da2;
    text-transform: uppercase;
}

.subNav .subNav-item a span {
    color: #31404b;
    font-size: 14px;
    font-weight: 700;
}

.subNav .col-2 {
    border-left: 1px solid #e4e7ed;
}

.subNav .col-2:last-child {
    border-right: 1px solid #e4e7ed;
}

.subNav .col-2.active {
    border-bottom: 3px solid #0cbdb3;
}

@media screen and (min-width: 1085px) {
    .subNav.smallScreen {
        display: none;
    }
}

@media screen and (max-width: 1085px) {
    .subNav.largeScreen {
        display: none;
    }
}

.subNav .dropdown-menu {
    width: 100%;
    text-align: center;
    height: 0px;
}

.subNav .dropdown-menu.show {
    height: auto;
}

.subNav .dropdown-item {
    width: 100%;
}

.subNav .dropdown-menu.show {
    background-color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.subNav .subNav-item p {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2em;
    padding: 20px 0px;
    color: #9a9da2;
    text-transform: uppercase;
}

.subNav .subNav-item p span {
    color: #31404b;
    font-size: 14px;
    font-weight: 700;
}

.subNav .dropdown-menu .subNav-item p {
    border-bottom: 1px solid #e4e7ed;
}

.subNav .dropdown-menu .subNav-item:last-child * {
    border-bottom: none;
}

.subNav .dropdown.show #dropdownMenuLink {
    border-bottom: 3px solid #0cbdb3 !important;
}

.dropdown .subNav-item:first-child {
    position: relative;
}

.dropdown .subNav-item:first-child img {
    position: absolute;
    right: 15px;
    height: 15px;
    width: 15px;
    top: 45%;
}

#dropdownMenuLink img.open {
    display: none;
}

.subNav .dropdown.show #dropdownMenuLink img.open {
    display: block;
}

#dropdownMenuLink img.closed {
    display: block;
}

.subNav .dropdown.show #dropdownMenuLink img.closed {
    display: none;
}

.tableBody img {
    display: inline-block;
    height: 30px;
    width: auto;
}

.tableBody p {
    display: inline-block;
    line-height: 30px;
    padding-left: 10px;
}

#tournamentTable {
    background-color: white;
    margin-top: -15px;
}

.tableHead {
    border-bottom: 1px solid #e4e7ed;
    font-weight: 700;
    color: #31404b;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 45px;
    padding: 0px 15px;
}

.tableBody {
    font-weight: 400;
    color: #31404b;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 45px;
    padding: 0px 15px;
}

.tableBody .btn-primary {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px;
}

.tableBody .row {
    padding: 10px 0px;
    border-bottom: 1px solid #e4e7ed;
}

.tableBody .row:last-child {
    border-bottom: none;
}

@media screen and (max-width: 1020px) {
    .big {
        display: none;
    }
}

.jumbotronBanner {
    background-image: url("Images/dark_bg.png");
    background-size: cover;
    background-position: center center;
    height: 600px !important;
    overflow-y: hidden;
    position: relative;
}

.jumbotronBanner .overlay {
    opacity: 0.4;
}

.jumbotronBanner h1 {
    font-size: 42px;
    color: white;
    font-weight: 900;
    text-transform: uppercase;
}

.jumbotronBanner .col-md-6 {
    position: relative;
}

.jumbotronBanner .col-md-6 .centerDiv {
    width: 100%;
    top: 45%;
}

.jumbotronBanner h1 span {
    color: #bffc24;
    font-size: 52px;
}

.post-grid__item .posts__item--card,
.post-grid__item .posts__item--card:last-child {
    margin-bottom: 15px;
}

.post-grid__item .posts__item--card {
    height: calc(100% - 15px);
}

.post-grid__item .card {
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 30px!important;
}

.post-grid__item .posts__item--card .posts__thumb:first-child {
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.post-grid__item .posts__item--card .posts__thumb {
    float: none;
    margin: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.post-grid__item .posts__item--card .posts__cat {
    display: block;
    left: 23px;
    top: 23px;
    position: absolute;
}

.post-grid__item .posts__cat {
    display: block;
    overflow: hidden;
    margin-bottom: 8px;
    padding-right: 5px;
    z-index: 1;
}

.post-grid__item .posts__item--card .posts__cat-label {
    font-size: 10px;
    padding-top: .6em;
}

.post-grid__item .posts__item--category-1 .posts__cat-label,
.post-grid__item .posts__item--category-1 .posts__cta {
    background-color: #0cbdb3;
}

.post-grid__item .posts__cat-label {
    background-color: #1892ed;
    display: block;
    float: left;
    font-style: normal;
}

.post-grid__item .label,
.post-grid__item a.label:focus,
.post-grid__item a.label:hover {
    color: #fff;
}

.post-grid__item .label {
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    padding: .5em 1.1em;
    padding-top: 0.5em;
    font-size: 8px;
    border-radius: .25em;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
}

.post-grid__item .posts__item--card .posts__inner {
    padding-top: 18px;
    position: relative;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.post-grid__item .card__content {
    padding: 24px;
    padding-top: 24px;
}

.post-grid__item .posts__item--card .posts__cta {
    display: block;
    position: absolute;
    top: 0;
    right: 23px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    transform: translateY(-50%);
}

.post-grid__item .posts__item--category-1 .posts__cat-label,
.post-grid__item .posts__item--category-1 .posts__cta {
    background-color: #0cbdb3;
}

.post-grid__item a,
.post-grid__item a:focus,
.post-grid__item a:hover {
    text-decoration: none;
}

.post-grid__item .posts__item--card .posts__cta::before {
    width: 17px;
    height: 3px;
}

.post-grid__item .posts__item--card .posts__cta::after,
.post-grid__item .posts__item--card .posts__cta::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    transition: transform .25s ease;
}

.post-grid__item .posts__item--card .posts__cta::after {
    width: 3px;
    height: 17px;
}

.post-grid__item .posts__item--card .posts__cta img {
    z-index: 999999 !important;
}

.post-grid__item .posts__item--card .posts__cta::after,
.post-grid__item .posts__item--card .posts__cta::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    transition: transform .25s ease;
}

@media (min-width: 992px) .posts__item--card .posts__date {
    font-size: 11px;
}

.post-grid__item .posts__item--card .posts__date {
    font-size: 10px;
    line-height: 1.2em;
}

.post-grid__item .posts__date {
    display: inline-block;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    line-height: 1.2em;
}

@media (min-width: 992px) .posts__item--card .posts__date + .posts__title {
    margin-top: 10px;
}

.post-grid__item .posts__item--card .posts__date + .posts__title {
    margin-top: 5px;
}

@media (min-width: 1200px) .posts__item--card .posts__title {
    font-size: 24px;
}

@media (min-width: 992px) .posts__item--card .posts__title {
    font-size: 20px;
}

.post-grid__item .posts__item--card .posts__title {
    font-size: 18px;
    line-height: 1em;
    margin-bottom: .2em;
}

.post-grid__item .posts__title {
    text-transform: uppercase;
    letter-spacing: -.03em;
    font-style: normal;
}

.post-grid__item h6 {
    font-size: 14px;
    margin-bottom: 2em;
    line-height: 26px;
    font-size: normal;
}

.post-grid__item h5,
.post-grid__item h6 {
    text-transform: uppercase;
}

.post-grid__item h1,
.post-grid__item h2,
.post-grid__item h3,
.post-grid__item h4,
.post-grid__item h5,
.post-grid__item h6 {
    color: #31404b;
    margin: 0 0 .75em;
    margin-top: 0px;
    margin-bottom: 0.75em;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    letter-spacing: -.02em;
}

.post-grid__item .posts__title a {
    color: #31404b;
    transition: color .2s ease-in-out;
}

.post-grid__item a,
.post-grid__item a:focus,
.post-grid__item a:hover {
    text-decoration: none;
}

.post-grid__item a {
    color: #1892ed;
}

.card__content img {
    background-color: #0cbdb3;
    padding: 3px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    right: 23px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    transform: translateY(-50%);
}

.posts__item {
  margin-bottom: 30px!important;
}

footer {
    background-color: #1e2024;
}

@media (max-width: 768px)  {
    .league-container .buttons .col-md-6:last-child {
        margin-top: 15px;
    }
    .league-list .largeScreen {
        display: none;
    }
}


.league-list .row {
    margin-left: 0px;
    margin-right: 0px;
}

.league-list {
    color: #31404b;
    font-weight: 400;
    font-size: 11px;
}

.league-list .leagueName {
    color: #0cbdb3;
}

.league-list .row:last-child {
    border-bottom: none;
}

.modal-backdrop {
   background-color: black;
   opacity: 0.8!important;
}

.modal-header {
    background-image: url(Images/blue_bg.png);
    background-size: cover;
    background-position: center center;
    color: white;
}

.modal-header h5 {
    font-size: 24px;
    color: #fff;
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
}

.modal-header h5 span {
    color:#bffc24;
}

.modal-header h4 {
    font-size: 24px;
    color: #fff;
    letter-spacing: -.02em;
    margin-bottom: 0;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    text-transform: capitalize;
    font-family: Montserrat, sans-serif;
}

.modal-header h4 span {
    color:#bffc24;
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 #fff;
  opacity: 1!important;
}

.close:hover {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-shadow: 0 1px 0 #fff;
  opacity: 1!important;
}

.modal-body .form-group label {
  font-size: 11px;
  text-transform: none;
  font-family: Montserrat,sans-serif;
  color: #31404b;
  margin-bottom: 9px;
  font-weight: 700;
}

.modal-body .form-control, .form-control:focus {
  color: #31404b;
  background-color: #fff;
  box-shadow: none;
}

.modal-body .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 16px!important;
  line-height: 1.733333!important;
  font-size: 12px!important;
  border: 1px solid #e4e7ed!important;
  border-radius: 2px!important;
  transition: border-color .15s ease-in-out!important;
  height: 52px!important;
}

.modal-body select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 12px 16px !important;
  line-height: 1.733333 !important;
  font-size: 12px !important;
  border: 1px solid #e4e7ed !important;
  border-radius: 2px !important;
  transition: border-color .15s ease-in-out !important;
  height: 52px !important;
}

.pointsBreakdown thead .text-center {
    background-color: #0cbdb3!important;
    color: white!important;
    text-transform: uppercase;
    font-weight: 700;
}

.blue {
    color: #0cbdb3;
}

@media (max-width: 768px) {
    .jumbotronBanner .row .col-md-6:last-child {
        display: none;
    }

    .jumbotronBanner .row .col-md-6:first-child {
        height: 450px;
    }

    .jumbotronBanner .col-md-6 .centerDiv {
        width: 100%;
        top: 60%;
    }

    .jumbotronBanner {
        background-image: url("Images/blue_bg.png");
    }
}
   #AddPlayererrordiv
    {
        text-align: center;
    }

   #Playerstatsdiv h3 {
       text-align: center;
       /*color: #0cbdb3;*/
       font-size: 16px;
        line-height: 1.2em;
        letter-spacing: -.02em;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-style: normal;
   }

   #Playerstatsdiv h4 {
       font-weight: 700;
color: #31404b;
font-style: normal;
font-size: 11px;
text-transform: uppercase;
line-height: 45px;
   }

   #Playerstatsdiv p{
       font-weight: 400;
color: #31404b;
font-style: normal;
font-size: 14px;
text-transform: uppercase;
margin-bottom: 5px;
   }

   #Playerstatsdiv .col-3 p{
       color: #0cbdb3;
   }

   #Playerstatsdiv .dangerText p {
       color: red;
   }

 footer, footer li {
     font-size: 12px;
     line-height: 40px;
     color: white;
 }

  footer p:hover, footer li:hover {
      color:#0cbdb3;
      cursor: pointer;
  }

  footer .col-md-12 p:hover {
      color: white;
  }

 footer img {
     height: 160px;
     width: auto;
 }

 .page-container {
  position: relative;
  min-height: 100vh;
}

.content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}

footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
    footer {
        position: relative;
        text-align: center;
    }
    footer .col-md-4 {
        border-bottom: 1px solid grey;
        padding: 15px 0px; 
    }

    #TransBut
    {
        padding-right: 0px !important;
    }
}

#TransBut
{
	padding-right: 1em;
	margin-top: 1em;
}

.greyed {
            background-color: #9A9DA2;
            color: white;
        }

        #userInformation {
            border-right: 1px solid #e4e7ed;
        }

        .smallFonts {
            color: #9A9DA2;
        }

        #userInformation h5 {
            color: #9A9DA2;
        }

        #userInformation h5 {
            font-weight: 400;
            line-height: 30px;
        }

        #userInformation .col-md-3 h4 {
            color: #0cbdb3;
        }

        @media only screen and (max-width: 768px) {
            #userInformation .col-md-3 h4 {
                display: none;
            }
        }