* {
  margin: 0 auto;
  padding: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  box-sizing: border-box;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

@font-face {
  font-family: "Oswald-Regular";
  src: url("/assets/fonts/Oswald/Oswald-Regular.ttf");
}

@font-face {
  font-family: "Oswald-Medium";
  src: url("/assets/fonts/Oswald/Oswald-Medium.ttf");
}

@font-face {
  font-family: "Oswald-Bold";
  src: url("/assets/fonts/Oswald/Oswald-Bold.ttf");
}

@font-face {
  font-family: "Oswald-SemiBold";
  src: url("/assets/fonts/Oswald/Oswald-SemiBold.ttf");
}

@font-face {
  font-family: "DinPro-Medium";
  src: url("/assets/fonts/Raleway/Raleway-Regular.ttf");
}

@font-face {
  font-family: "DinPro-Bold";
  src: url("/assets/fonts/Raleway/Raleway-Bold.ttf");
}

@font-face {
  font-family: "DinPro-Medium";
  src: url("/assets/fonts/Raleway/Raleway-Medium.ttf");
}

@font-face {
  font-family: "DinPro-Medium";
  src: url("/assets/fonts/Raleway/Raleway-SemiBold.ttf");
}

@font-face {
  font-family: "Dinpro-Regular";
  src: url("/assets/fonts/DinPro/DINPRO-REGULAR.TTF");
}

@font-face {
  font-family: "Dinpro-Medium";
  src: url("/assets/fonts/DinPro/DINPRO-MEDIUM_0.OTF");
}

@font-face {
  font-family: "Dinpro-Bold";
  src: url("/assets/fonts/DinPro/DINPRO-BOLD.TTF");
}

@font-face {
  font-family: "Dincondensedc";
  src: url("/assets/fonts/Dincondensed/dincondensedc.ttf");
}

section:first-child {
  margin-top: 8px !important;
}

.bookgDiv img {
  height: 65px;
   margin-right: 17px;
  object-fit: contain;
  mix-blend-mode: darken;
}

.url_ligue {
  font-size: 14px;
  font-family: "Dincondensedc";
}

.live_cirl {
  width: 6px;
  height: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: absolute;
  background-color: red;
  right: 2px;
  top: 3px;
}

#staticBackdrop {
  background-color: white;
}

.modal-dialog {
  max-width: unset;
}

.search_inp_div {
  /* width: 30%; */
}

.football_logo {
  width: 100%;
}

.header_desc>div {
  display: grid !important;
  grid-template-columns: 1fr 3fr;
}

.football_logo img {
  margin-left: 16px;
  display: block;
}

#navbarNavDropdown>div:last-child {
  margin-right: 16px;
  margin-left: auto;
}

.ratingDiv {
  margin: 0 24px;
}

.ratingDiv h6 {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fffefe;
  width: 15ch;
}

.blue_hov:hover {
  color: #72a1c9 !important;
  cursor: pointer;
}

.hov_col_change:hover {
  background-color: #ff7d32 !important;
}

.hov_grey_change:hover {
  background-color: #ededed !important;
}

.latest_new_type {
  opacity: 0.7;
}

.hov_col_wht_change:hover {
  color: #ffffff;
}

/* .header_mobile {
    width: 70%;
    left: 15%;
    top: 0;
} */

.share_bar_mobile {
  top: 10%;
  cursor: pointer;
  float: right;
  position: relative;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

.soc_bar_mobile {
  display: none;
  background: #f8f8f8;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #f8f8f8;
  border-radius: 4px;
  position: absolute;
  width: 40px;
  margin-top: 8px;
}

.share_but_mobile {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f8f8f8;
  border-radius: 8px;
  display: none;
}

header {
  z-index: 9;
  transition: 0s;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -ms-transition: 0s;
  -o-transition: 0s;
}

.header_desc {
  background: linear-gradient(105deg,
      #a0231d 0% 24%,
      #f15a0b 24% 61%,
      #dcdddc 61% 68%,
      #c63d1c 67% 83%,
      #a0231d 75% 10%);
  /* background: linear-gradient(105deg,
      #a0231d 0% 24%,
      #f15a0b 24% 61%,
      #ebebeb 61% 68%,
      #c63d1c 67% 83%,
      #a0231d 67% 100%); */
  height: 88px;
  width: calc(100% + 1em);
  margin-left: -0.5em;
  /* margin-top: -0.5em; */
}

.homepostRow {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 991px) {
  .homepostRow {
    display: block;
  }
}


.homepost:first-child {
  padding: 0;
}

.homepost:nth-child(2) {
  padding: 0;
}

.homepost:nth-child(3) {
  padding: 0;
}

#search_inp {
  width: 80%;
}

#search_inp1 {
  width: 80%;
}

