@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-6a682f6f610beeda14f0.woff2")
      format("woff2"),
    url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-6a682f6f610beeda14f0.woff")
      format("woff"),
    url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_400_v2-6a682f6f610beeda14f0.ttf")
      format("truetype");
}

@font-face {
  font-family: "Shurjo";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-ef9e058ccc3a98d85030.woff2")
      format("woff2"),
    url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-ef9e058ccc3a98d85030.woff")
      format("woff"),
    url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-ef9e058ccc3a98d85030.ttf")
      format("truetype"),
    url("https://assets.prothomalo.com/prothomalo/assets/ShurjoWeb_700_v2-ef9e058ccc3a98d85030.eot")
      format("embedded-opentype");
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Shurjo", "Segoe UI", Tahoma;
}

html {
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
}

.grecaptcha-badge {
  visibility: hidden;
}

.container {
  max-width: 1280px;
  margin: 4.8rem auto 0.8rem;
  padding: 0 1.6rem;
  min-height: 100vh;
}

.fixture-title {
  font-size: 42px;
  text-align: center;
  color: #10044a;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  position: relative;
  padding-bottom: 5px;
}

.fixture-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 4px;
  background-color: #ff3054;
}

.round {
  margin: 2rem 0;
  display: none;
}

.round .round-title {
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #000;
  margin-top: 2rem;
}

.round .main-title{
  font-size: 32px;
}

.round .round-title .icon-group {
  display: none;
}

.round .round-1-section {
  display: grid;
  grid-template-columns: 4fr 8fr;
  grid-gap: 60px;
  margin: 2rem 0;
  padding-bottom: 2rem;
  border-bottom: 1px solid #c4c4c4;
}

.round .round-1-section .round-selection {
  padding: 16px 16px 7px 16px;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
  top: 60px;
  position: -webkit-sticky;
  position: sticky;
}

.round .round-1-section .group-selection {
  padding-bottom: 4px;
}

.round .round-1-section .group-selection .group-header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #f7f7f7;
  padding: 4px 4px 4px 16px;
  cursor: pointer;
}

.round .round-1-section .group-selection .group-header .group-title,
.round .round-1-section .group-selection .group-nation .group-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  padding: 3px 16px;
  color: #10044a;
  cursor: pointer;
}
.round .round-1-section .group-selection .group-header:hover {
  background-color: #efe6fe;
}

.round .round-1-section .group-selection .group-header .group-title,
.round .round-1-section .group-selection .group-nation .group-title {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  padding: 3px 16px;
  color: #10044a;
  cursor: pointer;
}

.round .round-1-section .group-selection .group-header input,
.round .round-1-section .group-selection .group-nation input {
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: solid 1px #000;
}

.group-image {
  width: 30px;
  height: 22.5px;
  box-shadow: 0 0 1px 0px #000000;
}

.round .round-1-section .group-selection .group-body {
  margin-top: 6px;
}

.round .round-1-section .group-selection .group-nation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0 4px 40px;
  cursor: pointer;
}

.round .round-1-section .group-selection .group-body .group-nation img {
  margin-left: 16px;
}

.round .round-1-section .group-selection .group-body .group-nation:hover {
  border-radius: 50px;
  background-color: #efe6fe;
  transition: all 0.25s ease-in-out;
}

.round-1-section .fixture-show .fixture-body {
  display: flex;
  align-items: center;
  padding: 30px 24px;
  margin-bottom: 24px;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.round-1-section .fixture-show .fixture-body .fixture-time-day {
  flex: 1;
}

.round-1-section .fixture-show .fixture-body .fixture-country {
  flex: 1;
}

.round-1-section .fixture-show .fixture-body .fixture-country .country-flag {
  width: 40px;
  height: 30px;
}

.round-1-section
  .fixture-show
  .fixture-body
  .fixture-country
  .country-flag
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 0 1px 0px #000000;
}

.round-1-section .fixture-show .fixture-body .fixture-country .country-win {
  width: 30px;
  height: 30px;
}

