.row.col-flex-fix > div {
  display: flex;
}
.row.col-flex-fix > div > div {
  flex: 1;
}

.tournament-info-card .card-title {
  color: #000;
  margin-bottom: 1rem;
  font-family: "Denton";
  font-style: normal;
  font-weight: bold;
  font-size: 2.8rem;
}
.tournament-info-card .t-card-body {
  padding: 2.2rem 0;
}
.tournament-info-card .t-card-body .card-details {
  display: flex;
  justify-content: space-between;
}
.tournament-info-card .t-card-body .card-details p {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  color: #001826;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.tournament-info-card .t-card-body .card-details p:last-child {
  margin-bottom: 0;
}
.tournament-info-card .t-card-body .card-details .detail-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: #FF5D27;
  border-radius: 1rem;
  margin-right: 1.4rem;
  font-size: 1rem;
}
.tournament-info-card .t-card-body .card-details .detail-icon img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.tournament-info-card .t-card-body .card-details .content-right {
  height: 19.8rem;
  flex: 0 0 19rem;
}
.tournament-info-card .t-card-body .card-details .content-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  border: 0.1rem solid #F0E3DE;
}
.tournament-info-card .t-card-footer {
  text-align: right;
}
.tournament-info-card .t-card-footer .btn-view-details {
  font-family: "Denton";
  font-style: normal;
  font-weight: bold;
  background-color: #591600;
  color: white;
  border: none;
  font-size: 1.6rem;
  border-radius: 1rem;
  padding: 0.6rem 1rem;
  height: 5rem;
  width: 23rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tournament-info-card .t-card-footer .btn-view-details i {
  display: inline-block;
  margin-left: 0.6rem;
  margin-bottom: 0.3rem;
  transition: 0.3s all;
}
.tournament-info-card .t-card-footer .btn-view-details:hover {
  background-color: #4a1a0a;
  color: white;
}
.tournament-info-card .t-card-footer .btn-view-details:hover i {
  transform: translate(0.6rem, 0);
}
.tournament-info-card .status-badge {
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 1rem;
  text-transform: capitalize;
  height: 3.2rem;
  min-width: 7.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.tournament-info-card .status-badge i {
  margin-right: 0.4rem;
}
.tournament-info-card .status-badge.status-live {
  background-color: #FFE7E7;
  color: #FF0000;
}
.tournament-info-card .status-badge.status-upcoming {
  background-color: #FFF1E8;
  color: #FF6A00;
}
.tournament-info-card .status-badge.status-upcoming-alt {
  background-color: #F4FFE8;
  color: #007712;
}

.default-tabbing .tournament-pill-box {
  padding-left: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #FF5D27;
}
.default-tabbing .tournament-pill-box .nav-tabs {
  border: 0;
  max-width: 1395px;
  margin: 0 auto 0.1rem;
}
.default-tabbing .tournament-pill-box .nav-tabs .nav-link {
  border-radius: 3rem 3rem 0 0;
  border-bottom: none;
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0.7rem 3rem;
  background-color: #F8F9FA;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.3);
  transition: all 0.2s ease-in-out;
}
.default-tabbing .tournament-pill-box .nav-tabs .nav-link span {
  display: inline-block;
  color: #B0B0B0;
  font-weight: 500;
}
.default-tabbing .tournament-pill-box .nav-tabs .nav-link.active, .default-tabbing .tournament-pill-box .nav-tabs .nav-link:hover {
  color: white;
  background-color: #FF5D27;
  border-bottom: none;
}
.default-tabbing .tournament-pill-box .nav-tabs .nav-link:hover {
  background-color: #FF5D27;
  border-color: #FF5D27;
}
.default-tabbing .tournament-pill-box .nav-tabs .nav-link:hover span {
  color: white;
}
.default-tabbing .tournament-pill-box .nav-tabs .nav-link.active {
  background-color: #FF5D27;
  border-color: #FF5D27;
  z-index: 2;
  box-shadow: 0.2rem -0.2rem 0.6rem rgba(0, 0, 0, 0.1);
}
.default-tabbing .tournament-pill-box .nav-tabs .nav-link.active span {
  color: white;
}
.default-tabbing .tab-content {
  max-width: 1395px;
  margin: auto;
}

.tournaments-section .section-title-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.8rem 0;
}
.tournaments-section .section-title-container .section-title {
  color: #000;
  text-transform: capitalize;
  font-family: "Denton";
  font-style: normal;
  font-weight: bold;
  font-size: 3.2rem;
}
.tournaments-section .section-title-container .btn-view-all {
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-family: "Denton";
  font-weight: 300;
}
.tournaments-section .section-title-container .btn-view-all i {
  display: inline-block;
  margin-left: 0.6rem;
  margin-bottom: 0.3rem;
  transition: 0.3s all;
}
.tournaments-section .section-title-container .btn-view-all:hover {
  background-color: #e66a45;
  color: white;
  border-color: #FF5D27;
}
.tournaments-section .section-title-container .btn-view-all:hover i {
  transform: translate(0.6rem, 0);
}
.tournaments-section .tournament-card {
  background: #FFF1F7;
  background: linear-gradient(180deg, rgb(255, 241, 247) 0%, rgb(255, 244, 236) 100%);
  border: 0.1rem solid #F8EBE4;
  border-radius: 1.2rem;
  box-shadow: 0 0.4rem 1.5rem rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 1.6rem;
}
.tournaments-section .tournament-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.08);
}
.tournaments-section .d-badge-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  height: 5.8rem;
  width: 13.5rem;
  border-left: 0.1rem solid #FF5D27;
  border-bottom: 0.1rem solid #FF5D27;
  border-radius: 0 0 0 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.t-match-info-section {
  background: #E8C2D1;
  background: linear-gradient(180deg, rgb(232, 194, 209) 0%, rgb(255, 236, 222) 100%);
  padding: 5rem 0;
  box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.15);
}
.t-match-info-section .t-card-body {
  padding-bottom: 0;
}
.t-match-info-section .tournament-info-card {
  display: flex;
  justify-content: space-between;
}
.t-match-info-section .tournament-info-card .tournament-info-box {
  display: flex;
}
.t-match-info-section .tournament-info-card .tournament-info-box .status-badge {
  background-color: #fff;
}
.t-match-info-section .tournament-info-card .image-content-only {
  display: inline-block;
  margin-right: 2rem;
}
.t-match-info-section .tournament-info-card .image-content-only img {
  border-radius: 1rem;
}
.t-match-info-section .tournament-info-card .t-card-header {
  display: flex;
  align-items: center;
}
.t-match-info-section .tournament-info-card .t-card-header .card-title {
  margin-right: 1rem;
}
.t-match-info-section .tournament-info-card .t-card-body {
  padding: 1.2rem 0 0;
}
.t-match-info-section .tournament-info-card .t-card-body .card-details p {
  margin-bottom: 1.8rem;
}
.t-match-info-section .tournament-info-card .t-card-body .card-details p:last-child {
  margin-bottom: 0;
}
.t-match-info-section .tournament-info-card .match-stats {
  display: flex;
}
.t-match-info-section .tournament-info-card .match-stats .m-s-info {
  margin-left: 2.5rem;
  height: 17.1rem;
  width: 15.3rem;
  border-radius: 2.4rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.t-match-info-section .tournament-info-card .match-stats .m-s-info h3 {
  font-weight: 700;
  font-size: 5.6rem;
  color: #fff;
}
.t-match-info-section .tournament-info-card .match-stats .m-s-info p {
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-transform: capitalize;
}
.t-match-info-section .tournament-info-card .match-stats .m-s-info.ms-info-green {
  background: #81B672;
  background: linear-gradient(180deg, rgb(129, 182, 114) 0%, rgb(19, 97, 0) 100%);
}
.t-match-info-section .tournament-info-card .match-stats .m-s-info.ms-info-brown {
  background: #F68F6D;
  background: linear-gradient(180deg, rgb(246, 143, 109) 0%, rgb(136, 61, 36) 100%);
}

.match-info-tabbing {
  margin-top: 3rem;
}
.match-info-tabbing .group-class {
  font-weight: 600;
  font-size: 2.6rem;
  color: #000000;
  margin: 2rem 0;
  text-transform: capitalize;
}
.match-info-tabbing .match-schedule-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background-color: #FFF9F6;
  border: 0.1rem solid #F0E3DE;
  border-radius: 1rem;
  padding: 2rem;
  margin-bottom: 2rem;
}
.match-info-tabbing .match-info {
  flex-shrink: 0;
}
.match-info-tabbing .match-info p {
  margin: 0;
  line-height: 1.4;
}
.match-info-tabbing .match-info .match-datetime {
  font-weight: 500;
  font-size: 1.6rem;
  color: #001826;
  margin-bottom: 0.6rem;
}
.match-info-tabbing .match-info .match-location {
  font-weight: 500;
  font-size: 1rem;
  color: #000;
}
.match-info-tabbing .divider {
  width: 0.1rem;
  align-self: stretch;
  background-color: #F0E3DE;
  padding: 4.5rem 0;
}
.match-info-tabbing .team-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-shrink: 0;
}
.match-info-tabbing .team-info .team-logo {
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  object-fit: cover;
}
.match-info-tabbing .team-info .team-details p {
  margin: 0;
  line-height: 1.4;
}
.match-info-tabbing .team-info .team-details .team-name {
  font-weight: 500;
  font-size: 2rem;
  color: #591600;
  margin-bottom: 0.6rem;
}
.match-info-tabbing .team-info .team-details .captain-name {
  font-size: 1.4rem;
  color: #453A36;
  font-weight: 400;
}
.match-info-tabbing .vs-separator img {
  width: 5.5rem;
  height: 8.5rem;
  object-fit: cover;
}
.match-info-tabbing .btn-live-result {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  background: #FF9471;
  background: linear-gradient(180deg, rgb(255, 148, 113) 0%, rgb(169, 59, 23) 100%);
  color: white;
  border: none;
  border-radius: 1rem;
  padding: 1.3rem 1.8rem;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.match-info-tabbing .btn-live-result i {
  display: inline-block;
  margin-left: 2rem;
  margin-bottom: 0.3rem;
}
.match-info-tabbing .btn-live-result:hover {
  box-shadow: 0 0.4rem 1.5rem rgba(225, 107, 78, 0.4);
  color: white;
  transform: translateY(-0.2rem);
}

.page-shell {
  text-align: center;
  margin: 4rem 1rem;
}
.page-shell .custom-pagination {
  display: inline-flex;
  background-color: #ffffff;
  border: 0.1rem solid #FF5D27;
  border-radius: 1.5rem;
  padding: 1.2rem 0.4rem;
  box-shadow: 0 0.8rem 2.5rem rgba(255, 107, 60, 0.1);
}
.page-shell .custom-pagination .page-item {
  margin: 0 0.5rem;
}
.page-shell .custom-pagination .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: none;
  background-color: transparent;
  color: #555;
  font-weight: 500;
  font-size: 1.2rem;
  transition: all 0.25s ease;
}
.page-shell .custom-pagination .page-link:focus {
  box-shadow: none;
}
.page-shell .custom-pagination .page-link:hover {
  background-color: #FFF2EE;
  color: #FF6B3C;
}
.page-shell .custom-pagination .page-item:first-child .page-link {
  margin-right: 2rem;
  margin-left: 1rem;
}
.page-shell .custom-pagination .page-item:last-child .page-link {
  margin-right: 1rem;
  margin-left: 2rem;
}
.page-shell .custom-pagination .page-item:first-child .page-link,
.page-shell .custom-pagination .page-item:last-child .page-link {
  color: #FF6B3C;
  font-size: 1.8rem;
}
.page-shell .custom-pagination .page-item:first-child .page-link .bi::before,
.page-shell .custom-pagination .page-item:last-child .page-link .bi::before {
  font-weight: 800 !important;
}
.page-shell .custom-pagination .page-item.active .page-link {
  background-color: #FF6B3C;
  color: #fff;
  transform: translateY(-0.1rem);
}
.page-shell .custom-pagination .page-item.active .page-link:hover {
  background-color: #F85E2B;
  color: #fff;
  border-radius: 50%;
}
.page-shell .custom-pagination.pagination {
  margin-bottom: 0;
}

