/****************************** Spin CSS Start ******************************/

/************* Icon **************/
.closeIcon2 {
  background-position: -349px -3870px;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

.closeIconSm {
  background-position: -344px -1194px !important;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
  transform: scale(0.7);
}

.starIconSpinner {
  background-position: -425px -1191px !important;
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  transform: scale(0.8);
}

/********* Modal Css***********/

.ielts-spinner-modal {
  display: none;
  position: fixed;
  bottom: 5%;
  left: 3%;
  width: 300px;
  height: 210px;
  background-image: url(../images/spin/bg-desk-sm.webp);
  background-size: 100% 100%;
  z-index: 999;
  overflow: hidden;
}

.ielts-spinner-modal.expand {
  width: 720px;
  left: 0;
  top: 98px;
  border: none;
  height: calc(100% - 96px);
  background-image: url(../images/spin/bg-desk.webp);
}

.ielts-spinner-ctn {
  height: 100%;
  border: none !important;
}

.ielts-spinner-ctn .iti--allow-dropdown {
  height: 36px;
  width: 100%;
}

/*********** step-1 ***************/

#step-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  height: 100%;
}

.ielts-spinner-left {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ielts-spark-bg-img {
  width: 91%;
  position: absolute;
  top: 12%;
  left: 6%;
  z-index: -1;
}

.ielts-spark-bg-img.expand {
  width: 42%;
  top: 13%;
}

.ielts-spinner-close-btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: none;
  outline: none;
  margin: 0px;
  padding: 0px;
}

.ielts-spinner-h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

#ielts-shine-btn-1 {
  display: none;
}

.ielts-shine-btn {
  width: 86px;
  height: 30px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  border: solid 1px #ff615d;
  background-color: #ff615d;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}

.ielts-shine-btn:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  background-image: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 30%,
      rgb(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%);
  top: 0;
  left: -100px;
  animation: shine 2.5s infinite linear;
  /* Animation */
}

@keyframes shine {
  0% {
    left: -100px;
  }

  20% {
    left: 100%;
  }

  100% {
    left: 100%;
  }
}

.ielts-spinner-left #chart {
  transform: scale(0.55);
}

/*********** Spin CSS End **************/

/*********** step-2 *****************/

.ielts-spinner-step-2 {
  display: none;
  height: 100%;
}

/******** Right CSS ********/

.ielts-spinner-right {
  display: none;
}

.ielts-spinner-right h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.ielts-spinner-para {
  width: 244px;
  font-size: 16px;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.spinner-already {
  margin-top: 10px;
  text-align: center;
  padding-left: 30px;
  display: none;
}

.ielts-input-panel {
  margin-bottom: 25px;
}

.ielts-input-ctn {
  border-radius: 4px;
  animation-name: ripples;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  display: none;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.ielts-input-ctn .iti__country-list {
  position: relative !important;
  max-width: 280px !important;
  overflow-x: hidden !important;
}

.ielts-input-ctn input {
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  background-color: #fff;
  outline: none;
}

.ielts-input-ctn input::placeholder {
  font-size: 14px;
  line-height: 1.71;
  text-align: left;
  color: #686868;
}

.ielts-input-ctn .help-block {
  position: absolute;
  display: none;
  padding-top: 1px;
  font-size: 13px;
  line-height: 1.14;
  text-align: left;
  color: #ff615d;
}

.ielts-spinner-timer {
  position: absolute;
  top: 24%;
  right: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #ff615d;
}

.ielts-spinner-timer span {
  color: #ff615d;
}

.ielts-change-otp {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #ff615d;
}

/************* Select CSS Start ********************/

.ielts-input-ctn select {
  width: 100%;
  height: 36px;
  border: solid 1px #686868;
  border-radius: 4px;
  background: #fff;
  color: #686868;
  cursor: pointer;
  box-sizing: border-box;
  padding: 4px 10px;
  font-size: 14px;
  background-image: url(/v2/images/version2/selectoption.png);
  background-repeat: no-repeat;
  background-position: 95% 14px;
  -webkit-appearance: none;
}

.ielts-input-ctn select:focus-visible {
  outline: none;
}

.ielts-input-ctn select option {
  padding: 6px;
}

.ielts-input-ctn .select2-search.select2-search--dropdown {
  display: none;
}

.ielts-input-ctn .select2-container .selection {
  height: 36px;
  width: 100%;
}

.ielts-input-ctn .select2-container .select2-selection--single {
  position: relative;
  height: 36px !important;
  color: #686868 !important;
  border: solid 1px #d8d8d8;
}

.ielts-input-ctn .select2-container .selection .select2-selection .select2-selection__rendered {
  color: #686868 !important;
  font-size: 14px;
  padding: 4px 10px !important;
}

.ielts-input-ctn .select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0px;
  right: 16px !important;
}

.ielts-spinner-step-1 .ielts-input-ctn .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  background-image: url("../../images/sprite/master-sprite.webp") !important;
  background-position: -37px -880px;
  background-repeat: no-repeat;
  width: 14px !important;
  height: 9px !important;
  margin: 0px !important;
  filter: none !important;
  top: 50% !important;
  left: 50% !important;
}

