
.wrapper {
  width: 100%;
  min-height: 100vh;
  background-image: url("../images/background/bg.png");
  background-color:#132761;
  
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.count_clock span {
  width: 200px;
  font-size: 2.24875rem;
  padding-left: 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  background: -webkit-linear-gradient(#ff512f, #f09719);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.count_progress {
  width: 72px;
    height: 46px;
  line-height: 100px;
  background: none;
  margin: 0 auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* position: absolute; */
  top: -9%;
    right: 1%;
}
.count_box h4 {
    color: #000;
    width: 100%;
    font-size: 16px;
    /* top: -68px; */
    /* right: 10%; */
	z-index: 8;
    position: relative;
	    line-height: 24px;
	    margin-left: 32px;
}

.count_progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  /* border: 5px solid #132761; */
  position: absolute;
  top: 0;
  left: 0;
}
.count_box.position {
    position: absolute;
    top: -13%;
    right: 0;
}
.video-bg.position-absolute {
    display: none;
}

div#value {
    font-size: 16px;
    background: #10255e;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:5px;
}

.count_progress.clip-1:after {
  clip: rect(0rem, 9.5em, 4em, 4rem);
}
.count_progress.clip-2:after {
  clip: rect(0rem, 9.5em, 8em, 3rem);
}
.count_progress.clip-3:after {
  clip: rect(0rem, 7.5em, 8em, 2rem);
}
.count_progress.clip-4:after {
  clip: rect(0rem, 7.5em, 8em, 0rem);
}
.count_progress > span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.count_progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 30px;
  background-color: #ffffff;
  font-size: 25px;
  color: #222222;
  line-height: 89px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
  font-weight: 600;
  display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 18px;
}


.multisteps_form {
  max-width: 56.25rem;
  /* min-height: 45.9375rem; */
  margin: 5rem auto;
  margin-top:180px;
  border-radius: 0.625rem;
  background-image: url("../images/background/rounded-rectangle.png"), url("../images/background/rounded-rectangle-2.png");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-color: #fff ;
  padding:20px;
      border: 2px solid #bababa;
}

.multisteps_form.height-auto{
	height: auto;
    min-height: auto;
	 padding-bottom: 50px;
	 background-image: url("../images/background/resultinside.jpg");
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  
}

.multisteps_form.height-auto .popup-score{
	background:none;
}

.form_btn {
    margin-top: 35px;
}

.question_number.text-center.text-uppercase.text-white {
    display: flex;
    justify-content: left;
    align-items: center;
}

.upper-work {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom:20px;
	 padding-right: 8px;
}
.upper-work span {
    border: 1px solid #10255e;
    color: #10255e;
    padding: 10px;
    padding: 0.5rem 1.5rem;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
	display: flex;
    justify-content: center;
    align-items: center;
}

.upper-work img {
    /* filter: brightness(0) saturate(100%) invert(99%) sepia(4%) saturate(117%) hue-rotate(28deg) brightness(115%) contrast(100%); */
    filter: brightness(0) saturate(100%) invert(10%) sepia(82%) saturate(2316%) hue-rotate(214deg) brightness(88%) contrast(94%);
	    margin-right: 3px;
		    width: 22px;
			margin-top:-2px;
}
.question_title.text-center.text-uppercase img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.multisteps_form_panel {
  display: none;
}

.question_title h1 {
  color: #2f3146;
  font-size: 3.125rem;
  padding: 3.8rem 5rem;
  font-weight: 800;
}

.question_number span {
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  background: #132761;
    color: white;
}

.form_items {
  padding: 1rem;
}
.form_items li {
  /* padding-left: 56px; */
  /* margin-bottom: 1.875rem; */
  /* margin-top: 1.3rem; */
}