.modal_content {
  height: 100vh;
  /* width: 100vh; */
}

.modal-content {
  border-radius: 0%;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  -ms-border-radius: 0%;
  -o-border-radius: 0%;
  border: 0;
}

.close_modal {
  position: absolute;
  right: 32px;
  top: 16px;
  width: 40px;
  height: 40px;
}

.modal .inp {
  color: #f25c05;
}

#staticBackdropLabel {
  color: #011526;
  font-size: 14px;
  line-height: 24px;
  font-family: "DinPro-Medium";
  /* text-transform: uppercase; */
}

.header_desc .search_inp {
  background: none;
  border: none;
  border-bottom: 1px solid white;
}

.header_desc .search_inp:focus {
  background: none;
  border: none;
  border-bottom: 1px solid white;
  outline: none !important;
}

#navbarNavDropdown .nav-link .nav_h1:before {
  background-color: white;
  height: 2px;
}

#navbarNavDropdown .nav-link .nav_h1:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

#navbarNavDropdown .nav-link .nav_h1 {
  border-top: solid 2px #f25c05;
  font-family: "DinPro-bold";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  /* text-transform: uppercase; */
  font-feature-settings: "pnum" on, "lnum" on;
  color: #fffefe;
}

.search_btn {
  position: absolute;
  right: 24px;
  top: 16px;
}

.gen_sec {
  background: #ffffff;
  margin: 0px;
  padding: 16px 32px;
}

.match_bar {
  margin: 0px;
  padding: 12px;
}

.match_bar>.row>div {
  /* width: fit-content; */
  margin: 0;
  padding: 0;
}

.match_bar p {
  font-family: "DinPro-bold";
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  -moz-font-feature-settings: "pnum" on, "lnum" on;
  /* width: 64px; */
}

.matchbar_result h6 {
  font-family: "DinPro-bold";
  font-style: normal;
  font-size: 14px;
  line-height: 12px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
}

.matchbar_result {
  background: #245178;
  border-radius: 2px;
  padding: 6px 8px;
  /* width: 48px; */
}

/* .team_swip_wrapper {
    width: 125%;
} */

.rightbar_coofs {
  background: #ffffff;
  border: 1px solid #4c5a66;
  box-sizing: border-box;
  border-radius: 2px;
  width: 40px;
  height: 16px;
}

#rightbar_new h5 {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #245178;
}

#rightbar_new p {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #011526;
}

.rightbar_coofs_div {
  width: 102.5%;
}

.rightbar_showmore {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 16px;
  color: #f25c05;
}

.rightbar_news {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 28px;
  line-height: 32px;
  color: #245178;
  display: flex;
  align-items: center;
  width: fit-content;
  grid-gap: 8px;
  margin-bottom: 4px;
}

.rightbar_news img {
  object-fit: contain;
  height: 26px;
}

.rightbar_coofs p {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.new_date {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #babfc3;
  width: fit-content;
}

.header_first {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 28px;
  line-height: 32px;
  text-transform: uppercase;
  color: #245178;
  display: flex;
  width: fit-content;
  grid-column-gap: 8px;
}

.header_first img {
  margin: auto;
}

.new_type {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 20px;
  line-height: 100%;
  /* text-transform: uppercase;  */
  color: #0A3152;
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
  margin-bottom: 8px;
}

.post_category_name {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 16px;
  color: #586570;
  padding-top: 12px;
}

#home .new_date {
  font-family: "Dinpro-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  color: #909193;
}

#home .new_tab_type_first_header {
  font-family: "Dincondensedc";
  font-style: normal;
  font-size: 28px;
  line-height: 120%;
  color: #0a3152;
}

