body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body a,
body li,
body p,
body input,
body select,
body textarea {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-shadow: red;
}

body a {
    text-decoration: none !important;
}

body h2 {
    font-size: 40px;
}

@media (max-width: 480px) {
    body h2 {
        font-size: 30px;
    }
}

body h3 {
    font-size: 30px;
}

@media (max-width: 480px) {
    body h3 {
        font-size: 26px;
    }
}

body h4 {
    font-size: 25px;
}

@media (max-width: 480px) {
    body h4 {
        font-size: 22px;
    }
}

body h5 {
    font-size: 18px;
}

@media (max-width: 480px) {
    body h5 {
        font-size: 20px;
    }
}

body h6 {
    font-size: 16px;
}

@media (max-width: 480px) {
    body h6 {
        font-size: 16px;
    }
}

body p {
    font-size: 14px;
}

body .site-title {
    color: #ef4638;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1;
}

body .site-title span {
    color: #808285;
    font-size: 16px;
}

body .mobile-nav {
    padding: 20px 10px;
}

body .uk-offcanvas-bar a {
    color: #ffffff !important;
}

body .uk-offcanvas-bar .uk-active a {
    color: #ef4638 !important;
}

body .continous-banner {
    padding: 10px 0;
}

body .continous-banner .uk-icon {
    font-size: 20px;
    font-weight: 700;
    color: #3ab4bf;
}

body .continous-banner h5 {
    font-weight: 700;
}

body nav.uk-navbar-container {
    background-color: #ffffff !important;
    padding: 20px 40px 0 0;
}

body nav.uk-navbar-container .uk-navbar-nav li {
    padding: 0 10px;
}

body nav.uk-navbar-container .uk-navbar-nav li a {
    color: #808285;
    font-size: 18px;
    font-weight: 500;
    min-height: auto;
    padding: 0;
    transition: all 0.3s ease-out;
}

body nav.uk-navbar-container .uk-navbar-nav li a:hover {
    color: #ef4638;
}

body nav.uk-navbar-container .uk-navbar-nav li.uk-active a {
    color: #ef4638;
    font-weight: 700;
    border-bottom: 3px solid #ef4638;
}

body nav.uk-navbar-container .uk-navbar-nav li .icon-button {
    border-radius: 18px;
    height: 36px;
    width: 36px;
    background: white;
    border: 1px solid;
    cursor: pointer;
}

body nav.uk-navbar-container .uk-navbar-nav li .dropdown-item {
    text-transform: uppercase;
}

body footer {
    background-color: #585e67;
    padding: 10px 0;
}

body footer p {
    color: #ffffff;
    font-weight: 300;
}

body main {
    background-color: #f7f7f7;
    /*padding: 20px 0 40px;*/
}

body main .user-greetings {
    font-weight: 700;
}

@media (max-width: 480px) {
    body main .user-greetings {
        text-align: center;
    }
}

body main .section-title {
    text-transform: uppercase;
    color: #808285;
    font-weight: 700;
}

@media (max-width: 480px) {
    body main .section-title {
        text-align: center;
    }
}

body main .stats-container {
    border-radius: 20px;
    padding: 15px 40px;
    box-shadow: 0px 4px 4px 0px #00000014;
    background-color: #ffffff;
}

body main .stats-container .point-item .pts h5 {
    text-transform: uppercase;
    font-weight: 700;
}

.pts h5 {
    /*font-size: 48px;*/
    color: #3ab4bf;
    /*font-weight: bold;*/
}

body main .stats-container .point-item .pts .score {
    font-size: 48px;
    color: #3ab4bf;
    font-weight: bold;
}

body main .stats-container .point-item .pts .rank {
    font-size: 36px;
    color: #808285;
    font-weight: 500;
}

body main .stats-container .point-item .pts .rank sup {
    font-size: 20px;
}

body main .stats-container .point-item .pts p {
    color: #808285;
}