.form_items li label {
  font-size: 1.375rem;
  color: #636363;
  font-weight: 500;
  cursor: pointer;
}
.form_items li input {
  /* display: none; */
}
.form_items li:after {
  /* content: ""; */
      /* width: 30px; */
    /* height: 30px; */
  /* top: 50%; */
  /* left: 14px; */
  /* -webkit-transform: translateY(-50%); */
          /* transform: translateY(-50%); */
  /* position: absolute; */
  /* border-radius: 100%; */
  /* border: 3px solid #e3e3e3; */
  /* cursor: pointer; */
}
.form_items li:before {
  content: "\f111";
  top: 50%;
  left: 21px;
    font-size: 16px;
  line-height: 1;
  font-weight: 900;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-linear-gradient(#2632ed, #2632ed7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
  position: absolute;
  font-family: "FontAwesome";
  display: none;
}
.form_items li.active label {
  background: -webkit-linear-gradient(#2632ed, #2632ed7a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form_items li.active:before {
  display: block;
  z-index: 2;
}
.form_items li.active:after {
  border-color: #4d52eb;
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.next_btn {
  font-size: 16px;
    font-weight: 500;
  padding: 0.84375rem 4.375rem;
  outline: none;
  border: none;
 
  background: #132761;
}
.next_btn:hover {
  color: #fff !important;
      background: #132761;
}

.prev_btn {
  color: #2f3146;
  font-size: 1.375rem;
  left: 55px;
  bottom: 26px;
  font-weight: 700;
  background: none;
}


/**progress-bar**/

.zoom_outer {
    overflow: hidden;
	border: 2px solid black;
    border-radius: 5px;
    margin-top: 42px;
}

.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 9; /* Sit on top */
  padding-top: 70px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
    display: block;
    width: 90%;
    object-fit: cover;
    max-height: 500px;
}

/* Add Animation */
.modal-content {  
  animation-name: zoom;
  animation-duration: 0.6s;
}
/*
@keyframes zoom {
  from {transform: scale(0.1)} 
  to {transform: scale(1)}
}*/

/* The Close Button */
.close {
  position: absolute;
  top: 2px;
  right: 32px;
  color: #ffffff;
  font-size: 74px;
  font-weight:lighter;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #979797;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.tab-pane .toZoom{
    width: 100%;
    
    aspect-ratio: 16 / 9;
    max-height: 100%;
    object-fit: cover;
	cursor:crosshair;
	
}


.picture-heading{
	     padding: 24px 0 0px;
}
.picture-heading h3{
	 font-size:30px;
}
.picture-heading-1{
	text-align:left;
	     padding: 0px 0 0px;
}

.text-right {
    text-align: center!important;
}


/****noUi slider****/

.slider{
  width:100%;
}
.slider::before, .slider::after{
  position:absolute;
  top:-20px;
  display:block;
  font-size:13px;
  text-transform:uppercase;
      color: rgb(0 0 0);
  font-weight:500;
}
.slider::before{
  content:attr(data-min);
  left:0px;
}
.slider::after{
  content:attr(data-max);
  right:0px;
}

/*Custom noUISlider CSS*/
.noUi-pips {
    position: absolute;
    color: #000;
}
.noUi-connects {
    border-radius: 3px;
    background-color: #e1e1e1;
    height: 12px;
}

.slider-year-selector {
    box-shadow: 0.3em 0.3em 0.4em #babcc1 inset, -0.3em -0.3em 0.4em #cccccc inset;
    padding: 40px 24px 75px 24px;
    border-radius: 6px;
}

.noUi-tooltip {
    display: block;
    transition:all 0.2s ease-in-out;
}
.noUi-active .noUi-tooltip {
    display: block;
    color:#ff434b;
}
.noUi-target{
  background:transparent;
  border:none;
  box-shadow:none;
}

/*handle*/
.noUi-handle{
  width:85px !important;
  height:36px !important;
  border:none;
  background:#26a9e0;
  box-shadow: 0 8px 20px 0 rgba(40,39,33,0.20);
  border-radius: 24px;
  transition:all 0.2s ease-in-out;
}
.noUi-handle:focus{
  outline:none;
  box-shadow: 0 4px 20px 0 rgba(40,39,33,0.60);
}
.noUi-handle:hover{
  cursor:grab;
}
.noUi-handle:active{
  cursor:grabbing;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle{
  right:-42.5px;
  top:-14px;
}
.noUi-tooltip{
  border:none;
  background-color:transparent;
}
.noUi-horizontal .noUi-tooltip{
  font-size: 15px;
    font-weight: 600;
    top: 53%;
    left: 53%;
  bottom:auto;
  transform:translate(-50%, -50%);
      color: white;
}
.noUi-handle::before, .noUi-handle::after{
  width: 0; 
  height: 0;
  top:50%;
  transform:translateY(-50%);
  background:none;
}
.noUi-handle::before{
  left:16px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right:5px solid #ffffff; 
}
.noUi-handle::after{
  left:auto;
  right:16px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-left:5px solid #ffffff; 
}

.slider-year-selector {
        margin: 16px 0 10px 0;
}


/*pips*/
.noUi-marker-horizontal.noUi-marker{
  width:1px;
  height:6px;
  margin-left:0;
 background: rgb(0 0 0);
}
.noUi-marker-horizontal.noUi-marker-large{
  height:12px;
}
.noUi-marker-horizontal.noUi-marker-large:first-child, .noUi-marker-horizontal.noUi-marker:nth-last-child(2){
  height:24px;
  transform:translateY(-4px)
}
.noUi-value.noUi-value-horizontal.noUi-value-large{
 font-size: 13px;
    font-weight: 700;
    margin-top: 14px;
  display:none;
}
.noUi-value.noUi-value-horizontal.noUi-value-large:nth-child(2), .noUi-value.noUi-value-horizontal.noUi-value-large:last-child{
  display:none;
}

@media all and (min-width:768px){
  .noUi-value.noUi-value-horizontal.noUi-value-large{
    display:block;
  }
}

/****noUi slider****/






































.hero-img {
   /* height: 100vh;*/
}

.hero-img:after {
    background: #c5e7f3;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: linear-gradient( 270deg, #ff434b 0%, rgb(255,167,35) 100%) !important; */
	z-index:-1;
}

header#myHeader {
    z-index: 9;
    position: relative;
}

.pos-rel {
    position: relative;
    z-index: 8;
}

img.thumbnails {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    max-height: 100%;
}

.center-align .wrapper {
    display: unset;
    vertical-align: unset;
    width: unset;
}

.center-align {
    display: block;
    height: unset;
}

.picture-heading {
    text-align: left;
}#fullscreencanvas img { 
    padding: 50px;
}

.selectYear ul {
   
}

.selectYear ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px; */
    /* border-radius: 110px; */
    position: relative;
}

.selectYear ul li h4 {
    margin-bottom: 0;
}

.selectYear ul li input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.selectYear ul li input:checked ~ div {
    background: red;
        padding: 11px 20px;
    border-radius: 110px;
    width: 100%;
}

.selectYear li div {
    background: #ebebeb;
    padding: 20px;
    border-radius: 110px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selectYear {
    margin-top: 0px;
	padding: 20px 0;
}

.selectYear ul {
    /* display: grid; */
    /* grid-template-columns: repeat(2, 1fr); */
    /* gap: 20px; */
    /* list-style: none; */
}

.selectYear ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px; */
    /* border-radius: 110px; */
    position: relative;
}

.selectYear ul li h4 {
    margin-bottom: 0;
}

.selectYear ul li input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}



.selectYear li div {
    background: #ebebeb;
        padding: 11px 20px;
    border-radius: 110px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
	border: 1px solid #132761;
	background:white;
}
.selectYear li div h4 {
	font-size:18px;
}
.selectYear li div i {
    opacity: 0;
}
h2.q-heading {
    text-align: center;
    margin: 50px 0;
    font-size: 32px;
    padding: 0px 40px;
}


/*****scorepopup-section*****/

.scorepopup-section{
		display:none;		

}
.scorepopup-section-2{
		display:none;		

}
.scorepopup-section-3{
		display:none;		

}
.scorepopup-section-4{
		display:none;		

}
.scorepopup-section-5{
		display:none;		
}
.scorepopup-section-6{
		display:none;		
}
.scorepopup-section-7{
		display:none;		
}
.scorepopup-section-8{
		display:none;		
}
.scorepopup-section-9{
		display:none;		
}
.scorepopup-section-10{
		display:none;		
}
.scorepopup-section-11{
		display:none;		
}
.scorepopup-section-12{
		display:none;		
}
.scorepopup-section-13{
		display:none;		
}
.scorepopup-section-14{
		display:none;		
}
.scorepopup-section-15{
		display:none;		
}

.ajax .scorepopup-section{
	display:block;
	
}

.ajax-2 .scorepopup-section-2{
	display:block;
	
}
.ajax-3 .scorepopup-section-3{
	display:block;
	
}
.ajax-4 .scorepopup-section-4{
	display:block;
	
}

.ajax-5 .scorepopup-section-5{
	display:block;
	
}
.ajax-6 .scorepopup-section-6{
	display:block;
	
}
.ajax-7 .scorepopup-section-7{
	display:block;
	
}
.ajax-8 .scorepopup-section-8{
	display:block;
	
}
.ajax-9 .scorepopup-section-9{
	display:block;
	
}
.ajax-10 .scorepopup-section-10{
	display:block;
	
}
.ajax-11 .scorepopup-section-11{
	display:block;
	
}
.ajax-12 .scorepopup-section-12{
	display:block;
	
}
.ajax-13 .scorepopup-section-13{
	display:block;
	
}
.ajax-14 .scorepopup-section-14{
	display:block;
	
}
.ajax-15 .scorepopup-section-15{
	display:block;
	
}


h3.popup-head {
    text-align: left;
    text-transform: capitalize;
    color: #329522;
    /* background: #26a9e0; */
    font-size: 30px;
    /* font-family: 'Tilt Prism', cursive; */
    /*text-shadow: 1px 1px 1px #fff, 1px 1px 4px #000000;*/
    border-radius: 6px;
	margin-bottom: 20px;
	font-weight: 700;
}
h3.popup-head.mcq {
	font-size:33px;
}
	
span.score {
    font-size: 34px;
	    margin: 4px 0 8px;
}

span.score strong.low-score{
	color:red;
}
span.score strong.medium-score{
	color:#ff9400;
}
span.score strong.high-score{
	color:green;
}

