@charset "UTF-8";
/*----------------------------------------------------

1. Global Area 
2. Header Section
=====================================================================*/
/*=========
Font load
===========*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap");
/*=========
Color Code
===========*/
/*global area*/
/*----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  background: #c5d3ee;
  color: #2f3146;
  /* font-family: "Roboto"; */
  font-family: "Poppins" !important;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;

  user-select: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none; 
}

::selection {
  color: #fff;
  background-color: #41a3e5;
}

::-moz-selection {
  color: #fff;
  background-color: #41a3e5;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s all ease-in-out;
}
a:hover, a:focus {
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
  /* border-radius: 25px !important; */
}

.dark-version {
  background: #313131;
}
.dark-version .step-inner-content, .dark-version .wizard-content-1 .steps {
  background-image: linear-gradient(-90deg, #555858 0%, #565353 100%);
}
.dark-version .step-no, .dark-version .step-btn-icon-text .step-btn-text h2, .dark-version .step-btn-icon-text .step-btn-text span, .dark-version .wizard-inner-box .inner-title h2, .dark-version .wizard-inner-box .inner-title p, .dark-version .details-form-area .wizard-document-upload .custom-file .file-size-text {
  color: #ffffff;
}
.dark-version .details-form-area .gender-select h3 {
  color: #111;
}

p, label {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Poppins";
}

.pt150 {
  padding-top: 150px;
}

.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}

.wizard-forms {
  /* max-height: 900px !important; */
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.user_name {
  font-size: 24px;
  font-weight: 600;
  /* margin-top: -20px; */
  position: relative;
  top: -60px;
}

.actions, .actions2 {
  bottom: 0;
  position: relative;
  float: right;
  margin-bottom: 0px;
  /* right: 0px !important; */
}

.ellipses {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* background-color: #e6f0e6; */
}

.actions2 {
  float: none;
  margin-top: 80px;
}


.actions2 p {
  margin-bottom: 10px;
}

.error-message, .error-message2 {
  color: red;
  font-size: 13px;
  padding-top: 4px;
}

.error-message2 {
  margin-top: -18px !important;
  padding-left: 5px !important;
  margin-bottom: 10px !important;
}

.each_field2 {
  margin-top: 30px !important;
}

.powered {
  font-size: 13px;
  /* background-color: red; */
}

.powered a {
  color: #069;
}

.actions li, .actions button, .actions2 li, .actions_admin button {
  color: #fff;
  height: 74px;
  width: 210px;
  font-size: 24px;
  font-weight: 500;
  cursor: pointer;
  text-align: center;
  line-height: 74px;
  display: inline-block;
  background-color: #41a3e5;
  margin-right: 5px;
  border: none;
  transition: background-color 0.3s, color 0.3s, opacity 0.3s;
}

.actions_admin button {
  width: 80% !important;
  padding: 20px !important;
  height: auto !important;
  font-size: 18px;
  line-height: 20px !important;
}

.actions2 li {
  width: 40%;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
}

.actions2 .link {
  margin-top: 25px;
  color: #41a3e5;
  cursor: pointer;
  font-size: 16px;
  padding-bottom: 30px;
}

.actions li:hover, .actions button:hover {
  transform: scale(1.08) !important;
  transition: transform 0.3s ease;
}


.actions li:first-child, .actions button:first-child {
  border-radius: 50px 6px 6px 50px !important;
  opacity: 0.7 !important;
}

.actions li:last-child, .actions button:last-child {
  border-radius: 6px 50px 50px 6px !important;
}


.actions li:first-child, .actions button.fade_btn {
  opacity: 0.3 !important;
}

.actions_admin button {
  border-radius: 50px !important;
}

.actions:hover li:first-child {
  margin-right: 4px;
}

.actions:hover li:last-child {
  margin-left: 4px;
}

.actions.actions1 li, .actions2 li {
  border-radius: 50px !important;
}


.actions li span {
  display: block;
  width: 100%;
}

.actions.navigation li#prevBtn span {
  padding: 0 !important;
  height: 0px !important;
  font-size: 18px;
}

/* .actions li span:hover {
  transform: scale(1.4) !important;
  transition: transform 0.3s ease;
} */


.actions.navigation li#nextBtn span {
  border-radius: 0px 50px 50px 0px !important;
  color: #fff;
  padding: 0px !important;
  font-size: 20px;
  /* font-weight: 500; */
  cursor: pointer;
  text-align: center;
  background-color: #41a3e5;
  margin-right: 3px;
}

.button-disabled, .button-disabled2 {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  color: #666;
}

.button-disabled1 {
  opacity: 0.7;
  pointer-events: none;
  cursor: not-allowed;
  color: #666;
}

.button-disabled2 {
  opacity: 0.3;
  color: #444 !important;
}

.actions li.button-disabled, .actions button.button-disabled {
  /* background-color: #ccc !important; */
  color: #777 !important;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.6;
}

/*---------------------------------------------------- */
/*Steps area*/
/*----------------------------------------------------*/
.wrapper {
  max-width: 1715px;
  margin: auto;
  padding: 90px 0;
}

.wrapper1 {
  max-width: 1715px !important;
  width: 100% !important;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}


