:root {
  --accent: #0072bb;
}

a {
  outline: none;
}

.bg-accent {
  background: var(--accent);
}

.btn.bg-accent {
  border-color: var(--accent);
}

.text-accent {
  color: var(--accent);
}

body {
  background: #edf2f9;
}

.navbar-brand>img {
  max-width: 140px;
  /* max-width: 92px; */
}

.otp-inputs input {
  width: 40px;
  height: 40px;
}

.otp-inputs input:focus,
.otp-inputs input:hover {
  border-color: var(--accent);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

label.error {
  font-size: 0.9em;
  color: #ff1d1d;
}

.mw-160 {
  min-width: 160px;
}

img.image-responsive {
  width: 100%;
  height: auto;
}

#promotion img {
  border-radius: 6px;
}

#promotion a.close {
  font-size: 46px;
  color: #ffffff;
  right: 6px;
  top: -16px;
}

#promotion .modal-content {
  border: none;
  box-shadow: none;
}

@media screen and (min-width: 768.1px) {
  .mtmd-3 {
    margin-top: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .btn-accent {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .btn-accent:hover,
  .btn-accent:focus {
    margin-bottom: 0px;
    padding-bottom: 10px;
  }
}

.shadow-sm {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

input.error,
textarea.error,
select.error {
  border-color: #f44336;
}

input.valid,
select.valid,
textarea.valid {
  border-color: #4caf50;
}

label.error {
  display: none;
}

.cursor-pointer {
  cursor: pointer !important;
}

.input-loader {
  position: absolute;
  top: 0;
  background: #18181826;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader {
  border: 6px solid #ffffff;
  border-radius: 50%;
  border-top: 6px solid var(--accent);
  width: 40px;
  height: 40px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-left: 44%;
  margin-right: auto;
  text-align: center;
}

span.range-value {
  color: var(--accent);
  font-weight: 600;
  font-size: 1.2em;
  display: flex;
  align-items: center;
  margin-right: 18px;
  justify-content: flex-end;
  border-bottom: 1px solid #ddd;
  width: 17%;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none !important;
}

.range-value img.currancy-symbol {
  max-height: 14px;
  width: auto;
  display: inline;
  margin-right: 4px;
  margin-top: 4px;
}

span.currancy-type .currancy-symbol {
  max-height: 20px;
  width: auto;
  filter: contrast(0.2);
  margin-top: -36px;
}

span.currancy-type {
  position: relative;
  z-index: 99;
  margin-top: -25px;
  display: block;
  text-align: right;
  margin-right: 12px;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.range-label {
  position: relative;
  display: flex;
  width: fit-content;
  border-radius: 5px;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background: #e9e8ff;
  border: 1px solid #d3dcfb;
  padding: 1px 8px;
  margin-bottom: 3px;
  margin-left: -6px;
}

/* Mobile Responsive Code */
@media screen and (min-width: 100px) and (max-width: 768px) {
  .mtmd-3 {
    margin-top: 0.7rem;
  }
}

@media screen and (min-width: 768.1px) {}

.range-label:after {
  padding: 5px 4px;
  background: #e9e8ff;
  content: "";
  position: absolute;
  margin-top: 26px;
  transform: rotate(54deg);
  border-radius: 1px;
  z-index: 0;
  border-right: 1px solid #d3dcfb;
  left: 8px;
}

label.required:after {
  content: "*";
  color: #f44336;
  padding-left: 3px;
}

.ml-2 {
  margin-left: 8px;
}

.form-range {
  position: relative;
  z-index: 9;
}

.range-navigator {
  margin-top: -10px;
  font-weight: 600;
  padding-left: 4px;
}

.range-navigator span:first-child::before {
  content: "";
  background: #bcc5cf;
  display: block;
  position: absolute;
  left: 31px;
  margin-top: -5px;
  z-index: 0;
  height: 9px;
  width: 2px;
}

.range-navigator span:last-child::before {
  content: "";
  height: 9px;
  width: 2px;
  background: #bcc5cf;
  display: block;
  position: absolute;
  right: 31px;
  margin-top: -4px;
}

.cursor-not {
  cursor: not-allowed;
}

.crackers-content {
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
  position: relative;
  padding-top: 10px;
}

.crackers-section {
  width: 100%;
  background: transparent;
  height: 400px;
  position: absolute;
  margin-left: -20px;
  margin-top: -5px;
}

.crackers-section #canvas {
  height: auto;
  width: 100%;
  background-color: transparent !important;
}

.text-sm {
  font-size: 0.95rem;
}

.o-hidden {
  overflow: hidden;
}

.mt-6 {
  margin-top: 5rem;
}

.pr-0 {
  padding-right: 0 !important;
}

.max-vh-75 {
  max-height: 70vh;
  min-height: 40vh;
}

.o-auto {
  overflow-y: auto;
}

.loader-section {
  background: #000000b8;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  border-radius: 0.4rem;
}

a.close {
  text-decoration: none;
  float: right;
  font-size: 30px;
  color: #9b9b9b;
  right: 8px;
  top: 4px;
  position: absolute;
  cursor: pointer;
}

a.close:hover,
a.close:focus {
  color: var(--accent);
}

.page-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
}

.loading-img {
  max-height: 200px;
  width: auto;
}

.button-loader {
  position: absolute;
  z-index: 9999999;
  margin-top: -26px;
  text-align: center;
  width: 100%;
}

.button-loader .loader {
  width: 30px;
  height: 30px;
  text-align: center;
  margin-left: 15%;
  border-top-color: #000;
}

.pageInner-loader {
  position: absolute;
  background: #0000007a;
  width: 100%;
  height: 100%;
  display: block;
  cursor: none;
  left: 0;
  top: 0;
  z-index: 999;
}

@media screen and (max-width:860px) {
  .pageInner-loader {
    position: fixed;
    bottom: 0;
    right: 0;
  }
}


.pageInner-loader .countdown {
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  display: block;
  margin: 1rem auto;
}

.pageInner-loader .countdown {
  margin-left: -8px;
}

.counter-section {
  text-align: center;
  padding: 2rem;
  position: absolute;
  transform: translate(0vw, 36vh);
  z-index: 9999;
  width: 100%;
  height: 100%;
}

.counter-section .countdown {
  font-size: 24px;
  font-weight: 600;
  padding: 16px 0;
  z-index: 99999;
}

.pl-0 {
  padding-left: 0;
}

.blink {
  color: var(--accent);
  text-shadow: 1px 1px 1px #000;
  animation: blink 2s linear infinite;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .9px;
  cursor: pointer;
}

.blink:hover {
  text-shadow: none;
}

@keyframes blink {
  0% {
    color: #fefe00;
  }

  30% {
    color: var(--accent);
  }

  50% {
    color: #fefe00;
  }

  80% {
    color: var(--accent);
  }

  100% {
    color: #fefe00;
  }
}


.offers-list {
  list-style: none;
  margin: auto;
  padding: 0;
}

.offers-list li {
  line-height: 1.4;
  margin: 12px auto 12px 24px;
  font-size: 1rem;
  text-indent: -22px;
}

.offers-list li::before {
  content: "\2713";
  color: var(--accent);
  margin-right: 3px;
  font-size: 14px;
  padding: 3px;
}

.text-grey {
  color: #777;
}

.marq-text {
    width: 100%;
    background-color: #ffcc00;
    color: #000;
    border-bottom: 1px solid #e6b800;
    font-weight: bold;
    overflow: hidden;
}

.marq-text marquee {
    height: 28px;          /* banner height */
    font-size: 13px;
    line-height: 28px;     /* vertical centering */
    padding: 0;
    margin: 0;
    display: block;
}