#home .new_tab_type_first_info_header {
  font-family: "DinPro-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #586570;
  margin-bottom: 4px;
  text-align: justify;
}

#home .new_tab_type_first_info_header>a {
  text-decoration: underline !important;
}

.text_content_justify {
  /* text-align: justify; */
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #245178;
  margin-top: 8px;
}

#home .new_tab_type_first_inf {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #011526;
}

.homepost_img {
  height: 180px;
}

.new_1_loc {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 16px;
  color: #011526;
}

#home .oneline_news_info {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #011526;
}

.home_header {
  /*font-family: 'Dincondensedc';*/
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 500; */
  font-size: 24px;
  line-height: 1.2;
  /* text-transform: uppercase; */
  color: #245178;
  margin: 0px;
  margin-bottom: 4px;
}

.home_by_champs {
  height: 24px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 171px;
  display: inline-block;
}

.home_by_champs1 {
  text-align: center;
  height: 40px;
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 171px;
}

.home_by_champs1 h5 {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-align: center;
  color: #011526;
}

.home_by_champs h5 {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 14px;
  line-height: 16px;
  color: #4c5a66;
}

.video_play {
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}

.page-item:first-child .page-link {
  margin: -2px;
}

.new_tab_type_1_info {
  font-family: "DinPro-medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #011526;
}

#home .bel_new_header {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

#home .bel_new_txt {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  -moz-font-feature-settings: "pnum" on, "lnum" on;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.team_swip {
  width: 100%;
  display: flex !important;
  grid-column-gap: 8px;
  justify-content: center;
}

