.content {
    padding-top: 250px !important;
}

.nav .submenu li a {
    padding: 10px 15px;
}

.euro-schedule {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding: 10px !important;
    background: url(../images/asset-pialadunia/banner-schedule.png) no-repeat !important;
    background-size: cover !important;
    border-radius: 5px;
}

.theme_2019 .euro-schedule .ti {
    position: relative;
    /* top: 40px; */
    width: 245px;
    height: 100%;
    margin-right: 0;
    padding: 30px 40px;
    background-color: #fff !important;
    border-radius: 5px;
}

.theme_2019 .euro-schedule .ti .extra-joss {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}

.theme_2019 .euro-schedule .ti .extra-joss img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.theme_2019 .euro-schedule .ti::before {
    display: none;
}

.euro-schedule .ti p {
    position: relative;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-left: 0px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #04abbd;
}

.euro-schedule .ti p span {
    display: inline-block;
    margin-bottom: -2px;
    font-size: 23px;
    color: #bd2110;
}

.euro-schedule .slider-container {
    float: left;
    width: calc(100% - 265px);
    margin-left: 20px;
    padding: 15px 0px 15px 20px;
    background: linear-gradient(90.51deg,
            rgba(255, 255, 255, 0.4) -0.45%,
            rgba(255, 255, 255, 0.2) 100%);
    backdrop-filter: blur(10px);
    border-radius: 5px;
}

.euro-schedule .slider-container .slider {
    float: left;
    width: calc(95% - 20px);
    margin-right: 20px;
}

.euro-schedule .slider-container .slider-controller {
    float: left;
    width: 5%;
}

.euro-schedule .owl-carousel .owl-wrapper:after {
    display: none;
}

.euro-schedule .owl-buttons {
    top: 50% !important;
    transform: translateY(-50%);
}

.euro-schedule .owl-buttons .owl-prev,
.euro-schedule .owl-buttons .owl-next {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: #fff !important;
    border: none !important;
}

.euro-schedule .owl-buttons .owl-next {
    position: absolute !important;
    top: -50px !important;
}

.euro-schedule .owl-buttons .owl-next:before {
    border-top: solid 3px #000 !important;
    border-right: solid 3px #000 !important;
    transform: translate(-60%, -50%) rotate(45deg) !important;
}

.euro-schedule .owl-buttons .owl-prev {
    position: absolute !important;
    top: 20% !important;
}

.euro-schedule .owl-buttons .owl-prev:before {
    border-bottom: solid 3px #000 !important;
    border-left: solid 3px #000 !important;
    transform: translate(-40%, -50%) rotate(45deg) !important;
}

.euro-schedule .slider-container .slider .owl-item {
    margin: 0 10px !important;
}

.euro-schedule .slider-container .slider .owl-item:first-child {
    margin-left: 0 !important;
}

.euro-schedule .slider-container .slider .item {
    overflow: hidden;
    padding: 10px 20px;
    background-color: #fff;
}

.euro-schedule .slider-container .slider .item .info {
    float: left;
    width: 100%;
    overflow: hidden;
    font-size: 14px;
}

.euro-schedule .slider-container .slider .item .info p:first-child {
    float: left;
    font-weight: 700;
    overflow: hidden;
}

.euro-schedule .slider-container .slider .item .info p:last-child {
    float: left;
    width: 100%;
    margin-block-start: 0;
    margin-block-end: 0;
    color: #777;
    overflow: hidden;
}

.euro-schedule .slider-container .slider .item .match {
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 5px;
    border-bottom: solid 1px #ebebe0;
}

.euro-schedule .slider-container .slider .item .match .home,
.euro-schedule .slider-container .slider .item .match .away {
    float: left;
    width: 40%;
    overflow: hidden;
}

.euro-schedule .slider-container .slider .item .match .score {
    float: left;
    width: 20%;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    overflow: hidden;
}

.euro-schedule .slider-container .slider .item .match .home a {
    float: left;
    width: calc(100% - 40px);
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    font-weight: 700;
    color: #000;
}

.euro-schedule .slider-container .slider .item .match .score p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.euro-schedule .slider-container .slider .item .match .score p:first-child {
    width: calc(45% - 10px);
    margin-right: 10px;
}

.euro-schedule .slider-container .slider .item .match .score p:last-child {
    width: calc(45% - 10px);
    margin-left: 10px;
}

.euro-schedule .slider-container .slider .item .match .score div {
    width: 10px;
    height: 10px;
    background-color: #00a5b8;
    border-radius: 50%;
}

