html, body {
	position: relative;
	height: 100%;
}
body{
	min-height: 100vh;
	color: #fff;
	background: url('../images/background.png') #1D093A;
	background-size: 100% auto;
	background-repeat: no-repeat;
	font-family: 'Open Sans','Arial','Verdana';
	letter-spacing: 1px;
}
body.login,body.new{
	background: url('../images/background.png') #1D093A;
	background-size: 100% auto;
	background-repeat: repeat-y;
}
g.ai{
	display: none !important;
}
.form-control,.form-control:focus{
	background-color: transparent;
	box-shadow: none;
}
.form-control{
	border:none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.form-control:focus{
	border-color: #ffbc01;
}
.login .nav-tabs .nav-link{
	text-transform: uppercase;
	color: #fff;
}
.login .nav-tabs .nav-link:hover,.login .nav-tabs .nav-link:focus{
	border-color:transparent;
}
.login .nav-tabs .nav-item.show .nav-link, .login .nav-tabs .nav-link.active{
	background:transparent;
	border:none;
	color: #FFBC01;
	border-bottom: 5px solid #ffbc01;
}
.btn{
	border-radius: 100px;
	padding: 10px 25px;
}
.min-150{
	min-height: 150px;
}
.btn-primary{
	border-radius: 100px;
	padding: 10px 20px;
	color: #000;
	font-weight: 700;
	background-color: #ffbc01;
	border:none;
	transition: transform 0.5s ease;
}
.btn-primary:disbaled,.btn-primary[disabled]{
	background-color: #fff;
	opacity: 0;
}
.btn-primary.fab{
	border-radius: 100px;
	width: 50px;
	height: 50px;
	padding: 5px 5px;
	color: #000;
	font-weight: 700;
	background-color: #ffbc01;
	border:none;
	transition: transform 0.5s ease;
	font-size: 18px;
}
.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle{
	background-color: #E39B00;
	color: #000;
	transform: translateY(-5px);
	transition: transform 0.5s ease;
	box-shadow: none;
}
.btn-primary:focus{
	box-shadow: none;
	border:none;
}
.fab:hover{
	transform: none;
}
.new h1{
	font-size: 72px;
	line-height: 72px;
}
.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.gallery-thumbs .swiper-wrapper{
	/*justify-content: center;*/
}
.swiper-slide {
	display:flex;
	justify-content:center;
	align-items: center;
}
.gallery-top {
	height: 65%;
	width: 100%;
}
.gallery-thumbs {
	height: 30%;
	box-sizing: border-box;
	padding: 10px 0;
	/*width: 90%;*/
	/*overflow: hidden;*/
	/*padding-left: 50px;*/
	/*padding-right: 50px;*/
}
.gallery-thumbs .swiper-slide {
	/*width: 25%;*/
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}
.gallery-top .swiper-slide{
	flex-direction: column;
}
.gallery-top .swiper-slide .table-wrapper{
	border: 20px solid;
	border-radius: 19px;	
	font-size: 25px;
}
.gallery-top .swiper-slide .table-wrapper  table td{
	padding: 0;
	border:5px solid;
	height: 60px;
	width: 50px;
	color: #333;
	font-weight: 700;
	text-align: center;
}
.gallery-top .swiper-slide table td div{
	padding: 5px;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	background: #fff;
	min-height: 30px;
	cursor: pointer;
}
.gallery-top .swiper-slide .claimed table,.gallery-top .swiper-slide .claimed table td div{
	cursor: not-allowed;
}
.claimed,.winner,.rejected{
	position: relative;
}
.claimed:before,.winner:before,.rejected:before{
	content: '';
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	opacity: 0.8;
	border-radius: 19px;
}
.gallery-thumbs .claimed:before,.gallery-thumbs .winner:before,.gallery-thumbs .rejected:before{
	border-radius: 8px;
}
.claimed:after{
	background-image:url('../images/claimed.png'); 
}
.winner:after{
	background-image:url('../images/winner.png'); 	
}
.rejected:after{
	background-image:url('../images/rejected.png'); 	
}
.claimed:after,.winner:after,.rejected:after{
	content: '';
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	width: 120%;
	height: 120%;
	position: absolute;
	top:-10%;
	left:-10%;
}
.winner:after{
	width: 150%;
	height: 150%;
	top:-25%;
	left:-25%;
}

.swiper-wrapper .swiper-slide:nth-child(n) .table-wrapper,.swiper-wrapper .swiper-slide:nth-child(n) table td{
	border-color: #FF7F00;
	background-color: #FF7F00;
}
.swiper-wrapper .swiper-slide:nth-child(2n) .table-wrapper,.swiper-wrapper .swiper-slide:nth-child(2n) table td{
	border-color: #78BA12;
	background-color: #78BA12;
}
.swiper-wrapper .swiper-slide:nth-child(3n) .table-wrapper,.swiper-wrapper .swiper-slide:nth-child(3n) table td{
	border-color: #FFBC01;
	background-color: #FFBC01;
}
.swiper-wrapper .swiper-slide:nth-child(4n) .table-wrapper,.swiper-wrapper .swiper-slide:nth-child(4n) table td{
	border-color: #2A39D2;
	background-color: #2A39D2;
}
.swiper-wrapper .swiper-slide:nth-child(5n) .table-wrapper,.swiper-wrapper .swiper-slide:nth-child(5n) table td{
	border-color: #DD367B;
	background-color: #DD367B;
}
.gallery-thumbs .swiper-slide table td div{
	padding: 5px;
	height: 100%;
	width: 100%;
	border-radius: 8px;
	background: #fff;
	min-height: 30px;
}
.gallery-thumbs .swiper-slide{
	transform: scale(0.5);
}
.gallery-thumbs .swiper-slide-thumb-active{
	transform: scale(0.8);
	transition-duration: 0.3s;
}
.gallery-thumbs .swiper-slide table td{
	padding: 0;
	width: 35px;
	height: 30px;
	min-width: 35px;
	line-height: 20px;
	border:5px solid;
	color: #333;
	font-weight: 700;
	text-align: center;
	font-size: 12px;
}
.gallery-thumbs .swiper-slide .table-wrapper{
	border: 10px solid;
	border-radius: 8px;
}
.logout{
	position: absolute;
	top:10px;
	right:10px;
	z-index: 99999;
}
.logout a{
	color:#ff7f00;
}
.header{
	width: 50%;
	position: absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);
	z-index: 999;
	
}
.header span:not(.active){
	opacity: 0.4;
}
.header .number{
	font-size: 40px;
}
.header .active{
	font-size: 30px;
	text-align: center;
	line-height: 0.9;
}
.header .active small{
	padding-top: 15px;
	display: block;
	font-size: 14px;
}
.number_ticked{
	position: relative;
}
.number_ticked:after{
	content: '';
	display: block;
	height: 90%;
	width: 90%;
	border:red 2px solid;
	position: absolute;
	top:5%;
	left:5%;
	border-radius: 50%;
}
.modal .form-control{
	color: #333;
	border-color: #333;
}