.team_swip .slick-slide {
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.news_card_title {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  /* text-transform: uppercase; */
  color: #f25c05;
}

.news_card_txt {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.summernote_img_title {
  font-family: "DinPro-Medium";
  position: absolute;
  right: 24px;
  font-size: 14px;
}

.border_r {
  border-right: 1px solid #c0c0c0;
}

thead {
  background: #f8f8f8;
}

.artcile_txt a {
  color: #f25c05 !important;
}

tr {
  height: 36px;
  border: 1px solid #f2f2f2 !important;
}

th {
  height: 40px;
}

.home_game {
  background: #011526 !important;
  height: 32px;
}

.guest_game {
  background: #c4bfbf;
  height: 32px;
}

.game_score {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  padding: 0px;
}

/* .table_pills .active {
    background: #F25C05;
} */

.rightbar_new_p {
  font-family: "DinPro-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #586570;
}

.rightbar_new_h5 {
  /*font-family: 'DinPro-bold';*/
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* or 129% */
  color: #0a3152;
}

.rightbar_new_h5_bold {
  font-family: "DinPro-bold";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #011526;
}

.league_table {
  max-width: 260px;
  font-size: 14px;
}

.table_pills li {
  background: #f8f8f8;
  /* height: 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 6px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  font-size: 0.8rem;
}

.table_pills li a {
  color: #857c7c;
  text-decoration: none;
}

.table_pills .active a {
  color: white;
}

.big_news_card_title {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 20px;
  line-height: 28px;
  /* text-transform: uppercase; */
  color: #f25c05;
}

.big_news_card_txt {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.footer_title {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  /* text-transform: uppercase; */
  color: #ffffff;
  margin-bottom: 8px;
}

footer {
  background: #0d304f;
}

.soc_bar {
  justify-content: center;
}

.footer_conf_1 {
  text-align: center;
}

.footer_conf {
  text-align: center;
}

.footer_txt:hover {
  color: #f25c05;
}

.footer_txt {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff !important;
  margin-bottom: 4px;
}

.soc_bar_div .footer_conf {
  display: flex;
}

.footer_conf_1 {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  margin-bottom: 16px;
}

#navbarNavDropdown>ul>li>a {
  display: flex;
  /* padding: 20px 0; */
  margin-right: 8px;
  width: max-content;
}

.footer_conf {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  -webkit-font-feature-settings: "pnum" on, "lnum" on;
  -moz-font-feature-settings: "pnum" on, "lnum" on;
}

.table> :not(:first-child) {
  border: none !important;
}

.calendar .row:nth-child(odd) {
  background: #ededed;
}

.article_head {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 18px !important;
  line-height: 30px;
  color: #011526;
}

.home_header_newsbar_2 {
  color: #011526 !important;
  width: 90% !important;
  /* position: absolute; */
  bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.artcile_txt {
  font-family: "DinPro-regular";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #011526;
  position: relative;
}

.big_header {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 28px;
  line-height: 40px;
  /* text-transform: uppercase; */
  color: #f25c05;
}

.live_date {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 20px;
  line-height: 28px;
  /* text-transform: uppercase; */
  color: #584b4b;
}

.switch_txt {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 24px;
  color: #011526;
}

.switch_btn {
  width: 40px !important;
  height: 20px !important;
}

.leage_sel {
  height: 40px;
  width: 178px !important;
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 24px;
  color: #011526;
}

.leage_country {
  font-family: "DinPro-bold";
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #011526;
}

.game_date {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #584b4b;
}

.live_team h3 {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.match_result {
  height: 32px;
  width: 88px;
  background: #322222;
  display: flex;
  align-items: center;
  justify-content: center;
}

.match_result h1 {
  font-family: "DinPro-bold";
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  margin: 0px;
}

#world_dame .leage_country span {
  font-family: "DinPro-bold";
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
  margin: 0px;
}

.coof_bar .rounded-1 {
  border: 1px solid #584b4b;
  width: 64px;
  height: 16px;
  display: flex;
}

.coof_bar .rounded-1 .team_num {
  background: #584b4b;
  height: 100%;
  width: 16px;
}

.coof_bar .rounded-1 .coof {
  width: 48px;
  height: 100%;
}

.coof span {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.team_num span {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #fffefe;
}

.red_card {
  height: 24px;
  width: 16px;
  background: #ff0101;
  border-radius: 2px;
}

.red_card_div h3 {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #584b4b;
}

.game_minutes {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #0b8f62;
}

.world_header {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 36px;
  line-height: 56px;
  /* text-transform: uppercase; */
  color: #f25c05;
}

.w_sel_header {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 16px;
  line-height: 24px;
  /* text-transform: uppercase; */
  color: #322222;
}

.newsbar_header {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 18px;
  line-height: 24px;
  /* text-transform: uppercase; */
  color: #011526;
}

.newsbar_txt {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.scorers_header {
  font-family: "DinPro-bold";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  /* text-transform: uppercase; */
  font-feature-settings: "pnum" on, "lnum" on;
  color: #f25c05;
}

.all_scorers {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 15px;
  line-height: 16px;
  color: #f25c05;
}

.now_matchday_header {
  font-family: "DinPro-bold";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  /* text-transform: uppercase; */
  font-feature-settings: "pnum" on, "lnum" on;
  color: #f25c05;
}

.goal_scorer_name {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 16px !important;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.tech_lose {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #f25c05;
}

.leg_table {
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
}

.leg_table div {
  border: 1px solid #f2f2f2;
}

.leg_txt {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.man_woman {
  background: #f8f8f8;
}

.leg_name {
  font-family: "DinPro-Medium";
  font-style: normal;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.team_table td {
  border: 1px solid #f2f2f2;
}

.team_sec .article_head {
  margin-bottom: 24px;
}

#scorers td {
  border: 1px solid #f2f2f2;
}

.inp {
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: 5px 10px;
  outline: none !important;
  color: #ffffff;
}

.inp:focus {
  --tw-ring-shadow: none !important;
  --tw-ring-color: none !important;
}

.inp::placeholder {
  color: white;
}

#navbarNavDropdown .active {
  border-bottom: 2px solid #ffffff;
}

.online_trans {
  font-family: "DinPro-bold";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  /* text-transform: uppercase; */
  font-feature-settings: "pnum" on, "lnum" on;
  color: #fffefe;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.tags li {
  float: left;
}

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: "";
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: crimson;
  color: white;
}

.tag:hover::after {
  border-left-color: crimson;
}

.table_pills {
  font-family: "Dincondensedc";
}

.calendar {
  font-family: "Dincondensedc";
}

.table {
  font-family: "Dincondensedc";
}

#home_first_div .home_header {
  text-transform: unset;
}

.tags {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.tags_name {
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 14px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
}

.swiper-pagination22 {
  justify-content: center;
  display: flex;
  height: 100%;
  /* margin-top: 40px; */
}

.swiper-pagination22 .swiper-pagination-bullet {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  padding: 10px;
  color: #0d304f;
  opacity: 1;
  background: none;
  height: 40px;
}

.swiper-pagination22 .swiper-pagination-bullet-active {
  color: #959da4;
}

.video_header {
  font-family: "Dincondensedc";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 32px;
  line-height: 32px;
  text-transform: uppercase;
  color: #245178;
  display: flex;
  width: fit-content;
  grid-column-gap: 8px;
  align-items: center;
}

.swiper-nav-button {
  background: #0d304f;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  /* margin-top: 40px; */
}

.news-nav-button {
  background: #0d304f;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  /* margin-top: 40px; */
}

.right_img_new p {
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #011526;
  width: 105px;
}

.submenu {
  width: fit-content;
  position: absolute;
  display: none;
  background-color: #ffffff;
  color: #f25c05 !important;
  font-family: "DinPro-bold";
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  /* text-transform: uppercase; */
  z-index: 1;
  font-feature-settings: "pnum" on, "lnum" on;
  background: #ffffff;
  /* box-shadow: 0px 2px 35px -10px rgba(1, 21, 38, 0.25); */
  border-radius: 4px;
}

.submenu a {
  text-transform: none;
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #f25c05;
}

.menusingleitem:hover>.submenu {
  display: block !important;
}

.see_all {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  color: #f25c05;
  text-transform: uppercase;
  display: flex;
  width: fit-content;
  margin-left: auto;
}

.see_all img {
  height: 16px;
  margin-right: 4px;
}

/* .see_all::before {
    content:  url('../../assets/images/icons/footIcon.png');
} */
.b_grey_1 {
  border: #ededed 1px solid;
}

.article_share {
  position: absolute;
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 600; */
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #babfc3;
  transform: rotate(-90deg);
  bottom: 24px;
  left: -24px;
}

.article_new_border {
  border: 1px solid #f2f2f2;
}

#late_news .new {
  /* height: 237px; */
  overflow: hidden;
}

.latenew_pagin_button {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}

.nav-but-bar .news-pagination .active {
  color: #011526 !important;
}

.nav-but-bar a {
  color: #4c5a66;
}

.disabled {
  pointer-events: none;
}

.hov_tag:hover {
  background: #f25c05;
}

.hov_tag1:hover {
  background: #0d304f;
}

.hov_tag:hover h5,
.hov_tag1:hover h5 {
  color: #ededed;
}

.share_fix {
  position: sticky;
  width: 75px;
  top: -8%;
}

.video_close {
  position: absolute;
  right: 6px;
  top: -20px;
  color: #f25c05;
  font-family: "DinPro-bold";
  font-style: normal;
  /* font-weight: 700; */
  font-size: 16px;
  line-height: 16px;
}

.video_close:hover {
  background: none;
  color: #f25c05 !important;
}

.header_open_menu {
  background: #f25c05;
}

.mainCategory a {
  text-transform: none;
  font-family: "DinPro-Medium";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #f25c05 !important;
}

.mainCategory a:hover {
  color: #ffffff !important;
}

.homepost_header {
  color: #245178;
  font-size: 18px;
  line-height: 24px;
  font-family: "Dincondensedc";
}

.homepost_header:hover {
  color: #72a1c9 !important;
}

.table_pills .active_button {
  background: #f25c05;
  /* padding: 5px 15px; */
  color: #fff;
  border-radius: 8px;
}

#article .big_header {
  font-family: "Dincondensedc";
  font-size: 28px;
  line-height: 40px;
  /* text-transform: uppercase; */
  color: #245178;
}

#article .new_type {
  font-family: "Dincondensedc";
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}

#article .gen_sec .new_date {
  font-family: "Dincondensedc";
  font-size: 14px;
  line-height: 18px;
  color: #4c5a66;
}

.page-item:first-child a,
.page-item:last-child a {
  color: #ffffff !important;
  font-size: 32px;
}

.page-item:last-child,
.page-item:first-child {
  background: #245178;
  border-radius: 4px;
  height: 32px;
  width: 32px;
  font-size: 16px;
}

.pagination {
  width: fit-content;
  margin: auto;
}

.page-item {
  margin: 0;
}

.page-item .page-link {
  font-family: "Dincondensedc";
  font-size: 16px;
  line-height: 16px;
  color: #4c5a66 !important;
  background: none !important;
  border: none !important;
}

.page-item.active .page-link {
  color: #011526 !important;
  background: none !important;
  border: none !important;
}

.navbar-nav {
  width: fit-content;
}

#article .flex-lg-row-reverse>.col-lg-3>section {
  margin-left: 8px;
}