.total-score {
    font-size: 40px;
    /* font-family: 'Tilt Prism', cursive; */
    /*text-shadow: 1px 1px 1px #fff, 1px 1px 4px #000000;*/
    /* background: #26a9e0; */
    color: black;
       margin-top: 6px;
    border-radius: 6px;
	margin-bottom: -5px;
}
.u_result, .p_result {
    background-color: rgb(245, 245, 245);
    width: 100%;
    height: 52px;
    border-radius: 50px;
    margin-bottom: 5px;
    position: relative;
    display: flex;
    overflow: hidden;
}
.u_score, .p_score {
    height: 100%;
    min-width: 50%;
    font-size: 20px;
    
    color: rgb(0, 0, 0);
    font-weight: 600;
    background-color: rgb(226, 226, 226);
    border-radius: 50px;
    display: grid;
    align-content: center;
    text-align: left;
    padding-left: 50px;
    position: relative;
    z-index: 10;
}
.u_prcnt, .p_prcnt {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50px;
    height: 100%;
    width: 65%;
    background-color: rgb(237, 237, 237);
    z-index: 9;
    font-size: 22px;
   
    color: rgb(0, 0, 0);
    font-weight: 600;
    display: grid;
    align-items: center;
    text-align: right;
    padding-right: 50px;
}
.u_result span, .p_result span {
    font-size: 20px;
    
    color: rgb(0, 0, 0);
    font-weight: 600;
    display: grid;
    align-items: center;
    text-align: end;
    width: -webkit-fill-available;
    padding-right: 80px;
}


.final-total-score{
	font-size: 45px;
	
    color:black;
		border-radius: 6px;
		padding: 8px 20px;
    line-height: 50px;
}
.highest-score{
	font-size: 45px;
    color: black;
		border-radius: 6px;
		padding: 8px 20px;
    line-height: 50px;
}
	

.popup-score {
   /* border-radius: 10px;*/
   /* border-top: 1px solid #dbdbdb; */
   border-bottom: 1px solid #dbdbdb;
   
	padding-top:40px;
	padding-Bottom:40px;
    /*box-shadow: 0 4px 18px 0 rgb(106 104 96 / 49%);*/
	background: white;
    margin: auto;
	
	text-align: center;
	display: block !important;
}



.photo-year{
	/*background-color:#26a9e0;*/
	color:black;
	border-radius: 6px;
    padding: 4px 25px 5px;
	    font-size: 30px;
		margin-bottom: 0;
}
.photo-year strong{
	font-weight:700;
}
.photo-answer{
	/*background-color:#26a9e0;*/
	color:black;
	border-radius: 6px;
    padding: 6px 25px 5px;
	    font-size: 30px;
		    margin-bottom: 0;
}
.photo-answer strong{
	font-weight:700;
}

/* The Close Button */
.close1 {
	outline: none;
    border: none;
    background: #ffffff00;
    position: absolute;
    top: 4%;
    right: 0%;
    transform: translate(-50%, -50%);
    color: #000000;
    font-size: 34px;
    font-weight: lighter;
    transition: 0.3s;
}

.close1:hover,
.close1:focus {
  text-decoration: none;
  cursor: pointer;
}

/****Game-Review-start****/
.page-ath-content.register-form-content.game-review{
	background:transparent;
}

.pagemainheading{
	color: #000000;
    font-size: 32px;
    margin-bottom: -26px;
    margin-top: 30px;
    text-align: center;
}
.game-review-sectionscore {
	text-align:center;
}
.game-review-sectionscore .score{
margin:12px;
}	
.game-review-sectionscore .photo-year{
	margin-bottom:-5px;
}
.Round-review-score{
	margin-top:28px;
	text-align:center;
    padding: 14px 16px;
    border-radius: 10px;
	background:white;
	box-shadow: 0px 4px 12px 3px rgb(38 169 224 / 40%);
}
.Round-review-score.coupons-win-detail{ 
    padding: 0px 0px;
}

.tab-pane .Round-review-score:nth-child(1){
	margin-top:0px;
}
.Round-review-score .picture-heading-1 h3 {
    font-size: 22px;
    font-weight: 600;
    color: white;
    background-color: #26a9e0;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 6px;
    margin-bottom: -22px;
	
}
.share-score-card{
	margin-top:30px;	
}
	
.share-score-card .social-link ul .li-1 a{
	color:white;
	border: 2px solid #285da1;
    background: #285da1;
}
.share-score-card .social-link ul li a {
    width: 38px;
    height: 38px;
	border-radius:5px;
	font-size: 16px;

}

.share-score-card .social-link ul .li-2 a{
	background: #03a9f4;
	 border: 2px solid #03a9f4;
	 color:white;
}
.share-score-card .social-link ul .li-3 a{
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
box-shadow: 0px 3px 10px rgba(0,0,0,.25);
 border: 2px solid #d6249f;
     color: white;
}

.share-score-card .social-link ul .li-1 a:hover{
	color:#285da1;
    border: 1px solid #285da1;
    background-color: transparent;
}
.share-score-card .social-link ul .li-2 a:hover{
	color:#03a9f4;
    border: 1px solid #03a9f4;
    background-color: transparent;
}
.share-score-card .social-link ul .li-3 a:hover{
	color: #d6249f;
    border: 1px solid  #d6249f;
    background: transparent;
}




/****Game-Review-end****/


/**** signin-start ****/ 

form.signin-form-page {
    padding: 6px 16px;
}

.signin-head h2 {
    font-size: 31px;
    color: black;
    font-weight: 600;
	text-align: center;
}

.additional-u .name {
    font-size: 16px;
        font-weight: 500;
    margin-bottom: 8px;
    margin-top: 8px;
    color: #556260;
    display: inline-block;
}

.additional-u .input-text {
    margin-bottom: 14px;
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 8px;
    font-size: 16px;
    width: 100%;
    color: #807e7e;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none;
    padding: 9px 16px;
    box-sizing: border-box;
}
.additional-u .input-text:focus {
	border-color:#26a9e0;
}