body main .stats-container .perfect-item h3 {
    color: #000;
    font-size: 48px;
    font-weight: bold;
}

body main .stats-container .perfect-item h5 {
    text-transform: uppercase;
    font-weight: 700;
}

body main .stats-container .perfect-item p {
    color: #808285;
}

body main .stats-container .perfect-item p.minititle {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}

body main .stats-container .correct-item h3 {
    color: #000;
    font-size: 48px;
    font-weight: bold;
}

body main .stats-container .correct-item h5 {
    text-transform: uppercase;
    font-weight: 700;
}

body main .stats-container .correct-item p {
    color: #808285;
}

body main .stats-container .correct-item p.minititle {
    text-transform: uppercase;
    font-weight: 700;
    color: #000000;
}

body main .stats-container .prec-btn {
    background-color: #355a5e;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 20px;
    border: none;
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

body main .stats-container .prec-btn:hover {
    background-color: #3ab4bf;
}

body main .schedule-container {
    border-radius: 20px;
    padding: 40px 0px 0px 0px;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000014;
    background-color: #ffffff;
    overflow: hidden;
}

body main .schedule-container h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #808285;
}

body main .schedule-container h6.venue {
    opacity: 0.5;
}

body main .schedule-container .prec-open {
    background: #3ab4bf;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

body main .schedule-container .prec-open h6 {
    color: #ffffff;
    font-weight: 700;
    padding: 5px 20px;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 480px) {
    body main .schedule-container .prec-open h6 {
        font-size: 12px;
    }
}

body main .schedule-container .prec-lock {
    background: #808285;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

body main .schedule-container .prec-lock h6 {
    color: #ffffff;
    font-weight: 700;
    padding: 5px 20px;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 480px) {
    body main .schedule-container .prec-lock h6 {
        font-size: 12px;
    }
}

body main .schedule-container.winner-scorer {
    padding: 0 0 0 20px;
}

body main .schedule-container.winner-scorer .prec-open {
    right: 101px;
    border-top-right-radius: 0;
}

body main .schedule-container.winner-scorer .team-name {
    font-size: 30px;
    color: #000000;
    padding: 10px 0;
    font-weight: 700;
}

@media (max-width: 480px) {
    body main .schedule-container.winner-scorer .team-name {
        padding: 35px 0;
        font-size: 20px;
    }

    body main .schedule-container.winner-scorer .team-name img {
        width: 20%;
    }
}

body main .schedule-container.winner-scorer .grey-back {
    background-color: #808285;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 35px;
}

body main .schedule-container .today-team-score-content .team-name {
    font-size: 30px;
    color: #000000;
    font-weight: 700;
}

body main .schedule-container .today-team-score-content .save-btn {
    background-color: #355a5e;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 32px;
    border: none;
    display: block;
    min-width: 64px;
    max-width: 120px;
    min-height: 30px;
    margin: 0 auto;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    margin-bottom: 16px;
}

body main .schedule-container .today-team-score-content .save-btn:hover {
    background-color: #a2d91f;
}

body main .schedule-container .today-team-score-content input {
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    border: 1px solid #ededed;
    border-radius: 10px;
    padding: 8px 0;
}

@media (max-width: 480px) {
    body main .schedule-container .today-team-score-content {
        padding: 0 16px;
    }
}

body main .schedule-container .final-result-content {
    margin-top: 20px;
    border-top: 1px solid #a7a9ac;
}

body main .schedule-container .final-result-content .final-text {
    font-weight: 300;
    text-transform: inherit;
    color: #a7a9ac;
}

@media (max-width: 480px) {
    body main .schedule-container .final-result-content .final-text {
        padding: 10px 0 5px;
    }
}

body main .schedule-container .final-result-content .score h5 {
    font-weight: 300;
    color: #a7a9ac;
}

@media (max-width: 480px) {
    body main .schedule-container .final-result-content .score {
        padding: 5px 0 10px;
    }
}

body main .schedule-container .final-result-content .today-prediction-point {
    background-color: #a7a9ac;
    border-bottom-right-radius: 20px;
    padding: 10px 0;
}

body main .schedule-container .final-result-content .today-prediction-point h4 {
    color: #ffffff;
}

@media (max-width: 480px) {
    body main .schedule-container .final-result-content .today-prediction-point {
        border-bottom-left-radius: 20px;
    }
}

body main .schedule-container.completed-match form {
    opacity: 0.4;
}

body main .schedule-container.completed-match .final-text {
    font-weight: 300;
    text-transform: inherit;
    color: #000000;
}

@media (max-width: 480px) {
    body main .schedule-container.completed-match .final-text {
        padding: 10px 0 5px;
    }
}

body main .schedule-container.completed-match .score h5 {
    font-weight: 300;
    color: #000000;
}

@media (max-width: 480px) {
    body main .schedule-container.completed-match .score {
        padding: 5px 0 10px;
    }
}

body
main
.schedule-container.completed-match
.final-result-content
.today-prediction-point {
    background-color: #4ad65e;
    border-bottom-right-radius: 20px;
    padding: 10px 0;
}

body
main
.schedule-container.completed-match
.final-result-content
.today-prediction-point
h4 {
    color: #ffffff;
}

@media (max-width: 480px) {
    body
    main
    .schedule-container.completed-match
    .final-result-content
    .today-prediction-point {
        border-bottom-left-radius: 20px;
    }
}

body main .other-prec-link {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

body main .leading-container {
    border-radius: 20px;
    padding: 0 0 20px 0;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000014;
    background-color: #ffffff;
}

body main .leading-container .title h5 {
    color: #ffffff;
    text-transform: uppercase;
    padding: 10px 20px;
}

body main .leading-container.individual .title {
    background-color: #3ab4bf;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

body main .leading-container.individual .text {
    padding: 0 20px;
    height: 40px;
    display: flex;
    align-items: center;
}

body main .leading-container.individual .text h5 {
    font-weight: 700;
}

body main .leading-container.department .title {
    background-color: #fa352c;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

body main .leading-container.department .text {
    padding: 0 20px;
    min-height: 40px;
    display: flex;
    align-items: center;
}

body main .leading-container.department .text h5 {
    font-weight: 700;
}

body main .leaderboard-content-home h3 {
    color: #a7a9ac;
    font-weight: 700;
}

body main .leaderboard-content-home .leaderboard-table {
    background-color: #ebf7f8;
    border-radius: 20px;
    padding: 40px;
}

@media (max-width: 480px) {
    body main .leaderboard-content-home .leaderboard-table {
        padding: 20px 10px;
        margin-bottom: 50px;
    }
}

body main .leaderboard-content-home .leaderboard-table .lead-title {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

body main .leaderboard-content-home .leaderboard-table .player-table thead {
    background-color: #3ab4bf;
    border-radius: 50px;
}

body main .leaderboard-content-home .leaderboard-table .player-table thead th {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 14px;
}

body
main
.leaderboard-content-home
.leaderboard-table
.player-table
thead
th:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

body
main
.leaderboard-content-home
.leaderboard-table
.player-table
thead
th:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

body main .leaderboard-content-home .leaderboard-table .player-table tbody tr {
    border: none;
}

body
main
.leaderboard-content-home
.leaderboard-table
.player-table
tbody
tr
td {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    padding: 5px 14px;
}

body
main
.leaderboard-content-home
.leaderboard-table
.player-table
tbody
tr.player-position {
    background-color: #dcf1cd;
}

body
main
.leaderboard-content-home
.leaderboard-table
.player-table
tbody
tr.player-position
td:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

body
main
.leaderboard-content-home
.leaderboard-table
.player-table
tbody
tr.player-position
td:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

body main .leaderboard-content-home .leaderboard-table .dep-table thead {
    background-color: #ff4848;
    border-radius: 50px;
}

body main .leaderboard-content-home .leaderboard-table .dep-table thead th {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 14px;
}

body
main
.leaderboard-content-home
.leaderboard-table
.dep-table
thead
th:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

body
main
.leaderboard-content-home
.leaderboard-table
.dep-table
thead
th:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

body main .leaderboard-content-home .leaderboard-table .dep-table tbody tr {
    border: none;
}

body main .leaderboard-content-home .leaderboard-table .dep-table tbody tr td {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    padding: 5px 14px;
}

body main .leaderboard-content-home .leaderboard-table .view-leaderboard {
    color: #000000;
    font-size: 14px;
    background-color: #ffffff;
    font-weight: 700;
    padding: 10px 100px;
    border-radius: 50px;
    transition: all 0.3s ease-out;
}

@media (max-width: 480px) {
    body main .leaderboard-content-home .leaderboard-table .view-leaderboard {
        padding: 10px 40px;
    }
}

body main .leaderboard-content-home .leaderboard-table .view-leaderboard:hover {
    background-color: #3ab4bf;
    color: #ffffff;
}

body main .leaderboard-content-home .prec-btn {
    background-color: #355a5e;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding: 5px 20px;
    border: none;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

body main .leaderboard-content-home .prec-btn:hover {
    background-color: #3ab4bf;
}

body main .group-content-home h3 {
    color: #a7a9ac;
    font-weight: 700;
}

body main .group-content-home .group-table {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
}

@media (max-width: 480px) {
    body main .group-content-home .group-table {
        padding: 20px 10px;
        margin-bottom: 50px;
    }
}

body main .group-content-home .group-table .lead-title {
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

body main .group-content-home .group-table .group-table thead {
    background-color: #3ab4bf;
    border-radius: 50px;
}

body main .group-content-home .group-table .group-table thead th {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0;
}

body main .group-content-home .group-table .group-table thead th:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-left: 12px;
}

body main .group-content-home .group-table .group-table thead th:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding-right: 12px;
}

body main .group-content-home .group-table .group-table tbody tr {
    border: none;
}

body main .group-content-home .group-table .group-table tbody tr td {
    font-weight: 700;
    color: #000000;
    font-size: 16px;
    padding: 5px 11px;
}

body main .group-content-home .group-table .group-table tbody tr td img {
    width: 15%;
    min-width: 16px;
    max-width: 32px;
}

@media (max-width: 480px) {
    body main .group-content-home .group-table .group-table tbody tr td img {
        width: 60%;
    }
}

body
main
.group-content-home
.group-table
.group-table
tbody
tr.player-position {
    background-color: #dcf1cd;
}

body
main
.group-content-home
.group-table
.group-table
tbody
tr.player-position
td:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

body
main
.group-content-home
.group-table
.group-table
tbody
tr.player-position
td:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

body main .prediction-group-stage {
    background-color: #e8e8e8;
    /*width: max-content;*/
    margin-left: 1px;
    padding: 10px 0;
    border-radius: 15px;
}

@media (max-width: 480px) {
    body main .prediction-group-stage {
        width: 100%;
    }
}

body main .prediction-group-stage .disable {
    cursor: not-allowed;
}

body main .prediction-group-stage .disable a {
    pointer-events: none;
}

body main .prediction-group-stage li {
    padding: 0 10px;
    margin: 4px 0;
}

body main .prediction-group-stage li a {
    font-weight: 500;
    font-size: 18px;
    border-radius: 10px;
    text-transform: uppercase;
}

body main .prediction-group-stage li a:hover {
    background-color: #ffffff;
    color: #ff4848;
}

body main .prediction-group-stage .uk-active a {
    font-weight: 700;
    background-color: #ffffff;
    color: #ff4848;
}

body main .group-tab {
    background: none;
}

body main .group-tab a {
    color: #a7a9ac;
    font-size: 18px;
    text-transform: uppercase;
}

body main .group-tab .uk-active a {
    background: none;
    font-weight: 700;
    color: #000000;
    border-bottom: 1px solid #000000;
}

body main.leaderboard {
    padding: 0;
}

body main .leaderboard-page {
    background-image: url(../images/euro-2020-api.jpg);
    background-size: cover;
    background-repeat: no-repeat;

}

body main .leaderboard-page .leaderboard-container {
    width: 50%;
    padding: 50px 0;
}

@media (max-width: 998px) {
    body main .leaderboard-page .leaderboard-container {
        width: 75%;
    }
}

@media (max-width: 768px) {
    body main .leaderboard-page .leaderboard-container {
        width: 98%;
    }
}

@media (max-width: 480px) {
    body main .leaderboard-page .leaderboard-container {
        width: 100%;
    }
}

body main .leaderboard-page .leaderboard-container h3 {
    color: #ffffff;
    font-weight: 700;
}

body main .leaderboard-page .leaderboard-container .leaderboard-table {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 20px;
    max-height: 400px;
    overflow: hidden;
}

@media (max-width: 480px) {
    body main .leaderboard-page .leaderboard-container .leaderboard-table {
        width: 90%;
        max-height: 430px;
        padding: 20px;
    }
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.uk-subnav-pill
a {
    padding: 0;
    /*margin-right: 20px;*/
    color: #a7a9ac;
    text-transform: uppercase;
    font-weight: 700;
    /*font-weight: 18px;*/
    transition: all 0.3s ease-out;
}

@media (max-width: 480px) {
    body
    main
    .leaderboard-page
    .leaderboard-container
    .leaderboard-table
    .uk-subnav-pill
    a {
        margin-right: 20px;
    }
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.uk-subnav-pill
a:hover {
    background: none;
    color: #ff4848;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.uk-subnav-pill
.uk-active
a {
    background: none;
    color: #ff4848;
    padding: 0;
    border-bottom: 1px solid #ff4848;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.player-table
thead {
    background-color: #3ab4bf;
    border-radius: 50px;
    display: block;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.player-table
thead
th {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 14px;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.player-table
thead
th:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.player-table
thead
th:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.player-table
tbody {
    display: block;
    height: 330px;
    /*overflow-y: auto;*/
    /*overflow-x: hidden;*/
    overflow: overlay;
}

@media (max-width: 480px) {
    body
    main
    .leaderboard-page
    .leaderboard-container
    .leaderboard-table
    .player-table
    tbody {
        height: 320px;
    }
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.player-table
tbody
tr {
    border: none;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.player-table
tbody
tr
td {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    padding: 5px 14px;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.player-table
tbody
tr.player-position {
    background-color: #dcf1cd;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.player-table
tbody
tr.player-position
td:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.player-table
tbody
tr.player-position
td:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.dep-table
thead {
    background-color: #ff4848;
    border-radius: 50px;
    display: block;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.dep-table
thead
th {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px 14px;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.dep-table
thead
th:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.dep-table
thead
th:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.dep-table
tbody {
    display: block;
    height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

@media (max-width: 480px) {
    body
    main
    .leaderboard-page
    .leaderboard-container
    .leaderboard-table
    .dep-table
    tbody {
        height: 320px;
    }
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.dep-table
tbody
tr {
    border: none;
}

body
main
.leaderboard-page
.leaderboard-container
.leaderboard-table
.dep-table
tbody
tr
td {
    font-weight: 700;
    color: #000000;
    font-size: 14px;
    padding: 5px 14px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 5px;
}

/* Track */
/*::-webkit-scrollbar-track {*/
/*    background: #ffffff;*/
/*}*/

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ef4638;
    transition: all 0.3s ease-out;
    border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #00dfdf;
    transition: all 0.3s ease-out;
}

.flag {
    height: 60px;
    width: 60px;
}

@media (max-width: 480px) {
    .flag {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 998px) {
    .flag {
        width: 40px;
        height: 40px;
    }
}


.small-flag {
    margin-right: 4px;
}

.card {
    min-height: 280px;
}

.prediction-card {
    min-height: 234px;
}

.group-date-time {
    color: #3ab4bf !important;
    font-size: 20px;
}

body main .schedule-container .today-team-score-content .save-btn:disabled {
    background-color: #ff4848;
    /*opacity: 0.4;*/
    cursor: not-allowed;
}

.saved {
    display: flex;
    justify-content: center;
}

.primary-btn {
    vertical-align: middle;
    text-align: center;
    background-color: #355a5e;
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 32px;
    border: none;
    min-width: 64px;
    max-width: 120px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.outline-btn {
    vertical-align: middle;
    text-align: center;
    /*background-color: #355a5e;*/
    display: inline-block;
    border: 1px solid #46B4BE;
    color: #46B4BE;
    text-transform: uppercase;
    padding: 5px 32px;
    min-width: 64px;
    max-width: 120px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease-out;
}

.outline-btn:hover {
    color: #fff;
    background-color: #46B4BE;
}

.primary-btn:hover {
    color: #ffffff;
    background-color: #a2d91f;
}

.department-trophy {
    width: 40px;
    height: 40px;
}

.uk-notification-message {
    position: relative;
    padding: 15px;
    background: #3e3e3e;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 -14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.uk-notification-close {
    display: none;
    position: absolute;
    top: 20px;
    right: 15px;
    color: #fff;
}

sup {
    font-size: 40%;
    position: relative;
    top: -0.5em;
}

.stats-numbers {
    min-height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 375px) {
    .hide-flag {
        display: none !important;
    }
}

.prediction-flag {
    width: 32px;
    height: auto;
}

@media (min-width: 425px) {
    .prediction-flag {
        width: 60px;
    }
}

.leaderboard-container-department {
    font-size: 12px;
}

.zero-point {
    background-color: #808285 !important;
}

.rules-container {
    margin: 40px 0 !important;
}

.rules-container h3 {
    color: #fff;
}

.rules-card {
    /*margin-top: 20px 0 !important;*/
    border-radius: 20px;
}

.min-width-50 {
    min-width: 50px;
}

.min-width-55 {
    min-width: 55px;
}

.min-width-30 {
    min-width: 30px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.uk-notification-message-danger {
    /* color: #f0506e !important; */
    background-color: #B00020 !important;
}

.prec-playing {
    background-color: #ff6d00 !important;
}

.finals-container {
    background-image: url(../images/euro_trophy.png);
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    /*left: 0;*/
    /*right: 0;*/
    opacity: 0.7;
}

.date-title {
    font-size: 24px;
    font-weight: 700;
}

/*.finals-container {*/
/*    padding: unset;*/
/*}*/


/*For bonus*/
.bonus-container {
    border-radius: 20px;
    /*padding: 0 0 20px 0;*/
    /*position: relative;*/
    box-shadow: 0px 4px 4px 0px #00000014;
    background-color: #ffffff;
    min-height: 250px;
}

.bonus-container > .title {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    position: relative;
}

.bonus-container > .title.blue {
    background-color: #3ab4bf;
}

.bonus-container > .title.red {
    background-color: #fa352c;
}

.bonus-container > .title > h5 {
    color:  #fff;
    text-transform: uppercase;
    padding: 10px 20px;
}

/*.bonus-container > .body {*/
/*    height: 205px;*/
/*}*/

.bonus-container > .body > img {
    width: 80px;
    height: 80px;
    margin-top: 24px;
    margin-bottom: 16px;
}

.bonus-container > .title > .points {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    /*background-color: #17E42B;*/
    background-color: #6DA544;
    color: white;
    position: absolute;
    height: 45px;
    width: 80px;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