.mainPostRow {
  margin-bottom: 32px;
}

.headerCategory>.dropdown-toggle {
  display: flex;
  align-items: center;
}

.headerCategory svg path {
  fill: #A0231D;
}

.mainpost {
  display: block;
  height: 100%;
}

.mainpost img {
  /* height: 100%; */
  /* object-fit: cover; */
  display: block;
}

/* .header_desc .container-fluid {
    padding: 4px 0px;
} */

/* .twitter_svg:first-child:hover {
    fill: red;
} */
.football_club {
  /* height: 64px; */
  /* width: 64px; */
  object-fit: contain;
  padding: 4px;
}

/* /////////////////////////////////////////////////////stats/////////////////////////// */

.modal-content {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.team_video_box {
  margin: 0 24px 0 0 !important;
}

.video_title {
  font-family: "Dincondensedc";
  min-height: 100px;
  text-align: justify;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #245178;
}

.page-item:last-child>a,
.page-item:first-child>a {
  font-size: 22px;
  margin: -1px;
}

.page-item:first-child.disabled,
.page-item:last-child.disabled {
  display: none;
}

.team_news_swip .nav-but-bar {
  width: fit-content;
}

/*#article_sec_1 iframe{*/
/*    !*width: auto!important ;*!*/
/*    width: 100%!important;*/
/*}*/
@media (max-width: 650px) {
  #article_sec_1 iframe {
    /*width: auto!important ;*/
    width: 100% !important;
  }
}

