body {
  font-family: "Inter", sans-serif;
  color: #000;
}

.text-subtitle {
  color: #4c4c4c;
}

.text-subtitle-icon {
  color: #878686;
  font-size: 22px;
}

.text-premium {
  color: #e99441;
}

.cursor-pointer {
  cursor: pointer;
}

.h-100 {
  height: 100%;
}

.d-flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.d-flex-row {
  display: flex;
  flex-direction: row;
}

.d-none {
  display: none;
}

.flex-wrap {

  flex-wrap: wrap;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.m-0 {
  margin: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 1rem;
}

.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.p-4 {
  padding: 1.5rem;
}

.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.p-5 {
  padding: 3rem;
}

.pbb-10{
    padding-bottom: 10rem;
}

.ptt-5{
    padding-top: 5rem;
}

.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.ps-1 {
  padding-left: 0.25rem;
}

.pe-1 {
  padding-right: 0.25rem;
}

.ps-2 {
  padding-left: 0.5rem;
}

.pe-2 {
  padding-right: 0.5rem;
}

.ps-3 {
  padding-left: 1rem;
}

.pe-3 {
  padding-right: 1rem;
}

.ps-4 {
  padding-left: 1.5rem;
}

.pe-4 {
  padding-right: 1.5rem;
}

.ps-5 {
  padding-left: 3rem;
}

.pe-5 {
  padding-right: 3rem;
}

.pt-5 {
  padding-top: 3rem;
}

.border {
  border: 1px solid #ccc;
}

.border-primary-2 {
  border-color: #5688c2;
}

.border-cam-2 {
  border-color: #D88A60;
}

.bg-primary-2 {
  background-color: #5688c2;
}

.bg-cam {
  background-color: #D88A60;
}

.bg-grey {
  background-color: #a0a0a0;
}

.text-light {
  color: #ffffff;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2 {
  border-radius: 0.5rem;
}

.rounded-3 {
  border-radius: 0.75rem;
}

.rounded-4 {
  border-radius: 1rem;
}

.overflow-hidden {
  overflow: hidden;
}

.fw-bold {
  font-weight: bold;
}

.btn-cam-2,
.btn-primary-2 {
  color: #5688c2;
  border: none;
  padding: 1rem 1rem;
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.5s ease;
}

.border-radius-left {
  border-radius: 1rem 0 0 1rem;
}

.border-radius-right {
  border-radius: 0 1rem 1rem 0;
}

.btn-cam-2 {
  border: 1px solid #ccc;
}

.btn-cam-2 {
  color: #000000;
}

.btn-cam-2.active {
  border: 1px solid #D88A60;
}

.border-cam {
  border: 1px solid #D88A60;
}

.btn-primary-2.active {
  background-color: #5688c2;
  color: white;
}

.fw-medium {
  font-weight: 500;
}

.flex-grow-1 {
  flex-grow: 1;
}

.w-100 {
  width: 100%;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 1rem;
}

.gap-4 {
  gap: 1.5rem;
}

.w-50 {
  width: 50%;
}

.frame-rewards {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  /* background-color: antiquewhite; */
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  padding: 3rem 1rem;
}

.title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.sub-title {
  font-size: 16px;
}

.title-2 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

.btn-submit,
.btn-send-code {
  min-width: 110px;
  padding: 0.65rem 1rem;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 0.25rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.5s ease;
}

.btn-submit {
  width: fit-content;
}

.btn-submit:hover,
.btn-send-code:hover {
  background-color: #3f6a9b;
}

.otc .msg-error {
  color: #bd230f;
  display: none;
  font-size: 12px;
  margin-top: 0.5rem;
  text-align: center;
}

.otc .btn-resend {
  color: #5688c2;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
  border: none;
  outline: none;
  background: transparent;
  text-decoration: underline;
}

.otc .btn-resend.text-secondary {
  color: #8c8c8c;
}

.input-number,
.input-phone {
  -webkit-appearance: textfield;
  appearance: textfield;
  border: 1px solid #cccccc;
  color: #3d3842;
  font-size: 14px;
  line-height: 1;
  padding: 15px 10px;
  width: 40px;
  background: #ffffff;
}

.input-number:disabled,
.input-phone:disabled {
  background-color: #f2f2f2;
  color: #8c8c8c;
}

.input-number:focus,
.input-phone:focus {
  border: 1px solid #175286;
  outline: none;
}

.input-number.error,
.input-phone.error {
  border: 1px solid #bd2711;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - (1.75rem * 2));
}

.d-block{
  display: block;
}

.p-custom {
  padding: 2rem 6rem;
}

.rank {
  display: block;
  width: 30px;
  height: 30px;

}

.rank img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none !important;
}

