html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 23px;
  line-height: inherit;
  
}
html, body {
  height: 100%;
  margin: 0;
}
/*body {
  background:url(../images/bg-bottom.jpg) bottom center no-repeat #000;
  background-size: contain;
  background-attachment: scroll;
  font-family: 'din_next_lt_procondensed';
}*/
body {
  flex-direction: column;
  justify-content: space-between;
  background: url(../images/bg-bottom.jpg) #000 no-repeat bottom center;
  background-size: contain, cover; 
  background-attachment: fixed; 
  font-family: 'din_next_lt_procondensed';
}


a,
S .sticky,
.logo,
button,
path {
  -webkit-transition: all .5s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

h1 {
  font-size: 29px;
  font-weight: 500;
  color: #2B2B2B;
  line-height: 25px;
  font-family: 'din_next_lt_procondensed';
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -1px;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 20px;
  color: #071D49;
  font-family: 'din_next_lt_procondensed';
  text-transform: uppercase;
}

h3 {
  font-size: 19px;
  font-weight: 600;
  line-height: 22px;
}

p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #071D49;
}

a {
  color:#008BEC;
}
a:hover {
  color: #EC2531;
}

.pr-0 {
  padding-right: 0;
}

.pl-0 {
  padding-left: 0;
}

.container {
  position: relative;
}
.vh-container{
  height: 100vh;
}
header{
 padding: 15px 0; 
}
.register-main{
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 556px;
}
.bg-img-2{
  background:url(../images/bg-2.png) no-repeat top ; 
  height: 556px;
  background-size:cover;
}
.no-gutter{
  --bs-gutter-x: 0rem;
}