.pagination_row li {
  font-family: "Dincondensedc";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #4c5a66;
  padding: 0 16px;
}

.pagination_row .active {
  color: #011526;
}

.pagination_row li.disabled {
  display: none;
}

.new_tab_type_1_info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ui-sortable-handle>div {
  color: #011526;
}

.artcile_txt>p,
.artcile_txt>p *,
.artcile_txt * {
  font-family: "Dinpro-Regular" !important;
}

.table_flex {
  display: flex;
  justify-content: space-around;
  margin-bottom: 16px;
}

.scrollTop_btn {
  position: fixed;
  bottom: 24px;
  right: 40px;
  display: none;
  z-index: 999;
  background: white;
  border-radius: 24px;
}

.match_date {
  font-family: "Dincondensedc";
  color: #0d304f;
  font-size: 14px;
  margin-right: 8px;
  text-align: end;
}

.match_stat_team_logo {
  height: 32px;
  margin: 0 10px;
  padding: 3px;
}

/* .status2{
    background: #c10000;
} */
.status2 p {
  color: #c10000;
}

.status1 p {
  color: #011526b0;
}

.matchbar_result1 {
  border-radius: 2px;
  /* width: 60px; */
  /*margin-top: 15px;*/
}

.matchbar_result1 p {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-top: -20px;
}

.tur_number_h2 {
  color: #245178;
  font-family: "Dincondensedc";
  font-size: 18px;
}

.tur_number_two_h2 {
  color: #f25c05;
  font-family: "DinPro-bold";
  font-size: 13px;
  text-transform: uppercase;
}

#legionersSec a {
  color: #f25c05;
}

.bookmaker-sec {
  /*padding: 60px 32px 50px;*/
}

.bookmaker-block {
  /*height: 137px;*/
  border: 2px solid #d9d9d9;
}

.bookmaker-btn {
  font-family: "Dincondensedc";
  background: #f25c05;
  color: #fbfbfb;
  padding: 12px 66px;
  font-size: 15px;
  line-height: 15px;
}

.bookmaker-btn:hover {
  background: #fbfbfb;
  color: #f25c05;
  border: 2px solid #f25c05;
  padding: 11px 65px;
}