.euro-schedule .slider-container .slider .item .match .away a {
    float: left;
    width: calc(100% - 40px);
    height: 50px;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    color: #000;
}

.euro-schedule .slider-container .slider .item .match .flag {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 15px;
    border: solid 1px #00a5b8;
    border-radius: 50%;
}

.euro-schedule .slider-container .slider .item .match .flag img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.euro-schedule .slider-container .slider .item a {
    float: left;
    width: 100%;
    padding-top: 10px;
    font-weight: 700;
    color: #00a5b8;
}

.euro-schedule .slider-container .slider .item .match .home a:hover,
.euro-schedule .slider-container .slider .item .match .away a:hover {
    color: #00a2b4;
}

.tebak-skor {
    margin-bottom: 20px;
    padding: 20px 20px;
    background-color: #fff !important;
}

.tebak-skor .extra-joss {
    width: 50%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.tebak-skor .extra-joss img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.tebak-skor .ti_2 {
    width: 50%;
}

.tebak-skor .how-to-link {
    float: right;
    font-size: 14px;
    background-color: #00a2b4;
    color: #fff;
    padding: 10px;
}

.tebak-skor .info {
    font-size: 12px;
    color: #777;
    text-align: center;
}

.tebak-skor .item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.tebak-skor .item form {
    float: left;
    width: 100%;
}

.tebak-skor .item form .home,
.tebak-skor .item form .away {
    float: left;
    width: calc(50% - 10px);
    margin-right: 10px;
}

.tebak-skor .item form .home div,
.tebak-skor .item form .away div {
    width: 100%;
    overflow: hidden;
}

.tebak-skor .item form img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #00a2b4;
}

.tebak-skor .item form input {
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 5px;
    background-color: #00a2b4;
    border: none;
    color: #fff;
    font-weight: bold;
    text-align: center;
    outline: none;
}

.tebak-skor .item form input::placeholder {
    color: #EBEBE0;
}

.tebak-skor .item form a {
    display: inline-block;
    margin-top: 5px;
    font-weight: bold;
}

.tebak-skor .item form a:hover {
    color: #00a2b4;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .5;
    }

    100% {
        opacity: 1;
    }
}

.tebak-skor .item form button {
    float: left;
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-55%);
    margin: 10px 0;
    background-color: #00a2b4;
    color: #fff;
    font-weight: bold;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.tebak-skor .item form button span {
    display: block;
    animation: blink 1.2s linear infinite;
}

.tebak-skor .item form .home {
    text-align: right;
}

.tebak-skor .item form .home input,
.tebak-skor .item form .away img {
    float: right;
}

.tebak-skor .item form .home img {
    float: left;
}

.tebak-skor input::-webkit-outer-spin-button,
.tebak-skor input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.tebak-skor input[type="number"] {
    -moz-appearance: textfield;
}