.ielts-input-ctn .select2-selection__placeholder {
  color: #686868 !important;
}

.ielts-input-ctn .select2.select2-container {
  width: 100% !important;
  height: 36px !important;
}

.ielts-input-ctn .select2-results__option.select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted {
  color: #282828 !important;
  background-color: #f5f5f5 !important;
}

.ielts-input-ctn .select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,
.ielts-input-ctn .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
  width: 100% !important;
  height: 36px !important;
}

/****** for hiding searchbox ******/
.select2-dropdown.ielts-input-ctn.select2-dropdown--below .select2-search.select2-search--dropdown,
.select2-dropdown.ielts-input-ctn.select2-dropdown--above .select2-search.select2-search--dropdown {
  display: none !important;
}

/****** for selected li BGCOLOR ****/

.select2-container--default .select2-results__option--selected {
  background-color: #f5f5f5 !important;
  color: #282828 !important;
}

.ielts-input-ctn .select2-container--default .select2-results__option--selected {
  background-color: #f5f5f5 !important;
}

.select2-dropdown.ielts-category.select2-dropdown--below .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--selected,
.select2-dropdown.ielts-category.select2-dropdown--above .select2-results .select2-results__options .select2-results__option.select2-results__option--selectable.select2-results__option--selected {
  background-color: #f5f5f5 !important;
}

/****** for hover li BGCOLOR ****/
.select2-dropdown.ielts-category.select2-dropdown--below .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.ielts-category.select2-dropdown--below .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.ielts-category.select2-dropdown--below .select2-results__option--selectable:hover,
.select2-dropdown.ielts-category.select2-dropdown--above .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-dropdown.ielts-category.select2-dropdown--above .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable[aria-selected="true"],
.select2-dropdown.ielts-category.select2-dropdown--above .select2-results__option--selectable:hover {
  background-color: #f5f5f5 !important;
  color: #282828;
}

/****** for hover leave li BGCOLOR ****/
.select2-dropdown.ielts-category.select2-dropdown--below .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"],
.select2-dropdown.ielts-category.select2-dropdown--above .select2-results__option.select2-results__option--selectable.select2-results__option--highlighted[aria-selected="true"] {
  color: black !important;
  background-color: transparent !important;
}

/************** Select CSS End ************************/

.ielts-spinner-nxt-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 116px;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 0 20px;
  border-radius: 4px;
  border: solid 1px #ff615d;
  background-color: #ff615d;
}

/******** step 3 *************/

.ielts-avail-btn {
  width: auto;
  height: 36px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding: 6px 24px;
  margin-top: 10px;
  border-radius: 4px;
  border: solid 1px #ff615d;
  background-color: #ff615d;
  display: none;
}

.ielts-avail-btn.show {
  display: block;
}

/************ For Wheels Start *****************/

.ielts-spinner {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  background-image: url(../../v3/images/spin/spinner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 10px 10px 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ielts-spinner.expand {
  height: 230px;
  width: 230px;
}

#ielts-spin-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 48%;
  left: 50%;
  height: 28px;
  width: 28px;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  background: #02359e !important;
  color: var(--white_color);
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
  font-weight: 600;
}

.ielts-spin-btn.expand {
  top: 50% !important;
  height: 50px !important;
  width: 50px !important;
}

.ielts-spinner img {
  height: 25px;
  position: absolute;
  top: 38%;
  right: 0%;
  transform: rotate(90deg);
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.2));
  z-index: 1;
}