.bookmaker-block .accordion-button::after {
  margin-left: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M13 1L7 7L1 1' stroke='%234F7CB4' strokeWidth='2' strokeLinecap='round' strokeLinejoin='round'/%3E%3C/svg%3E") !important;
  background-size: 12px;
  width: 12px;
  height: 12px;
}

.bookmaker-15 {
  font-family: "Dincondensedc";
  font-size: 15px;
  line-height: 15px;
  color: #4f7cb4;
  width: fit-content;
}

.bookmaker-20 {
  font-family: "Dincondensedc";
  font-size: 15px;
  line-height: 15px;
  color: #4f7cb4;
  /*width: fit-content;*/
}

.bookmaker-block .accordion-button:focus {
  box-shadow: none;
}

.bookmaker-block .accordion-button:not(.collapsed) {
  background: none;
  color: #4f7cb4;
  box-shadow: none;
}

.bookmaker-block .nav-link.active {
  color: #a2a8ad !important;
  border: none;
  border-bottom: 2px solid #f25c05;
  background-color: transparent !important;
}

.bookmaker-block .nav-link:focus,
.nav-link:hover {
  color: #a2a8ad !important;
}

.bookmaker-cont-title {
  color: #011526;
  font-family: "DinPro-bold";
  font-size: 15px;
}

.bookmaker-acc-title {
  color: #babfc3;
  font-family: "DinPro-bold";
  font-size: 15px;
}

.bookmaker-acc-cont {
  color: #4c5a66;
  font-family: "DinPro-Regular";
  font-size: 15px;
  margin-bottom: 12px;
}

.bookmaker-sec h3 {
  font-family: "DinPro-bold";
  font-size: 18px;
  color: #0e1829;
}

.popular-btn {
  font-family: "Dincondensedc";
  background: #14509c;
  color: #fbfbfb;
  padding: 12px 42px;
  font-size: 15px;
  line-height: 15px;
}

.popular-btn:hover {
  background: #fbfbfb;
  color: #14509c;
  border: 2px solid #14509c;
  padding: 11px 41px;
}

.bg-light-blue {
  background-color: #ebf6fb;
}

.ml-32 {
  margin-left: 32px;
}

.command-name {
  font-family: "Dincondensedc";
  font-size: 15px;
  color: #384250;
}

.command-date {
  font-family: "DinPro-bold";
  font-size: 14px;
  line-height: 14px;
  color: #babfc3;
}

.lh-15 {
  line-height: 15px;
}

.accordion-btn-close:after {
  display: none;
}

.header_sec2 {
  font-family: "Dincondensedc";
  font-size: 24px;
  line-height: 32px;
  color: #4c5a66;
  margin-bottom: 18px;
  margin-top: 10px;
}

.bookmaker-card {
  padding: 0 20px 40px 15px;
  position: relative;
  background: #14509c;
}

.bookmaker-card-img {
  /*border: 2px solid #ffffff;*/
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  padding-top: 40px;
  height: 100px;
}

/*.bookmaker-img{*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/
.bookmaker-card-content {
  font-family: "DinPro-bold";
  font-size: 20px;
  color: #fffefe;
}

.bookmaker-card-text {
  font-family: "DinPro-bold";
  font-size: 14px;
  color: #fffefe;
}

.bookmaker-card-date {
  position: absolute;
  background: #f25c05;
  top: 0;
  left: 17px;
  width: fit-content;
}

.bookmaker-card-date p {
  font-family: "Dincondensedc";
  font-size: 14px;
  color: #ffffff;
}

.bonus-btn {
  color: #14509c;
  border: 2px solid #14509c;
  padding: 12px 30px;
  font-family: "Dincondensedc";
  background: #fbfbfb;
}

.bonus-btn:hover {
  color: #fbfbfb;
  background: #14509c;
  border: 2px solid #14509c;
}

.forecasts-card {
  background: #ebf6fb;
}

.forecasts-card-text {
  font-family: "DinPro-bold";
  font-size: 14px;
  color: #4c5a66;
}

.forecasts-card-title {
  font-family: "DinPro-bold";
  font-size: 20px;
  color: #4c5a66;
}

.forecasts-card-date {
  font-size: 12px;
  color: #babfc3;
  font-family: "DinPro-bold";
}

.forecasts {
  color: #245178 !important;
}

.forecast-ul li::marker {
  color: #f25c05;
}

.forecast-ul {
  padding-left: 20px;
  list-style: disc;
}

.forecast-btn {
  font-family: "Dincondensedc";
  background: #f25c05;
  color: #fbfbfb;
  padding: 27px 106px;
  font-size: 15px;
  line-height: 15px;
}

.forecast-btn:hover {
  background: #fbfbfb;
  color: #f25c05;
  border: 2px solid #f25c05;
  padding: 26px 105px;
}

.bookmaker-block-border {
  border: 2px solid #f25c05 !important;
}

.month-bookmaker {
  font-family: "Dincondensedc";
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  padding: 4px 12px;
  background: #f25c05;
  top: 0;
  left: 20px;
  width: fit-content;
}

/*.bookmaker_slider .slick-track {*/
/*  display: grid !important;*/
/*  grid-template-columns: 1fr 1fr 1fr 1fr;*/
/*}*/