.form-control{
  height: 62px;
  border: 1px solid #AAAAAA;
  border-radius: 0;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

input.success {
  background-image: url(../images/form-success.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  border: 1px solid #00CB55 !important;
}

input.error {
  background-image: url(../images/form-error.svg);
  background-repeat: no-repeat;
  background-position: 98%;
  border: 1px solid #FC3B6D !important;
}


.form-group{
  position: relative;
}
.form-group span span{

    display: block;
    padding: 4px 0 0 0;
    width: 100%;
    color: #EC2531;
    font-size: 19px;
}

#mainContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  height: 440px; 
}
.heading-bg-color{
  background: #EFEFEF;
  position: relative;
}

 .sidebar {
  background-color: #000;
  color: #ffffff;
  min-height: 100vh;
}

.sidebar .logo {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.sidebar a {
  color: #ffffff;
  text-decoration: none;
  padding: 13px 15px;
  display: block;
  margin: 8px 5px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 9px;
}
.sidebar a:hover{
  color:#F7CB2F;
}


.sidebar .active {
  background-color: #F7CB2F;
  color: #000000;
  border-radius: 9px;
}
.sidebar .active:hover {
  color: #000000;
}
.table-container {
  overflow-x: auto;
}
.table tr {
  background: #000;
  box-shadow:none;
}
.table td {
  box-shadow:none
}
.table tr.gold-row {
  background-color: #FFEBC2;
}

.table tr.silver-row {
  background-color: #EFEFEF;
}

.table tr.bronze-row {
  background-color: #F2E5E3;
}

.table {
  border-collapse: collapse;
  margin-bottom: 0;
}
.table th, .table td {
  border: none; 
  padding: 14px 25px; 
}
.table th{
  font-size: 14px;
  font-weight: 600;
  color: #797979;
}


.text-right {
  text-align: right; 
}
a i.leader-board-ico{
  background-image: url(../images/leader-board-ico.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}
a.active i.leader-board-ico{
  background-image: url(../images/leader-board-ico-selected.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

a i.played-ico{
  background-image: url(../images/played-ico.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  margin-top: 2px;
}
a.active i.played-ico{
  background-image: url(../images/played-ico-selected.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 14px;
  margin-top: 2px;
}
.input-group .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.bi-search{
  width: 70px;
  background: #F4C53D url(../images/search-ico.svg) no-repeat center;
}

.thumbnail-wrapper {
  width: 64px;
  height: 64px;
  border: 2px solid #A2A2A2;
  border-radius: 50%;
  overflow: hidden; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnail-image {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

/* style for the switch */
.switch-container {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.switch-label {
  font-size: 16px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  border-radius: 15px;
  transition: 0.4s;
  cursor: pointer;
}

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: #6B6B6B; 
  border-radius: 50%;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgba(244, 197, 61, 0.35);
}

input:checked + .slider:before {
  background-color: #F4C53D;
  transform: translateX(30px);
}

.switch-container .yes-label,
.switch-container .no-label {
  font-size: 16px;
}
.table-responsive-scroll {
  max-height: 75vh; /* Adjust height as needed */
  overflow-y: auto;
}
.status-success-msg{
  position: absolute;
  background: #3DC16F url(../images/success-ico2.svg) no-repeat 25px 19px;
  width: 100%;
  left: 0;
  top: 0;
  height: 70px;
  padding:0 25px 0 67px;
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.status-success-msg span{
  color: #fff;
}
.status-success-msg span strong{
  color: #fff;
  padding-right: 7px;
  font-weight: 600;
}
.close-success{
  width: 21px;
  height: 21px;
  background:url(../images/close-ico-2.svg) no-repeat;
}


.status-error-msg{
  position: absolute;
  background: #F65A5A url(../images/error-ico2.svg) no-repeat 25px 19px;
  width: 100%;
  left: 0;
  top: 0;
  height: 70px;
  padding:0 25px 0 67px;
  color: #fff;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal;
}
.status-error-msg span{
  color: #fff;
}
.status-error-msg span strong{
  color: #fff;
  padding-right: 7px;
  font-weight: 600;
}

.replay-btn {
  background: #a48d29;
  color: #fff;
  border: none;
  margin: 10px 0px;
  border-radius: 6px;
  padding: 11px 37px;
  font-size: 27px;
  transition: background 0.3s ease;
  font-weight: 600;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'din_next_lt_procondensed';
}
.replay-btn:focus,
.replay-btn:active,
.replay-btn:hover {
  background: #665a24;
  color: #fff;
}

.ready-play-status {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  font-family: 'din_next_lt_procondensed';
}


.tbl-content{
  color: #fff;
  font-size:22px;
}
.modal-content{
  border-radius: 1rem;
}
.close-popup{
  width: 17px;
  height: 17px;
  background:url(../images/close-ico-dark.svg) no-repeat;
  margin-right: 10px;
}
.error-msg-search{
  font-size: 14px;
    color: red;
    margin-top: -17px;
    display: block;
    text-align: right;
    margin-right: 23px;
    margin-bottom: 7px;
}
.back-btn{
  width: 37px;
  height: 37px;
  background:url(../images/back.svg) no-repeat;
  margin-right: 15px;
}
.palyed-question{
  font-size: 4vw;
  font-family: 'din_next_lt_proMdCn';
  color: #fff;
}
.success-msg-txt{
  font-size: 52px;
  font-family: 'din_next_lt_proMdCn';
  color: #fff;
  text-align: center;
}


.sucess-head {
  font-family: 'silvertonewoXcondalternateosf';
  background: #a48d29;
  font-size: 6vw;
  padding: 0 17px;
  color: #fff;
  letter-spacing: 3px;
  line-height: normal;
}

.leaderboard-head h1{
  font-family: 'silvertonewoXcondalternateosf';
  font-size: 7vw;
  padding: 0 17px;
  color: #fff;
  letter-spacing: 3px;
  line-height: normal;
}
.leaderboard-head{
  font-family: 'silvertonewoXcondalternateosf';
  background: #a48d29;
  font-size: 7vw;
  padding: 0 17px;
  color: #fff;
  letter-spacing: 3px;
  line-height: normal;
}


.custom-height {
  height: calc(60vh - 100px); /* Adjust 80px to the height of your header */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.radiant-btn {
  font-family: 'din_next_lt_procondensed';
  background: #a48d29;
  color: #fff;
  border: none;
  border-radius: 15px;
  height: 80px;
  font-size: 40px;
  transition: background 0.3s ease;
  width: 100%;
  font-weight: 600;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Add subtle shadow */
}
.radiant-btn:hover,
.radiant-btn:focus,
.radiant-btn:active {
  background: #665a24;
  color: #fff !important;
}

.radiant-no-btn {
  font-family: 'din_next_lt_procondensed';
  background: #fff;
  color: #000000;
  border: 2px solid #a48d29;
  height: 80px;
  border-radius: 15px;
  font-size: 40px;
  transition: background 0.3s ease;
  width: 100%;
  font-weight: 600;
}
.radiant-no-btn:hover {
  background: #F1F1F1;
}
.outer-wrapper {
  width: 80%;
}

.outer-wrapper .welcome {
  padding: 60px 0;
}

.outer-wrapper .welcome .bottom-wrap span.trivia {
  font-family: 'silvertonewoXcondalternateosf';
  background: #a48d29;
  font-size: 300px;
  padding: 10px;
  color: #fff;  
}

.outer-wrapper .btn-wrap {
  margin: 30px 0;
}

.outer-wrapper .btn-wrap button {
  font-family: 'din_next_lt_procondensed';
  height: 80px;
  background: #a48d29;
  border: none;
  border-radius: 15px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.outer-wrapper .btn-wrap button:hover,
.outer-wrapper .btn-wrap button:focus,
.outer-wrapper .btn-wrap button:active {
  background: #665a24;
}
.footer-wrap {
  width: 90%;
  color: #fff;
  padding:45px 0 0 0;
}

.footer-wrap .footer-top .imp-info {
  font-family: 'din_next_lt_probold_condensed';
  font-size: 18px;
  padding-left: 40px;
}
.footer-txt-normal {
    font-weight: normal;
    font-size: 15px;
    font-family: 'din_next_lt_procondensed';
}

.footer-wrap span {
  font-family: 'din_next_lt_procondensed';
  font-size: 14px;
}

.register-form .form-group {
  margin-bottom: 20px;
  font-family: 'din_next_lt_procondensed';
}

.register-form .form-control {
  border-radius: 0;
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
}

.register-form .form-control:focus {
  border-color: #a48d29;
  box-shadow: 0px 0px 10px #a48d29;
}
h1.main-heading{
  font-size: 6vw;
  color: #a48d29;
  font-family: 'silvertonewoXcondalternateosf';
}
.border-for-table{
   border: 3px solid #a48d29;
}


table, td, th, tr {
  border: none;
  border-spacing: 0;
}
.canvas-wrapper{
  position: relative;
  overflow: hidden;
}
canvas#fireworksCanvas {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 1800px;
  display: block;
}
.tr-between-line tr{
  border-bottom: 1px solid #a48d29;
}
.leaderboard-tbl{
  min-height: 400px;
}
.leaderboard-tbl th, .leaderboard-tbl td{
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
}
.leaderboard-tbl th{
  color: #a48d29;
}
.leaderboard-tbl td{
  padding: .5rem ;
}
.leaderboard-tbl tr {
  transition: color 0.5s ease;
}

.leaderboard-tbl tr.gold td {
  color: #a48d29;
}
.footer-txt-normal{
  font-weight: normal;
  font-size: 15px;
  font-family: 'din_next_lt_procondensed';
}
.modal-header {
  border-bottom: 1px solid #a48d29;
}
.modal-body h3{
  font-size: 26px;
}
.drawing-line{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 5;

}

.content {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.drawing-line svg {
  width: 100%;
  height: 100%;
  display: block; /* Remove extra gaps */
}

.fade-up {
  opacity: 0;
  transform: translateY(20px); /* Initial position: 20px lower */
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 3.4s; /* Start animation after 2 seconds */
}


@keyframes fadeUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0); /* End position */
  }
}

.fade-up-nodelay {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease-out forwards;
}
@keyframes fadeUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0); /* End position */
  }
}


.fade-up-main-head {
  opacity: 0;
  transform: translateY(20px); /* Initial position: 20px lower */
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0.5s; /* Start animation after 2 seconds */
}

@keyframes fadeUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0); /* End position */
  }
}
.fade-up-sub-head {
  opacity: 0;
  transform: translateY(20px); /* Initial position: 20px lower */
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 1s; /* Start animation after 2 seconds */
}

@keyframes fadeUp {
  0% {
      opacity: 0;
      transform: translateY(20px);
  }
  100% {
      opacity: 1;
      transform: translateY(0); /* End position */
  }
}

.width-expand-main {
  opacity: 0;
  transform: translateY(20px); /* Initial position: 20px lower */
  animation: fadeUp 1s ease-out forwards;
  animation-delay: 0s; /* Start animation after 2 seconds */
}

@keyframes widthExpand {
  0% {
    opacity: 0;
    transform: translateY(20px);
}
100% {
    opacity: 1;
    transform: translateY(0); /* End position */
}
}

.min-h-300{
  min-height: 300px;
}

@media only screen and (max-width: 600px) {

  .sidebar {
    background-color: #000;
    color: #ffffff;
    min-height: auto;
}
.footer-top .img-wrap {
  width: 80%;
  margin: auto;
  margin-bottom: 32px;
}
.footer-wrap .footer-top .imp-info {
  padding-left: 0;
}
.outer-wrapper .welcome {
  padding: 30px 0;
}

.outer-wrapper .btn-wrap {
  margin: 30px 0;
}
canvas#fireworksCanvas {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, -50%);
  width: 375px;
  height: 800px;
  display: block;
}
}


@media only screen and (min-width: 1400px) {
  .leaderboard-head {
    font-family: 'silvertonewoXcondalternateosf';
    background: #a48d29;
    font-size: 6vw;
    padding: 0 17px;
    color: #fff;
    letter-spacing: 3px;
    line-height: normal;
  }
  
}
@media only screen and (min-width: 1200px) {
  .outer-wrapper {
    width: 60%;
  }

  .footer-wrap {
    width: 70%;
  }

  .header-wrap {
    width: 65%;
  }
  .full-width{
    width: 50%;
  }
}

#myVideo {
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;  
  height: 100%;   
  object-fit: contain;  
  z-index: -1; 
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
}
.played-container{
  
}
.contetnt-flex {
  flex: 1;
  display: block;
}

.footer-played {
  height: 50px;
}

.played-status {
    color: #34FF3C;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 5px;
}

.not-played-status {
    color: #FE9F56;
    text-transform: uppercase;
    font-size: 20px;
    padding-top: 5px;
}