html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background-color: white;
  background-color: var(--background-color);
}

.content-holder {
  width: 100%;
  height: auto;
  max-width: 1170px;
  margin: 0 auto;
}

.content-holder-footer {
  width: 100%;
  height: auto;
  max-width: 1170px;
  margin: 0 auto
}

.content-holder {
  width: 100%;
  height: auto;
  max-width: 1170px;
  margin: 0 auto;
}

.content-holder-footer {
  width: 100%;
  height: auto;
  max-width: 1170px;
  margin: 0 auto
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: .9;
  z-index: 2;
  text-align: center;
  padding-top: 20%
}

.overlay-leaderboard {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: .9;
  z-index: 2;
  text-align: center;
  padding-top: 10%
}

header {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 85px;
  margin: 0;
  padding: 0;
  background: #1a1e5a;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #1a1e5a), color-stop(100%, #122d98));
  background: -webkit-linear-gradient(45deg, #1a1e5a 0, #122d98 100%);
  background: linear-gradient(45deg, #1a1e5a 0, #122d98 100%)
}

.header-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background-image: url(../images/global-nav-bar.jpg);
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: left bottom
}

.header-brand {
  float: left;
  width: 20%;
  max-width: 125px;
  margin-top: 20px
}

.header-brand img {
  width: 100%;
  height: auto
}

.logo-footer {
  max-width: 245px
}

.copyright-text {
  font-size: 14px;
  padding-top: 20px
}

.footer-titles {
  color: #1a1f71;
  font-weight: 700;
  margin-bottom: 20px
}

footer {
  position: relative;
  float: left;
  width: 100%;
  display: block;
  background-color: transparent;
  padding-bottom: 60px
}

label {
  cursor: pointer;
  font-weight: 400
}

.required {
  font-size: 12px;
  color: #a94442;
  padding: 0
}

@media only screen and (max-width: 1200px) {
  .content-holder,
  .content-holder-footer {
    width: 90%;
    height: auto;
    max-width: 1170px;
    margin: 0 auto
  }

  html {
    font-size: 16px
  }
}

@media only screen and (max-width: 992px) {
  html {
    font-size: 16px
  }
}

@media only screen and (max-width: 768px) {
  .content-holder-footer {
    width: 90%;
    height: auto;
    max-width: 1170px;
    margin: 0 auto
  }

  footer {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    background-color: transparent;
    padding-bottom: 60px
  }

  html {
    font-size: 14px
  }
}

.contents {
  width: 80%;
  margin: 20px auto 50px
}

.form-wrap {
  width: 70%;
  margin: 0 auto 50px
}


.headline {
  text-align: center;
  margin: 50px auto
}

.headline h1 {
  text-align: center;
  font-size: 36px;
  line-height: 1;
  color: #1a1f71;
  font-weight: 700
}

.headline h2 {
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.5;
  font-weight: 400;
  color: #1a1f71
}

.vop-input-box-padding {
  padding-right: 0px;
  padding-left: 0px;
  margin-left: 15px;
}

/* Does not exist in lib */
.vs-border-left {
  border-left: 1px solid #DEDEDE;
  border-left: 1px solid var(--border-color);
  display: inline;
  padding-left: 10px
}

.vs-border-bottom {
  border-bottom: 1px solid #DEDEDE;
  border-bottom: 1px solid var(--border-color);
  display: inline;
  padding-left: 10px
}

.vs-overflow-auto {
  overflow: auto;
}


@media (max-width: 768px) {
  .vs-nav-bar {
    top: -1px;
  }
}

div::-webkit-scrollbar {
  display: none;
}

/* to be added for lac */
.vs-primary-dark {
  background: #1a1f71;
  background: var(--primary-dark-color);
}

.vs-border-primary-dark {
  border: 1px solid #1a1f71;
  border: 1px solid var(--primary-dark-color);
}

.vs-primary {
  background: #003ea9;
  background: var(--primary-color);
}
.vs-card-box {
  width:250px;
  border-radius:20px;
}

.vs-sm-card-box {
  width:150px;
  border-radius:20px;
}

.vs-carousel-item.vs-carousel-card .vs-float-right .vs-card-num-img {
  width: 40px ;
  height: 13px ;
}

.vs-border-radius {
  border-radius: 0px;
}

.vs-border-radius-5 {
  border-radius:5px;
}
.vs-cashback-stats {
  background: linear-gradient(270deg, #023DA9 0%, #1B226F 100%);
  background: linear-gradient(270deg, var(--primary-light-color) 0%, var(--primary-dark-color) 100%);
}

.vs-text-icon-xxxl {
  font-size: 72px;
}

.vs-carousel-img-wrapper, .vs-marquee-img-wrapper {
  height: 450px;
}

.vs-btn-circular-icon {
  background:var(--primary-color);
  color: #fff;
  border:0px;
  border-radius: 100px;
}
.vs-btn-badge-icon {
  background: #F2F5FA;
  border-radius: 100px;
}
.vs-mt--100 {
  margin-top: -100px;
}
.vs-font-weight-bold {
  font-weight: 600;
}
.vs-min-width-150 {
  min-width:150px;
}
#promotionManagement .vs-carousel-item.vs-carousel-card, .vs-marquee-item.vs-carousel-card {
  background:white;
  background: linear-gradient(180deg, #FFFFFF 26.04%, #D4D9E0 100%);
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.12);
}

@media (min-width: 992px) {
  .vs-carousel-img-wrapper, .vs-marquee-img-wrapper {
    height: 900px;
  }

  .vs-lg-border-right {
    border-right: 1px solid #dedede;
    border-right: 1px solid var(--border-color);
    display: inline;
    padding-right: 10px;
  }
}

:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
nav .vs-subnav-li.vs-active,
nav .vs-subnav-li:hover {
  border-bottom: 3px solid #1951b1;
  border-bottom: 3px solid var(--primary-color);
}

nav .vs-subnav-li.vs-active:focus {
  outline: 3px dashed var(--primary-color);
}

.mx-datepicker .mx-input-wrapper .mx-input-append{
  top:-2px;
}

.has-error .vs-file,
.has-error .mx-datepicker .mx-input-wrapper .mx-input {
  border: 1px solid red;!important;
  border-radius: 3px;!important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);!important;
}