.shipping-address {
    margin-bottom: 12px;
}
.forgot-p {
   color: #26a9e0 !important;
    font-size: 16px;
   
}
.forgot-rember-flex{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.checkbox {
    display: inline-block;
    color: #556260;
    font-size: 16px;
    font-weight: 600;
	
}
.next-page-link span {
    display: inline-block;
    color: #556260;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}
.next-page-link {
    text-align: center;
    margin-top: 14px;
}

.next-page-link .new-cannamed:before {
    width: 127px;
    height: 1px;
    background: #55626070;
    position: absolute;
    content: "";
    top: 10px;
    right: -134px;
}
a.sign-up-link {
    color:#26a9e0;
}
.next-page-link .new-cannamed:after {
    width: 127px;
    height: 1px;
    background: #55626070;
    position: absolute;
    content: "";
    top: 10px;
    left: -134px;
}

.signin-button .learn-more-btn-1-1 {
    background: #26a9e0;
    color: #ffffff;
    font-size: 18px;
	font-weight: 700;
    width: 100%;
    border-radius: 8px;
    padding: 10px 24px;
    border: 1px solid #26a9e0;
    transition: .3s all ease;
    cursor: pointer;
	    margin-top: 30px;
}
.row.sign-up-page {
	flex-direction:column;
	width:560px;
	    margin: auto;
}


/**** signin-end ****/

/**** signup-start ****/

.checkbox .terms-condition{
	text-decoration: underline;
    text-underline-position: under;
    color: #26a9e0;
}
.signin-button.send-otp {
    display: flex;
    justify-content: right;
	align-items:center;
}
.signin-button.send-otp .next-step {
    margin-top: 10px;
}
.signin-button.send-otp .next-step span {
    padding: 8px 30px;
    border-radius: 8px;
}
.additional-u.enter-otp {
    display: flex;
    justify-content: left;
    /* align-items: center; */
    gap: 14px;
    margin-top: 22px;
}

/**** signup-end ****/

/**** forgot-password-start ****/
.signin-form-page h4 {
    font-size: 16px;
    font-weight: 500;
    color: #26a9e0;
    margin-bottom: 22px;
	text-align: center;
}
/**** forgot-password-end ****/

/**** coupon-start ****/

.row.justify-content-center.coupon-page-1{
	flex-direction:column;
}

.page-ath-content.register-form-content.coupon-page{
	padding:0;
}
..Coupon-won{
	position:relative;
}

.Coupon-won h2{
	color:white;
	background-color:#26a9e0;
	text-align:center;
	padding:10px 30px;
	    border-radius: 6px 6px 0 0;

}
.Coupon-details {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Coupon-details.Aftergame-win {
    display: flex;
    justify-content: center;
    align-items: center;
	position: unset;
    transform: unset;
	    margin: 40px;
}

.about-coupon {
    padding: 35px;
   /**border: 1px solid black;**/
    border-radius: 10px;
	text-align:center;
	    background-color: #dadada5e;
}
.about-coupon-details {
	position: relative;
    padding: 35px;
   /**border: 1px solid black;**/
    border-radius: 10px;
	text-align:center;
	    background-color: white;
}

.about-coupon-details h4 {
    font-size: 32px;
	
}
.about-coupon h4 {
    font-size: 32px;
	
}

.about-coupon-details span {
    color: #555555;
    font-size: 17px;
    margin-bottom: 16px;
}
.about-coupon span {
    color: #555555;
    font-size: 17px;
    margin-bottom: 16px;
}

span.coupon-code {
    font-size: 26px;
    text-transform: uppercase;
    color: #26a9e0;
    border: 2px dashed #26a9e0;
    padding: 6px 15px 2px;
    display: inline-block;
}
.Coupon-won .expired-date{
	font-size:15px;
	margin-top: -6px;
}
.Coupon-details .score{
	font-size: 38px;
    color: black;
    margin-top: -2px;
	margin-bottom:0;
}
.Coupon-details .score strong{
	color:#26a9e0;
}
.Coupon-won .close1 {
    top: 7%;
    right: -9%;
}

.confirm-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_btn{
	display: flex;
    justify-content: center;
    align-items: center;
}
	
.next_btn.rounded-pill.text-uppercase.text-white span a {
    color: white;
	font-size: 16px;
    font-weight: 500;
}
/**** coupon-end ****/

/**** profile-start ****/

.signin-form {
    display: grid;
    grid-template-columns: 100%;
   
    gap: 0%;
    border-radius: 0 !important;
    align-items: start;
}
.signin-page {
    background: #fff;
    border-radius: 10px 0px 0px 10px;
    padding: 0;
    position: relative;
}
.signin-page-1 {
    background: white;
    border-radius: 0 10px 10px 0;
    padding: 0;
    position: relative;
	width: 88%;
    margin: 0 auto;
}
.myaccount-information h3 {
    /* padding-top: 17px; */
    text-align: center;
    padding: 12px 0;
    background: #fff;
    border-radius: 10px 0 0 0px;
    margin-bottom: 0;
    color: black;
}
 /* 
.signin-page-1 .signin-head h2{
	text-align: center;
    padding: 12px 0;
    background: #dadada94;
    border-radius: 10px 0 0 0px;
    margin-bottom: 0;
} */
.account-box-1 {
    background: #ffffff;
    border-bottom: 1px solid #d7d7d7;
    padding: 17px 16px;
    border-radius: 0;
    transition: 0.6s;
    display: flex;
	color: #556260;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
	transition:.3s all ease;
}

.account-box-1:nth-child(5) {
	border-radius:0 0 0 10px;
}
.account-box-1:hover{
	background-color:#26a9e0;
	color:white;
	transition:.3s all ease;
	 border-bottom: 1px solid #26a9e0;
}
.active-2, .account-box-1:hover {
    background: #132761;
    border: none;
	border-top: 1px solid white;
}
.account-box-1:hover i{
  color: white;
}

.active-2, .account-box-1:hover i{
  color: white;
}


.account-box-1 h6 {
    font-weight: 500;
	margin-bottom: 0;
	    font-size: 17px;
}

.delet-account {
    text-align: center;
    padding: 30px 0 10px 0;
    line-height: 27px;
}
.delet-account i {
    font-size: 11px;
    background: red;
    color: white;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
	padding: 8px;
}
.delet-account span {
    font-size: 14px;
    color: black;
    font-weight: 500;
    text-underline-position: under;
}
.page-ath-content.register-form-content.profile-section{
	background:transparent;
}
.form-group {
    padding-top: 18px;
	    margin-bottom: 0;
}
.detail-btn {
    padding: 14px;
    font-size: 15px;
    width: 100%;
    font-weight: 600;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
}
.detail-btn:focus {
    border-color:#26a9e0;
	outline:#26a9e0;
}
.signin-form-page.profile-page{
	padding:25px;
}
.form-group label {
    font-size: 18px;
    margin-bottom: 2px;
	    color: #556260;
}

/**** profile-end ****/

/**** logout-start ****/

.Coupon-details.pd-0 {
	padding:0;
}
.Coupon-details.pd-0 h4{
	font-size:23px;
}
	
a.profile-icon {
    font-size: 17px;
    background: #132761;
    border: 1px solid #132761;
    color: #ffffff;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    padding: 12px 13px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.logout-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:14px;
}
a.Cancel {
    background: white;
    padding: 6px 24px;
    border-radius: 50px;
    font-size: 16px;
}
a.logout{
    background: #26a9e0;
	color:white;
    padding: 6px 24px;
    border-radius: 50px;
    font-size: 16px;
}	
a.logout.delete{
	/*background: red;*/
}
.about-logout {
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    background-color: #f3f3f3f7;
}



/**** logout-end ****/

/**** coupondetail-start ****/

.coupondetail-grid{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap: 6%;
    margin: 10px;
}
.coupon-1 {
    text-align: center;
   background: #26a9e0;
    padding: 14px 0;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    color: white;
}
.coupon-expired{
    text-align: center;
   background: #d8d8d8;
    padding: 14px 0;
    margin-bottom: 10px;
    border-radius: 10px;
    cursor: pointer;
    color: black;
}
.Coupon-won-details {
    display: none;
	background-color: rgb(0 0 0 / 75%);
    position: fixed;
    z-index: 9;
    /* transform: translate(-50%, -50%); */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    
}
.ajax .Coupon-won {
	display:block;
	
}

.page-ath-content.register-form-content.coupon-page.profile-section {
    background: #fff0;
}
.page-ath-content.register-form-content.coupon-page-1 {
    background: #fff;
}
.expired{
	color: red !important;
    margin: 4px !important;
    font-size: 20px !important;
}
.close10 {
   position: absolute;
    top: -13px;
    right: 10px;
    font-weight: lighter;
    transition: 0.3s;
    cursor: pointer;
    font-size: 36px !important;
}

.close3 {
    position: absolute;
    top: 29%;
    right: 33.8%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 80px;
    font-weight: lighter;
    transition: 0.3s;
	cursor:pointer;
}

/**** coupondetail-end ****/


#zoom {
  width: 100%;
  height: 100%;
  transform-origin: 0px 0px;
  transform: scale(1) translate(0px, 0px);
  cursor: grab;
}
div#zoom > img {
  width: 100%;
  height: auto;
}

/***privacy-policy***/

.privacy-policy {
    padding: 12px 16px;
}
.privacy-policy .privacy-head{
	font-size:40px;
}
.privacy-policy .privacy-head strong{
    color: #26a9e0;
}
.privacy-policy p.paragraph {
    margin-top: 20px;
	font-size: 16px;
}
.privacy-policy h3 {
    font-size: 28px;
	    margin: 18px 0;
}
.privacy-policy h4 {
    font-size: 26px;
	    margin: 16px 0;
}
.privacy-policy ul li {
    list-style-type: none;
    margin-bottom: 8px;
    font-size: 16px;
}
.privacy-policy ul li:last-child {
    margin-bottom: 0;
   
}
.otpSection {
    display: flex;
    gap: 18px;
    justify-content: center;
}

.otpSection input {
    width: 49px !important;
}
.name.otp{
	text-align:center;
	display:block;
}

.logout-page {
    display: none;
	background-color: rgb(0 0 0 / 75%);
    position: fixed;
    z-index: 9;
    /* transform: translate(-50%, -50%); */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    
}


.camera-record {
    position: absolute;
    background: white;
    width: 70px;
    padding: 10px;
    border-radius: 10px;
    top: -84px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.camera-record img{
	Width:35px;
}











/**** pre-loader ****/

body.loaded {
  overflow-y: auto;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000;
 
}
.overlay .overlayDoor:before, .overlay .overlayDoor:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background: #111;
  transition: 0.9s cubic-bezier(0.77, 0, 0.18, 1);
  transition-delay: 0.5s;
}
.overlay .overlayDoor:before {
  left: 0;
}
.overlay .overlayDoor:after {
  right: 0;
}
.overlay.loaded .overlayDoor:before {
  left: -50%;
}
.overlay.loaded .overlayDoor:after {
  right: -50%;
}
.overlay.loaded .overlayContent {
  opacity: 0;
  margin-top: -15px;
}
.overlay .overlayContent {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 1.5s cubic-bezier(0.77, 0, 0.18, 1);
  background:#77c6e2;
}


.loader {
  
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img{
	width:150px;
	position:absolute;
	transform:translate(-50%, -50%);
	top:50%;
	left:50%;
}








/***** loader-new-start ****/

/* Preloader */
.ctn-preloader {
	align-items: center;
  cursor: none;
	display: flex;
  height: 100%;
  justify-content: center;
	position: fixed;
	left: 0;
  top: 0;
	width: 100%;
  z-index: 900;
}

.ctn-preloader .animation-preloader {
	position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  -webkit-animation: spinner 1s infinite linear;
          animation: spinner 1s infinite linear;
	border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: #000000; /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 6em;
  margin: 0 auto 3.5em auto;
  width: 6em;
}


.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
	position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
  background:#77c6e2;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
   background:#77c6e2;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1.000);
}

/* Animación del preloader */
@-webkit-keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

/* Animación de las letras cargando del preloader */
@-webkit-keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
  	opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner cargando */	
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner cargando */
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	/* Texto cargando */
	.ctn-preloader .animation-preloader .txt-loading {
	  font: bold 2em 'Montserrat', sans-serif;
	}
}
/***** loader-new-end ****/