.bookmaker_slider .prev-arrow {
  display: inline-block;
  position: absolute;
  /* right: 0; */
  top: 50%;
  z-index: 9;
  left: -28px;
}

.bookmaker_slider .next-arrow {
  display: inline-block;
  position: absolute;
  right: -28px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

.bookmaker_slider .slide-arrow svg {
  width: 30px;
  height: 30px;
}


.bookgDiv {
  width: 120px;
  margin-left: 4px;
}

.ratingDiv>img {
  width: 150px;
}

.mobileMenu {
  width: min-content;
  margin-left: auto !important;
}

.bookmaker_slider>div {
  width: 100%;
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .bookmaker-btn {
    padding: 12px 50px;
  }

  .bookmaker-btn:hover {
    padding: 11px 49px;
  }
}

@media (min-width: 1330px) and (max-width: 1400px) {
  .navbar-nav {
    margin-left: 20px;
  }
}

@media(max-width: 1300px) {
  .header_desc {
    background:
      linear-gradient(105deg,
        #a0231d 0% 24%,
        #f15a0b 24% 63%,
        #ebebeb 61% 71%,
        #c63d1c 67% 86%,
        #a0231d 67% 100%)
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .bookmaker-btn {
    padding: 12px 40px;
  }

  .bookmaker-btn:hover {
    padding: 11px 39px;
  }

  .command-date {
    font-size: 12px;
    line-height: 12px;
  }

  .bookmaker-15 {
    font-size: 14px;
    line-height: 14px;
  }

  .football_club {
    width: 45px;
    height: 45px;
  }

  .command-name {
    font-size: 14px;
  }

  .popular-btn {
    padding: 12px 26px;
  }

  .forecast-sec {
    /*padding: 32px 152px 116px !important;*/
  }
}

@media (max-width: 991px) {
  .bookmaker-sec {
    /*padding: 60px 12px 230px;*/
  }

  .ml-32 {
    margin: 24px 0 0;
  }

  .bookmaker-action {
    justify-content: space-between;
  }

  .accordion-button {
    padding: 12px;
  }

  .header_sec2 {
    margin-top: 30px;
  }

  .bookmaker-btn {
    margin-right: 12px !important;
  }

  .forecast-sec {
    /*padding: 32px 12px 116px !important;*/
  }
}

@media (max-width: 585px) {
  .header_desc {
    background: linear-gradient(105deg, #a0231d 0% 60%, #f15a0b 60% 100%);
  }

  .header_mobile {
    width: 93%;
  }

  .football_logo {
    width: 100%;
  }
}

@media (max-width: 485px) {
  .header_mobile {
    width: 92%;
  }

  .league_table {
    max-width: unset;
    font-size: 16px;
  }
}

@media (max-width: 425px) {
  .bookmaker-btn {
    padding: 12px 35px;
  }

  .new_type {
    font-size: 14px;
  }

  .forecast-btn {
    padding: 27px 65px;
    font-size: 15px;
    line-height: 15px;
  }

  .forecast-btn:hover {
    padding: 26px 64px;
  }

  .forecast-sec h1,
  .forecast-sec h2 {
    font-size: 20px;
  }
}
