body {
  /* font-family: 'Roboto'!important; */
}

.consent {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #003333;
  color: white;
  padding: 1rem;
  align-items: center;
  text-align: center;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.consentText {
  margin: 0.625rem 1rem;
  flex-grow: 1;
  font-size: 1rem;
  text-align: justify;
  line-height: 1.6rem;
}

.disclaimerLink {
  color: #1570ef;
}

.consent button {
  border: none;
  padding: 0.625rem 2rem;
  cursor: pointer;
  color: white;
  font-size: 0.875rem;
  margin-right: 3.6rem;
  border-radius: 0.3125rem;
}

#acceptConsent {
  background: #007bff;
  transition: 0.3s;
}

#acceptConsent:hover {
  background-color: #2a8aef;
}

#rejectConsent {
  background-color: #003333;
}

.consent button:hover {
  background-color: #d4ac0d;
}

.upperText p,
.lowerText p {
  font-size: large;
  margin: 1rem 0;
  text-align: left;
}

.lowerText, .upperText {
  text-align: left;
  margin: 2.5rem 6rem;
}

.lowerText h3 {
  font-weight: 600;
  font-size: 1.75rem;
  margin: 1rem 0;
  text-align: left;
}

/* Style for the reject confirmation popup modal */
#rejectConfirmation {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

#rejectConfirmation .confirmationCard {
  margin: 10% auto;
  width: 27.125rem;
  height: 18.4rem;
  background-color: #fff;
  border-radius: 0.625rem;
  box-shadow: 0px 0px 1.25rem 0rem rgba(0, 0, 0, 0.1);
}

#rejectConfirmation .consentHeading {
  color: #333;
}

#rejectConfirmation .consentDescription {
  color: #344054;
}

#rejectConfirmation .buttonContainer {
  text-align: center;
}

#confirmRejectModal,
#cancelRejectModal {
  padding: 0.625rem 1.25rem;
  margin: 0 0.3125rem;
  border-radius: 0.3125rem;
  cursor: pointer;
  width: 11.6875rem;
  height: 2.75rem;
}

#confirmRejectModal {
  background-color: #f04438;
  color: #fff;
  border: none;
  transition: 0.3s;
}

#cancelRejectModal {
  background-color: #fff;
  color: #344054;
  border: 1px solid #d0d5dd;
}

#confirmRejectModal:hover {
  background-color: #ec4e43;
}

#cancelRejectModal:hover {
  background-color: #fff;
}

.main-content.blur {
  filter: blur(8px);
  pointer-events: none;
}

.navbar.blur {
  filter: blur(8px);
  pointer-events: none;
}

.card {
  width: 28rem;
  height: 12rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8rem 2rem;
  gap: 0.8125rem;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.062);
}

.consentHeading {
  font-size: 1.125rem;
  font-weight: 600;
  color: rgb(26, 26, 26);
  margin: 0.6rem auto auto auto;
}

.consentDescription {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgb(99, 99, 99);
  margin: 1rem auto;
}

.consentDisclaimer {
  --tw-text-opacity: 1;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(59 130 246);
  margin: 1rem auto;
}

.consentDisclaimer:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.buttonContainer {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
  flex-direction: row;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.confirmationCard p,
.confirmationCard a {
  text-align: justify;
  margin-left: 1.4rem;
}

.footer {
  background-color: #003333;
  display: flex;
  gap: 4rem;
  height: 16rem;
  width: 100%;
}

.builtBy img {
  width: 1.6rem;
  margin: auto auto auto 0.4rem;
}

.footer p,
.footer a {
  color: white;
}

.footerText {
  margin: 1.2rem 0 1.4rem 2rem;
  word-spacing: 0.0875rem;
  line-height: 2.4rem;
  width: 40%;
}

.footerLinks {
  display: flex;
  line-height: 2.6rem;
  flex-direction: column;
  margin: 1.4rem 1rem auto 20rem;
}

.alertTriangle {
  width: 3rem;
  margin: 1rem 1.4rem;
}

@media (max-width: 1000px) {
  .footerText {
    margin: 1rem;
  }

  .footer {
    height: 16rem;
  }

  .upperText p,
  .lowerText p {
    font-size: large;
    margin: 0.625rem 0rem;
  }
}

/*change confirmation*/
@media (max-width: 420px) {
  .confirmationCard p,
  .confirmationCard a {
    margin-left: 0.8rem;
  }

  .buttonContainer {
    gap: 0.4rem;
    margin:0.8rem 0.4rem;
  }

  .consentHeading {
    font-size: 1rem;
    }

  .consentDescription {
    font-size: 0.8rem;
    margin: 0.6rem;
  }

  .consentDisclaimer{
    font-size: 0.8rem;
  }

  #rejectConfirmation .confirmationCard {
    width: 20rem;
    height: 17rem;
  }

  #confirmRejectModal,
  #cancelRejectModal {
    padding: 0.625rem 1rem;
    margin: 0 0.3125rem;
    border-radius: 0.3125rem;
    cursor: pointer;
    width: 10rem;
    height: 2.75rem;
  }
}