.round-1-section .fixture-show .fixture-body .fixture-country .country-win img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.round-1-section
  .fixture-show
  .fixture-body
  .fixture-country
  .fixture-country-section {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  color: #10044a;
  margin-top: 4px;
}

.round-1-section .fixture-show .fixture-body .fixture-time-day .fixture-day {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  color: #121212;
  margin-bottom: 4px;
}

.round-1-section .fixture-show .fixture-body .fixture-time-day .fixture-time {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  text-align: left;
  color: #100849;
}

.round-1-section .fixture-show .fixture-body .fixture-country .country-name {
  padding: 0 16px 0 16px;
  font-size: 24px;
}

.notwin {
  color: #9e9e9e;
}

.today-match {
  border: solid 2px #ff3054;
  background-color: #fff;
}


.fixture-tab {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.fixture-fixtures{
flex: 1;
display: flex;
justify-content: center;
align-items: center;
color: #10044a;
padding: 13px 0 16px 0;
cursor: pointer;
}

.new-fixture-tab{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 3px solid #10044a;
}

.fixture-old{
flex: 1;
display: flex;
justify-content: center;
align-items: center;
color: #10044a;
padding: 13px 0 16px 0;
cursor: pointer;
}

.old-fixture-tab{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 2px;
  border-bottom: 3px solid #10044a;
  font-weight: bold;
}

.fixture-selection-shadow{
  background-color: #f7f7f7;
  color: #9e9e9e;
  font-weight: normal;
  }

.fixture-selection-tab{
  border-bottom: 3px solid #ccc;
}

@media only screen and (max-width: 875px) {
  .fixture-title {
    font-size: 32px;
  }

  .fixture-title::before {
    width: 150px;
  }

  .round .round-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
  }

  .round .main-title{
    font-size: 22px;
  }

  .round .round-title .icon-group i {
    margin-left: 8px;
  }

  .round .round-title .icon-group {
    display: flex;
    justify-content: center;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    color: #121212;
  }

  .round .round-1-section {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
  }

  .round .round-1-section .round-1-selection {
    display: none;
  }

  .round .round-1-section .round-1-selection.active {
    display: block;
  }

  .round-1-section .fixture-show .fixture-body {
    padding: 15px 8px;
    margin-bottom: 20px;
  }

  .round-1-section .fixture-show .fixture-body .fixture-time-day{
      flex: 1;
  }
  .round-1-section .fixture-show .fixture-body .fixture-time-day .fixture-day {
    font-size: 16px;
  }

  .round-1-section .fixture-show .fixture-body .fixture-time-day .fixture-time {
    font-size: 16px;
  }

  .round-1-section
    .fixture-show
    .fixture-body
    .fixture-country
    .fixture-country-section {
    font-size: 16px;
  }

  .round-1-section .fixture-show .fixture-body .fixture-country .country-flag {
    width: 30px;
    height: 22.5px;
  }

  .round-1-section .fixture-show .fixture-body .fixture-country .country-win {
    width: 20px;
    height: 20px;
  }

  .group-image {
    width: 30px;
    height: 22.5px;
  }

  .round-1-section .fixture-show .fixture-body .fixture-country .country-name {
    padding: 0 7px 0 8px;
    font-size: 16px;
  }

  .new-fixture-tab{
    font-size: 16px;
  }
  
  .old-fixture-tab{
    font-size: 16px;
  }
}

.spinner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  z-index: 100;
}

.spinner svg {
  width: 100px;
  height: 100px;
}

.arrow-down {
  display: inline;
  height: 21px;
  width: 22px;
}

.arrow-down svg {
  height: 22px;
  width: 22px;
  font-size: 3rem;
}

.t1_ads {
  margin: 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

.top_banners div {
  display: flex !important;
  justify-content: center;
  width: 100% !important;
  height: auto !important;
}

.b1_ads {
  margin: 20px auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e2e2;
}

#B1_banners div {
  display: flex !important;
  justify-content: center;
  width: 100% !important;
}
