/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./src/app/home.module.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.home_container__2nSFh {
  display: flex;
  flex-wrap: nowrap;
  height: 100vh;
}

.home_leftSection__vKQag {
  flex: 0 0 40%;
  background-color: #001240;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  height: 100vh;
}

.home_rightSection__lvrAU {
  flex: 1;
  background-color: #f2f6fe;
  color: black;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}

.home_logoContainer__u9LyF {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home_logoContainer__u9LyF img {
  max-width: 100%;
  height: auto;
}

.home_sticky__hT05c {
  position: sticky;
  top: 0;
  background-color: #f2f6fe;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home_buttonContainer__qFyiL {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  justify-content: center;
  width: 100%;
}

.home_filterContainer__i4b40 {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.home_filterLabel__Inc8U {
  font-weight: bold;
  color: #001240;
}

.home_button__OGYC6 {
  background-color: transparent;
  border: 1px solid #001240;
  color: #001240;
  padding: 10px 20px;
  border-radius: 9999px;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
}

.home_button__OGYC6.home_active__upEZd, .home_button__OGYC6:hover {
  background-color: #001240;
  color: #fff;
}

.home_dropdown__jLjt2 {
  padding: 10px 20px;
  border-radius: 9999px;
  border: 1px solid #001240;
  background-color: #f2f6fe;
  color: #001240;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" height="24" stroke="%23001240" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 16px 16px;
  transition: background-color 0.3s, color 0.3s;
  max-width: 160px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 40px;
}

.home_dropdown__jLjt2:focus {
  outline: none;
  border-color: #001240;
}








.home_matchesSection__y91Rv {
  flex: 1;
  width: 100%;
  overflow-y: auto;
}

.home_matchesList__dl8dw {
  width: 100%;
}

.home_match__Apdkp {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  border-radius: 5px;
  background: #fff;
  width: 90%;
  margin: 0 auto 10px;
}

.home_matchInfo__G7uYh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}

.home_teamLogo__7D5pZ {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.home_vs__v3H_n {
  font-size: 24px;
  font-weight: bold;
  color: red;
  margin: 0 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.home_matchTitle__RZXKj {
  font-size: 22px;
  font-weight: bold;
  color: black;
}

.home_matchDetails__8pP5e {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 16px;
  color: #555;
}

@media (max-width: 1024px) {
  .home_container__2nSFh {
    flex-direction: column;
    height: auto;
  }
  .home_leftSection__vKQag {
    display: none;
  }
  .home_rightSection__lvrAU {
    width: 100%;
    height: auto;
    margin-left: 0;
    overflow-y: visible;
  }
}

@media (max-width: 775px) {
  .home_container__2nSFh {
    flex-direction: column;
    height: auto;
  }
  .home_leftSection__vKQag {
    display: none;
  }
  .home_rightSection__lvrAU {
    width: 100%;
    height: auto;
    margin-left: 0;
    overflow-y: visible;
  }
}


.home_matchName__XX6ip {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 10px 0;
  color: #333;
}
.home_competitionTitle__EUZcN {
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin: 30px 0 20px;
  padding: 10px;
  background-color: #f0f4f8; /* Light background for contrast */
  border: 2px solid black; /* Visible border */
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); /* Enhanced shadow for depth */
  letter-spacing: 0.5px;
}

.home_competitionGroup__bLnFw {
  margin-bottom: 30px;
}


/* .teamName {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  margin: 5px 0;
} */














.home_trialInfo__2v2j2 {
  margin-top: 20px;
  text-align: center;
}

.home_remainingText__oq_YU {
  color: green;
  font-size: 1.2rem;
  font-weight: bold;
}

.home_expiredText__KbinC {
  color: red;
  font-size: 1.2rem;
  font-weight: bold;
}