.tebak-skor .tebak-content button {
    display: block;
    margin: 10px auto;
    padding: 5px 15px;
    background: linear-gradient(180deg, #00a5b8 0%, #019aaa 100%), #c4c4c4;
    border: none;
    outline: none;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.tebak-skor .tebak-skor-result {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}

.tebak-skor .tebak-skor-result a {
    background-color: #00a2b4;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
}

.standings .container {
    margin: 120px 10px 20px;
}

.standings {
    margin-bottom: 30px;
    background: url(../images/asset-pialadunia/background-standings.png) no-repeat;
    background-size: cover;
}

.standings .group-item {
    margin: 20px;
    padding: 20px;
    overflow: hidden;
    background-color: #fff;
}

.standings .group-item p:first-child {
    position: relative;
    margin-block-start: 0;
    margin-block-end: 0;
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.standings .group-item p:first-child::after {
    content: url(../images/asset-euro/group-decor.svg);
    display: block;
    position: absolute;
    top: -20%;
    left: 130%;
}

.standings .group-item a {
    float: right;
    font-size: 16px;
    color: #004d8d;
}

.standings .group-item table {
    clear: both;
    width: 100%;
    margin-top: 30px;
    border-collapse: collapse;
}

.standings .group-item table th:nth-child(-n + 6) {
    font-weight: 400;
}

.standings .group-item table tbody tr {
    border-bottom: solid 1px #ebebe0;
}

.standings .group-item table th,
.standings .group-item table td {
    padding: 15px 5px;
}

.standings .group-item table td:nth-child(n + 2),
.standings .group-item table th:nth-child(n + 2) {
    text-align: center;
}

.standings .group-item table td:last-child {
    font-weight: 600;
}

.standings .group-item table td:first-child div {
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: solid 1px #00a5b8;
}

.standings .group-item table td:first-child div img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.standings .group-item table td:first-child a {
    float: left;
    width: calc(100% - 50px);
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700;
    font-size: 14px;
}

.stats {
    padding: 20px;
    background: url(../images/asset-euro/background-player-stat.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.stats .top-score p:first-child,
.stats .top-assist p:first-child,
.stats .cleansheet p:first-child {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 700;
}

.stats .player-item {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.stats .player-item .image-container {
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 1px #00a5b8;
}

.stats .player-item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.stats .player-item .text-container {
    float: left;
    width: auto;
    margin: 0 20px;
}

.stats .player-item .text-container p:first-child {
    font-size: 16px;
    font-weight: 700;
    margin-block-start: 0;
}

.stats .player-item .text-container p:last-child {
    font-size: 14px;
}

.stats .player-item .amount {
    float: right;
    font-size: 20px;
    font-weight: 700;
}

.tebak-skor-table p:first-child {
    font-size: 18px;
    font-weight: 700;
    margin-block-end: 0;
}

.tebak-skor-table p:first-child::after {
    content: "";
    width: 100px;
    height: 20px;
    background: url(../images/asset-euro/group-decor.svg) no-repeat;
    display: block;
    margin-top: 10px;
}

.tebak-skor-table {
    padding: 20px;
    background-color: #fff;
}

.tebak-skor-table .table-responsive {
    overflow-x: auto;
}

.tebak-skor-table .active-table {
    background-color: #00a5b8;
    color: #fff;
}

.tebak-skor-table .harian,
.tebak-skor-table .akumulasi {
    float: left;
    width: 50%;
    padding: 10px 5px;
    border: solid 1px #00a5b8;
    text-align: center;
    cursor: pointer;
}

.tebak-skor-table table {
    border-collapse: collapse;
    transition: 0.5s;
}

.tebak-skor-table table th,
.tebak-skor-table table td {
    padding: 10px;
}

.tebak-skor-table tbody tr {
    border-bottom: solid 1px #ebebe0;
}

.tebak-skor-table tbody tr.my-rank {
    background-color: #00a2b4;
    color: #fff;
}

.tebak-skor-table td:first-child,
.tebak-skor-table td:last-child {
    text-align: center;
}

.tebak-skor-table .more {
    text-align: center;
    margin: 30px 0;
}

.tebak-skor-table .more a {
    background-color: #00a5b8;
    color: #fff;
    padding: 10px 20px;
    font-weight: 700;
}

.tebak-skor-table .more a:hover {
    background-color: #004d8d;
}

.box_9 {
    padding: 20px;
    color: #fff;
    background: url(../images/asset-euro/background-follow.png) no-repeat;
    background-size: cover;
}

.box_9 strong {
    line-height: 160%;
}

.box_9 button {
    padding: 10px 15px;
    border-radius: 50px;
    background: #fff;
    border: none;
    color: #004d8d;
    font-weight: 700;
}

.box_9 button i {
    background-color: #ff6c00;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    cursor: pointer;
}

.theme_2019 .box_10 {
    background: url(../images/asset-euro/background-video.png) no-repeat;
    background-size: cover;
}

.box_10 p {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.theme_2019 .box_11.image {
    padding: 20px;
    background: url(../images/asset-euro/background-photo.png) no-repeat;
    background-size: cover;
    color: #fff;
}

.box_11 p {
    font-size: 18px;
    font-weight: 700;
}

.box_11 .box_11_ct {
    padding-left: 0;
}

.list-countries {
    margin-top: 30px;
    padding: 20px;
    background-color: #fff;
}

.list-countries .ti_2 {
    font-size: 18px;
    margin-bottom: 40px;
}

.list-countries .item {
    float: left;
    width: 16.66%;
    margin-bottom: 50px;
    overflow: hidden;
    text-align: center;
}

.list-countries .item .image-container {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.list-countries .item .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-countries .item a {
    font-size: 18px;
    color: #004d8d;
    font-weight: 700;
}

.wrapper-tebak-skor,
.already-submit {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
}

.wrapper-tebak-skor .modal,
.already-submit .modal {
    display: none;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

.wrapper-tebak-skor .modal.show-modal,
.already-submit .modal.show-modal {
    display: block;
}

.wrapper-tebak-skor .modal .modal-title {
    font-size: 20px;
    color: #00a2b4;
}

.wrapper-tebak-skor .modal .answer {
    border-top: solid 1px #ebebe0;
    border-bottom: solid 1px #ebebe0;
}

.wrapper-tebak-skor .modal button,
.already-submit .modal button {
    width: 100%;
    border: none;
    background: 0 0;
    border-radius: 5px;
    margin: 10px 0;
    padding: 20px;
    cursor: pointer;
}

.wrapper-tebak-skor .modal button.submit,
.already-submit .modal button.submit {
    background-color: #2a9d8f;
    color: #fff;
    font-weight: 700;
}

.wrapper-tebak-skor .modal button.cancel {
    border: solid 1px #e63946;
    color: #e63946;
}

.standing {
    float: left;
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.standing .standing-title {
    width: 200px;
    padding: 5px 20px;
    background-color: #00a2b4;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.standing .standing-container {
    padding: 20px;
    background-color: #fff;
}

.standing .standing-container table {
    width: 100%;
    border-collapse: collapse;
}

.standing .standing-container table th,
.standing .standing-container table td {
    padding: 20px;
}

.standing .standing-container table thead tr th:nth-child(2) {
    text-align: left;
}

.standing .standing-container table td {
    border-bottom: solid 1px #efefef;
}

.standing .standing-container table td:first-child,
.standing .standing-container table td:last-child {
    text-align: center;
}

.standing .standing-container table tbody tr.my-rank {
    background-color: #00a2b4;
    color: #fff;
}

.rules {
    color: #fff;
    padding: 30px;
    margin-bottom: 20px;
}

.rules p {
    font-size: 16px;
    font-weight: 700;
}

.rules ul {
    list-style-type: disc;
    padding-inline-start: 20px;
}

.rules ul li {
    margin: 20px 0;
}

.rules ul li ol {
    list-style: lower-alpha;
}

.rules ul li ol li ol {
    list-style: lower-roman;
}

.how-to {
    margin-top: 20px;
    background: url(../images/asset-euro/background-standings.png) no-repeat;
    background-size: cover;
}

.how-to a {
    color: #fff;
    font-weight: bold;
}

.how-to a:hover {
    text-decoration: underline;
}

.rank-rules {
    background: url(../images/asset-euro/background-player-stat.png) no-repeat;
    background-size: cover;
    line-height: 160%;
}

.prize {
    background: url(../images/asset-euro/background-photo.png) no-repeat;
    background-size: cover;
}

.theme_2019 .box_21 .box_21_header .left_box {
    width: 100%;
}

.schedule .klasbola {
    padding: 20px;
    background: url("../images/asset-euro/background-follow.png") no-repeat !important;
    background-size: cover !important;
    color: #fff;
}

.schedule .box_28 .tab_bt li {
    width: calc(20% - 20px);
    margin: 0 10px;
}

.schedule .box_28 .tab_bt li .bt {
    width: 100%;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    border: solid 1px #fff;
}

.schedule .box_28 .tab_bt li .bt.active,
.schedule .box_28 .tab_bt li .bt:hover {
    background-color: #fff;
    color: #004d8d;
    font-weight: 700;
}

.schedule .tab_ct.klasbola2 .group-list {
    border-bottom: solid 1px #efefef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.schedule .tab_ct.klasbola2 .group-list div {
    float: left;
    width: calc(16.66% - 20px);
    margin: 0 10px;
    padding: 15px 0;
    overflow: hidden;
    text-align: center;
    border: 1px solid #8c3e79;
    cursor: pointer;
}

.schedule .tab_ct.klasbola2 .group-list div.group-active {
    background: url("../images/asset-euro/background-photo.png") no-repeat !important;
    background-size: cover !important;
    color: #fff;
    font-weight: 700;
}

.schedule .tab_ct.klasbola2 .group-item .group-item-container {
    display: none;
}

.schedule .tab_ct.klasbola2 .group-item .group-item-active {
    display: block;
}

.schedule .group table {
    border-collapse: collapse;
    border: solid 1px #ebebe0;
}

.schedule .group table tr th,
.schedule .group table tr td:nth-child(n + 2):nth-child(-n + 9) {
    text-align: center;
}

.schedule .group table tr th,
.schedule .group table tr td {
    padding: 20px;
}

.schedule .group th:nth-child(n + 1):nth-child(-n + 8) {
    font-weight: 400;
}

.schedule .group table tr th,
.schedule .group table tr td:first-child {
    width: 500px;
}

.schedule .group table tbody tr {
    margin: 0 20px;
    border-bottom: solid 1px #efefef;
}

.schedule .group table tr td:first-child {
    width: 750px;
    font-size: 16px;
    font-weight: 700;
}

.schedule .group table tr td a:hover {
    color: #00a2b4;
}

.schedule .group table tr td .flag {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border-radius: 50%;
    border: 1px solid #40c0e7;
}

.schedule .group table tr td .flag img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.schedule .group table tr td:last-child {
    font-weight: 700;
}

.schedule-container {
    margin: 20px 0;
}

.schedule-container .box_28 {
    margin-bottom: 30px;
}

.schedule-container .table_2 .date {
    width: 15%;
    float: left;
    padding: 20px;
    background: url("../images/asset-euro/background-player-stat.png") no-repeat;
    background-size: cover;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

.schedule-container .table_2 ul {
    float: right;
    width: 85%;
    background-color: #fff;
    padding: 0 20px;
    font-size: 14px;
    border-bottom: solid 1px #efefef;
}

.schedule-container .table_2 ul li {
    padding: 20px;
}

.schedule-container .table_2 ul li:first-child,
.schedule-container .table_2 ul li:nth-child(2) {
    float: left;
    width: 15%;
}

.schedule-container .table_2 ul li:nth-child(3),
.schedule-container .table_2 ul li:last-child {
    float: left;
    width: 30%;
    position: relative;
}

.schedule-container .table_2 ul li:nth-child(4) {
    float: left;
    width: 10%;
    text-align: center;
    font-weight: bold;
}

.schedule-container .table_2 ul li .pic {
    float: left;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.schedule-container .table_2 ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.schedule-container .table_2 ul li:nth-child(3) .pic {
    right: 0;
}

.schedule-container .table_2 ul li:last-child .pic {
    left: 0;
}

.schedule-container .table_2 ul li:last-child a {
    padding-left: 20px;
}

.schedule-container .table_2 ul li:nth-child(3) a {
    text-align: right;
    padding-left: 150px;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .euro-schedule .slider-container .slider .item .match .away {
        position: absolute;
        right: 0;
    }

    .euro-schedule .slider-container .slider .item .match .home .flag {
        position: relative;
        left: 40%;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .schedule-container .table_2 ul li:nth-child(3) a {
        text-align: right;
        padding-left: 90px;
    }

    .euro-schedule .slider-container .slider .item .match .home .flag {
        position: relative;
        left: 55%;
    }

    .euro-schedule .slider-container .slider .item .match .away {
        position: absolute;
        right: 0;
    }

    .euro-schedule .slider-container .slider .item .match .away .flag {
        position: relative;
        left: 19%;
    }
}

@media (max-width: 1399px) {
    .euro-schedule {
        margin-top: 50px;
    }

    .euro-schedule .slider-container {
        width: calc(74% - 20px);
    }

    .euro-schedule .slider-container .slider .item {
        padding: 20px 10px;
    }

    .euro-schedule .slider-container .slider .item .match .home a,
    .euro-schedule .slider-container .slider .item .match .away a {
        display: none;
    }

    .euro-schedule .slider-container .slider .item .match .score {
        width: 100%;
        padding: 0;
    }

    .euro-schedule .slider-container .slider .item .match .score p:first-child {
        margin-right: 0;
    }

    .euro-schedule .slider-container .slider .item .match .score p:last-child {
        margin-left: 0;
    }

    .tebak-skor .item form a {
        width: calc(100% - 30px);
        margin-top: 0;
        font-size: 14px;
    }

    .tebak-skor-table {
        padding: 20px 0;
    }

    .tebak-skor-table p:first-child {
        padding: 0 20px;
    }

    .standings .container {
        padding-left: 0;
        padding-right: 0;
    }

    .standings .group-item {
        margin: 20px 0;
    }

    .standings .group-item p:first-child {
        padding-left: 10px;
    }

    .standings .group-item a {
        padding-right: 10px;
    }

    .standings .group-item p:first-child::after {
        display: none;
    }

    .standings .group-item {
        padding: 20px 0;
    }

    .standings .group-item table td:first-child span {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
}

@media (min-width: 1300px) and (max-width: 1399px) {
    .euro-schedule .slider-container .slider .item .info p:last-child {
        float: unset;
        width: 100%;
    }

    .euro-schedule .slider-container .slider .item .match .home {
        top: 35%;
        left: 24%;
    }

    .euro-schedule .slider-container .slider .item .match .home .flag {
        position: relative;
        left: 55%;
    }

    .euro-schedule .slider-container .slider .item .match .away {
        position: absolute;
        top: 12%;
        right: 0;
    }

    .euro-schedule .slider-container .slider .item .match .away .flag {
        position: relative;
        top: -15px;
        left: 18%;
    }
}

@media (max-width: 1919px) {
    .content {
        padding-top: 180px !important;
    }
}