/* Modal Container */
.custom-modal {
  border-radius: 12px;
  padding: 20px;
  overflow: hidden;
}

/* Close */
.custom-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 22px;
  opacity: 0.6;
  z-index: 1;
}
.custom-close img {
  width: 18px;
}
/* Confetti Background */
.confetti-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 140px;
  width: 100%;
  background: url(../img/confetti-bg.png);
  background-size: cover;
  opacity: 1;
  background-repeat: no-repeat;
}

/* Gift */
.gift-icon {
  margin-top: 20px;
  margin-bottom: 10px;
}

.gift-icon img {
  width: 70px;
}

/* Heading */
.main-heading {
  font-weight: 600;
  margin: 20px 0 30px;
}
.main-heading span {
  color: var(--primary);
  font-weight: 700;
}

/* Share Cards */
.share-row {
  margin-bottom: 20px;
}

.share-card {
  padding: 20px 10px;
  border-radius: 15px;
  text-align: center;
  border: 1px solid var(--gray-300);
}

.brand {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
}

.brand span {
  color: #0A66C2;
}

.brand.fb {
  font-size: 18px;
  color: #1877F2;
}

/* Buttons */
.btn.btn-linkedin {
  background: #0A66C2;
  color: #fff;
  border-radius: 6px;
}

.btn.btn-x {
  background: #000;
  color: #fff;
  border-radius: 6px;
}

.btn.btn-facebook {
  background: #1877F2;
  color: #fff;
  border-radius: 6px;
}

.invite-share-row .share-card .btn {
  margin: 15px 0;
  font-size: 12px;
  max-width: 146px;
}

/* Days text */
.days {
  font-size: 12px;
  color: var(--gray-600);
  margin: 0;
}

/* Terms */
.terms {
  font-size: 12px;
  margin-top: 10px;
}

/* Steps */
.how-title {
  font-weight: 600;
  margin: 20px 0;
}

.step-card {
  border: 1px solid var(--gray-300);
  border-radius: 12px;
  padding: 15px;
  text-align: center;
  height: 180px;
}

.step-card h5 {
  font-weight: 500;
  margin: 0;
  color: var(--gray-600);
}

.step-card p {
  font-size: 12px;
}

/* Footer */
.custom-footer {
  border-top: 1px solid var(--gray-300);
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-redeem {
  background: #e6f0ff;
  color: #007bff;
  border-radius: 8px;
  padding: 8px 20px;
  font-weight: 600;
}

.skip-btn {
  color: var(--black);
  font-weight: 500;
}

.modal-dialog.custom-share-dialog {
  width: 100%;
  max-width: 750px;
}
.row.steps-row {
    max-width: 600px;
    margin: auto;
}

/* CSS for Step-3 */

.gift-icon {
  margin: 36px 0 0;
}

/* Title */
.redeem-title {
  font-weight: 600;
  margin-bottom: 10px;
}

/* Subtitle */
.redeem-subtitle {
  font-size: 14px;
  color: var(--gray-600);
  margin-bottom: 30px;
}

/* Inputs */
.redeem-form .form-group {
  margin-bottom: 20px;
}

.redeem-form label {
  font-weight: 500;
  margin-bottom: 8px;
}

.custom-input {
  height: 44px;
  border-radius: 10px;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 10px 15px;
}

.custom-input:focus {
  border-color: #1e73e8;
  box-shadow: none;
}

/* Terms */
.redeem-terms {
  font-size: 12px;
  margin-top: 15px;
  color: var(--gray-600);
}

/* Footer */
.footer-left {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

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

.back-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.back-link:hover {
  text-decoration: underline;
}

.redeem-footer {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid var(--gray-300);
  text-align: center;
  min-height: 46px;
}

.modal.custom-modal-bottom.share-earn-modal .modal-body {
  padding: 15px;
}
p.verify-pending-title {
  font-size: 14px;
}
.pending-icon {
  margin-bottom: 20px;
  font-size: 50px;
}
.share-redeem-icon {
  margin: 15px auto;
}
.share-redeem-icon img {
  width: 40px;
}
/* .redeem-form input.form-control.custom-input {
  color: var(--gray-500);
} */
.redeem-form input.form-control.custom-input.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: var(--gray-200);
  color: var(--gray-500);
}
.txt-green {
    color: var(--green);
}
p.reward-claimed-label {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}
.input-approval-label {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background-color: var(--gray-200);
  padding: 8px;
  font-size: 13px;
  border-radius: 6px;
  height: 30px;
  display: flex;
  align-items: center;
}
.input-approval-label svg {
  width: 20px;
}
.input-approval-label p {
  margin: 0 0 0 5px;
}

/* START: Responsive media query css  */

/*especially media css for 1366x580 screen*/
@media only screen and (max-width: 1366px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 920px) {
 
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 800px) {
  
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 767px) {
  .share-row .col-sm-4,
  .steps-row .col-sm-6 {
    margin-bottom: 15px;
  }
  .redeem-subtitle {
    padding: 0;
    font-size: 11px;
    margin-bottom: 20px;
  }
  .footer-center {
    text-align: center;
  }
  .redeem-footer {
    position: fixed;
    padding: 15px 10px;
  }
  .footer-left {
    top: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .modal-footer.btn-fixed-bottom-xs {
    position: fixed;
    padding: 15px 10px;
  }
  .gift-icon img {
    width: 50px;
  }
  .main-heading { 
    font-size: 14px;
    margin: 20px 0;
  }
  .share-card {
    max-width: 240px;
    margin: 0 auto 15px;
  }
  .step-card {
    height: auto;
    max-width: 240px;
    margin: auto;
  }
  .modal.custom-modal-bottom .modal-content {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    overflow: auto;
    padding: 0;
  }
  .confetti-bg {
    height: 122px;
  }
  .share-row {
    margin-bottom: 0;
  }
  .redeem-title {
    font-size: 18px;
  }
}