/* Styling for always-open dropdown */
.always-open-dropdown {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    width: 100%;
}

.dropdown-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.dropdown-options {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    max-height: 200px; /* To restrict height */
    overflow-y: auto; /* Add scroll if needed */
}

.dropdown-options li {
    padding: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.dropdown-options li:hover {
    background-color: #f0f0f0;
}

@media all (max-width: 1600px){
	.gallery-thumbs .swiper-slide{
		transform: scale(0.5);
	}
	.gallery-thumbs .swiper-slide-thumb-active{
		transform: scale(0.7);
		transition-duration: 0.3s;
	}
}
@media (max-width: 1025px){
	.header{
		width: 100%;
		position: relative;
	}
	.gallery-top{
		height: auto !important;
	}
	.gallery-thumbs {
		counter-reset: section;
	}
	.gallery-thumbs table{
		display: none;
	}
	.gallery-thumbs .table-wrapper{
		min-height: 70px;
		height: 15vw;
		min-width: 70px;
		width: 15vw;
		border-radius: 100% !important;
	}
	.gallery-thumbs .swiper-slide:before{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		left: 0;
		text-align: center;
		width: 100%;
		height: 100%;
		counter-increment: section;
		content:  counter(section) ;
		font-weight: bold;
		text-shadow: 0 0 9px #000;
		font-size: 40px;
	}
	body{
		background: url(../images/mobile-back.png);
		background-size: cover;
	}
	.gallery-thumbs .claimed:before,.gallery-thumbs .winner:before,.gallery-thumbs .rejected:before{
		border-radius: 100%;
	}
}
@media (max-width: 500px){
	.table-wrapper table{
		width: 100%;
	}
	body.login, body.new{
		background: url('../images/login-back-mobile.png') #1D093A;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.header .active{
		font-size: 60px;
	}
	.gallery-top .swiper-slide form{
		width: 100%;
	}
	.gallery-top .swiper-slide .table-wrapper table{
		width: 100%;
	}
	.gallery-top .swiper-slide .table-wrapper table td{
		height: 18px;
		width: 18px;
	}
	.gallery-top .swiper-slide table td div{
		padding: 2px;
		border-radius: 5px;
		min-height: 9vw;
		min-width: 7vw;
		line-height: 9vw;
	}
	.gallery-top .swiper-slide .table-wrapper{
		border:5px solid;
		border-radius: 5px;
		font-size: 14px;
	}
	.claimed:before, .winner:before, .rejected:before{
		border-radius: 5px;
	}
	
}
@media (max-width: 992px) and (min-aspect-ratio: 13/9) {
	.login-row{
		align-items: center;
	}
	.login-row>div{
		flex:0 0 50%;
		width: 50%;
		margin:0;
		display: inline;
	}
	.login-wrapper{
		margin:0;
		flex:0 0 100%;
		max-width: 100%;
		width: 100%;
		padding-left: 50px;
		padding-right: 10px;
	}
}


.sign {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  /* height: 50%; */
  background-image: radial-gradient(
    ellipse 50% 35% at 50% 50%,
    #6b1839,
    transparent
  );
  transform: translate(-50%, -50%);
  letter-spacing: 2;
  left: 50%;
  top: 50%;
  font-family: "Clip";
  text-transform: uppercase;
  font-size: 6em;
  color: #ffe6ff;
  text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
    -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
    0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
  animation: shine 2s forwards, flicker 3s infinite;
}

@keyframes blink {
  0%,
  22%,
  36%,
  75% {
    color: #ffe6ff;
    text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
  }
  28%,
  33% {
    color: #ff65bd;
    text-shadow: none;
  }
  82%,
  97% {
    color: #ff2483;
    text-shadow: none;
  }
}

.flicker {
  animation: shine 2s forwards, blink 3s 2s infinite;
}

.fast-flicker {
  animation: shine 2s forwards, blink 10s 1s infinite;
}

@keyframes shine {
  0% {
    color: #6b1839;
    text-shadow: none;
  }
  100% {
    color: #ffe6ff;
    text-shadow: 0 0 0.6rem #ffe6ff, 0 0 1.5rem #ff65bd,
      -0.2rem 0.1rem 1rem #ff65bd, 0.2rem 0.1rem 1rem #ff65bd,
      0 -0.5rem 2rem #ff2483, 0 0.5rem 3rem #ff2483;
  }
}

@keyframes flicker {
  from {
    opacity: 1;
  }

  4% {
    opacity: 0.9;
  }

  6% {
    opacity: 0.85;
  }

  8% {
    opacity: 0.95;
  }

  10% {
    opacity: 0.9;
  }

  11% {
    opacity: 0.922;
  }

  12% {
    opacity: 0.9;
  }

  14% {
    opacity: 0.95;
  }

  16% {
    opacity: 0.98;
  }

  17% {
    opacity: 0.9;
  }

  19% {
    opacity: 0.93;
  }

  20% {
    opacity: 0.99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: 0.94;
  }

  28% {
    opacity: 0.98;
  }

  37% {
    opacity: 0.93;
  }

  38% {
    opacity: 0.5;
  }

  39% {
    opacity: 0.96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: 0.97;
  }

  46% {
    opacity: 0.94;
  }

  56% {
    opacity: 0.9;
  }

  58% {
    opacity: 0.9;
  }

  60% {
    opacity: 0.99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: 0.9;
  }

  72% {
    opacity: 0.95;
  }

  93% {
    opacity: 0.93;
  }

  95% {
    opacity: 0.95;
  }

  97% {
    opacity: 0.93;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (max-width: 1200px) {
	/* For mobile phones: */
	.swiper-wrapper {
		height: auto!important;
	}

	.gallery-thumbs {
		height: 25%!important;
	}
  }

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

	.gallery-thumbs {
		height: 15%!important;
	}
  }
