body {
  font-family: "Inter", sans-serif;
}

.content-body{
  min-height: 100vh;
}

::-webkit-scrollbar {
  width: 6px; /* width of the entire scrollbar */
  height: 12px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #dfdfdf; /* color of the scrollbar handle */
  border-radius: 6px; /* roundness of the scrollbar handle */
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #cccccc; /* color of the scrollbar handle on hover */
}

.header {
  background: linear-gradient(0deg, rgb(0 0 0 / 1%), rgb(0 0 0 / 1%)),
    linear-gradient(0deg, #fafafa, #fafafa);
  /* background-image: url('./assets/header.svg');
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 10px 0px;
  border-bottom: 1px solid #0000001a;
  display: flex;
  align-items: center;
}

.header .logo {
  display: flex;
  align-items: center;
}

.header .logo .mobile_menu {
  display: none;
}

.header .menus {
  display: flex;

}

.mobile-menu{
  display: none;
}

@media (max-width: 992px) {
  .header .container{
    display: flex;
    justify-content: center;
  }

  .mobile-menu{
    display: block;
  }

  .header .menus {
    display: none;

  }
  
  .mobile-menu .topnav .menuicon{
    display: block;
    text-align: center;
    padding: 8px;
    color: #0B2157;
    text-decoration: none;
    background: linear-gradient(0deg, rgb(0 0 0 / 1%), rgb(0 0 0 / 1%)), linear-gradient(0deg, #fafafa, #fafafa);
    border-bottom: 1px solid #0000001a;
  }

  .mobile-menu .topnav #myLinks{
    display: none;
    text-align: center;
    max-width: 200px;
    margin: auto;
  }
  .mobile-menu .topnav #myLinks .menus{
    display: flex;
    align-items: start;
    flex-direction: column;
    padding-left: 10px;
  }

  .mobile-menu .topnav #myLinks .menus a{
    padding-top: 8px;
  }

}

.header .menu {
  display: none !important;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 640px;
  background: white;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header .menu ul {
  display: flex;
  flex-direction: column;
  padding-inline: 16px;
  gap: 8px;
  list-style-type: none;
  align-items: center;
  padding-top: 30px;
}

.header .menu ul li a {
  text-decoration: none;
  color: #11256c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.header .active {
  display: block !important;
}

.header .menu .svg svg {
  position: absolute;
  right: 10px;
  top: 10px;
}

.header .menu .svg svg path {
  fill: #11256c;
}

.home .row {
  height: 382px;
  position: relative;
  overflow: hidden;
}

.row h3 {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-inline: 60px;
}

.home .row .btn {
  border-radius: 30px;
  padding-inline: 20px;
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.home .row .btn_container {
  position: relative;
  width: 100%;
  padding-left: 60px;
}

.home .row .btn_container svg {
  position: absolute;
  top: -25px;
  left: 40px;
  right: 0;
  bottom: 0;
  z-index: 1;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

footer .footer__footer{
  padding-bottom: 20px;
}

footer .footer__footer .footer__social{
  display: flex;
  align-items: center;
  justify-content: end;
}

footer .footer__footer .footer__social a{
  padding-left: 20px;
  text-decoration: none;
  color: #0024669e;
    display: inline-block;
    font-size: 22px;
    text-align: center;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#hero-boxed .newbanner{
padding-top: 20px;
position: relative;
}

#hero-boxed .newbanner img{
  width: 100%;
  border-radius: 16px;
  position: relative;
}

#hero-boxed .newbanner .banner-mask{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;

}

#hero-boxed .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #ffcc01;
  background-image: url('./assets/color.svg');
  background-size: 100% auto;
}

#hero-boxed .btn-get-started:hover {
  background: transparent;
  color: #ffcc01;
  text-decoration: none;
}

@media (max-width: 768px) {
  #hero-boxed .btn-get-started {
    border: none;
    font-size: 12px;
    margin: 0px;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

#hero .carousel-item {
  width: 100%;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: end;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fafafa;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffcc01;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #ffcc01;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #ffcc01;
  background-image: url('./assets/color.svg');
  background-size: 100% auto;
  margin-bottom: 20%;
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #ffcc01;
  text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
  #hero {
    margin-bottom: 30px;
  }

  #hero .carousel-container {
    padding-bottom: 0;
  }

  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 50vh;
  }

  #hero .carousel-item {
    height: 50vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Hero General
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;

}

.featured .icon-box {
  padding: 40px 30px;
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.featured .icon-box i {
  color: #e96b56;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.featured .icon-box h3 {
  font-weight: 700;
  font-size: 20px;
  align-items: center;
  padding-inline: 10px;
  display: flex;
  align-items: center;
}
.featured .icon-box .sportbox
{
  display: flex;
}

.featured .icon-box h3 a {
  color: #11256c;
  transition: 0.3s;
  text-decoration: none;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.guidline h1{
  color: #11256c;
  font-size: 26px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/

.menus h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #275CE8;
}

.menus a {
  text-decoration: none !important;
  padding-left: 2em;
}

.menus h6:hover {
  color: #11256c;
}

.paging_div{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging_div .pagination .page-link{
  color: #11256c;
}

.paging_div .pagination .active .page-link{
  background-color: #11256c;
  border-color: #11256c;
  color: #ffffff;
}


.top-30 {
  margin-top: 30px;
}

.top-70 {
  margin-top: 70px;
}

h5 {
  color: #fff;
  font-family: Inter;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 8px;
  text-align: center;
}

.schedule select {
  color: #475467;
  background-color: white;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.team {
  border-radius: 10px;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.schedule .btn {
  background-color: white;
  color: #11256c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.schedule .ministrybox{
   border: 1px solid rgba(0, 0, 0, 0.10);
   border-radius: 12px;
   padding: 16px 10px;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.schedule .ministrybox a{
  text-decoration: none;
}

.schedule .ministrybox h4{
  color: #101828;
  text-align: center;
  font-family: 'Inter';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 8px;
  height: 32px;
}

.schedule .teamname h4{
  color: #0B2157;
  font-family: 'Inter';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.schedule .playerbox{
  background: linear-gradient(white, white) padding-box,
  linear-gradient(to right top, #2771F6, #FF7D1B) border-box;
  border-radius: 12px;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 5px;
}

.schedule .playerbox img{
  border-radius: 50%;
  border: solid 3px #FF7D1B;
  width: 100px;
}

.schedule .playerbox span{
  margin-top: 12px;
  color: #475467;
  font-family: 'Inter';
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.schedule .playerbox h4{
  color: #1B58ED;
  font-family: 'Inter';
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

/* .news .card_scroll {
  flex-wrap: nowrap;
  overflow-x: auto;
} */

/*---------------------new news-------------------*/
.news .newsheader{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.news .newsheader h5{
  color: #101828; 
  text-align: start;

}

.news .newsheader a{
  border: 2px solid #ffcc01;
  animation-delay: 0.8s;
  border-radius: 50px;
  padding: 5px 12px;
  cursor: pointer;
  text-decoration: none;
  color: #101828;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.news .newsheader a:hover{
  color: #ffcc01;
}


.news .newscart .newsitem{
  padding: 10px;
  position: relative;
  
}

.news .newscart .newsitem img{
  width: 100%;
  border-radius: 16px;
  cursor: pointer;
  position: relative;  
}

.news .newscart .newsitem img::after {
 
}

.news .newscart .newsitem .mask_value{
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 30;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
  padding: 20px;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 95.05%);
  border-radius: 16px;
}

.news .newscart .newsitem .mask_value .title {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.news .newscart .newsitem .mask_value .date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*------------------------------------------------*/

.news .card_scroll {
  gap: 9px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  padding-bottom: 8px;
  overflow-x: auto;
}

.news .newsHome_card .newsHome_card_inner {
  border-radius: 16px;
  cursor: pointer;
}

.news .newsHome_card .newsHome_card_inner .mask {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 95.05%);
  border-radius: 16px;
}

.news .newsHome_card .newsHome_card_inner .mask_value {
 
  position: absolute;
  bottom: 0;
  padding-left: 16px;
  padding-bottom: 16px;
}

.news .newsHome_card .newsHome_card_inner .title {
  color: #fff;
  font-size: 16px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-bottom: 10px;
}

.news .newsHome_card .newsHome_card_inner .date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news .newsHome_card .t_container {
  position: absolute;
  bottom: 0;
  padding-bottom: 16px;
  padding-left: 16px;
}

.yamduud {
  text-align: center;
  font-weight: 600 !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.basketball {
  font-size: 16px;
  padding-bottom: 15px;
}

.row p {
  text-align: center;
}

.row player1 {
  padding-right: 10px;
}

.playerCard img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.playerCard p {
  text-align: center;
  margin-bottom: 0;
}

.button {
  text-align: center;
}

.searchbutton {
  color: #11256c;
}

.button .btn-primary {
  background-color: #11256c;
  color: #fff;
  border: #11256c;
  border-radius: 6px;
}

.button .btn-light {
  color: #475467;
  border: 1px #475467;
  border-radius: 6px;
}

/* .button {
  padding-top: 15px;
  padding-bottom: 15px;
} */

.col-lg-2 {
  padding-bottom: 30px;
}

.schedule_page_title h1 {
  color: #11256c;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-block: 32px;
}

.schedule_page_body .container {
  border-top: 1px solid #eaeaea;
  padding-top: 32px;
}

.schedule_page_body .mobile-show{
  display: none;
}

.schedule_page_tabs .tab_title {
  color: #11256c;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 30px;
}

.schedule_page_tabs .tab ul li {
  width: 100%;
  user-select: none;
}

.schedule_page_tabs .tab .tab_card {
  border-radius: 12px;
  padding: 4px 12px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.schedule_page_tabs .active {
  background: rgba(17, 37, 108, 0.1) !important;
}

.schedule_page_tabs .tab .tab_card span {
  color: #11256c;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
}

.schedule_page_tabs .tab .tab_card img {
  height: 48px;
  width: 48px;
  margin-right: 10px;
}

#matche_body_container{
  padding-left: 50px;
}

.schedule_page_result .body_header {
  padding-bottom: 32px;
}

.schedule_page_result .body_top_border {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  padding-block: 32px;
}

.schedule_page_result .body_header h1 {
  color: #11256c;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 20px;
}

.text-align-center{
  text-align: center;
}

.schedule_page_result .part_name {
  color: #11256c;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.schedule_page_result .body_header .status .element span {
  color: #101828;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.07px;
}

.schedule_page_result .day {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.08px;
}

.schedule_page_result .year {
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.08px;
}

.schedule_page_result .team_item_pending {
  border-radius: 10px;
  background: #C3C3C3;
  padding: 4px 8px;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.08px;
}

.schedule_page_result .team_item_process {
  border-radius: 10px;
  background: #00A3FF;
  padding: 4px 8px;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.08px;
}

.schedule_page_result .team_item_done {
  border-radius: 10px;
  background: #00A624;
  padding: 4px 8px;
  color: #475467;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.08px;
}

.schedule_page_result .table_status_pending {
  border-radius: 12px;
  background: #C3C3C3;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.07px;
  text-align: center;
}

.schedule_page_result .table_status_process {
  border-radius: 12px;
  background: #00A3FF;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.07px;
  text-align: center;
}

.schedule_page_result .table_status_done {
  border-radius: 12px;
  background: #00a624;
  padding: 6px 12px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.07px;
  text-align: center;
}

/**************FINAL*******************
*******************************/

.schedule_page_result .bracket-column .card{
  border: solid 1px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background: #fff;
  text-align: center;
}

.schedule_page_result .bracket-column h4{
  color: #11256c;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.table_span {
  color: #475467;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.07px;
}

.table {
  width: 100%;
}

.schedule_page_result tr td {
  padding-block: 20px !important;
}
.schedule_page_result .nav-pills{
  display: flex;
  justify-content: end;
}

.schedule_page_result .nav-pills .active {
  background-color: #11256c !important;
  color: white !important;
}

.schedule_page_result .nav-pills .nav-link {
  color: #101828;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
  letter-spacing: -0.07px;
}


/* .schedule_table .active {
} */


.news_page .card_scroll {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  row-gap: 32px;
}

.news_page .card_scroll .newsHome_card .newsHome_card_inner {
  width: 260px;
  height: 320px;
}

.schedule h3 {
  color: #11256c;
  font-size: 30px;
  font-weight: 700;
}

.schedule_page_title h3 {
  color: #11256c;
  font-size: 30px;
  font-weight: 700;
}

/* .container {
  padding-top: 15px;
} */

.icon {
  padding-top: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.icon h4 {
  margin-bottom: 0 !important;
  font-size: 20px;
  margin-left: 10px;
}
.button {
  padding-top: 10px;
  padding-bottom: 15px;
}

.thead-dark {
  background-color: #f9fafb;
}

.thead-dark medal {
  background-color: #242b33;
}

/* .score select option{
  color: #000;
} */

.score select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.score select option {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}

.score select option:hover {
  background: red !important;
}

.team_page_yam {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.team_page_yam .team_card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  width: 200px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 16px;
  text-decoration: none !important;
}

.team_page_yam .team_card:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.team_page_yam .team_card h4 {
  color: #101828;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media (max-width: 480px) {
  .schedule_page_result .nav-pills .nav-link-mobile {
    width: 100px;
  }
}

@media (max-width: 768px) {
  .header .links {
    display: none !important;
  }

  .news .newscart .newsitem{
    padding: 10px 0px;
  }

  .news .newscart .newsitem .mask_value{
    left: 0;
    right: 0;
  }

  .schedule .row>* {
      padding-right: 10px;
      padding-left: 10px;
  }

  .schedule .ministrybox h4{
    height: 70px;

  }

  #matche_body_container{
    padding-left: 10px;
  }

  .schedule_page_result .nav-pills{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

  .row {
    --bs-gutter-x: 0;
  }

  .header .menu{
    bottom: 0px;
  }

  .home .row {
    flex-direction: column-reverse;
    height: 100%;
    padding-right: 0;
  }

  .home .row .col-md-6 {
    padding-right: 0;
    height: 100% !important;
  }

  .home .row .col-md-6 .d-flex {
    padding-block: 16px;
    gap: 8px !important;
  }

  .home .row h3 {
    font-size: 24px;
    padding-inline: 0;
    text-align: center;
  }

  .home .row .btn_container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0px;
  }

  .home .row .btn_container svg {
    display: none;
  }

  .home .row .btn {
    font-size: 12px;
  }

  .schedule .col-md-12 {
    justify-content: center;
  }

  .schedule .row .title {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 8px;
  }

  .schedule .team {
    font-size: 12px;
    padding-inline: 16px;
    padding-block: 8px;
  }

  .schedule .row .title h5 {
    font-size: 18px !important;
  }

  .top-70 {
    margin-top: 30px;
  }

  .news .container .title {
    padding-bottom: 16px;
  }

  .header .logo {
    justify-content: space-between;
  }

  .header .logo .mobile_menu {
    display: block;
    cursor: pointer;
  }

  .sch_btn {
    margin-left: 0px !important;
    padding-bottom: 32px;
  }

  .news_page .card_scroll {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .team_page_yam {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .team_page_yam .team_card {
    width: 160px;
  }

  .team_page_yam .team_card svg {
    width: 28px;
  }

  .team_page_yam .team_card h4 {
    font-size: 12px;
  }
}

@media (max-width: 992px) {

  .schedule_page_body .mobile-hide{
    display: none;
  }

  .schedule_page_body .mobile-show{
    display: block;
  }

  .schedule_page_body .mobile-show .form-control {
      -webkit-appearance: menulist;
  }

  #matche_body_container{
    padding-left: 10px;
  }

  .schedule_page_body .mobile-show .scedule-cup{
    display: flex;
    flex-flow: column;
  }

  .schedule_page_body .mobile-show select{
    width: 100%;
    margin-bottom: 20px;
    padding: 12px 16px;
    background-color: #ffffff;
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #2771F6, #FF7D1B) border-box;
    border-radius: 12px;
    border: 2px solid transparent;
  }
  
}

@media (max-width: 1200px) {
  .news .card_scroll {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .news .card_scroll .newsHome_card {
    display: inline-block;
    flex: 0 0 auto;
  }

  .news .newsHome_card .newsHome_card_inner {
    width: 285px;
    height: 400px;
    border-radius: 16px;
    background-size: cover;
    position: relative;
  }
}
