
#bracket {
  /*overflow: auto;*/
  /*background-color: #1A1A1D;*/
  padding-top: 20px;
  font-size: 12px;
  padding: 40px 0;


}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
  overflow: auto;
  max-width: 1730px !important;
}

.fw-bold *{
  font-weight: bold !important;
}


.bracket-bottom {
}

.mobile {
  display: none;
}

.region {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #475059;

}


.split {
  display: block;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}

.national-semifinal {
  padding: 210px 0;
}

.champion {
  float: left;
  display: block;
  width: 100%;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  align-self: center;
  /*margin-top: 405px;*/
  text-align: center;
  padding: 230px 0\9;
}
.center-div{
  width: 100%; /* Allow it to take full width up to max-width */
}
.semis-l{
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-div{
  padding: 0;
}

/*.champion i {*/

/*  font-size: 45px;*/
/*  padding: 10px 0;*/
/*}*/

.round {
  display: block;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 95%;
  max-width: 180px;
}

.split-two {}

.split-one .round {
  margin: 0 13px 0 0;
}

.split-two .round {
  margin: 0 0 0 13px;
}

.matchup {
  margin: 0;
  width: 100%;
  padding: 10px 0;
  /*height: 60px;*/
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.score {
  font-size: 11px;
  text-transform: uppercase;
  float: right;
  color: #2C7399;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  position: absolute;
  right: 5px;
}

.team {
  padding: 0 5px;
  margin: 3px 0;
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.round-two .matchup {
  margin: 0;
  /*height: 60px;*/
  padding: 79px 0 48px 0;
}

.round-three .matchup {
  margin: 0;
  /*height: 60px;*/
  padding: 189px 0 156px 0;
}

.round-four .matchup {
  margin: 0;
  /*height: 60px;*/
  padding: 0;
}

.round-details {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  color: #2C7399;
  text-transform: uppercase;
  text-align: center;
  height: 50px;
}

.champion li,
.round li {
display: flex;
width: 180px;
height: 87px;

padding: 8px 12px;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
flex-shrink: 0;
    border-radius: 5px;
background: #FFF;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);


}

.match-box {
  display: flex;
  width: 180px;
  height: 87px;

  padding: 8px 12px;
  flex-direction: column;
  flex-shrink: 0;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  justify-content: center;
}
.image-logo-large{
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.match-box-center{
display: flex;
width: 300px;
height: 340px;

padding: 8px 12px;
  flex-direction: column;
flex-shrink: 0;
    border-radius: 5px;
background: #FFF;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.final-card-bottom p{
  color: #969EA7;
  line-height: 16px;
}
.bottom-right-side {
    flex-grow: 1; /* Allow this div to take up available space */
    overflow: hidden; /* Hide overflow */
}

.bottom-right-side p {
    margin: 0;
    overflow: hidden;
    white-space: normal;
}

.bottom-left-side{
  width: 30%;
}

.current li {
  opacity: 1;
}

.current li.team {
  background-color: #f8f9fa;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  opacity: 1;
  color: #1A1A1D;
}

.vote-options {
  display: block;
  height: 52px;
}

.thanks {
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid white;
}

.thanks-center {
  text-align: center;
  margin: 60px auto;
}

.final {
  margin: 4.5em 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.share-icon {
  color: #fff;
  opacity: 0.35;
}

.share-icon:hover {
  opacity: 1;
  -webkit-animation: pulse 0.5s;
  animation: pulse 0.5s;
}

.date {
  font-size: 10px;
  letter-spacing: 2px;
  font-family: 'Istok Web', sans-serif;
  color: #c3073f;
}

.mobile {
  display: none;
}

@media screen and (min-width: 981px) and (max-width: 1099px) {

  .champion {
    width: 14%;
  }

  .split {
    width: 43%;
  }

  .split-one .vote-box {
    margin-left: 138px;
  }

  .hero p.intro {
    font-size: 28px;
  }

  .hero p.year {
    margin: 5px 0 10px;
  }

}

@media screen and (max-width: 980px) {


  .bracket-bottom {
    margin-top: -120px;
  }

  .mobile {
    display: block;
  }

  .nomobile {
    display: none;
  }

  .mobile {
    display: block;
  }

  .nomobile {
    display: none;
  }


  .champion {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }

  .split {
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 20px;
  }

  .hero p.intro {
    font-size: 24px;
  }

  .hero h1 {
    font-size: 3em;
    margin: 15px 0;
  }

  .hero p {
    font-size: 1em;
  }
}


@media screen and (max-width: 768px) {

  .sm-w-100{
    width: 100% !important;
  }

  .sm-d-none{
    display: none !important;
  }
  .sm-mx-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  #bracket {
   padding: 0px !important;
 }
  .sm-ml-0{
    margin-left: 0px !important;
  }
.semis-l {
  display: flex;
  flex-direction: column;
}

  .split {
    width: 100%;
  }

  .round {
    width: 100%;
  }

  .current {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
  }

  .hero h1 {
    font-size: 2.15em;
    letter-spacing: 0;
    margin: 0;
  }

  .hero p.intro {
    font-size: 1.15em;
    margin-bottom: -10px;
  }

  .round-details {
    font-size: 90%;
  }

  .hero-wrap {
    padding: 2.5em;
  }

  .hero p.year {
    margin: 5px 0 10px;
    font-size: 18px;
  }

}

.image-logo {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  object-fit: contain;
}

.image-logo-top{
    width: 11px;
height: 11px;
     margin-right: 4px;
     margin-left: 4px;
}



.match-id{
    color: #475059;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px;
    margin-right: 10px;
}
.match-name{
    color: #475059;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px;
    margin-right: auto;
    white-space: nowrap;
}
.pick-name{
text-align: center;
font-family: Roboto, 'sans-serif';
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 10px;
}
.match-number{
  color:  #969EA7;
text-align: right;
font-family: Roboto, 'sans-serif';
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 16px; /* 133.333% */
}
.mt-3px{
  margin-top: 3px;
}


.matching-hero-section{
    height: 290px ;
    background-image: url('/static/assets/images/match_madnes/hero_background.jpeg');
    background-size: cover; /* Image ko section ke size ke hisaab se cover karein */
    background-repeat: no-repeat; /* Image ko repeat na hone dein */
    background-position: center;
}
.rank-item-width{
  width: 180px;
}

.merchant-hero-text{
font-family: Roboto;
font-size: 40px;
font-weight: 500;
line-height: 48px;
text-align: left;


}

.date-field{
    color:  #30B2F2;
text-align: center;
    display: flex;
    justify-content: space-between;
font-family: Roboto;
font-size: 10px;
font-style: normal;
font-weight: 400;
line-height: 10px; /* 100% */
    margin-left: 5px;
    margin-top: 5px;
}

.radio-container {
    display: flex;
    width: 16px;
    height:16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 1px solid #D2D4D8;
    background: #FFF;
    position: relative; /* For positioning the radio button */
    margin: 0px 10px; /* Optional: Add some margin for spacing */
}

.custom-radio {
    appearance: none; /* Remove default radio button styling */
    width: 16px; /* Set width */
    height: 16px; /* Set height */
    border-radius: 50%; /* Make it circular */
    border: 1px solid  #D2D4D8; /* Border color */
    background: #FFF; /* Background color */
    cursor: pointer; /* Change cursor on hover */
    position: absolute; /* Position it inside the container */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for centering */
}

.custom-radio:checked {
    background: #D2D4D8; /* Change background when checked */
    border: 1px solid #D2D4D8; /* Keep border same */
}

.custom-radio:checked::after {
    content: '';
    display: block;
    width: 8px; /* Inner circle size */
    height: 8px; /* Inner circle size */
    border-radius: 50%; /* Make it circular */
    background: #000; /* Inner circle color */
    position: absolute; /* Position it inside the radio */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for centering */
}


/* CSS for the March Madness Bracket Visualizer */


.bracket_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;

}

.bracket_container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(32, 1fr);
  box-sizing: border-box;
  width: 100%;
  height: 100%;

  max-height: 100%;
  max-width: 1800px;
  position: relative;
}

.game_wrapper {
  display: flex;
  flex-direction: column;
  grid-row: span 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  box-sizing: border-box;
}

.game_container {
display: flex;
width: 180px;
height: 76px;

padding: 8px 12px;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
flex-shrink: 0;
    border-radius: 5px;
background: #FFF;
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.game_container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #ccc;
  transform: translateY(-50%);
}

.team_container {
  flex-basis: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  flex-direction: row;
}

.team_container.right-side {
  flex-direction: row-reverse;
}

.team_container.right-side .team {
  text-align: right;
}

.logo {
  flex-shrink: 0;
  height: 80%;
  width: auto;
  aspect-ratio: 1/1;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.seed {
  font-weight: bold;
  flex-shrink: 0;
  width: 10%;
  text-align: center;
  font-size: .75em;
  line-height: 1;
  color: #ccc;
}

.team {
  flex-grow: 1;
  text-align: left;
  padding-left: 1%;
  padding-right: 1%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 1em;
}

.score {
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.custom-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.card-left {
    display: flex;
    align-items: center;
    width: 70%; /* Left side width */
}

.charity-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.card-details {
    display: flex;
    flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.card-title {
    color: var(--Colors-Gray-700, #1F2933);
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}

.rank-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.rank-item {

    display: flex;
    flex-direction: column;
    text-align: center;
    border-right: 2px solid #969EA7;
    padding-right: 15px;
    height: 50px;
    justify-content: space-between;
}
.charity-rank-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center align the rank number and text */
}

.rank-number {
   color:  #475059;

font-family: Roboto, 'sans-serif';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px;
margin-bottom: 15px;
}

.rank-text {
  font-family: Roboto, 'sans-serif';
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 12px;
}
.type-text{
       margin-bottom: 10px;

}

.charity-info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.charity-bracket-image{

   width: 361px;
    height: 191px;
    aspect-ratio: 361 / 191; /* Aspect ratio set karna */
    object-fit: cover; /* Image ko cover karne ke liye */
    margin-bottom: 10px; /* Images ke beech mein space */

}
.p-10{
  padding: 10px;
}
.charity-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}
.charity-text {
    text-align: center;
}
.gap-49{
  gap: 49px;
}

.bracket-btn{
  display: flex;
width: 360px;
height: 60px;
padding: 0px 16px;
justify-content: center;
align-items: center;
gap: 8px;
  border-radius: 100px;
background: #6F4E37;
  margin-top: 40px;
}
.bracket-btn p{
  color: #ffffff;

/* Heading/xl */
    font-family: 'Roboto', sans-serif; /* Font family */
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 48px; /* 120% */
}

.vertical-line {
    height: 30px;
    border-left: 1px solid #ccc;
    margin: 0 5px;
}

.card-right {
    display: flex;
    flex-direction: column;
    align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 10px 0px;
}
.my-icon{
  font-size: 20px;
}

.icon-container {
    display: flex;

}

.pill-button {
    background-color: grey;
  width: 100%;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: 5px;
    text-align: center;
}




/* Responsive Design */
@media (max-width: 768px) {

  .bracket-btn {
    height: 50px;
    padding: 0px 16px;
    width: auto;
  }

  .sm-75{
    width: 75%;
  }
  .sm-ms-0{
    margin-left: 0px !important;
  }
  .rank-item-width {
    width: 100px;
  }

  .custom-card {
    flex-direction: column;
    height: auto;
  }

  .card-left {
    width: 100%;
    margin-bottom: 10px;
    flex-direction: column;
  }

  .sm-flex-center {
    flex-direction: column;
  }

  .icon-container {
    justify-content: center;
  }

  .charity-image {
    width: 50px;
    height: 50px;

  }

  .charity-bracket-image {
    width: 300px;
    height: auto;
    object-fit: contain;
  }

  .rank-container {
    gap: 10px;
  }

  .rank-item {
    padding-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .charity-bracket-image {
    width: 280px;
    height: auto;

    object-fit: contain;
    margin-bottom: 10px;
}

}

@media (min-width: 0px) and (max-width: 370px) {
   .rank-item-width{
  width: 50px;
}
}