.hero-banner {
  background: #5E1800;
  background: linear-gradient(180deg, rgb(94, 24, 0) 0%, rgb(198, 114, 86) 100%);
  padding: 6rem 0rem;
  position: relative;
  overflow: hidden;
}
.hero-banner .container {
  max-width: 1755px;
}
.hero-banner .match-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
}
.hero-banner .match-banner .team {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  width: 45%;
}
.hero-banner .match-banner .team .team-logo {
  width: 15.3rem;
  height: 15.3rem;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: contain;
}
.hero-banner .match-banner .team .team-details {
  min-width: 0;
}
.hero-banner .match-banner .team .team-details .team-name {
  font-size: 5rem;
  font-weight: 700;
  margin: 0 0 0.25rem 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Darker Grotesque", sans-serif;
  color: #fff;
}
.hero-banner .match-banner .team .team-details .captain-name {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 2.6rem;
  color: #fff;
  margin: 0;
  font-weight: 500;
}
/* .hero-banner .match-banner .team-right {
  padding-left: 10rem;
}*/
.hero-banner .match-banner .center-separator {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.hero-banner .match-banner .center-separator::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 0.4rem;
  background-color: #fff;
}
.hero-banner .match-banner .center-separator .vs-icon {
  position: relative;
  z-index: 1;
  width: 10rem;
  height: 10rem;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.live-action-widget {
  max-width: 89rem;
  margin: 4rem auto;
}
.live-action-widget .widget-cards {
  position: relative;
  padding-bottom: 2rem;
}
.live-action-widget .team-info-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background-color: #FFF1E8;
  border: 0.3rem solid #FF6A00;
  border-radius: 1.6rem;
  padding: 4rem 2rem;
  position: relative;
  z-index: 2;
}
.live-action-widget .team-info-card .team-identity {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.live-action-widget .team-info-card .team-logo {
  width: 7.8rem;
  height: 7.8rem;
  border-radius: 50%;
}
.live-action-widget .team-info-card .team-details h3,
.live-action-widget .team-info-card .team-details p {
  margin: 0;
  line-height: 1.4;
}
.live-action-widget .team-info-card .team-details .team-name {
  font-size: 4.2rem;
  font-weight: 700;
  color: #591600;
  font-family: "Darker Grotesque", sans-serif;
}
.live-action-widget .team-info-card .team-details .captain-name {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #453A36;
}
.live-action-widget .team-info-card .player-role p {
  font-size: 3.2rem;
  font-weight: 700;
  color: #000;
  font-family: "Darker Grotesque", sans-serif;
  margin: 0;
}
.live-action-widget .action-timer-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  background-color: #582716;
  color: #ffffff;
  border-radius: 5.2rem;
  padding: 8rem 3rem 4rem;
  position: relative;
  z-index: 1;
  max-width: 84rem;
  margin: -6rem auto;
}
.live-action-widget .action-timer-card .action-prompt {
  font-family: "Darker Grotesque", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0;
}
.live-action-widget .action-timer-card .timer {
  display: flex;
  align-items: end;
  gap: 0.75rem;
}
.live-action-widget .action-timer-card .timer-label {
  font-weight: 700;
  font-family: "Darker Grotesque", sans-serif;
  font-size: 2.1rem;
  color: #fff;
  margin-bottom: 1rem;
  margin: 0;
}
.live-action-widget .action-timer-card .time-box {
  background-color: #ffffff;
  color: #FF5D27;
  font-family: "Darker Grotesque", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  width: 10.5rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.8rem;
}
.live-action-widget .action-timer-card .hourglass-icon {
  width: 4.5rem;
  height: 4.5rem;
}
.live-action-widget .round-info {
  text-align: center;
  margin-top: 10rem;
}
.live-action-widget .round-info p {
  font-family: "Darker Grotesque", sans-serif;
  color: #FF6A00;
  font-weight: 700;
  font-size: 3rem;
  margin: 0;
}