.ielts-spinner.expand img {
  height: 40px;
  top: 39%;
}

#text {
  font-size: 16px;
  text-align: center;
  margin-top: 1.5rem;
  color: var(--gold_color);
  font-weight: 600;
}

text {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 11px;
  pointer-events: none;
  fill: #fff;
}

#chart {
  position: relative;
  width: auto;
  height: auto;
}

/*********** For Wheels End *****************/
.spinner-wrapper {
  display: none;
}

[class|="confetti"] {
  position: absolute;
}

.orange {
  background-color: #ff6b00;
}

.yellow {
  background-color: yellow;
}

.blue {
  background-color: purple;
}

.ielts-spinner-rht {
  color: #fff;
}

#spin-message * {
  color: #fff !important;
}

button:disabled {
  background-color: rgba(255, 97, 93, 0.6) !important;
}

.ielts-header-book-demo-btn:disabled,
.ielts-login-signup-btn:disabled,
.ielts-login-signup-btn:disabled * {
  color: #D8D8D8;
  border-color: #ff615d;
}

.please-wait {
  color: #D8D8D8;
  display: none;
}

/********************* unlock button ripple effect ***************/
@keyframes ripples {
  0% {
    box-shadow: 0 0 0 0 rgba(207, 207, 207, 0.467),
      0 0 0 0 rgba(126, 126, 126, 0.667);
  }

  80% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.01),
      0 0 0 5px rgba(255, 255, 255, 0.06);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(196, 196, 196, 0), 0 0 0 0 rgba(196, 196, 196, 0);
  }
}