@media (max-width: 1240px) {
  .consent {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .builtBy {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 1360px) {
  .consent button {
    border: none;
    padding: 0.625rem 1.2rem;
    cursor: pointer;
    color: white;
    font-size: 0.875rem;
    margin-right: 1rem;
    border-radius: 0.3125rem;
  }
}

@media (max-width:950px){
  .footer{
    height: 12.8rem;
  }

  .footerLinks {
    display: none;
  }

  .footerText {
    width: 80%;
  }
  .lowerText, .upperText {
    text-align: left;
    margin: 2.5rem 4rem;
  }
}

@media (min-width:951px) and (max-width:980px){
  .footerLinks{
    margin:1.4rem 1rem auto 2rem;
  }
  .footerText {
    width: 40%;
  }
}

@media (max-width: 1120px) {
  .footerLinks {
    margin: 1.4rem 1rem auto 10rem;
  }
}

@media (max-width: 620px) {
  .footerText {
    width: 84%;
  }
}

@media (max-width: 580px) {
  .footer {
    height: 16rem;
  }
}

@media (max-width: 380px) {
  .footer {
    height: 18rem;
    padding: 0.75rem auto;
    margin: 0;
  }
}

/* Tushar tables styles */
/* body {
  font-family: "Roboto", sans-serif;
} */
.table-container {
  width: 100%;
  max-width: 42rem;
  margin: 1.25rem auto;
  border-radius: 0.625rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  overflow: hidden;
  overflow-x: auto;
}
.table-header {
  background-color: #ffffff;
  padding: 0.9375rem;
  min-height: 76px;

  padding: 20px, 24px, 19px, 24px;
}
.table-header h3 {
  margin: 0 0.4rem;
  font-size: 1rem;
  font-weight: 500;
  color: #101828;
}
.table-header p {
  margin: 0.4rem auto 0.2rem 0.4rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #344054;
}
.custom-table-one,
.custom-table-two,
.custom-table-three,
.custom-table-four {
  width: 100%;
  margin-bottom: 0;
}
.custom-table-one th,
.custom-table-one td,
.custom-table-two td,
.custom-table-two th,
.custom-table-three td,
.custom-table-three th,
.custom-table-four td,
.custom-table-four th {
  text-align: center;
  padding: 0.4rem;
}
.custom-table-one th,
.custom-table-one td,
.custom-table-two th,
.custom-table-two td {
  width: 20rem;
  height: 5rem;
}
.custom-table-three th,
.custom-table-three td,
.custom-table-four th,
.custom-table-four td {
  width: 10.2rem;
  height: 4.8rem;
  padding: 0.4rem;
}
.custom-table-one th,
.custom-table-two th,
.custom-table-three th,
.custom-table-four th{
  background-color: #f8f9fa;
  font-weight: 500;
  padding: 0.6rem 0.8rem;
  font-size: 0.875rem;
  height: 44px !important;
  min-width: 4rem;
}
.custom-table-three th,
.custom-table-four th {
  background-color: #f8f9fa;
  font-weight: 500;
  padding: 0.6rem 0.8rem;
  font-size: 0.875rem;
  line-height: 1rem !important;
  height: 44px !important;
  min-width: 4rem;
}
.custom-table-one td,
.custom-table-two td,
.custom-table-three td,
.custom-table-four td {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  background-color: #ffffff;
  color: #344054;
}
.custom-table-one td span,
.custom-table-two td span,
.custom-table-three td span,
.custom-table-four td span {
  color: #667085;
  font-size: 0.875rem;
  font-weight: 400;
}
.custom-table-three th span,
.custom-table-four th span,
.candy span {
  color: #344054;
  font-size: 0.75rem;
  font-weight: 400;
}
.custom-table-one td img,
.custom-table-two td img,
.custom-table-three td img,
.custom-table-four td img {
  width: 1rem;
  height: 1rem;
  margin-right: 0.3125rem;
}
.tablesDivOne,
.tablesDivTwo {
  display: flex;
  gap: 1.6rem;
  margin: 0 4rem;
}
.lost p{
  /* background-color: #B42318; */
  border-radius: 1rem;
  color: #B42318;
  font-size: 0.875rem;
  margin-left: 1.2rem;
  font-weight: 500;
  padding: 0.25rem 0.6rem;
  background-color: #FEF3F2;
}
.trailing p{
  /* background-color: #DC6803; */
  border-radius: 1rem;
  color: #F79009;
  background-color: #FCEBE8;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 1.12rem;
}
.won p{
  /* background-color: #027A48; */
  border-radius: 1rem;
  margin-left: 1.2rem;
  color: #027A48;
  background-color: #ECFDF3;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.leading p{
  /* background-color: #2E90FA; */
  border-radius: 1rem;
  background-color: #EFF8FF;
  color: #175CD3;
  margin-left: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
}
.awaiting p{
  border-radius: 2rem;
  width: 8rem;
  background-color: #F2F4F7;
  color: #344054;
  padding: 0.4rem;
  font-size: 12px;
  font-weight: 500;
  margin-left: 1.2rem;
}
.lost, .won, .leading, .trailing, .awaiting{
  display: flex;
  text-align: center !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100px !important;
  border-width: 0 !important;
  height: 100%;
}

.awaiting-results-height{
  height: 50vh;
}
.awaiting-results p{
  text-wrap: nowrap;
  width: 100% !important;
  color: #475467;
  font-weight: 500;
  font-size: 40px;
  text-shadow: 2px 2px 5px #1100112E;
}
.awaiting-results{
  display: flex;
  align-items: center !important;
  text-align: center;
  background-color: rgba(237, 237, 237, 0.95);
}
.notContesting{
  margin-left: 52%;
  color: #667085;
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: -0.375rem;
}
.columnOne {
  text-align: left;
  width: 30rem !important;
  min-width:14rem;
}
@media (max-width: 1260px) {
  .custom-table-one th,
  .custom-table-one td,
  .custom-table-two th,
  .custom-table-two td {
    width: 20rem;
    height: 6.4rem;
  }
  .columnOne{
    width: 30rem;
  }
  /* .custom-table-three th,
  .custom-table-three td,
  .custom-table-four th,
  .custom-table-four td {
    width: 10rem !important;
    height: 8rem !important;
  } */
  .lost p,
  .won p {
    width: 3.6rem;
    padding: 0.4rem;
  }
  .trailing p,
  .leading p {
    width: 4.6rem;
    padding: 0.4rem;
  }
}
@media (min-width:600px) and (max-width:948px){
  .custom-table-one th, .custom-table-one td, .custom-table-two th, .custom-table-two td{
    width: 20rem;
    height: 5rem;
    padding: 0.8rem;
  }
  .custom-table-three th,
  .custom-table-three td,
  .custom-table-four th,
  .custom-table-four td {
    height: 4.8rem;
  }
  .sticky {
    position: -webkit-sticky; /* For Safari */
    position: sticky;
    left: 0;
    z-index: 1;
  }
  .tablesDivOne,
  .tablesDivTwo {
    display: block;
    margin: auto 2rem;
  }
  .notContesting{
    margin:-0.4rem 4rem auto 4rem;
  }
}

@media (max-width: 600px) {
  .tablesDivOne,
  .tablesDivTwo {
    display: block;
    margin: auto 2rem;
  }
  .notContesting{
    margin:auto 2.6rem;
  }
}

@media(max-width:480px){
  .tablesDivOne, .tablesDivTwo{
    margin: auto 0.4rem;
  }
  .notContesting{
    margin: auto 1rem;
  }
}

@media (max-width:1100px) {
  .tablesDivOne, .tablesDivTwo{
    display: block;
  }
}