/*------------------------------------------
    Responsive Grid Media Queries - 1280, 1024, 768, 480
     1280-1024   - desktop (default grid)
     1024-768    - tablet landscape
     768-480     - tablet 
     480-less    - phone landscape & smaller
  --------------------------------------------*/
/* Portrait */
@media screen and (orientation: portrait) {
  /* Portrait styles here */
}
/* Landscape */
@media screen and (orientation: landscape) {
  /* Landscape styles here */
}
/* CSS for iPhone, iPad, and Retina Displays */
/* Non-Retina */
/* Retina */
/* iPhone Portrait */
/* iPhone Landscape */
/* iPad Portrait */
/* iPad Landscape */
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1395px;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  color: #333;
  line-height: 1.6;
  font-weight: normal;
  font-size: initial;
  font-style: normal;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

img {
  max-width: 100%;
}

a,
button,
input[type=reset],
input[type=submit],
input[type=button] {
  transition: all ease-in-out 0.3s;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #e81938;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

button:hover,
button:focus,
input:hover,
input:focus,
textarea:hover,
textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

textarea.form-control {
  min-height: 110px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1f1f1f;
}

button,
select {
  border: none;
  background-color: transparent;
}

ul {
  margin: 0;
}

.btn {
  min-height: 4.6rem;
  padding: 0 2.4rem;
  outline: none;
  box-shadow: none;
  border: 1px solid #FF5D27;
  font-size: 1.6rem;
  border-radius: 1rem;
  min-width: 14.2rem;
  background-color: #FF5D27;
  color: #fff;
}
.btn:hover {
  border-color: #FF5D27;
  background-color: #fff;
  color: #FF5D27;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: #FF5D27;
  background-color: #fff;
  color: #FF5D27;
}

.form-group {
  margin-bottom: 2rem;
}

.form-group > label {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #3f475b;
  margin-bottom: 1rem;
}

.form-control {
  height: 4rem;
  border: 1px solid v #e3e3e3;
  border-radius: 5px;
  padding: 0.5rem 2rem;
  font-size: 1.6rem;
}

.form-control::-moz-placeholder {
  color: #e81938;
}

.form-control::placeholder {
  color: #e81938;
}

textarea.form-control {
  padding: 1.8rem 2rem;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

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