input.vs-checkbox.has-error {
  border: 3px solid red;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

form .vs-input-radio:after {
  display: block;!important;
}

input.vs-m-2.vs-input-radio.has-error:after {
  border: 3px solid red;
  border-radius: 3px;
}

.vs-form-group.vs-input-group ul, .vs-form-group.vs-input-group li{
  margin: 0;
  padding: 0;
}

input.vs-checkbox:focus{
  outline: 3px dashed black;
}

input.vs-m-2.vs-input-radio:focus{
  border: 3px dashed black;
}

form .vs-form-group .vs-form-control:focus, form .vs-form-group .form-control:focus {
  outline: 3px dashed black;
}

input.vs-mb-2:focus {
  outline: 3px dashed black;
}

.vs-btn.vs-btn-primary.vs-btn-block:focus,
.vs-btn.vs-btn-default.vs-btn-block:focus {
  outline: 5px dashed black;!important;
}

form .validation-alert {
  color: #ee0000;
}

button#fileInfoButton.tooltipButton {
  background: none;
  border:none
}

/*span#tooltipfileupload.visa-icon.visa-icon-info.icon.bin-tooltip:hover ~ p#tooltipDescription { display: inline-block !important; }*/
/*span#tooltipfileupload.visa-icon.visa-icon-info.icon.bin-tooltip:focus ~ p#tooltipDescription { display: inline-block !important; }*/


.image-section {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Lucky Number */
.vs-button-lucky-number {
  background: var(--secondary-dark-color);
  padding: 1px 12px;
  border: none;
}

.vs-text-lucky-number {
  display:inline-block;
  margin-left: 15px;
  background: var(--tertiary-6-color);
  border-radius: 15px;
  padding: 6px;
}

.vs-button-text-lucky-number {
  font-size: 30px;
  color: white;
}

span.vs-float-right-center {
  float: right;
  transform: translateY(-100px);
}

#luckyNumberCardsInfoContainer .vs-carousel-item{
  border-top: solid 2px;
  border-radius: 0px;
}

.vs-card-box {
  margin-top: 30px;
}

#smPendingCardsInfoContainer .vs-sm-card-box {
  background: var(--tertiary-5-color);
}