#subscribe img {
  width: 200px;
}

.modal {
  z-index: 99999;
}

.modal-content {
  background: var(--color-first) !important;
}

.modal .logo {
  width: 100px
}

.border-or::after,
.border-or::before {
  content: '';
  position: absolute;
  border-bottom: 1px solid #000c4e;
  top: 50%;
  width: calc(50% - 20px)
}

.font-size-12 {
  font-size: 12px
}

.btn-close {
  opacity: unset;
  position: absolute;
  right: 25px;
  top: 25px;
  outline: 0 !important;
  z-index: 99;
  /* filter: invert(100%); */
}

.border-or {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  text-align: center
}

.border-or-inner {
  padding: 0 15px;
  position: relative;
  color: #000c4e
}

.border-or::before {
  left: 0
}

.border-or::after {
  right: 0
}

.svg-icon {
  vertical-align: middle;
  padding-bottom: 4px
}

.google-login {
  color: #000c4e;
  border: 1px solid #000c4e
}

.facebook-login {
  color: #fff;
  background-color: #395697;
  border-color: transparent
}

.text-dark-blue {
  color: #272660 !important
}

.text-offer {
  color: #ee4867 !important
}

.btn-dark-blue {
  background-color: #272660;
  border-color: #272660;
  color: #fff;
}

.modal .webContent p a {
  font-size: 1rem;
  font-weight: 400;
}

.modal .webContent .form-check-input {
  width: 1.2em;
  height: 1.2em;
}

.modal .webContent .form-check-input:checked {
  background-color: #272660 !important;
  border-color: #272660 !important;
}

@media (min-width: 576px) {
  #vipmemberModal .modal-dialog.modal-dialog-centered {
    margin-top: -15% !important;
  }
}

.text-transform-none {
  text-transform: none
}

#CouponModal .cashbackpoints {
  font-size: 2.5rem;
  font-weight: 900;
  color: var(--color-first)
}

#CouponModal h3 span {
  font-size: 1.75rem;
}

#CouponModal .cashbackimg {
  width: 150px;
}

#CouponModal p {
  line-height: 1.2;
}

.or-block {
  position: relative;
  width: 100%;
  height: 100%;
}

.or-block:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 200px;
  background: #ccc;
  top: -200%;
  left: 50%;
  z-index: 1;
}

.or-block span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.1rem;
  background: #F8F9FA;
  padding: 10px;
  position: relative;
  z-index: 2;
}