* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background-color: darkgray;
  border-radius: 8px;
}

::-webkit-scrollbar-track-piece {
  background-color: '#f0f0f0';
}

input[type='checkbox'] {
  width: 20px;
  height: 20px;
  border-radius: 12px;
}

input[type='checkbox']:checked {
  width: 20px;
  height: 20px;
  border-radius: 12px;
  border: 1px solid #298e4d;
  background-color: #298e4d;
  background-image: url('../images/tick-mark-icon.png');
  background-repeat: no-repeat;
  background-position: center;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

button.make-payment,
div.make-payment {
  background-color: #298e4d;
  color: #fff;
  border: none;
}

button.select-payment {
  background-color: #dff0e5;
  border: 1px solid #4eaa6f;
}

button.select-payment:hover {
  background-color: #dff0e5;
  border: 1px solid #4eaa6f;
}

.bg-white {
  background-color: #fff;
}

.bg-saveextra {
  background-color: #ebfff2;
}

.bg-sfPrimaryColor {
  background-color: #298e4d;
}

.text-sfPrimaryColor {
  color: #298e4d;
}

.bg-sfSecondaryColor {
  background-color: #fa9527;
}

.bg-sectionColor {
  background-color: #f3f2f4;
}

.bg-mediumGreenQtr {
  background-color: #c4e0d2;
}

.bg-disableColor {
  background-color: #ebecf1;
}

.bg-disableText {
  background-color: #908d9d;
}

.bg-bodyColor {
  background-color: #e6e6e6;
}
.bg-sfBorder {
  background-color: #e9e8ee;
}

.bg-redColorLine {
  background-color: #d53737;
}

.bg-cheers-purhcase {
  background-color: #e9f8ee;
}

.bg-you-saved {
  background-color: #e9fff1;
}

.circleCheckboxStyle {
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkboxStyle {
  width: 16px;
  height: 16px;
  background-color: white;
  border-radius: 4px !important;
  vertical-align: middle;
  border: 1px solid #ddd;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.space-between {
  justify-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb05 {
  margin-bottom: 2px;
}

.m1t {
  margin-top: 4px;
}

.mr-15 {
  margin-right: 6px;
}

.mr1 {
  margin-right: 4px;
}

.my1 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.my2 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my3 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.mr2 {
  margin-right: 8px;
}

.mt1 {
  margin-top: 4px;
}

.mt15 {
  margin-top: 6px;
}

.mt2 {
  margin-top: 8px;
}

.mt25 {
  margin-top: 10px;
}

.mt4 {
  margin-top: 16px;
}

.mt5 {
  margin-top: 20px;
}

.mb3 {
  margin-bottom: 12px;
}

.mb4 {
  margin-bottom: 16px;
}

.mb5 {
  margin-bottom: 20px;
}

.ml1 {
  margin-left: 4px;
}

.ml15 {
  margin-left: 6px;
}

.ml2 {
  margin-left: 8px;
}

.px0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px1 {
  padding-left: 4px;
  padding-right: 4px;
}

.px15 {
  padding-left: 6px;
  padding-right: 6px;
}

.px25 {
  padding-left: 10px;
  padding-right: 10px;
}

.p05 {
  padding: 2px;
}

.p1 {
  padding: 4px;
}

.p25 {
  padding: 10px;
}

.py05 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py15 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb15 {
  padding-bottom: 6px;
}

.pb25 {
  padding-bottom: 10px;
}

.py2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py25 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px3 {
  padding-left: 12px;
  padding-right: 12px;
}

.py3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pl3 {
  padding-left: 12px;
}

.py35 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.px4 {
  padding-left: 16px;
  padding-right: 16px;
}

.py4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pt15 {
  padding-top: 6px;
}

.pt25 {
  padding-top: 10px;
}

.pt3 {
  padding-top: 12px;
}

.pt4 {
  padding-top: 16px;
}

.pb180 {
  padding-bottom: 180px;
}

.overflowyScroll {
  overflow-y: scroll;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.h-screen {
  height: 100vh;
}

.h-auto {
  height: auto;
}

.h-12 {
  height: 48px;
}

.h-50 {
  height: 50px;
}

.icon16 {
  width: 16px;
  height: 16px;
}

.icon24 {
  width: 24px;
  height: 24px;
}

.icon24h {
  height: 24px;
}

.icon36w {
  width: 36px;
}

.icon50 {
  width: 50px;
  height: 50px;
}

.icon80 {
  width: 80px;
  height: 80px;
}

.icon60x40 {
  width: 60px;
  height: 40px;
}

.border0 {
  border: 0px;
}

.borderl0 {
  border-left: 0px;
}

.borderr0 {
  border-right: 0px;
}

.border1 {
  border: 1px;
}

.border2 {
  border: 2px;
}

.bordert1 {
  border-top: 1px;
}

.bordert6 {
  border-top: 6px;
}

.borderb1 {
  border-bottom: 1px;
}

.borderl1 {
  border-left: 1px;
}

.bordert5 {
  border-top: 5px;
}

.border-style {
  border-style: solid;
}

.bordert-style {
  border-top-style: solid;
}

.borderb-style {
  border-bottom-style: solid;
}

.borderl-style {
  border-left-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.bordert-dashed {
  border-top-style: dashed;
}

.border-white {
  border-color: #ffffff;
}

.border-borderColor {
  border-color: #ddd;
}

.border-saveExtra {
  border-color: #ccffde;
}

.borderl-disableColor {
  border-left-color: #ebecf1;
}

.border-sfBorder {
  border-color: #e9e8ee;
}

.bordert-sfBorder {
  border-top-color: #e9e8ee;
}

.borderb-sfBorder {
  border-bottom-color: #e9e8ee;
}

.border-mediumGreenQtr {
  border-color: #c4e0d2;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bottom0 {
  bottom: 0px;
}

.top4 {
  top: 4px;
}

.right4 {
  right: 4px;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
    0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.cursor-pointer {
  cursor: pointer;
}

.height5 {
  height: 5px;
}

.height10 {
  height: 10px;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-base {
  font-size: 16px;
}

.text-lg {
  font-size: 18px;
}

.text-xl {
  font-size: 20px;
}

.text-2xl {
  font-size: 24px;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.underline {
  text-decoration-line: underline;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-mediumGreen {
  color: #4eaa6f;
}

.text-sfSecondaryColor {
  color: #fa9527;
}

.text-disableText {
  color: #908d9d;
}
.text-disableText-bold {
  color: #878787;
}

.text-redColorLine {
  color: #d53737;
}

.text-referEarnBannerBG {
  color: #8bc43f;
}

.text-advance-payment {
  color: #0b4283;
}

.cashback-gradient-bg {
  background: -webkit-linear-gradient(90deg, #edf2ff, #ffc9fd);
  background: -moz-linear-gradient(90deg, #edf2ff, #ffc9fd);
  background: -o-linear-gradient(90deg, #edf2ff, #ffc9fd);
  -ms-background: linear-gradient(90deg, #edf2ff, #ffc9fd);
  background: linear-gradient(90deg, #edf2ff, #ffc9fd);
}

.cashback-txt-gradient-color {
  font-size: 16px;
  font-weight: 700;
  background: -moz-linear-gradient(90deg, #f300ff, #5e81ff);
  background: -o-linear-gradient(90deg, #f300ff, #5e81ff);
  -ms-background: linear-gradient(90deg, #f300ff, #5e81ff);
  background: -webkit-linear-gradient(90deg, #f300ff, #5e81ff);
  background: linear-gradient(90deg, #f300ff, #5e81ff);
  -moz-background-clip: text;
  -o-background-clip: text;
  -ms-background-clip: text;
  -webkit-background-clip: text;
  background-clip: text;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1199px) {
  .largeScreenWidth {
    width: 1200px;
  }

  .xl-w912 {
    width: 75%;
  }

  .xl-w312 {
    width: 25%;
  }

  .xl-w13 {
    width: 33.333%;
  }

  .xl-w23 {
    width: 66.666%;
  }

  .xl-h-auto {
    height: auto;
  }

  .xl-minh120 {
    min-height: 120px;
  }

  .xl-min-h700 {
    min-height: 700px;
  }

  .xl-flex-row {
    display: flex;
    flex-direction: row;
  }

  .xl-mb6 {
    margin-bottom: 24px;
  }

  .xl-px0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl-pt0 {
    padding-top: 0px;
  }

  .xl-p05 {
    padding: 2px;
  }

  .xl-py3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .xl-py4 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .xl-py5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .xl-pl5 {
    padding-left: 20px;
  }

  .xl-pr8 {
    padding-right: 32px;
  }

  .xl-bordert0 {
    border-top: 0px;
  }

  .xl-hidden {
    display: none;
  }

  .xl-block {
    display: block;
  }

  .xl-text-2xl {
    font-size: 24px;
  }
}

@keyframes btnHeartBeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
}

.animatedBtn {
  animation: btnHeartBeat 1s infinite;
}

/* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar,
.thumbs-wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.w912 {
  width: 75%;
}

.w312 {
  width: 25%;
}

.confetti-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('https://bighaatprodblobv2.blob.core.windows.net/animations/coupon_applied_confetti_checkoutlite.gif')
    no-repeat center center;
  background-size: cover;
  z-index: 2000;
}

.dashed-line {
  border-top: 2px dashed #908d9d;
  width: 100%;
  margin: 20px 0;
}
.dashed-vertical-line {
  color: #00a764;
  border-left: 2px dashed #908d9d;
  height: 40px;
  width: 0;
  margin: 0 20px;
}

.pointer-events-none {
  pointer-events: none;
}

input[type='checkbox'][disabled] {
  pointer-events: none;
}

.truncate-2-lines {
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prepaid-saved-ammount {
  background-color: #ace7c1;
  color: #298e4d;
  border-radius: 6px;
}
.strike-text {
  text-decoration: line-through;
}
.prepaid-saved-message-popup {
  background-color: black;
  position: fixed;
  bottom: 13vh;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 10px 20px;
  border-radius: 6px;
  z-index: 9999;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-wrap: nowrap;
}

.combo-section {
  border: 3px solid #c8ebd5;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
