*,
*:after,
*:before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    width: 100%;
    font-family: -apple-system, 'Arial', 'Helvetica';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

html,
body {
    height: 100%;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
}

.sr_main_cont {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    background: url(https://cdn.ndtv.com/common/onemin/sports/fifahomepagewidgets/grass_bg.png) 0 0 no-repeat;
    background-size: cover;
    border-radius: 0;
    overflow: hidden;
}

.sr_cont {
    width: 100%;
    margin: 0px;
    padding: 0px;
    float: left;
}

.sr_cont .col_full {
    width: 94%;
    float: right;
    margin-bottom: 20px;
}

.sr_cont .col_full:last-child {
    margin-bottom: 0px;
}

.sr_cont .col_half {
    width: 48.5%;
    position: relative;
    float: left;
}

.sr_cont .col_half:nth-child(2) {
    float: right;
}

.sr_cont .col_half.text_cont ul:first-child {
    width: auto;
    position: absolute;
    left: -20%;
    top: 10%;
    bottom: 0;
    transform: rotate(-90deg);
    transform-origin: 50% 50% 0;
    text-align: center;
}

.sr_cont .col_half ul:last-child {
    float: right;
}

.sr_cont .col_half ul {
    width: 49%;
    text-align: center;
    position: relative;
    float: left;
}

.sr_cont .col_half ul li:first-child {
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.3px;
}

.sr_cont .col_half ul li {
    min-width: 65px;
    width: 100%;
    margin-bottom: 2px;
    white-space: nowrap;
}

.sr_cont .col_half ul li div.team_deatils {
    width: 100%;
    background: #F2F2F2;
    border-radius: 10px;
    display: table;
    padding: 2px 1px;
    text-align: left;
}

.sr_cont .col_half ul li div.team_deatils .flag_icon {
    display: table-cell;
    width: 12px;
    height: 12px;
    vertical-align: middle;
    padding-right: 2px;
    padding-left: 2px;
}

.sr_cont .col_half ul li div.team_deatils .flag_icon div {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.team_deatils .flag_icon div>img {
    width: 100%;
    display: block;
}

div.team_deatils h4 {
    display: table-cell;
    vertical-align: middle;
    color: #404040;
    font-size: 10px;
    font-weight: 900;
    margin: 0px;
    padding: 0px 0 0 0;
}

div.team_deatils h5 {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    color: #1C3C09;
    font-size: 10px;
    font-weight: 800;
    margin: 0px;
    padding: 0px 3px 0 0;
}

.bd_left {
    position: absolute;
    width: 10%;
    height: 102%;
    border-left: solid 1px rgba(255, 255, 255, 0.35);
    border-bottom: solid 1px rgba(255, 255, 255, 0.35);
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 4px;
    left: 50%;
    top: 100%;
    margin-left: -5%;
}

.bd_right {
    position: absolute;
    width: 10%;
    height: 102%;
    border-right: solid 1px rgba(255, 255, 255, 0.35);
    border-bottom: solid 1px rgba(255, 255, 255, 0.35);
    border-top: none;
    border-left: none;
    border-radius: 0 0 4px 0;
    left: 50%;
    top: 100%;
    margin-left: -5%;
}

.sr_cont .col_half.Quarter ul:last-child {
    float: none;
    margin: 0px auto;
}

.sr_cont .col_half.semifinal {
    float: none;
    margin: 0px auto;
}

.sr_cont .col_half.semifinal.text_cont ul:first-child {
    left: -70%;
}

.sr_cont .col_half.semifinal ul:last-child {
    float: none;
    margin: 0px auto;
}

.sr_cont .col_half.championship {
    float: none;
    margin: 0px auto;
}

.sr_cont .col_half.championship ul:first-child {
    float: none;
    margin: 0px auto;
}

.sr_cont .col_half.championship ul:last-child {
    position: absolute;
    bottom: -3%;
    right: -50%;
}

.sr_cont .col_half.championship li span {
    display: block;
}

.col_full.champion~.col_full .col_half .bd_left {
    bottom: 100%;
    top: auto;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    border-bottom: none;
    border-radius: 4px 0 0 0;
    height: 82%;
}

.col_full.champion~.col_full .col_half .bd_right {
    bottom: 100%;
    top: auto;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    border-bottom: none;
    border-radius: 0 4px 0 0;
    height: 82%;
}

.col_full.champion~.col_full .col_half.Quarter .bd_left {
    bottom: 100%;
    top: auto;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    border-bottom: none;
    border-radius: 4px 0 0 0;
    height: 82%;
}

.col_full.champion~.col_full .col_half.Quarter .bd_right {
    bottom: 100%;
    top: auto;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    border-bottom: none;
    border-radius: 0 4px 0 0;
    height: 82%;
}

.col_full.champion~.col_full .col_half.Quarter .bd_left {
    bottom: 100%;
    top: auto;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    border-bottom: none;
    border-radius: 4px 0 0 0;
    height: 82%;
}

.col_full.champion~.col_full .col_half.Quarter .bd_right {
    bottom: 100%;
    top: auto;
    border-top: solid 1px rgba(255, 255, 255, 0.35);
    border-bottom: none;
    border-radius: 0 4px 0 0;
    height: 82%;
}

.col_half.Quarter .bd_left {
    top: 104%;
    height: 110%;
    width: 65%;
}

.col_half.Quarter .bd_right {
    top: 104%;
    height: 110%;
    width: 65%;
    margin-left: -60%;
}

.sr_cont .col_half.championship:before {
    content: "";
    background: url(https://cdn.ndtv.com/common/onemin/sports/fifahomepagewidgets/trophy_wap.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    width: 75px;
    height: 100%;
    left: -35px;
    bottom: -3px;
    display: block;
}

.sr_cont .col_half ul li h3 {
    font-size: 8px;
    line-height: 12px;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

.sr_cont .col_half ul li h6 {
    font-size: 8px;
    line-height: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.live_match span {
    background: #E8031F;
    color: #fff;
    border-radius: 2px;
    padding: 1px 2px 1px 2px;
    font-size: 9px;
    position: relative;
    top: 1px;
}

.live_match div.team_deatils h5 {
    color: #E8031F;
}

.sr_main_cont p {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0 0 0;
    font-size: 9px;
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    font-style: italic;
}

.sr_cont .col_half.championship ul:first-child:before {
    content: "";
    position: absolute;
    top: -35%;
    width: 1px;
    height: 30%;
    background: rgba(255, 255, 255, 0.35);
}

.sr_cont .col_half.championship ul:first-child:after {
    content: "";
    position: absolute;
    bottom: -33%;
    width: 1px;
    height: 32%;
    background: rgba(255, 255, 255, 0.35);
}

.sr_cont .col_half ul.not_declared li div.team_deatils {
    background: rgba(255, 255, 255, 0.3);
}


@media (max-width:461px) {
    .sr_cont .col_half.text_cont ul:first-child {
        left: -21.5%;
    }

    .sr_cont .col_half.semifinal.text_cont ul:first-child {
        left: -75%;
    }
}

@media (max-width:375px) {
    .sr_cont .col_half.text_cont ul:first-child {
        left: -26%;
    }

    .sr_cont .col_half.semifinal.text_cont ul:first-child {
        left: -80%;
    }
}

@media (max-width:360px) {
    .sr_cont .col_half ul li:first-child {
        font-size: 9px;
        letter-spacing: -0.3px;
    }

    .sr_cont .col_half.text_cont ul:first-child {
        left: -25%;
    }

    .sr_cont .col_half.semifinal.text_cont ul:first-child {
        left: -79%;
    }
}

@media(max-width:320px) {
    .sr_cont .col_half ul li {
        min-width: 20px;
    }

    .sr_cont .col_half.text_cont ul:first-child {
        left: -20%;
    }

    .sr_cont .col_half.semifinal.text_cont ul:first-child {
        left: -70%;
    }

    .sr_cont .col_half.Quarter.text_cont ul:first-child {
        left: -26%;
    }
}