@media (max-width: 1023px) {
  .please-wait {
    text-align: center;
  }

  .ielts-spinner-mob-btn {
    display: flex !important;
  }

  .ielts-spinner-mob-btn.hide {
    display: none !important;
  }

  .ielts-spinner-ctn .iti--allow-dropdown .iti__flag-container,
  .iti--separate-dial-code .iti__flag-container {
    top: 10px;
  }

  .ielts-spinner-ctn .iti--allow-dropdown {
    margin-bottom: 12px !important;
  }

  /********* Modal Css***********/

  .ielts-spinner-ctn::after {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: red;
    z-index: -1;
  }

  .ielts-spinner-modal {
    border-radius: 4px;
    display: none;
    width: 300px;
    height: 210px;
    background-image: url(../../images/spin/bg-desk-sm.webp);
    z-index: 1000;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 0 0 0 #02359e;
    animation: glow 1.5s ease-out infinite;
  }

  .ielts-spinner-modal.expand {
    width: calc(100% - 20px);
    top: 50%;
    left: 50%;
    height: 560px;
    transform: translate(-50%, -50%);
    background-image: url(../../v3/images/spin/bg-mob.webp);
  }

  .ielts-spinner-ctn {
    height: 100%;
  }

  #ielts-shine-btn-1 {
    width: 100%;
    height: 48px;
    margin-top: 40px;
  }

  /*********** step-1 ***************/

  #step-1 {
    padding: 20px 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
  }

  .ielts-spark-bg-img {
    width: 90%;
    position: absolute;
    top: 20%;
    left: 8%;
    z-index: -1;
  }

  .ielts-spark-bg-img.expand {
    width: 85% !important;
    top: 3%;
    left: 10% !important;
  }

  .ielts-spinner-close-btn {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: none;
    outline: none;
  }

  .ielts-spinner-h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
  }


  @keyframes shine {
    0% {
      left: -100px;
    }

    20% {
      left: 100%;
    }

    100% {
      left: 100%;
    }
  }

  /*********** Spin CSS End **************/

  /*********** step-2 *****************/

  .ielts-spinner-step-2 {
    flex-direction: column;
  }

  .ielts-spinner-left {
    margin-top: 40px;
    height: unset;
    /* min-height: 280px; */
  }

  /******** Right CSS ********/

  .ielts-spinner-right {
    width: 100% !important;
    flex-shrink: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }

  .ielts-spinner-right h2,
  .ielts-spinner-rht h2 {
    font-size: 24px;
    line-height: 1.17;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
  }

  .ielts-spinner-rht p,
  .ielts-spinner-para {
    width: 100%;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 17px;
  }

  .ielts-input-panel {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 5px;
  }

  .ielts-input-ctn input {
    width: 100%;
    height: 48px;
  }

  .ielts-change-otp {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    color: #ff615d;
  }

  /************* Select CSS Start ********************/

  .ielts-input-ctn select {
    width: 100%;
    height: 48px;
    background-position: 95% 20px !important;
  }

  .ielts-input-ctn .select2-container .select2-selection--single {
    height: 48px !important;
  }

  .ielts-input-ctn .select2-container .selection .select2-selection .select2-selection__rendered {
    padding: 10px !important;
  }

  .ielts-input-ctn .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 8px;
    right: 16px !important;
  }

  .ielts-input-ctn .select2.select2-container {
    width: 100% !important;
    height: 48px !important;
  }

  .ielts-input-ctn .select2.select2-container.select2-container--default.select2-container--above.select2-container--focus,
  .ielts-input-ctn .select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    width: 100% !important;
    height: 48px !important;
  }

  /************** Select CSS End ************************/

  .ielts-spinner-nxt-btn {
    width: 100% !important;
    height: 48px;
    font-size: 16px;
  }

  /******** step 3 *************/

  #step-3 {
    flex-direction: column;
    overflow: hidden;
  }

  .ielts-spinner-lft {
    height: auto;
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .ielts-spinner-lft img {
    position: absolute;
    top: 6%;
  }

  .ielts-avail-btn {
    width: 100%;
    height: 48px;
  }

  /************ For Wheels Start *****************/

  .ielts-spinner {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-image: url(../../v3/images/spin/spinner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 14px 10px 10px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .ielts-spinner-2 {
    height: 220px;
    width: 220px;
    border-radius: 50%;
    background-image: url(../../v3/images/spin/spinner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 0px;
  }

  .ielts-spinner-3 {
    height: 300px;
    width: 300px;
    padding: 17px;
  }

  #ielts-wheel {
    height: 120px;
    width: 120px;
    max-height: 120px;
  }

  #ielts-spinWheel,
  #ielts-spinWheel2,
  #ielts-spinWheel3 {
    max-height: inherit;
    width: inherit;
  }

  .ielts-spin-btn-2 {
    top: 50% !important;
    height: 60px !important;
    width: 60px !important;
  }

  .ielts-spinner.expand img {
    height: 40px !important;
    position: absolute;
    top: 42%;
    left: 92%;
  }

  #text {
    font-size: 16px;
    font-weight: 600;
  }

  /*********** For Wheels End *****************/
}

/*************** Modal for mobile Spinner btn ******************/

.ielts-spinner-mob-btn {
  position: fixed;
  bottom: 30%;
  right: 5%;
  z-index: 1;
  display: none;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #d8d8d8;
  padding: 5px 14px 5px 0;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  animation-name: ripple2;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

.ielts-spinner-mob-btn h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #ff615d;
  margin: 0px;
}

.btn-2 {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  right: 0;
  background-color: #ff615d !important;
}

.btn-2 span.closeIcon2 {
  transform: scale(0.8);
}

@keyframes ripple2 {
  0% {
    box-shadow: 0 0 0 0 rgba(207, 207, 207, 0.467),
      0 0 0 0 rgba(126, 126, 126, 0.667);
  }

  80% {
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.01),
      0 0 0 5px rgba(255, 255, 255, 0.06);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(196, 196, 196, 0), 0 0 0 0 rgba(196, 196, 196, 0);
  }
}

@keyframes glow {
  0% {
    box-shadow: 0 0 0 0 #02359e;
  }

  50% {
    box-shadow: 0 0 20px 0px #02359e;
  }
}

#spin-mobile {
  padding-right: 0px;
}

.desktopSpinBackDrop {
  width: 100%;
  height: 100%;
  transition: all 0.05s ease;
  z-index: 1;
}

.spinner-already-login {
  text-decoration-color: #d8d8d8;
}