﻿/* BASE MODAL */
#_sorun_icon {
  z-index: 9998 !important;
}

.base-modal {
    display: none;
}

.base-modal .react-base-modal {
  flex-direction: column;
  justify-content: space-between;
  padding: 25px 30px;
  width: 90vw;
  height: auto;
  position: fixed;
  background: #fff;
  top: calc(50%);
  left: calc(50%);
  z-index: 9999;
  border-radius: 3px;
  -webkit-transition: display linear 0.2s;
  -moz-transition: display linear 0.2s;
  transition: display linear 0.2s;
  display: flex;
  transform: translateX(-50%) translateY(-50%);
  word-break: break-word;
}
@media screen and (min-width: 991px) {
  .base-modal .react-base-modal {
    width: 454px;
  }
}
.base-modal .react-base-modal.active {
  display: flex;
}
.base-modal .react-base-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-size: 18px;
  font-weight: 600;

}
.modal-header{
  background-color: transparent !important;
  width: 100%;
}
.base-modal .react-base-modal-footer {
  display: flex;
  grid-gap: 15px;
  justify-content: center;
}
.base-modal .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1041;
  background-color: rgba(0, 0, 0, 0.3);
}
.base-modal .timeout-modal {
  width: 328px;
}
.base-modal .must-buy-modal-footer {
  display: block;
  text-align: center;
  margin-top: 10px;
}
.captcha-close-icon {
    display:flex;
    direction:ltr
}


/* RECAPTCHA MODAL */ 
.recaptcha-modal {
  width: 369px !important;
  padding: 30px !important;
}
.recaptcha-modal__title {
  font-weight: bold;
  color: #6d6d6d;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 24px;
}
.recaptcha-modal__text {
    font-size: 12px;
    text-align: center;
    margin: 15px 0px;
}
.recaptcha-modal__recaptcha {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.recaptcha-modal__captchaBtn {
  max-height: max-content;
  background: none;
  border: none;
}
.recaptcha-modal__bottom {
  display: inline-grid;
  text-align: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 10px;
}
.recaptcha-modal__bottom--span {
  margin-bottom: 24px;
  color: #f76262;
  font-size: 12px;
}
.recaptcha-modal__input {
  width: 100%;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  padding: 5px;
  border: solid 1px #555;
}
.recaptcha-modal__input--error {
  border-color: #f76262 !important;
}
.recaptcha-modal__button {
  width: 246px;
  height: 40px;
  border-radius: 3px;
  font-weight: bold;
  background-color: #fff;
  border: solid 1px #1e49b6;
  color: #1e49b6;
  font-size: 12px;
  margin: 0 auto;
}
.recaptcha-modal__button--blue {
  background-color: #1e49b6;
  color: #fff;
}
.recaptcha-modal__button i {
  margin-right: 7px;
  margin-left: 7px;
}
.recaptcha-modal__backend-message {
  display: inline-grid;
  text-align: center;
  width: 100%;
}
.recaptcha-modal__backend-message--span {
  color: #f76262;
  font-size: 12px;
  text-align:justify
}


/* CONFIRMATION CODE MODAL */

.confirmation-code-modal {
  width: 369px !important;
  padding: 30px !important;
}
.confirmation-code-modal__title {
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
  margin-top: 24px;
}
.confirmation-code-modal__text {
  text-align: center;
}
.confirmation-code-modal__close {
  cursor: pointer;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.confirmation-code-modal__inputs {
  margin-top: 24px;
}
.confirmation-code-modal__input {
  height: 44px;
  border-radius: 3px;
  font-weight: bold;
  margin-left: 13px;
  font-size: 24px;
  border: solid 1px #555;
}
.confirmation-code-modal__input--error {
  border-color: #f76262 !important;
}
.confirmation-code-modal__timer--cycle {
  width: 107px;
  height: 107px;
  border: solid 7px #4e8bfc;
  margin: 0 auto;
  border-radius: 55px;
}
.confirmation-code-modal__timeEnd {
  display: inline-grid;
  text-align: center;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 10px;
}
.confirmation-code-modal__timeEnd--span {
  margin-bottom: 24px;
  color: #f76262;
  font-size: 12px;
}
.confirmation-code-modal__backend-message {
  display: inline-grid;
  text-align: center;
  width: 100%;
  margin-top: 24px;
}
.confirmation-code-modal__backend-message--span {
  color: #f76262;
  font-size: 12px;
}
.confirmation-code-modal__button {
  width: 246px;
  height: 40px;
  border-radius: 3px;
  font-weight: bold;
  background-color: #fff;
  border: solid 1px #1e49b6;
  color: #1e49b6;
  font-size: 12px;
  margin: 0 auto;
}
.confirmation-code-modal__button--blue {
  background-color: #1e49b6;
  color: #fff;
}
.confirmation-code-modal__button i {
  margin-right: 7px;
}
.confirmation-code-modal__background-opacity {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1041;
  background-color: rgba(0, 0, 0, 0.2);
}
.confirmation-code-modal__background-opacity .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* COUNTDOWN TIMER */

.base-timer {
  position: relative;
  width: 107px;
  height: 107px;
  margin: 0 auto;
}
.base-timer__svg {
  transform: scaleX(-1);
}
.base-timer__circle {
  fill: none;
  stroke: none;
}
.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: rgba(0, 0, 0, 0.16);
}
.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}
.base-timer__path-remaining.green {
  color: #41b883;
}
.base-timer__path-remaining.orange {
  color: orange;
}
.base-timer__path-remaining.red {
  color: #f76262;
}
.base-timer__path-remaining.blue {
  color: #4e8bfc;
}
.base-timer__label {
  position: absolute;
  width: 107px;
  height: 107px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
.base-timer__label.red {
  color: #f76262;
}
.base-timer__label.__blue, .__blue {
   color: #4e8bfc;
}

#otpErrorMessage {
    display: block;
    clear: both;
    margin: 0 0 9px 12px;
    font-size: 12px;
    color: #cc3333;
    white-space: normal;
}

.modal-open {
    display: block;
}