.wizard-content-1 .steps {
  max-width: 384px;
  max-height: 932px;
  float: left;
  position: relative;
  border-radius: 30px;
  padding: 40px 40px 240px 40px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.1);
  background-image: linear-gradient(180deg, #e6ddfb 0%, #f5f2fa 100%);
}
.wizard-content-1 .steps .bg-shape {
  top: -5px;
  left: -5px;
  z-index: -1;
  width: 95%;
  height: 95%;
  position: absolute;
  border-radius: 30px;
  transform: rotate(-2deg);
  background-color: #41a3e5;
}
.wizard-content-1 .steps li {
  width: 100%;
  margin-bottom: 45px;
  display: inline-block;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text:after {
  display: block;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text:before {
  width: 95px;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text .step-btn-icon:after {
  border: 5px solid #41a3e5;
  display: block;
}
.wizard-content-1 .steps li.js-active.current .step-btn-icon-text .step-btn-text h2 {
  color: #41a3e5;
}
.wizard-content-1 .steps li.js-active.current:last-child .step-btn-icon-text:after {
  display: none;
}

.step-btn-icon-text {
  position: relative;
}
.step-btn-icon-text > span {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #eaeaea;
  border-radius: 100%;
  text-align: center;
  z-index: 11;
  line-height: 35px;
  font-weight: bold;
  top: -11px;
  border: 6px solid #fff;
}
.step-btn-icon-text:after {
  content: "";
  height: 25px;
  width: 2px;
  left: 60px;
  display: none;
  bottom: -74px;
  position: absolute;
  background-color: #41a3e5;
}
.step-btn-icon-text:before {
  top: 62px;
  right: -115px;
  content: "";
  width: 0px;
  z-index: 2;
  height: 2px;
  position: absolute;
  background-color: #000;
}
.step-btn-icon-text .step-btn-icon {
  z-index: 1;
  position: relative;
  margin-right: 15px;
  margin-bottom: 15px;
}
.step-btn-icon-text .step-btn-icon .fix-image {
  position: relative;
  left: -16px;
  top: -3px;
}
.step-btn-icon-text .step-btn-icon .fix-image-2 {
  position: relative;
  left: 0px;
  top: -8px;
}
.step-btn-icon-text .step-btn-icon:before {
  left: -9px;
  top: -3px;
  z-index: -1;
  content: "";
  height: 145px;
  width: 145px;
  border-radius: 100%;
  position: absolute;
  background: #e9e9e9;
}
.step-btn-icon-text .step-btn-icon:after {
  width: 145px;
  height: 145px;
  content: "";
  position: absolute;
  left: -9px;
  top: -4px;
  border-radius: 100%;
  z-index: -1;
}
.step-btn-icon-text .step-btn-text {
  padding-top: 50px;
}
.step-btn-icon-text .step-btn-text h2 {
  font-size: 20px;
  font-weight: 900;
  color: #1a1a1a;
}
.step-btn-icon-text .step-btn-text span {
  font-size: 12px;
  font-family: "Poppins";
  /* line-height: 10px !important; */
}

.step-btn-icon-text .step-btn-text p {
  font-size: 13px;
  font-family: "Poppins";
  line-height: 19px;
  margin-top: 6px;
}

/* ==========================================================================
   multistep css
   ========================================================================== */
.multisteps-form__progress {
  padding-top: 60px;
  height: 100%;
}

.multisteps-form__panel {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  overflow: hidden;
  height: 0;
}
.multisteps-form__panel.js-active {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  height: auto;
}
.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}
.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}
.multisteps-form__panel[data-animation=slideHorz] {
  left: -50px;
}
.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}
.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}
.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}
.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}
.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

/*---------------------------------------------------- */
/*inner area*/
/*----------------------------------------------------*/
.wizard-progress {
  left: -46%;
  width: 280px;
  bottom: -120px;
  z-index: 3;
  position: absolute;
}
.wizard-progress p {
  position: relative;
  bottom: -20px;
  font-size: 13px;
  color: #888;
}

.wizard-progress1 {
  padding-top: 70px;
  /* position: relative;
  z-index: 9999; */
  z-index: 999;
}

.wizard-progress1 p {
  position: absolute;

  top: calc(96% - 0px);
  /* left: calc(50% - 94px); */
  /* width: 150px; */
  text-align: center;
}

.wizard-progress1 p img {
  width: 25px;
  border-radius: 5px;
  margin-left: 4px;
}

.wizard-progress span {
  color: #2f3146;
  display: block;
  font-size: 13px;
  margin-bottom: 10px;
  /* text-align: center; */
}
.wizard-progress .progress {
  border-radius: 30px;
  height: 23px;
}
.wizard-progress .progress .progress-bar {
  background-color: #41a3e5;
  border-radius: 30px;
}

.form-step-2 .wizard-progress {
  bottom: -17%;
}


.form-step-3 {
  /* margin-bottom: 200px; */
}

.step-inner-content {
  /* max-height: 1900px !important; */
}

.form-step-3 .wizard-progress {
  bottom: 0px;
}

.form-step-4 .wizard-progress {
  bottom: 0px;
}

.bottom-vector {
  left: -80px;
  bottom: -142px !important;
}

.opacity1 {
  opacity: 0.7;
}

.opacity1 img {
  width: 90%;
}

.logo_img, .logo_img3{
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 200px;
  right: -30px;
  top: -100px;
}

.logo_img3{
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 200px;
  right: 20px;
  top: 20px;
}

.step-inner-content {
  width: 100%;
  float: right;
  margin-left: 30px;
  max-width: 1292px;
  border-radius: 30px;
  padding: 120px 120px 80px;
  box-shadow: 0px 1px 51px 0px rgba(1, 1, 1, 0.06);
  /* background-image: linear-gradient(180deg, #d6eef7 0%, white 100%); */
  /* background-image: linear-gradient(180deg, #68b4e7 0%, white 100%); */


  background-image: 
    url('https://www.transparenttextures.com/patterns/paper-fibers.png'),
    linear-gradient(180deg, #1d79b7 0%, white 100%);

  background-repeat: repeat;
  background-size: auto, cover;
}

.step-inner-content1 {
  width: 100% !important;
  float: none !important;
  max-width: 90% !important;
  border-radius: 30px;
  padding: 120px 120px 80px !important;
  padding: 0 !important;
  margin: 0 auto !important;
}

.step-inner-content2 {
  padding: 20px !important;
}

.step-inner-content .bg-shape {
  bottom: -4px;
  right: -10px;
  z-index: -1;
  width: 95%;
  height: 95%;
  position: absolute;
  border-radius: 30px;
  transform: rotate(2deg);
  background-color: #41a3e5;
}

.step-no {
  top: -95px;
  right: -85px;
  color: #2f3146;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins";
}

/* .wizard-inner-box .inner-title {
  position: relative;
  top: -40px;
} */

.wizard-inner-box .inner-title h2 {
  color: #2f3146;
  font-size: 50px;
  font-weight: 700;
}
.wizard-inner-box .inner-title p {
  color: #184764;
  font-size: 17px;
  margin-bottom: 5px;
}
.wizard-inner-box .need-job-slide {
  margin: 0 auto;
  max-width: 1000px;
  /* padding: 80px 0px 115px; */
  padding: 60px 0px 100px;
}


.owl-stage-outer.owl-height {
  height: 320px !important;
  position: relative;
  z-index: 999;
}

.wizard-inner-box .need-job-slide .owl-nav .owl-next,
.wizard-inner-box .need-job-slide .owl-nav .owl-prev {
  top: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #e9e9e9;
  transform: translateY(-50%);
  transition: 0.3s all ease-in-out;
  z-index: 999;
}

.wizard-inner-box .need-job-slide .owl-nav .owl-next i,
.wizard-inner-box .need-job-slide .owl-nav .owl-prev i {
  font-size: 30px;
  font-style: normal !important;
}

.wizard-inner-box .need-job-slide .owl-nav .owl-next:hover,
.wizard-inner-box .need-job-slide .owl-nav .owl-prev:hover {
  color: #fff;
  background-color: #41a3e5;
}
.wizard-inner-box .need-job-slide .owl-nav .owl-prev {
  left: -105px;
}
.wizard-inner-box .need-job-slide .owl-nav .owl-next {
  right: -105px;
}
.wizard-inner-box .need-job-icon-text {
  cursor: pointer;  
}

.inner-title p {
  font-weight: 600;
}

.link_to_leaderboard {
  margin-top: -75px;
  margin-bottom: 70px;
  position: relative;
  z-index: 99;
}

.link_to_leaderboard p {
  color: #2e87c2;
  cursor: pointer;
}

.link_to_leaderboard p:hover {
  font-weight: 600;
}

.website_descr {
  margin-top: -30px;
  margin-bottom: 20px;
}

.website_descr h5 {
  color: #222;
  font-weight: 600;
  font-size: 20px;
}

.website_descr p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 23px;
  color: #444;
}

