@media screen and (max-width: 1780px) {
  .mmo-fixside {
      display: none;
  }
}

@media screen and (max-width: 728px) {
  .mmo.for-desktop {
      display: none;
  }
}

@media screen and (max-width: 728px) {
  .mmo.for-mobile {
      display: block;
  }
}

@media (min-width: 1200px) {
  .container-fluid {
    padding-left: 0;
    padding-right: 20px;
  }

  .content-wrapper {
    display: flex;
    /*grid-template-columns: max-content auto;*/
    /*gap: 20px;*/
  }
}

@media (min-width: 992px) {
  .teambox_w {
    /*margin-bottom: 20px;*/
  }
  #chatbox {
    display: flex;
    flex-direction: column;
  }
  .main-chatbox {
    flex: 1;
  }
  .main-chatbox iframe {
    height: 100%!important;
  }
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 400px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 100%;
  }

  .sda-rennab {
    margin: 0;
  }

  .top-header {
    padding: 20px 0;
  }

  .grid-matches {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .teambox__team {
    min-width: 145px;
  }

  .tourz .match__teams {
    gap: 20px;
  }

  .tourz .grid-match__rate {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .grid-matches {
    grid-template-columns: 1fr 1fr;
  }

  .tourz .match--odd {
    flex-direction: column;
  }

  .tourz .grid-match__rate {
    padding: 16px 0;
    margin-bottom: 14px;
    border: 0;
    border-bottom: 1px solid #282833;
    width: 100%;
    justify-content: center;
  }

  #footer {
    padding: 0;
  }
}

@media (max-width: 767px) {

  .rennab-2-col {
    display: block;
  }

  .title_head .title {
    font-size: 16px;
    line-height: 24px;
  }

  .tc_links .tc_dcs {
    gap: 10px;
  }

  #footer {
    padding: 0 30px;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  #footer .footer-left {
    max-width: 100%;
  }

  #footer h4 {
    margin-top: 0;
  }

  #footer .social-icon {
    justify-content: center;
  }

  #footer .img-footer {
    position: static;
  }

  .tourz .match__commentator {
    justify-content: center;
    margin-top: 12px;
  }

}

@media (max-width: 575px) {
  .top-header {
    justify-content: unset;
    gap: 14px;
  }

  .top-header .logo {
    margin-right: auto;
  }

  .top-left h1 {
    font-size: 18px;
    max-width: 100%;
  }

  .top-left p {
    margin-bottom: 0;
  }

  .grid-matches {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .filter-match {
    flex-direction: column;
    align-items: unset;
    gap: 20px;
    margin-bottom: 16px;
  }

  .teambox_w .teambox__center {
    min-width: auto;
  }

  .teambox_w .teambox__team {
    white-space: nowrap;
    overflow: auto;
  }

  #footer {
    padding-bottom: 50px;
  }

  #footer h4 {
    margin-top: 0;
  }

  #footer {
    padding: 0 30px;
    flex-direction: column;
    text-align: center;
    gap: 0;
  }

  #footer .social-icon {
    justify-content: center;
  }
}

/*# sourceMappingURL=responsive.css.map */