:root {
  --primary-color: rgba(13, 110, 139, 0.75);
  --overlay-color: rgba(24, 39, 51 , 0.85);
  --menu-speed: 0.75s;
}

.menu-wrap{
	display:none;
}
/* MENU STYLES */
.menu-wrap {
  position: absolute;
    top: 0;
    right: 60px;
    z-index: 2;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
    top: 16px;
    left: 4px;
    z-index: 1;
    width: 50px;
    height: 30px;
    border-radius: 50%;
    padding: 10px;
    /* background: rgb(38 169 224); */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #26a9e0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu > div {
  background: var(--overlay-color);
  border-radius: 50%;
  width: 250vw;
  height: 250vw;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.menu-wrap .menu ul li a{
	position:relative;
}

.menu-wrap .menu ul li a:before{
	content:"";
	width:20px;
	height:2px;
	background:#26a9e0;
	position:absolute;
    bottom:0;
	left:0;
	opacity:0;
	

}
.menu-wrap .menu ul li a:hover li a:before{
	opacity:1;
	width:100%;
	transition:.3s all ease;
}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
  padding: 1rem;
}


.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}










.selectYear ul li.wrongAnswer input:checked ~ div {
    background: red !important;
    border: 1px solid red;
}




.selectYear ul li input:checked ~ div i {
    opacity: 1;
    color: #fff;
}

.selectYear ul li:nth-child(1) input:checked ~ div h4 {
    color: #fff;
	
}

.selectYear ul li:nth-child(1) input:checked ~ div {
         background: #132761;
    color: #fff;
	
}

.selectYear ul li:nth-child(2) input:checked ~ div {
          background: #132761;
	color: #fff;
	
}

.selectYear ul li:nth-child(3) input:checked ~ div {
           background: #132761;
	 color: #fff;
	
}

.selectYear ul li:nth-child(4) input:checked ~ div {
         background: #132761;
	 color: #fff;
	 
}
.selectYear ul li:nth-child(5) input:checked ~ div {
         background: #132761;
	 color: #fff;
	 
}


.mobile-profile{
	display:none;
}


a.Cancel-1 {
    background: white;
    padding: 6px 24px;
    border-radius: 50px;
    font-size: 16px;
}


.dOn
{
	display:block;
}






.tab-pane .toZoom {
    background-repeat:no-repeat;
    background-position:center;
    width: 100%; /* assuming you want to expand your div in a screen-dependent way */
}





body {
  font-weight: 400;
  line-height: 1.65;
  font-style: normal;
  font-display: swap;
  font-family: "Poppins", sans-serif;
}