.cats{font-weight: 600; text-transform: capitalize;}

/* .wizard-inner-box .need-job-icon-text:hover {
  background-color: rgba(234, 243, 251, 0.2);
} */

/* .need-job-icon-text:hover .need-job-icon img {
  transform: scale(1.1);
  transition: transform 0.3s ease;
} */

.wizard-inner-box .need-job-icon-text .j-checkbox {
  display: none;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner {
  width: 310px;
  height: 320px;
  background-color: rgba(255, 255, 255, 0.95);
  display: block;
  /* padding-top: 40px; */
  padding-top: 0px;
  border-radius: 30px;
  position: relative;
  /* border: 2px solid #e9e9e9; */
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .checkbox-circle-mark {
  position: absolute;
  top: 15px;
  right: 45px;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .checkbox-circle-mark:before {
  /* content: "";
  width: 33px;
  height: 33px;
  border-radius: 100%;
  position: absolute;
  border: 2px solid #e9e9e9; */
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .checkbox-circle-mark:after {
  top: 4px;
  left: 4px;
  width: 25px;
  content: "";
  display: none;
  height: 25px;
  position: absolute;
  border-radius: 100%;
  background-color: #41a3e5;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner span {
  display: block;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .need-job-icon {
  /* width: 153px; */
  /* height: 153px; */
  /* margin: 0 auto 25px;
  border-radius: 100%; */
  /* border-radius: 100%; */
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .need-job-text .need-job-title {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins";
  margin-top: 5px;
}
.wizard-inner-box .need-job-icon-text .need-job-text-inner .need-job-text .need-job-text {
  font-size: 13px;
  color: #666;
}

.need-job-icon img{
  width: 100%;
  height: 237px;
  object-fit: cover;
}

.need-job-icon .imgs {
  max-width: 130% !important;
  position: relative;
  z-index: -1 !important;
  margin-left: -20px;
  top: -10px;
}

.need-job-icon .imgs1 {
  max-width: 120% !important;
  position: relative;
  z-index: -1 !important;
  margin-left: -20px;
  top: -15px;
}


.need-job-icon .imgs2 {
  /* max-width: 120% !important; */
  position: relative;
  z-index: -1 !important;
  /* margin-left: -20px; */
  top: 15px;
}

.details-form-area .form-input-inner1 .icon-bg {
  margin-top: -10px;
}

.icon-bg1 {
  border-radius: 100px !important;
  position: relative;
  margin-top: -4px !important;
}

.winners {
  width: 80%;
}

.crowns {
  width: 60px;
  margin-bottom: 0px;
}

.results{
  text-align: center;
}
.results h2{
  font-weight: 600;
}

.crowns1 {
  margin-top: 20px;
  margin-bottom: -50px;
}

.crowns1 img {
  width: 200px;
}

.clone-image {
  position: fixed;
  z-index: 1000;
  transition: all 1s ease-in-out;
  pointer-events: none;
}

.wizard-content-1 .steps {
  /* overflow: hidden; */
  /* height: 400px; */
}

.leaderboard .caption {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}

.leaderboard .caption1 {
  font-size: 12.5px;
  font-weight: 500;
  margin-top: -12px;
  color: #555;
}

.leaderboard span {
  font-size: 13px;
  font-weight: 600;
  color: #000;
  background-color: rgba(146, 203, 241, 0.3);
  padding: 10px;
  border-radius: 50px;
  margin-left: -11px;

}

.leaderboard .row.each_div {
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 10px;
  padding: 8px 10px;
  align-items: center;
  align-content: center;
  align-self: center;
  position: relative;
  z-index: 1;
  border: 0.5px solid #ddd !important;
}




.leaderboard .row.each_div .first_div .col-2 {
  align-items: center;
  align-content: center;
  align-self: center;
}

.leaderboard p {
  font-size: 13px;
  align-items: center;
  align-content: center;
  align-self: center;
  font-weight: 600;
}

.leaderboard p.phone_small{
  font-weight: 400;
  font-size: 12px;
}

p.phone_small1{
  font-weight: 400;
  font-size: 13px;
  color: #3080b6;
}

.leaderboard i {
  background-color: #ddd;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
}

.imgs3 {
  border-radius: 100px !important;
  border: 1px solid #ccc;
  max-width: 40px !important;
  max-height: 40px !important;
}

.zindex1, input.j-checkbox {
  position: relative;
  z-index: 9 !important;
}

.need-job-text-inner {
  position: relative;
  z-index: -1 !important;
}

.wizard-inner-box .j-checkbox:checked ~ .need-job-text-inner {
  border: 2px solid #41a3e5;
}
.wizard-inner-box .j-checkbox:checked ~ .need-job-text-inner .checkbox-circle-mark:after {
  display: block;
}
.wizard-inner-box .j-checkbox:checked ~ .need-job-text-inner .checkbox-circle-mark:before {
  border: 2px solid #41a3e5;
}

textarea{resize: none !important;}

.details-form-area {
  padding-top: 65px;
  padding-bottom: 200px;
}
.details-form-area .select-option-area:after {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  font-weight: 900;
  content: "";
  line-height: 25px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  background-color: #f6f6f6;
  font-family: "Font Awesome 5 Free";
}
.details-form-area .date-of-birth:after {
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  color: #898989;
  content: "";
  font-weight: 900;
  text-align: center;
  line-height: 30px;
  position: absolute;
  border-radius: 100%;
  background-color: #f6f6f6;
  font-family: "Font Awesome 5 Free";
}
.details-form-area .gender-select {
  height: 182px !important;
}
.details-form-area .gender-select h3 {
  color: #5f5f63;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  padding: 35px 0px 20px;
}
.details-form-area .gender-select label {
  padding-left: 40px;
}
.details-form-area .gender-select label input {
  top: 10px;
  width: 35px;
  height: 35px;
  position: relative;
  color: #41a3e5;
  border-radius: 100%;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.details-form-area .gender-select label span {
  color: #5f5f63;
  font-size: 18px;
  font-weight: 500;
  margin-left: 10px;
}
.details-form-area .add-textarea {
  width: 100%;
  height: 175px !important;
}
.details-form-area .form-input-inner {
  height: 72px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
  /* overflow: hidden; */
  border-radius: 12px;
}

.details-form-area1 .form-input-inner {
  margin-bottom: 20px;
  height: 62px;
}

.quiz_inputs .form-control {
  padding: 20px 10px !important;
  border-radius: 6px !important;
  margin-bottom: 17px !important;
  height: auto !important;
}

.quiz_inputs select.form-control {
  padding: 16px 10px !important;
  height: auto !important;
  text-align: center;
  font-size: 20px !important;
  border-radius: 9px !important;
}

.details-form-area .form-input-inner1 {
  height: auto !important;
  background-color: rgba(238, 238, 238, 0.7);
  padding: 22px 10px;
  margin-bottom: 30px;
  padding-left: 35px;
  border-radius: 6px;
  cursor: not-allowed;
}

.details-form-area .form-input-inner1 h5 {
  font-size: 19px;
}

.details-form-area .form-input-inner input,
.details-form-area .form-input-inner select,
.details-form-area .form-input-inner textarea {
  width: 100%;
  height: 100%;
  border: none;
  padding-left: 30px;
  border-radius: 5px;
  color: #777;
  font-size: 20px;
  font-weight: 500 !important;
}
.details-form-area .form-input-inner input::placeholder,
.details-form-area .form-input-inner select::placeholder,
.details-form-area .form-input-inner textarea::placeholder {
  color: #b7b7b7 !important;
  font-size: 19px;
}
.details-form-area .form-input-inner textarea {
  width: 100%;
  height: 175px;
  padding-top: 30px;
}
.details-form-area .form-input-inner select {
  -webkit-appearance: none;
}
.details-form-area .form-input-inner select option {
  color: #b7b7b7;
  font-size: 14px;
}
.details-form-area .form-input-inner .icon-bg {
  top: 20px;
  left: -17px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  border-radius: 100%;
  background-color: #e4e4e4;
}

.details-form-area .form-input-inner .icon-bg i {
  color: #686868;
  font-size: 14px;
}

.details-form-area .form-input-inner .icon-bg i.fa-phone {
  transform: rotate(80deg);
}

.details-form-area .has-float-label label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 14px;
  opacity: 1;
  color: #fff;
  transition: all 0.2s;
  top: -12px;
  left: 36px;
  z-index: 3;
  border-radius: 5px;
  padding: 5px 10px;
  background: #41a3e5;
  line-height: 1;
}
.details-form-area .has-float-label label.error {
  left: 50%;
}
.details-form-area .has-float-label .form-control::placeholder {
  opacity: 1;
  transition: all 0.2s;
  color: #5756a2;
}
.details-form-area .has-float-label .form-control:focus {
  border: 2px solid #41a3e5;
}
.details-form-area .has-float-label .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:focus:-moz-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:focus::-moz-placeholder {
  color: transparent;
}
.details-form-area .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  opacity: 0;
  top: 30px;
  left: 40px;
  visibility: hidden;
  background: transparent;
}
.details-form-area .has-float-label .form-control:focus .form-input-inner .icon-bg {
  background-color: #41a3e5 !important;
}
.details-form-area .input-filed-innerbox {
  width: 100%;
  margin: 0px 15px;
}
.details-form-area .wizard-document-upload {
  width: 100%;
}
.details-form-area .wizard-document-upload .custom-file {
  float: right;
  height: 85px;
  width: 710px;
  margin-bottom: 120px;
}
.details-form-area .wizard-document-upload .custom-file .icon-bg {
  top: 0;
  z-index: 1;
  background-color: #41a3e5;
}
.details-form-area .wizard-document-upload .custom-file .icon-bg i {
  color: #fff;
}
.details-form-area .wizard-document-upload .custom-file .custom-file-label {
  width: 100%;
  height: 100%;
  left: auto;
  border: none;
  color: #b7b7b7;
  line-height: 75px;
  padding-left: 40px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.details-form-area .wizard-document-upload .custom-file .custom-file-label:after {
  top: 7px;
  right: 7px;
  padding: 0;
  color: #fff;
  height: 72px;
  width: 165px;
  font-size: 20px;
  font-weight: 900;
  line-height: 72px;
  text-align: center;
  font-family: "Poppins";
  background-color: #41a3e5;
}
.details-form-area .wizard-document-upload .custom-file .file-size-text {
  top: 60px;
  left: 30px;
  width: 100%;
  display: block;
  color: #413f3f;
  font-size: 15px;
  font-weight: 500;
}

.thank-content .thank-img {
  padding-bottom: 18px;
}
.thank-content .thank-text {
  padding-bottom: 25px;
}
.thank-content .thank-text h4 {
  color: #2f3146;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 10px;
}
.thank-content .thank-text p {
  font-size: 20px;
}

.thank-content .thank-text1 p {
  font-size: 16px;
  margin-top: -15px;
}

.thank-content .thank-text p span {
  font-weight: 700;
  color: #41a3e5;
}
.thank-content .thank-subscribe {
  margin: 0 auto;
  max-width: 545px;
  overflow: hidden;
  margin-bottom: 32px;
  border-radius: 50px;
  box-shadow: 0px 1px 29px 0px rgba(1, 1, 1, 0.09);
}
.thank-content .thank-subscribe input {
  height: 75px;
  width: 100%;
  border: none;
  padding-left: 40px;
}
.thank-content .thank-subscribe input::placeholder {
  color: #5f5f63;
}
.thank-content .thank-subscribe button {
  top: 10px;
  right: 10px;
  width: 55px;
  border: none;
  height: 55px;
  position: absolute;
  border-radius: 100%;
  background-color: #f0f0f0;
}
.thank-content .thank-subscribe button i {
  color: #1a1a1a;
  font-size: 20px;
}
.thank-content .thank-btn {
  color: #fff;
  height: 75px;
  width: 245px;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 50px;
  font-weight: 900;
  line-height: 75px;
  background-color: #41a3e5;
}
.thank-content .thank-btn a {
  width: 100%;
  display: block;
}



.quiz-container {
  text-align: center;
  position: relative;
  /* padding-bottom: 80px; */
}

.timer-container {
  /* position: absolute; */
  position: relative;
  margin-bottom: 20px;
  top: 50%;
}

.circle-timer {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  /* border: 2px solid #007bff; */
  position: absolute;
  top: 93%;
  left: 40%;
  /* transform: translate(73%, 206%); */
  transform: translate(88%, 190%);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  /* background: linear-gradient(to bottom, #386595, #00152a); */
  background: #bed7e6;
}

#timer {
  font-size: 27px;
  color: #2f82ba;
  position: absolute;
  z-index: 999;
  /* top: 300%; */
  /* left: 45%; */
  /* left: 1%; */
  /* transform: translate(83%, 414%); */
  /* transform: translate(283%, 414%); */
}

.question-box {
  /* background: linear-gradient(to bottom, #386595, #00152a); */
  background: linear-gradient(to bottom, #5491d3, #032140);
  /* background: linear-gradient(to bottom, #022e49, #bed7e6); */
  
  border: 4px solid #00d8ff;
  border-left: 0;
  border-right: 0;
  color: white;
  padding: 27px;
  font-weight: 500 !important;
  font-size: 17px;
  margin-bottom: 25px !important;
  
  box-shadow:
    inset 0 6px 8px rgba(0, 0, 0, 0.8),    /* top inset shadow */
    inset 0 4px 8px rgba(255, 255, 255, 0.1), /* bottom inset light */
    0 10px 25px rgba(0, 216, 255, 0.1);     /* outer glow */
  transform: perspective(800px) rotateX(3deg);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 50px;
}


.options label {
  display: block;
  margin-bottom: 5px;
  /* border: 2px solid #007bff; */
  color: white;
  font-size: 16px;
  padding: 18px;
  cursor: pointer;
  background: linear-gradient(to bottom, #36699f, #00152a);
  border-left: 0;
  border-right: 0;
  transform: perspective(800px) rotateX(3deg);
  transition: transform 0.3s ease;
}

.options label:first-child {
  border-radius: 50px 20px 0 50px;
}

.options label:nth-child(2) {
  border-radius: 20px 50px 50px 0px;
}

.options label:nth-child(3) {
  border-radius: 50px 0 20px 50px;
}

.options label:last-child {
  border-radius: 0px 50px 50px 20px;
}


.question-box:hover {
  transform: perspective(800px) rotateX(0deg) translateY(-3px);
  box-shadow:
    inset 0 4px 8px rgba(0, 0, 0, 0.6),
    inset 0 -4px 8px rgba(255, 255, 255, 0.1),
    0 15px 30px rgba(0, 216, 255, 0.6);
}

.options-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px 10px;
}

.option-label {
  margin-right: 10px;
  font-size: 23px;
  font-weight: bold;
  color: #00d8ff;
  position: absolute;
  margin-top: -7px;
  left: 30px;
}

.options label.selected, .options label.selected_wrong {
  background: linear-gradient(to bottom, #00d8ff, #005f7f);
  color: #00152a;
  font-weight: bold;
  transform: scale(1.02);
}

.options label.selected_wrong {
  background: linear-gradient(to bottom, #b1220f, #852411);
  color: #fff;
}

.options label.selected.blink-correct {
  animation: blinkGreen 0.1s ease-in-out 4;
}

.options label.selected.blink-wrong {
  animation: blinkRed 0.1s ease-in-out 4;
  color: #fff;
}

@keyframes blinkGreen {
  0%, 100% { background: #0f0; }
  50% { background: #0a0; }
}

@keyframes blinkRed {
  0%, 100% { background: #b1220f; }
  50% { background: #852411; }
}




#nextBtn {
  background-color: #41a3e5;
  border: none;
  padding: 4px 20px;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
  /* margin-bottom: 10px; */
}

#scoreText {
  font-size: 20px;
  margin-top: 15px;
  font-weight: 500;
}

.important_notice {
  margin: -30px 0 50px 0 !important;
}

.important_notice p b{
  color: #af2222;
  font-size: 14px;
  margin-bottom: 6px;
  display: block;
  
}

.important_notice li {
  font-size: 14px;
  letter-spacing: -0.1px !important;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 2px;
  color: #111 !important;
}

.important_notice ol {
  margin-left: -25px;
}


.settings {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  right: 95px;
  top: -80px;
  animation: spin 2s linear infinite;
  transition: transform 0.3s ease;
}

.settings i {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

.settings i:hover {
  font-size: 34px;
}

#settings1 {display: none;}

.settings1 i {
  position: absolute;
  z-index: 99;
  left: -20px;
  top: 18px;
  font-size: 25px;
  cursor: pointer;
  background-color: #ddd;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.sounds {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 60px;
  margin-bottom: -20px;
}

.sidebar1 {
  /* position: fixed;
  top: 0;
  right: -290px;
  height: 100%;
  max-width: 290px;
  min-width: 290px;
  background: #2a2a2a;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  transform: translateX(-100%);
  transition: right 0.3s ease;
  padding: 10px 7px 10px 8px;
  z-index: 1000; */

  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 290px;
  background: #2a2a2a;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  transform: translateX(100%); /* Start hidden to the right */
  transition: transform 0.3s ease;
  padding: 10px 7px 10px 8px;
  z-index: 1000;
}

.sidebar1.show {
  transform: translateX(0);
}

.sidebar1.open {
  right: 0;
}

.hr_border {
  border-bottom: 0.5px solid #666;
  width: 120%;
  margin-left: -20px;
}

.overlay1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
}

.overlay1.show {
  display: block;
}


/* 
#player {
  width: 300px;
  height: 50px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px !important;
}
#player i {
  position: absolute;
  margin-top: -6px;
  color: #666;
}

#sidebar1 h4 {
  position: relative;
  margin-top: 50px !important;
  font-size: 14px;
  color: #66b8ee !important;
}

#player i.fa-volume-down {
  margin-left: -2px;
}
#player i.fa-volume-up {
  margin-right: 5px;
  right: 0;
}
#volume {
  position: absolute;
  left: 15px;
  margin: 0 auto;
  height: 5px;
  width: 260px;
  background: #555;
  border-radius: 15px;
}
#volume .ui-slider-range-min {
  height: 5px;
  width: 200px;
  position: absolute;
  background: #66b8ee;
  border: none;
  border-radius: 10px;
  outline: none;
}
#volume .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  position: absolute;
  margin-left: -8px;
  margin-top: -8px;
  cursor: pointer;
  outline: none;
} */


#winnerModal {
  display:none; 
  position:fixed; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%;
  background:rgba(0,0,0,0.5); 
  justify-content:center; 
  align-items:center; 
  z-index:9999;
}

.modal-contents {
  background:#fff;
  padding:20px; 
  border-radius:10px; 
  width:450px; 
  height: 520px;
  position:relative;
}

#closeModals {
  position:absolute; 
  z-index: 99;
  top:-5px;
  right:-15px; 
  cursor:pointer; 
  font-size:20px;
  font-weight: 600;
  background-color: #ddd;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 100px;
  text-align: center;
}

#closeModals:hover {
  background-color: #89ccf3;
}

#winnerModal img {
  width:100%;
  height: 360px;
  object-fit: cover;
  border-radius:8px;
}

#modalName {
  font-size: 16px;
  font-weight: 600;
}
#modalPhone {
  font-size: 13px;
}
#modalNote {
  font-size: 13px;
}

.winner_details {
  align-items: center;
  align-self: center;
  align-content: center;
  margin-top: 10px;
}

.winner_details p {
  font-size: 13px;
  font-weight: 500;
}

.winner_details .row {
  margin-bottom: 1px;
}

.winner_details .row:first-child {
  margin-bottom: 5px;
}


.volume-chooser {
  color: #dedede;
  padding: 5px;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}

.volume-chooser div span:first-child {
  font-size: 12px;
  font-weight: 600;
}
.volume-chooser div span:last-child {
  font-size: 13px;
  font-weight: 500;
}

.volume-control {
  display: inline-block;
  top: 100%;
  border: none;
  width: 250px;
  border-radius: 4px;
  
}  

.volume-control .volume {
  -webkit-appearance: slider-vertical;
  width: 250px;
  margin-left: -4px;
  margin-top: 10px;
}  



.tabs1 {
  /* max-width: 500px; */
  margin: 30px 0 0 0;
}

.tabs-nav1 {
  display: flex;
  /* border-bottom: 2px solid #ccc; */
}

.tabs-nav1 li {
  list-style: none;
  flex: 1;
}

.tabs-nav1 a {
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  color: #888;
  background: #444;
  border: 1px solid #777;
  border-bottom: none;
  transition: background 0.3s;
  font-size: 13px;
}

.tabs-nav1 .active a {
  background: #333;
  /* font-weight: bold; */
  color: #41a3e5;
  /* border-bottom: 2px solid transparent; */
}

.tabs-content1 {
  border: 1px solid #666;
  padding: 15px 10px;
  color: #999;
  font-size: 13px;
}

/* .tabs-content1 p {
  border: 1px solid #666;
  padding: 15px 10px;
  color: #ccc;
  font-size: 13px;
} */

.tab-panel1 {
  display: none;
}

.tab-panel1.active {
  display: block;
}



.checkbox-group {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 14px 0;
}

.checkbox-item {
  position: relative;
}

.checkbox-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}

.checkbox-item label {
  display: inline-block;
  padding: 5px 10px;
  /* border: 2px solid #ccc; */
  border-radius: 3px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 13px;
  user-select: none;
  color: #666;
}

.checkbox-item input[type="checkbox"]:checked + label {
  background-color: #41a3e5;
  color: white;
  border-color: #41a3e5;
  font-weight: bold;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.checkbox-item label:hover {
  border-color: #41a3e5;
}

.intro_div {display: block;}


/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/

/* 
@media screen and (max-width: 3040) {
  .circle-timer {
    top: 0%;
    left: 165%;
    transform: translate(180%, -53%) !important;
    display: none !important;
  }
  

} */

@media screen and (min-width: 1300.1px) {
  .pos-flex {
    display: flex;
  }
}
/**
 * min
 */
@media screen and (max-width: 1800px) {
  .wizard-progress {
    left: -58%;
  }

  .wrapper {
    transform: scale(0.95);
  }

  .circle-timer {
    /* top: 93%;
    left: 40%; */
    transform: translate(73%, 190%);
  }

}
@media screen and (max-width: 1600px) {
  .wrapper {
    padding: 30px 0;
  }

  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 260px;
  }

  .wizard-content-1 {
    padding: 30px;
  }

  .wizard-content-1 .steps {
    width: 345px;
  }

  .step-inner-content {
    max-width: 1040px;
  }
  
}
@media screen and (max-width: 1440px) {
  .wrapper {
    padding: 0px 0;
  }

  .step-no {
    right: 0px;
  }

  .wizard-content-1 {
    padding: 30px;
  }

  .wizard-content-1 .steps {
    padding: 30px;
  }

  .step-inner-content {
    max-width: 1000px;
  }

  .step-inner-content2 {
    max-width: 100%;
  }

  .wizard-inner-box .inner-title h2 {
    font-size: 40px;
  }

  .wizard-progress {
    left: -42%;
    bottom: -120px;
  }

  .step-btn-icon-text .step-btn-text h2 {
    font-size: 16px;
  }

  .step-inner-content {
    padding: 120px 41px 80px;
  }

  .actions {
    z-index: 3;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-prev {
    left: -30px;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-next {
    right: -30px;
  }

  .actions li, .actions button,
.thank-content .thank-btn {
    width: 160px;
    height: 60px;
    font-size: 18px;
    line-height: 60px;
  }

  .step-btn-icon-text:before {
    right: -90px;
  }

  .step-btn-icon-text:after {
    bottom: -55px;
  }

  
  
}
@media screen and (max-width: 1399px) {
  .wrapper {
    padding: 0;
  }

  .step-no {
    right: -3px;
    top: -95px;
  }

  .wizard-progress {
    left: -50%;
  }

  .step-inner-content {
    max-width: 875px;
  }

  .wizard-content-1 .steps li.js-active.current .step-btn-icon-text:before {
    width: 75px;
  }

  .step-btn-icon-text:before {
    right: -70px;
  }

  .winners {
    width: 30%;
  }

  
}
@media screen and (max-width: 1300px) {
  .wrapper {
    transform: scale(1);
    padding: 10px 0;
  }

  .step-no {
    right: 0px;
    top: 10px;
  }

  .wizard-content-1 .steps {
    max-width: 100%;
    width: 100%;
    max-height: auto;
    padding-bottom: 20px;
  }

  .wizard-content-1 .steps .bg-shape,
.step-inner-content .bg-shape {
    display: none;
  }

  .wizard-content-1 .steps li {
    width: inherit;
    text-align: center;
  }

  .step-btn-icon-text:before,
.wizard-content-1 .steps li.js-active .step-btn-icon-text:after {
    display: none;
  }

  .multisteps-form__progress {
    text-align: center;
    padding-top: 0;
  }

  .step-btn-icon-text .step-btn-icon {
    float: none !important;
  }

  .step-btn-icon-text .step-btn-icon {
    margin: 0px 10px;
  }

  .step-btn-icon-text .step-btn-text {
    padding-top: 20px;
  }

  .step-inner-content {
    max-width: 100%;
    margin-top: 50px;
    padding-top: 40px;
  }

  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 310px;
  }

  .wizard-progress {
    position: static;
    margin-bottom: 40px;
  }

  


}
@media screen and (max-width: 1070px) {
  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 260px;
  }

  .user_name {
    font-size: 22px;
    top: 0px;
  }


  .important_notice {
    margin: 20px 0 50px 0 !important;
  }

  .settings {
    right: 60px;
    top: -5px;
  }

  .winners {
    width: 30%;
  }
  

}
@media screen and (max-width: 991px) {
  .wizard-inner-box .inner-title h2,
.thank-content .thank-text h2 {
    font-size: 40px;
  }

  .bottom-vector {
    display: none;
  }

  .powered {
    position: relative;
    /* left: 40%; */
    transform: translate(100%, -80%);
  }

  .details-form-area .wizard-document-upload .custom-file {
    width: 100%;
  }

  .step-btn-icon-text > span {
    display: none;
  }

  .need-job-slide .owl-item {
    text-align: center;
  }

  .circle-timer {
    width: 70px;
    height: 70px;
    position: relative;
    top: 10%;
    left: 46%;
    transform: translateY(325%);
  }

  .winners {
    width: 55%;
  }

  
}
@media screen and (max-width: 580px) {
  .step-btn-icon-text .step-btn-icon {
    display: none;
  }

  .step-btn-icon-text .step-btn-text {
    margin: 0px 10px;
  }

  .step-btn-icon-text .step-btn-text h2 {
    color: #000;
  }

  .js-active .step-btn-icon-text .step-btn-text h2 {
    color: #41a3e5;
  }

  .options-grid {
    display: block;
    gap: 7px 10px;
  }

  .options label {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    border-radius: 50px !important;
  }

  .question-box {
    font-size: 1rem;
    margin-bottom: 25px !important;
  }

  .link_to_leaderboard {
    margin-top: -30px;
    margin-bottom: 55px;
  }

  .user_name {
    font-size: 22px;
    position: relative;
    top: 30px;
  }

  .important_notice {
    margin: 45px 0 50px 0 !important;
  }

  .timer-container {
    position: relative;
    margin-bottom: 20px;
    top: 0;
  }

  .circle-timer {
    width: 70px;
    height: 70px;
    position: relative;
    top: 0%;
    left: 65%;
    transform: translate(80%, -53%);
  }

  #timer {
    font-size: 27px;
    position: absolute;
    /* top: -20%;
    left: 2%;
    transform: translate(100%, 10%); */
  }

  .form-step-4 .logo_img {
    margin-top: 40px !important;
  }

  .form-step-4 .settings {
    right: -6px !important;
    top: -110px !important;
  }

  .question-box {
    margin-top: -55px !important;
  }
  
  .winners {
    width: 55%;
  }

  .website_descr h5 {
    font-size: 17px;
    line-height: 25px;
  }
  
  .website_descr p {
    font-size: 13px;
  }

  .website_descr {
    margin-bottom: 40px;
  }

  .wizard-progress {
    margin-left: 9%;
    width: 280px;
    bottom: -120px;
  }

  .actions2 li {
    width: 90%;
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }

  .actions2 p {
    font-size: 13px;
  }

  .modal_div{
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.95);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .modal.show {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  .modal-contents {
    background:#fff;
    padding:20px; 
    width:370px; 
  }

  .each_field {
    margin-top: -15px;
  }
  .each_field1 {
    margin-top: -24px;
  }

  .wizard-forms, .wizard-forms .actions {
    padding-bottom: 40px;
  }

}

.font-bold1 {
  font-weight: 600;
}



@media screen and (max-width: 480px) {
  .step-btn-icon-text .step-btn-text {
    padding-top: 10px;
  }

  #need-job-slide-id .owl-stage {
    left: -387px !important;
  }

  .details-form-area1 .form-input-inner {
    margin-bottom: 40px;
  }

  .wizard-content-1 .steps li {
    margin-bottom: 20px;
  }

  .step-inner-content {
    padding: 15px;
  }

  .wizard-content-1 {
    padding: 20px;
  }

  .wizard-content-1 .steps li.js-active.current .step-btn-icon-text:after {
    top: 7px;
    left: -25%;
  }

  .wizard-inner-box .inner-title h2, .thank-content .thank-text h2 {
    font-size: 30px;
  }

  .wizard-inner-box .need-job-icon-text .need-job-text-inner {
    width: 270px;
  }

  .wizard-inner-box .need-job-slide .owl-nav {
    text-align: center;
    margin-top: 30px;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-next,
.wizard-inner-box .need-job-slide .owl-nav .owl-prev {
    position: static;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    transform: translateY(0);
  }

  .intro_div {display: none;}

  .settings {
    right: -5px;
    top: -147px;
  }


 

  .leaderboard {
    padding-bottom: 30px;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-prev {
    position: relative;
    left: -5px;
  }

  .wizard-inner-box .need-job-slide .owl-nav .owl-next {
    position: relative;
    right: -5px;
  }

  .wizard-inner-box .need-job-slide {
    padding: 50px 0px;
  }

  .wizard-inner-box .inner-title p {
    font-size: 16px;
  }

  .actions li, .actions button, .thank-content .thank-btn {
    height: 50px;
    width: 120px;
    line-height: 50px;
  }

  .details-form-area .gender-select label {
    padding-left: 15px;
  }

  .details-form-area .wizard-document-upload .custom-file .custom-file-label:after {
    width: 100px;
  }

  .step-no {
    display: none;
  }

  .wizard-progress p {
    bottom: -10px;
  }
}
@media screen and (max-width: 380px) {
  .wizard-content-1 {
    padding: 0px;
  }

  .step-inner-content {
    padding: 15px;
  }

  
}








#countdown {
  position: relative;
  margin: auto;
  margin-top: 0px;
  height: 330px;  /* Updated to 330px */
  width: 330px;   /* Updated to 330px */
  text-align: center;
}

#countdown-number {
  color: #41a3e5;
  display: inline-block;
  line-height: 330px;  /* Adjusted for new size */
  font-size: 94px;
  font-weight: bold;
}

#countdown svg {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;   /* Updated to 330px */
  height: 330px;  /* Updated to 330px */
  transform: rotateY(-180deg) rotateZ(-90deg);
}