.Redeem {
  cursor: pointer;
}

.Redeem:hover {
  color: #D88A60;
  background: #fff;
}

.text-uppercase {
  text-transform: uppercase;
}

.user-name {
  font-size: 2rem;
}

.share-on-social{
  position: relative;
}

.optional-social{
  position: absolute;
  left: -10px;
  background-color: #d4d4d4;
  padding: 5px;
  min-width: 100px;
  border-radius: 5px;
  display: none;
}

.share-on-social .arrow_box {
	background: #d4d4d4;
	border: 2px solid #d4d4d4;
}

.share-on-social .arrow_box:after, .share-on-social .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid #d4d4d4;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.share-on-social .arrow_box:after {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: transparent;
	border-width: 10px;
	margin-left: -10px;
}
.share-on-social .arrow_box:before {
	border-color: rgba(212, 212, 212, 0);
	border-bottom-color: #d4d4d4;
	border-width: 10px;
	margin-left: -10px;
}

.btn-share-social {
  width: 35px;
  height: 35px;
  font-size: 20px;
  border: none;
  border-radius: 50%;
  line-height: 0;
}

.btn-share-social[data-social='facebook']{
  background-color: #175286;
  color: #fff;
}

.btn-share-social[data-social='x']{
    background-color: #ffffff;
    color: #fff;
    border: 1px solid #000;
}

#share-code:hover + .optional-social, .optional-social:hover{
  display: block;
}

.rank {
  position: relative;
  overflow: hidden;
}

.rank::after {
  content: '';
  position: absolute;
  top: 50%;

  left: 0;
  width: 10px;
  height: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 2px 2px 10px rgba(255, 255, 255, 0.5);
  filter: blur(4px);
  z-index: 2;
  animation: rank-blur 2s infinite;
  animation-delay: 2s;
}

.rank.nth1::after {
  animation-delay: 2s;
}

.rank.nth2::after {
  animation-delay: 3s;
}

.rank.nth3::after {
  animation-delay: 4.5s;
}

.gift-referral ul li::before {
    content: "\f06b";
    font-family: 'FontAwesome';
    margin: 0 1rem;
    color: #b907ff;
    font-size: 2.5rem;
    vertical-align: middle;
    display: inline-block;
    animation: tada 1s ease-in-out infinite;
}

.gift-referral ul li a{
  float: right;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rank-blur {
  0% {
    transform: translateY(-50%);
    left: -30px;
    opacity: 0;
  }

  50% {
    transform: translateY(-50%);
    left: 100%;
    opacity: 1;
  }

  51% {
    opacity: 0;
  }

  100% {
    transform: translateY(-50%);
    left: -30px;
    opacity: 0;
  }
}

.text-start {
  text-align: left;
}

.form-success-points .frame-rewards.loyaty {
  background: #f0f8ff;
}

.form-success-points .frame-rewards.refer {
  background: #fff8e1;
}

.border-radius-left.active, #loyaty-btn.active {
  border-color: #175286;
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
  color: #000000;
}

.border-radius-right.active, #refer-btn.active {
  border-color: #D88A60;
  background: linear-gradient(135deg, #f7971e 0%, #ffd200 100%);
  color: #000;
}

.access-phone.loyalty{
    border: 2px dashed #2aa8ff;
    border-radius: 10px;
}

.access-phone.refer{
    border: 2px dashed #f89f1a;
    border-radius: 10px;
}

.bg-loyalty{
  background-color: #eff6ff;
}

.bg-reward{
  background-color: #fff7de;
}

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0;
  }
}

@media (min-width: 576px) {
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 1.75rem auto;
  }
}

@media (max-width: 767.99px) {
  .frame-rewards {
    padding: 1rem;
  }
}

@media (max-width: 480px) {
  .fs-mobile {
    font-size: 12px;
  }
}