a,
button,
input {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
a:hover,
button:hover,
input:hover {
  text-decoration: none;
}
a:focus,
button:focus,
input:focus {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

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

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes rightLeft {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
@keyframes rightLeft {
  0% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  100% {
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}
/* css animations - end
================================================== */
/* transition - start ============================= */
a,
button {
  -webkit-transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

/* transition - end ======================= */
.animate_25ms {
  -webkit-animation-delay: 25ms;
          animation-delay: 25ms;
}

.animate_50ms {
  -webkit-animation-delay: 50ms;
          animation-delay: 50ms;
}

.animate_100ms {
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
}

.animate_150ms {
  -webkit-animation-delay: 150ms;
          animation-delay: 150ms;
}

.animate_200ms {
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}

@media (min-width: 1500px) {
  
}
/* ==================================================
*	01 - media screen and (max-width: 991px)
*	02 - media screen and (max-width: 767px)
*	03 - media screen and (max-width: 575px)
*	04 - media screen and (max-width: 410px)
*	05 - media screen and (max-width: 380px)
*	06 - media screen and (max-width: 320px)
*   XX-Large devices (larger desktops)
*   No media query since the xxl breakpoint has no upper bound on its width
================================================== */
@media screen and (max-width: 991.98px) {
  .question_title h1 {
    font-size: 3rem;
    padding: 2rem 3rem;
    font-weight: 600;
  }

  
  .question_number span {
    font-size: 1rem;
    font-weight: 500;
  }

  .form_items li {
    margin-top: 0.8rem;
  }
  .form_items li label {
    font-size: 1rem;
    font-weight: 700;
  }
  .form_items li:after {
    width: 2.1rem;
    height: 2.1rem;
    left: 12px;
  }
  .form_items li:before {
    left: 19px;
    font-size: 1.2625rem;
  }

  .next_btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.64375rem 3rem;
  }

  .prev_btn {
    font-size: 1rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 767.98px) {
  .count_clock {
    display: none;
    padding-right: 1rem !important;
  }

  .multisteps_form {
    max-width: 56rem;
    min-height: 34rem;
    margin: 2.5rem auto;
    background-size: 100% 30%, 100% 18%;
  }

  .question_title h1 {
    font-size: 2rem;
    padding: 1rem 1.5rem;
    font-weight: 500;
    margin-top: 2rem;
  }

  .question_number {
    margin-top: 0rem;
  }
  .question_number span {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .form_items li {
    margin-top: 0.6rem;
  }
  .form_items li label {
    font-size: 0.8rem;
    font-weight: 600;
  }
  .form_items li:after {
    width: 1.9rem;
    height: 1.9rem;
    left: 10px;
  }
  .form_items li:before {
    left: 16px;
    font-size: 1.1625rem;
  }

  .next_btn {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.64375rem 3rem;
  }

  .prev_btn {
    font-size: 1rem;
    font-weight: 600;
  }
}
@media screen and (max-width: 575.98px) {
  .logo_area {
    text-align: center;
    padding-left: 0rem !important;
  }

  .multisteps_form {
    max-width: 52rem;
    min-height: 31rem;
    margin: 2.5rem auto;
    background-size: 100% 28%, 100% 15%;
  }

  .question_title h1 {
    font-size: 1.7rem;
    margin-top: 1rem;
  }

  .form_items li {
    padding-left: 3.5rem;
    margin-top: 0.4rem;
  }
  .form_items li label {
    font-size: 0.6rem;
    font-weight: 500;
  }
  .form_items li:after {
    width: 1.6rem;
    height: 1.6rem;
    left: 10px;
  }
  .form_items li:before {
    left: 15px;
    font-size: 1rem;
  }

  .next_btn {
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.44375rem 2rem;
  }

  .prev_btn {
    font-size: 0.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 409.98px) {
  .multisteps_form {
    min-height: 28rem;
    background-size: 100% 28%, 100% 15%;
  }

  .question_title h1 {
    font-size: 1.5rem;
  }

  .form_items li {
    padding-left: 3.5rem;
    margin-top: 0.2rem;
  }
  .form_items li:after {
    width: 1.4rem;
    height: 1.4rem;
    left: 10px;
  }
  .form_items li:before {
    left: 16px;
    font-size: 0.7rem;
  }

  .next_btn {
    font-size: 0.6rem;
  }

  .prev_btn {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 379.98px) {
  .multisteps_form {
    min-height: 28rem;
    background-size: 100% 25%, 100% 15%;
  }

  .question_title h1 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 319.98px) {
  .multisteps_form {
    min-height: 28rem;
    background-size: 100% 25%, 100% 15%;
  }

  .question_title h1 {
    font-size: 1rem;
  }

  .form_items li {
    padding-left: 3rem;
  }
  .form_items li label {
    font-size: 0.5rem;
  }
  .form_items li:after {
    width: 1.3rem;
    height: 1.3rem;
  }
  .form_items li:before {
    font-size: 0.6rem;
  }
}






/ new /
.active-2, .account-box-1:hover {
  background: #132761;
  border: none;
}
.active-2, .account-box-1:hover h6{ 
  color: white ;
}

.active-2.account-box-1 h6 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 17px;
  color: #fff;
}
 
.page-ath-content.register-form-content.coupon-page1 { 
  width: 56.25rem;
  margin: auto;
}
.body-background {
      background: #13276112;
}
.pro-button button {
  border: none;
  font-size: 17px;
  color: #fff;
  background: #132761;
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  transition: 0.3s all ease-in-out;
  margin-top: 40px;
}
.pro-button button a {color: #fff;}
.profile-logout  h4 span {
  color: #132761 !important;
}
.profile-logout  h4 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.profile-logout a.logout {
  background: #132761;
  color: white;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 16px;
}
.profile-logout a.Cancel {
  background: white;
  padding: 10px 40px;
  border-radius: 50px;
  font-size: 16px;
  color: #132761;
  font-weight: 600;
}




.menu-wrap{
	display:none;
}
/* MENU STYLES */
.menu-wrap {
  position: fixed;
     top: 0px;
    right: 60px;
    z-index: 99;
}

.menu-wrap .toggler {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 50px;
  height: 50px;
  opacity: 0;
}

.menu-wrap .hamburger {
  position: absolute;
    top: 16px;
    left: 4px;
    z-index: 1;
    width: 50px;
    height: 30px;
    border-radius: 50%;
    padding: 10px;
    /* background: rgb(38 169 224); */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Hamburger Line */
.menu-wrap .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

/* Hamburger Lines - Top & Bottom */
.menu-wrap .hamburger > div::before,
.menu-wrap .hamburger > div::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  width: 100%;
  height: 2px;
  background: inherit;
}

/* Moves Line Down */
.menu-wrap .hamburger > div::after {
  top: 10px;
}

/* Toggler Animation */
.menu-wrap .toggler:checked + .hamburger > div {
  transform: rotate(135deg);
}

/* Turns Lines Into X */
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}

/* Rotate On Hover When Checked */
.menu-wrap .toggler:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}

/* Show Menu */
.menu-wrap .toggler:checked ~ .menu {
  visibility: visible;
}

.menu-wrap .toggler:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: var(--menu-speed);
}

.menu-wrap .toggler:checked ~ .menu > div > div {
  opacity: 1;
  transition:  opacity 0.4s ease 0.4s;
}

.menu-wrap .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-wrap .menu > div {
  background: var(--overlay-color);
  border-radius: unset;
  width: 100%;
  height: 100%;
  display: flex;
  flex: none;
  align-items: unset;
 justify-content: center;
  transform: scale(0);
  transition: all 0.4s ease;
      padding: 60px 15px;
}

.menu-wrap .menu > div > div {
  text-align: center;
  max-width:100%;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.menu-wrap .menu ul li a{
	position:relative;
}

.menu-wrap .menu ul li a:before{
	content:"";
	width:20px;
	height:2px;
	background:#26a9e0;
	position:absolute;
    bottom:0;
	left:0;
	opacity:0;
	

}
.menu-wrap .menu ul li a:hover li a:before{
	opacity:1;
	width:100%;
	transition:.3s all ease;
}

.menu-wrap .menu > div > div > ul > li {
  list-style: none;
  color: #fff;
  font-size: 1.5rem;
      padding: 1.3rem;
}


.menu-wrap .menu > div > div > ul > li > a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
  font-size: 1.5rem;
}
.level {
    display: flex;
    justify-content: space-between;
    align-items: center;
	    gap: 20px;
}
.bettor-ranking {
    position: relative;
    overflow: hidden;
}
.table-section {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    padding: 18px;
    border-radius: 18px;
}
.table-responsive {
    border-radius: 8px 8px 0 0;
}
.table-section .table {
    margin-bottom: 0;
}
.table-section .table.cart-page__table tr {
    text-align: center;
}
.table-responsive tr:nth-child(odd) {
    background: #FFF1EF;
}
.table-responsive thead tr {
    background: #132761 !important;
    color: white;
}
.table-section .table .th1 {
    font-weight: 600;
    font-size: 19px;
    padding-left: 20px;
    border-top: none;
    border-left: none;
    white-space: nowrap;
    border-color: white;
}
.table-section .table .th2 {
    border-right: none;
    border-top: none;
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: 0.05em;
    padding-left: 20px;
    white-space: nowrap;
    border-color: white;
    color: white;
}

.table-section .table .td1 {
    font-weight: 600;
    font-size: 16px;
    padding-left: 20px;
    border-left: none;
    padding: 18px;
    border-bottom: none;
    white-space: nowrap;
    border-color: white;
	border: 1px solid white;
}
.table-responsive tr:nth-child(even) {
    background: #FFDCD6;
}

.table-section .table .td2 {
    border-right: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #00346C;
    padding-left: 20px;
    padding: 18px;
    border-bottom: none;
    white-space: nowrap;
    border-color: white;
	border: 1px solid white;
}

.single-statics {
    display: flex;
    align-items: center;
    gap: 35px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 30px;
	width: 100%;
}
.balance-statics {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 40px 0 40px;
}
.single-statics .part-text span.text {
    color: #5C6172;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.18px;
    text-transform: capitalize;
    margin: -7px 0 5px;
}
.single-statics .part-text span {
    display: block;
}
.btn-area.alt-bg.connect {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.single-statics .part-text span.descr {
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.26px;
    text-transform: capitalize;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: linear-gradient(135.89deg, #D03355 -5.11%, #FB7A6B 97.89%);
    margin: 0 0 -6px;
}
.single-statics .part-icon img {
    width: 60px;
}
.part-icon.header img {
    width: 100%;
}
.d-grid.wallet {
    align-items: center;
    width: 700px;
    margin: 0 auto;
	background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
	    border-radius: 20px;
		padding: 40px;
}
.single-statics .form-group label {
    padding-bottom: 6px;
}


.single-statics .form-group {
    padding-top: 0px;
    margin-bottom: 0;
}
.d-grid.wallet .balance-statics {
    margin-bottom: 40px;
	margin-top:0;
}

.d-grid.wallet .balance-statics:last-child {
    margin-bottom: 0px;
	margin-top:0;
}
.d-grid.wallet .single-statics {
    background: unset;
    box-shadow: unset;
	padding:0;
	
   
}
.btn-area.alt-bg.connect.text-center a {
    height: 46px;
}
.btn-area.alt-bg.connect.text-center {
    justify-content: center;

}
.d-flex.history {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    align-items: center;
    display: flex;
    background: #FFF;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
    padding: 30px 30px;
    border-radius: 10px;
        margin: 0px 0 40px;
}
.part-icon.header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.part-icon.header span {
    color: white;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    display: block;
}
.d-flex.history .balance-statics {
    margin: 0px 0 0px; 
}

.d-flex.history .single-statics {
    display: flex;
    align-items: center;
    gap: 35px;
    border-radius: 10px;
     background: unset;
     box-shadow:unset;
     padding: 0px 0px; 
    width: 100%;
}

.authority.bettor-ranking {
    padding: 80px 0;
}
.pok-pagination {
    padding-top: 60px;
}
.bettor-ranking .pok-pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}


.bettor-ranking .pok-pagination ul li {
    margin: 0 15px;
}

.bettor-ranking .pok-pagination ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    color: rgba(22, 29, 53, 0.8);
    font-weight: 500;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 2;
	display: flex;
    justify-content: center;
    align-items: center;
}

.bettor-ranking .pok-pagination ul li a:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00346C;
    z-index: -1;
    opacity: 0.1;
    border-radius: 50%;
}

.bettor-ranking .pok-pagination ul li a.active:after, .bettor-ranking .pok-pagination ul li a:active:after, .bettor-ranking .pok-pagination ul li a:hover:after {
    opacity: 1;
}

.bettor-ranking .pok-pagination ul li a.active, .bettor-ranking .pok-pagination ul li a:active, .bettor-ranking .pok-pagination ul li a:hover {
    color: #fff;
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    margin: 10px 0;
}







.layout {
  z-index: 5;
}

.layout .overlay {
	all:unset;
	display:block;
}

.layout .header {
  display: flex;
  align-items: center;
  padding: 20px;
}
.layout .content {
  padding: 0px 0px;
  display: flex;
  flex-direction: column;
}
.layout .sidebar {
    width: 230px;
    min-width: 230px;
}
.layout .footer {
  text-align: center;
  margin-top: auto;
  margin-bottom: 20px;
  padding: 20px;
}

.sidebar {
  color: #7d84ab;
  overflow-x: hidden !important;
  position: relative;
}
.sidebar::-webkit-scrollbar-thumb {
  border-radius: 4px;
}
.sidebar:hover::-webkit-scrollbar-thumb {
  background-color: #1a4173;
}
.sidebar::-webkit-scrollbar {
  width: 6px;
  background-color: #0c1e35;
}
.sidebar .image-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: none;
}
.sidebar .image-wrapper > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.sidebar.has-bg-image .image-wrapper {
  display: block;
}
.sidebar .sidebar-layout {
  height: auto;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
      background-color: #546299;
  z-index: 2;
}
.sidebar .sidebar-layout .sidebar-header {
  height: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.sidebar .sidebar-layout .sidebar-header > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar .sidebar-layout .sidebar-content {
  flex-grow: 1;
  padding: 10px 0;
}
.sidebar .sidebar-layout .sidebar-footer {
  height: 230px;
  min-height: 230px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.sidebar .sidebar-layout .sidebar-footer > span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@keyframes swing {
  0%, 30%, 50%, 70%, 100% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
}
.layout .sidebar .menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.layout .sidebar .menu .menu-header {
  font-weight: 600;
  padding: 10px 25px;
  font-size: 0.8em;
  letter-spacing: 2px;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.layout .sidebar .menu .menu-item a {
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  color: #fff;
}
.layout .sidebar .menu .menu-item a .menu-icon {
  font-size: 1.2rem;
  width: 35px;
  min-width: 35px;
  height: 24px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  border-radius: 2px;
  transition: color 0.3s;
   color: white;
}
.layout .sidebar .menu .menu-item a .menu-icon i {
  display: inline-block;
}
.layout .sidebar .menu .menu-item a .menu-title {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  transition: color 0.3s;
      color: white;
}
.layout .sidebar .menu .menu-item a .menu-prefix,
.layout .sidebar .menu .menu-item a .menu-suffix {
  display: inline-block;
  padding: 5px;
  opacity: 1;
  transition: opacity 0.3s;
}
.layout .sidebar .menu .menu-item a:hover .menu-title {
  color: #dee2ec;
}
.layout .sidebar .menu .menu-item a:hover .menu-icon {
  color: #dee2ec;
}
.layout .sidebar .menu .menu-item a:hover .menu-icon i {
  animation: swing ease-in-out 0.5s 1 alternate;
}
.layout .sidebar .menu .menu-item a:hover::after {
  border-color: #dee2ec !important;
}
.layout .sidebar .menu .menu-item.sub-menu {
  position: relative;
}
.layout .sidebar .menu .menu-item.sub-menu > a::after {
  /* content: ""; */
  transition: transform 0.3s;
  border-right: 2px solid currentcolor;
  border-bottom: 2px solid currentcolor;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
}
.layout .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
  padding-left: 20px;
  display: none;
  overflow: hidden;
  z-index: 999;
}
.layout .sidebar .menu .menu-item.sub-menu.open > a {
  color: #dee2ec;
}
.layout .sidebar .menu .menu-item.sub-menu.open > a::after {
  transform: rotate(45deg);
}
.layout .sidebar .menu .menu-item.active > a .menu-title {
  color: #dee2ec;
}
.layout .sidebar .menu .menu-item.active > a::after {
  border-color: #dee2ec;
}
.layout .sidebar .menu .menu-item.active > a .menu-icon {
  color: #dee2ec;
}
.layout .sidebar .menu > ul > .sub-menu > .sub-menu-list {
  background-color: #0b1a2c;
}
.layout .sidebar .menu.icon-shape-circle .menu-item a .menu-icon, .layout .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon, .layout .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
  background-color: #0b1a2c;
}
.layout .sidebar .menu.icon-shape-circle .menu-item a .menu-icon {
  border-radius: 50%;
}
.layout .sidebar .menu.icon-shape-rounded .menu-item a .menu-icon {
  border-radius: 4px;
}
.layout .sidebar .menu.icon-shape-square .menu-item a .menu-icon {
  border-radius: 0;
}
.layout .sidebar:not(.collapsed) .menu > ul > .menu-item.sub-menu > .sub-menu-list {
  visibility: visible !important;
  position: static !important;
  transform: translate(0, 0) !important;
}
.layout .sidebar.collapsed .menu > ul > .menu-header {
  opacity: 0;
}
.layout .sidebar.collapsed .menu > ul > .menu-item > a .menu-prefix,
.layout .sidebar.collapsed .menu > ul > .menu-item > a .menu-suffix {
  opacity: 0;
}
.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a::after {
  content: "";
  width: 5px;
  height: 5px;
  background-color: currentcolor;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  border: none;
  transform: translateY(-50%);
}
.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > a:hover::after {
  background-color: #dee2ec;
}
.layout .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
  transition: none !important;
  width: 200px;
  margin-left: 3px !important;
  border-radius: 4px;
  display: block !important;
}
.layout .sidebar.collapsed .menu > ul > .menu-item.active > a::after {
  background-color: #dee2ec;
}
.layout .sidebar.has-bg-image .menu.icon-shape-circle .menu-item a .menu-icon, .layout .sidebar.has-bg-image .menu.icon-shape-rounded .menu-item a .menu-icon, .layout .sidebar.has-bg-image .menu.icon-shape-square .menu-item a .menu-icon {
  background-color: rgba(11, 26, 44, 0.6);
}
.layout .sidebar.has-bg-image:not(.collapsed) .menu > ul > .sub-menu > .sub-menu-list {
  background-color: rgba(11, 26, 44, 0.6);
}
.layout.rtl .sidebar .menu .menu-item a .menu-icon {
  margin-left: 10px;
  margin-right: 0;
}
.layout.rtl .sidebar .menu .menu-item.sub-menu > a::after {
  transform: rotate(135deg);
}
.layout.rtl .sidebar .menu .menu-item.sub-menu > .sub-menu-list {
  padding-left: 0;
  padding-right: 20px;
}
.layout.rtl .sidebar .menu .menu-item.sub-menu.open > a::after {
  transform: rotate(45deg);
}
.layout.rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu a::after {
  right: auto;
  left: 10px;
}
.layout.rtl .sidebar.collapsed .menu > ul > .menu-item.sub-menu > .sub-menu-list {
  margin-left: -3px !important;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  height: 100vh;
  font-family: "Poppins", sans-serif;
  color: #3f4750;
  font-size: 0.9rem;
}

a {
  text-decoration: none;
}

@media (max-width: 576px) {
  #btn-collapse {
    display: none;
  }
}
.layout .sidebar .pro-sidebar-logo {
  display: flex;
  align-items: center;
}
.layout .sidebar .pro-sidebar-logo > div {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: white;
  font-size: 24px;
  font-weight: 700;
  background-color: #ff8100;
  margin-right: 10px;
}
.layout .sidebar .pro-sidebar-logo > h5 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  line-height: 30px;
  transition: opacity 0.3s;
  opacity: 1;
}
.layout .sidebar .footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.8em;
  padding: 20px 0;
  border-radius: 8px;
  width: 180px;
  min-width: 190px;
  margin: 0 auto;
  background-color: #162d4a;
}
.layout .sidebar .footer-box img.react-logo {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.layout .sidebar .footer-box a {
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
}
.layout .sidebar .sidebar-collapser {
  transition: left, right, 0.3s;
    position: fixed;
    left: 240px;
    top: 26px;
    /* width: 20px; */
    /* height: 20px; */
    /* border-radius: 50%; */
    /* background-color: #00829f; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    transform: translateX(50%);
    z-index: 111;
    cursor: pointer;
    color: white;
    
}

.part-icon span {
    color: white;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    display: block;
}

.part-icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.profil-lead.pd-more.pd-more {
    padding-left: 85px;
}