#countdown svg circle {
  fill: none;
  stroke: #3498db;  /* Customize the stroke color */
  stroke-width: 15;  /* Increased stroke-width to make it thicker */
  stroke-dasharray: 848.23;  /* Adjusted dasharray for 330px radius */
  transition: stroke-dashoffset 1s linear;
}

#countdown-number.zoom {
  animation: zoomInOut 0.4s ease-in-out;
}

.multisteps-form__panel {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.multisteps-form__panel.js-active {
  opacity: 1;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.8);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes countdown {
  from {
    stroke-dashoffset: 0px;
  }
  to {
    stroke-dashoffset: 1036.56px;  /* Adjusted for 330px radius */
  }
}





/* QUIZ CONTAINER */
#quiz-content {
  margin-top: -10px;
  padding-bottom: 140px;
}

.question {
  font-weight: bold;
  margin-bottom: 10px;
}

.truncate-ellipsis {
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navigation {
  margin-top: 50px;
}

.timer {
  font-size: 24px;
  color: #3498db;
  font-weight: bold;
  margin-bottom: 20px;
}
/* QUIZ CONTAINER */


.text-primary1 {
  color: #a9a729 !important;
}

.menu-container {
  /* max-width: 300px; */
  margin: 20px 0px;
  font-family: sans-serif;
}

.menu-title {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.submenu.open {
  max-height: 200px;
}

.submenu ul {
  list-style: none;
  padding-left: 16px;
  margin: 0 0 0px 0 !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.submenu li {
  margin-bottom: 10px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: "Poppins" !important;
  display: block !important;
  text-align: left !important;
}

.submenu li a {
  /* color: #2989a9 !important; */
  color: #a9a729 !important;
}

.submenu li a:hover {
  color: #2989a9 !important;
}

.cards .card {
  border-radius: 10px;
}


.table-wrapper {
  padding: 20px;
  max-width: 100%;
  font-family: sans-serif;
}

h2 {
  margin-bottom: 10px;
}

.table-container {
  overflow-x: auto;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.house-table {
  width: 100% !important;
  overflow-x: auto !important;
}

.table1 {
  width: 150%;
}

.table2 {
  width: 120%;
}

.aprvBtn button {
  background-color: red;
  color: #fff;
  border: none;
  padding: 8px;
  border-radius: 5px;
}

.swal-confirm-btn {
  color: white !important;      /* text color */
  background-color: #3085d6 !important; /* background */
}

.swal-cancel-btn {
  color: #ec8383 !important;   /* text color */
  background-color: white !important;
}

.stats_css {
  padding: 15px 0;
}

.stats_css .table_row {
  margin-top: 7px;
}

.stats_css .titles {
  font-weight: 500;
}

.approve_all_btn {
  padding: 12px 10px;
  border: none;
  border-radius: 5px;
  background-color: #079307;
  color: #fff !important;
}

.approve_all_btn:hover {
  background-color: #067d06;
}

.custom-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  border-radius: 15px !important;
  padding-bottom: 115px !important;
}

.actionBtn {
  width: 110px !important;
  padding: 0 !important;
}

.actionBtn button {
  border: none;
  padding: 5px;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 5px;
}

.actionBtn button.fa-trash {
  background-color: red;
  color: #fff;
}

.actionBtn button.fa-edit {
  background-color: #0c58c1;
  color: #fff;
}


#need-job-slide-id .owl-stage {
  position: relative;
  left: -304px;
}


.custom-table th,
.custom-table td {
  padding: 15px 16px !important;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}

.custom-table td {
  padding: 16px 10px !important;
}

.custom-table thead {
  background-color: #edeaea;  
}


.custom-table tbody tr:hover {
  background-color: #f2f2f2;
}

/* Pagination styling */
.pagination {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: end;
  align-items: end;
}

.pagination button {
  padding: 6px 12px;
  border: none;
  background-color: #eeeeee;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}

.pagination button:hover {
  background-color: #ddd;
}

.pagination button.active {
  background-color: #007bff;
  color: white;
}

.pagination .ellipsis {
  padding: 6px 10px;
  color: #888;
}

.menu-item {
  margin-bottom: 10px;
}

.menu-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(243, 243, 243, 0.5);
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
  width: 100%;
}

div.menu-title.active {
  color: #3f83be !important;
}

.menu-label {
  font-weight: 500;
  color: #333;
}

.chevron {
  color: #666;
  transition: transform 0.3s ease;
}

/* Optional: animate rotation instead of changing icon */
.menu-title.open .chevron {
  transform: rotate(180deg);
}

.submenu {
  padding: 3px 8px;
  background-color: rgba(243, 243, 243, 0.3);
  border-left: 2px solid #ccc;
}


.submenu-link:hover {
  text-decoration: underline;
}



.file-uploader input {
  display: none;
}
.file-uploader label {
  width: 96%;
  height: 280px;
  margin: 0 auto;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 8px;
  border: 1px dashed #ddd;
  background-color: #eee;
  color: #555;
  cursor: pointer;
  /* color: #035703; */
}

.csvModal button {
  padding: 10px;
  border: none;
  background-color: #ccc;
  color: #222;
}


@keyframes fadeIns {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}


.inputForms,
.file-uploader {
  transition: all 0.5s ease;
  overflow: hidden;
}

.quizHouse .slide-up-out {
  max-height: 0;
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: none;
}

.quizHouse .slide-down-in {
  max-height: 500px; /* enough to show contents */
  opacity: 1;
  transform: translateY(0);
}

.quizHouse .hidden {
  display: none;
}
/* 
.quizHouse .fade {
  transition: opacity 0.5s ease, transform 0.5s ease;
  opacity: 1;
  transform: translateY(0);
}

.quizHouse .fade-out {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.quizHouse .fade-in {
  opacity: 1;
  transform: translateY(0);
  height: auto;
} */



/*---------------------------------------------------- */
/*---------------------------------------------------- */