.chat-box {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    max-height: 600px;
    overflow-y: auto;
}

.chat-bubble {
    max-width: 80%;
    margin-bottom: 10px;
    padding: 10px 15px;
    border-radius: 20px;
}

.bot {
    background-color: #3ece98;
    align-self: flex-start;
    color: #fff;
}
.user {
    background-color: #008e58; 
    color: #fff;
    align-self: flex-end;
    margin-left: auto;
}

.btn-outline-primary {
margin: 4px 4px 4px 0;
--bs-btn-border-color: #0096ec !important;
color: #0096ec !important;
}
.btn-outline-primary:hover {
background: #55e6af !important;
--bs-btn-border-color: #55e6af !important;
border-color: #55e6af !important;
color: #fff !important;
}
.accordion-header.completed .accordion-button {
    background-color: #d1e7dd;
    color: #0f5132;
    font-weight: bold;
}

.pisumify_hdr img {
    width: 100%;
}
 
.pisumify_ftr img {
    width: 100%;
}
.compaign_setup{
    margin: 100px 0;
}
.pisumify-hero-shape {
position: absolute;
left: 0;
top: 0;
transform: translateY(-290px);
z-index: -1;
}
.pisumify-hero-shape img {
height: 970px;
}
#campaignAccordion .accordion-button {
color: #000;
background-color: #eaf4f6;
font-weight: 600;
font-size: 16px;
box-shadow:inherit !important;
}
.accordion-button:not(.collapsed) {
background: linear-gradient(to right, rgb(85, 230, 175) 1%, rgb(0, 142, 88) 100%);
color: #fff !important;
}
#campaignAccordion .completed .accordion-button {
color: #fff;
background-color: #16c60c !important;
font-weight: 600;
font-size: 16px;
box-shadow: inherit !important;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
background: linear-gradient(to right, rgb(1, 53, 165) 1%, rgb(0, 155, 240) 100%);
}
#submitCampaignBtn{
background: linear-gradient(to right, rgb(1, 53, 165) 1%, rgb(0, 155, 240) 100%);
border: 0;
}
#submitCampaignBtn:hover{
background: linear-gradient(to right, rgb(0, 155, 240) 100%, rgb(1, 53, 165) 1%);
}
#reviewSummary .shadow-sm{
box-shadow: inherit !important; 
}
#reviewSummary{
max-height: inherit;
}
.step-main p{
margin-top: 12px;
  height: 100%;
min-height: 46px;
font-size: 13px;
font-weight: 600;
}
@media (max-width:767px) {
.step-indicators .step-main p{
font-size: 12px !important;
    inline-size: 116px !important;
}
}




.text-muted{
    margin-top: -14px;
    text-decoration: none;
    text-align:right;
    }
 
    body {
      font-family: Arial, sans-serif;
      background: #f4f4f4;
    }
  .accordion-header{
      display:none; 
  }
    .steps-container {
      text-align: center;
      margin-bottom: 30px;
    }

    .step {
      display: inline-block;
      margin: 10px;
      /* padding: 15px 25px; */
      border: 2px solid #ccc;
      border-radius: 50px;
      cursor: pointer;
      background-color: white;
      color: #333;
      transition: all 0.3s ease;
    }

    .step.active {
    border-color: #22c55e;
    background-color: #22c55e;
    color: white;
    border-radius: 100%;
    width: 62px;
    line-height: 56px;
    text-align: center;
    }
    .step {
    border-color:rgb(160, 160, 160);
    background-color:rgb(160, 160, 160);
    color: white;
    border-radius: 100%;
    width: 62px;
    line-height: 56px;
    text-align: center;
        position: relative;
    }

    .form-section {
      display: none;
      padding: 20px;
      background: white;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }

    .form-section.active {
      display: block;
    }

    .upload-info {
      margin-top: 30px;
      background: #e2e8f0;
      padding: 15px;
      border-radius: 5px;
      font-size: 14px;
    }

    .submit-button {
      background-color: #6d28d9;
      color: white;
      border: none;
      padding: 12px 20px;
      border-radius: 25px;
      font-size: 16px;
      cursor: pointer;
      margin-top: 20px;
    }

    .submit-button:hover {
      background-color: #5b21b6;
    }

    .step.active::before {
    content: '';
    width: 100px;
    height: 2px;
    background: #22c55e;
    position: absolute;
    top: 28px;
    z-index: -1;
       left: 0;
}
    .step::after {
    width: 88px;
    height: 2px;
    background: #e2e8f0;
    position: absolute;
    top: 28px;
    z-index: -1;
    /* left: 0; */
    /* right: 0; */
    /* margin: auto; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#campaignAccordion {
  display: flex;
  flex-direction: column;
  /* gap: 20px; */
}

.step-indicators {
  display: flex;
  justify-content: space-between;
  align-items: center;
      margin-bottom: 45px;
  flex-wrap: wrap;
      max-width: 83.33333333%;
    margin: auto;
    position: relative;
}

/* Style each step circle */
.step-box {
  flex: 1;
      min-width: 90px;
    max-width: 90px;
  /* min-width: 120px;
  max-width: 160px; */
  text-align: center;
  /* padding: 15px 10px; */
  padding: 0px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #eee;
  color: #555;
  font-weight: 600;
  margin: 0 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
      line-height: 90px;
      margin: auto;
}

.step-box.active {
  /* background-color: #28a745;
  color: white;
  border-color: #28a745; */
    background: linear-gradient(to right, #0cb069, #59daa8);
    color: white;
    border-color: transparent;
    border: 1px solid transparent;
}

.step-box::after {
  content: '';
  position: absolute;
  top: 50%;
  /* right: -50%; */
      left: 100%;
  width: 100%;
  height: 4px;
  background-color: #ccc;
  z-index: -1;
      min-width: 120px;
      display: none;
}

.step-box:last-child::after {
  display: none;
}

.step-box.completed {
  /* background-color: #28a745;
  color: white;
  border-color: #28a745; */
  background-color: #0eb16c;
  color: white;
  border-color: #0eb16c;
}

.accordion-item {
  border: none;
  background: none;
}

/* Hide accordion button look */
.accordion-button {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  font-size: 1rem;
  font-weight: bold;
}

.accordion-button::after {
  display: none;
}

/* Body content spacing */
.accordion-body {
  background: #fff;
  padding: 20px;
  /* border: 1px solid #ccc; */
  border: 1px solid #4ed49f;
  border-radius: 6px;
}

/* Hide default border and spacing between items */
.accordion-button.collapsed {
  color: #333;
}
.step-box svg{
 font-size: 30px;
    position: relative;
    top: 5px;
}
.step-step:last-child .step-box::after {
  display: none;
}

.step-indicators::before {
    max-width: 96%;
    margin: auto;
    content: '';
    position: absolute;
    top: 28%;
    right: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #cccccc;
    /* z-index: -1; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.daterangepicker {
      margin-top: 1.5rem !important;
}

.dateboxdiv input{
  position: relative;
}

input.radius-range {
    position: relative;
    min-height: 10px;
    max-height: 10px;
    background:#ffffff !important;
    border-radius: 22px;
    z-index: 0;
}
input.form-range::before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(96 249 123) 1%, rgb(0 74 162) 100%);
    width: 100%;
    height: 8px;
    bottom: 0px;
    border-radius: 50px !important;
    z-index: 0;
    top: 2px;
}
.buttonage{
  cursor: pointer;
    background: linear-gradient(to right, rgb(1, 53, 165) 1%, rgb(0, 155, 240) 100%);
    border: navajowhite;
}
/*  */

.form-range {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  background: red;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.form-range:hover {
  opacity: 1;
}

.form-range::-webkit-slider-thumb {
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #04AA6D;
  cursor: pointer;
  z-index: 99;
}

.form-range::-moz-range-thumb {
  position: relative;
  width: 16px;
  height: 16px;
  background: #04AA6D;
  cursor: pointer;
  z-index: 99;
}
input.form-range  {
  border-radius: 14px !important;
}
#dateRangeInput{
  width:30% !important;
}
.ad-preview-box {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  min-height: 350px;
  position: relative;
  text-align: center;
  padding: 10px;
}
.ad-preview-box img,
.ad-preview-box video {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.ad-preview-box .cta {
  background: #1877f2;
  color: #fff;
  padding: 6px 12px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
}
.duration-option-group {
    position: relative;
}

input#dateRangeInput{
    border: 1px solid transparent;
    background: transparent;
    width: 18% !important;
    box-shadow: none;
}
 .date-header {
      display: flex;
      justify-content: start;
      gap: 3rem;
      flex-wrap: wrap;
      margin-bottom: 1rem;
      cursor: pointer;
    }

    .date-box {
      text-align: left;
      min-width: 150px;
    }

    .date-value {
       font-size: 1rem;
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
    border-bottom: 2px solid #002f6c;
    display: inline-block;
    padding-bottom: 2px;
    color: #000000;
    width: 100%;
    }

    .main-label {
      font-weight: 700;
      font-size: 0.9rem;
      color: #000;
    }

    #calendarWrapper {
      display: none;
      max-width: 620px;
    }

    .flatpickr-day.inRange {
      background: #f5e647 !important;
      color: black;
      border-radius: 0 !important;
    }

    .flatpickr-day.startRange,
    .flatpickr-day.endRange {
      background-color: #002f6c !important;
      color: #fff !important;
      font-weight: bold;
      border-radius: 50% !important;
    }

    .flatpickr-day.selected:not(.startRange):not(.endRange) {
      background: #002f6c !important;
      color: white !important;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .flatpickr-calendar {
        width: 100% !important;
      }
    }

    #rangeInput {
      display: none;
    }
    /* .maplibregl-map{
      overflow:visible !important;
    } */
    .maplibregl-canvas-container{
      height:450px;
    }
    .svelte-bz0zu3{
      background: none !important;
    }
/*  */

.gradientbtn{

  background: linear-gradient(to right, rgb(1, 53, 165) 1%, rgb(0, 155, 240) 100%);
}

.btn::after {
    
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 0px solid;
    border-color: inherit;
    border-radius: 11px;
    z-index: -1;
}

/* .btn::after {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border: 2px solid;
    border-color: inherit;
    z-index: -1;
    border-radius: 0 10px 10px 0;
} */

.line-height {
    height: calc(1.5rem + 0.75rem + 2px) !important;
    margin-top: 0px;
}
.h-auto-in .form-control{
    height:auto !important;
}
/* 14-Aug-2025 Start */
div#fbPreview {
    /* display: flex; */
    /* height: 620px; */
    /* justify-content: space-around; 
    flex-wrap: wrap; */
    /* width: 220px; */
}
/* #fbPreview iframe {
    width: 354px;
    height:620px;
} */

/* Container for the entire budget box */
.budget-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

/* Budget header */
.budget-head {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}

/* Row for aligning budget selector and input */
.budget-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

/* Left: Budget selector */
.form-select  {
  /* width: 160px; */
  padding: 8px;
  font-size: 1rem;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
}

select.form-select.form-daily.me-2 {
    width: 170px;
}

/* Right: Input field with currency */
.input-group {
  display: flex;
  align-items: stretch;
  /* width: 250px; */
}

/* Currency sign ($) styling */
.input-group-text {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 1rem;
  color: #333;
  font-weight: 600;
}

/* Main input styling */
.form-control {
  padding: 8px;
  font-size: 1rem;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
}

/* Right-side: currency code (USD) styling */
.input-group-text:last-child {
  border-left: 0;
  padding-left: 8px;
  padding-right: 8px;
}

/* Yellow callout box styling */
.budget-callout {
  background-color: #fff3cd;
  color: #856404;
  font-size: 1rem;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #ffeeba;
  text-align: left;
  line-height: 1.4;
  margin-top: 15px;
}

span.input-group-text {
    background: #fff !important;
}

/* 14-Aug-2025 End */
@media (max-width:991px) {
  ::-webkit-scrollbar {
    width: 3px;
    height:3px
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.step-indicators::before {
  max-width: 86%;
  top: 20%;
}
.step-box svg{
  font-size: 20px;
}
.step-indicators{
  max-width: 100%;
}
.step-box{
  min-width: 50px;
    max-width: 50px;
    line-height: 50px;
    
}
.step-indicators{
  overflow-x: auto;
  flex-wrap:unset;
}
 .whats-posh {
    right: 40.1%;
    top: 42%;
}
  .main_nav .container{
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.main_nav .nav-link{
      padding: .5rem 1rem;
}
.get_started ul{
  padding: 0px !important;
}
.compaign_setup {
    margin: 20px 0;
}
}

@media (max-width:767px) {
    .whats-posh {
       right: 0;
    top: 46%;
}
.behavior-tags-wrapper{
  width: 100% !important;  
}
  .step-main p {
    font-size: 12px !important;
        inline-size: 116px;
  }
  .step-indicators::before {
        /* max-width: 1200px; */
        min-width: 492px;
        top: 20%;
        left: 36px;
        width: 100%;
  }
  .chat-bubble{
      max-width: 100%;
      font-size:14px;
}
.chat-box{
      background: unset;
      padding: 0;
}
#chatContainer button{
font-size:14px;
}
div#audienceExtra select,
div#audienceExtra input{
max-width:unset !important;
}
div#audienceMap{
width:100% !important;
}
#audienceExtra{
max-width:unset !important;
}
.accordion-body{
  padding:10px;
}
.date-header{
  flex-wrap:unset !important;
  gap:10px !important;
}
#collapseFour ul{
padding:0px !important; 
}
  /* .step-indicators::before {
        max-width: 1200px;
        min-width: 700px;
        top: 20%;
        left: 76px;
        width: 100%;
    } */

    .mobile-width{

gap: 10px;
flex-wrap: wrap;
}

}

#fbPreview iframe {
  width: 337px;
  height: 590px;
}

#fbPreview .carouseltypeimg iframe {
  width: 510px;
  height: 540px;
}

#igPreview iframe{
  width: 337px !important;
  height: 590px !important;

}
p.labelsub {
    font-weight: bold;
    text-align: center;
}


/* put in your CSS file */
.img-grid { display:flex; flex-wrap:wrap; gap:10px; }
.img-item { position:relative; width:150px; height:150px; border:1px solid #ddd; border-radius:8px; overflow:hidden; }
.img-item img { width:100%; height:100%; object-fit:cover; display:block; }
.icon-del {
  position:absolute; top:6px; right:6px; width:26px; height:26px; border:none;
  border-radius:50%; background:rgba(0,0,0,.6); color:#fff; font-size:18px; line-height:24px; cursor:pointer;
}
.icon-del:hover { background:rgba(0,0,0,.85); }

.vid-box video { width:320px; max-width:100%; border:1px solid #ddd; border-radius:8px; display:block; }
.vid-actions { margin-top:6px; }
.heightfiftysix{

  height: auto;

}



div#igPreview { 
    /* display: flex; 
    justify-content: space-around;
    flex-wrap: wrap; */
}
.cropper-container {
position: unset !important;
}


/* 22-09-2025 */

.btn-insta{
  background: linear-gradient(
    90deg,
    #f09433 0%,
    #e6683c 20%,
    #dc2743 40%,
    #cc2366 60%,
    #bc1888 80%,
    #8a3ab9 100%
    );
  color: #fff;
  border: 0;
}

.btn-insta:hover {
  background: linear-gradient(270deg,
    #f09433 0%,
    #e6683c 20%,
    #dc2743 40%,
    #cc2366 60%,
    #bc1888 80%,
    #8a3ab9 100%
  );
}

.btn-facebook{
  border: 0;
}

.step-box .fa-check-circle:nth-of-type(1){ display:inline-block; } /* adpreview.svg */
.step-box .fa-check-circle:nth-of-type(2){ display:none; }        /* adpreviewActive.svg */

.step-box.active .fa-check-circle:nth-of-type(1){ display:none; }
.step-box.active .fa-check-circle:nth-of-type(2){ display:inline-block; 
}

.chat-box{
  display: flex;
  flex-direction: column;
}


.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }


    .text-muted-fbsttaus {
    text-decoration: none;
    text-align: left;
    color: green !important;
    font-weight: 700;
    font-size: 15px;
}

.input-group.userformdata{  
   align-items: end;
   gap: 15px;
}
.input-group.userformdata .mb-2{
  width: 25%;
    margin-bottom: 0 !important;
    background: inherit !important;
}
.input-group.userformdata button {
    margin: 0;
    padding: 9px 25px;
    border-radius: 4px !important;
    background: linear-gradient(to right, rgb(1, 53, 165) 1%, rgb(0, 155, 240) 100%);
}
.input-group.userformdata button:hover {
    margin: 0;
    padding: 9px 25px;
    border-radius: 4px !important;
    background: linear-gradient(to right, rgb(0, 155, 240) 100%, rgb(1, 53, 165) 1%);
}



.meta-card { border: 1px solid #e9ecef; border-radius: 16px; box-shadow: 0 6px 18px rgba(0,0,0,0.05); }
  .meta-badge { font-size: 12px; padding: .35rem .5rem; border-radius: 999px; }
  .meta-list .list-group-item { border: 0; padding-left: 0; }
  .meta-pill { border: 1px solid #e9ecef; border-radius: 999px; padding: .35rem .75rem; display: inline-flex; gap:.5rem; align-items:center; }
  .meta-muted { color: #6c757d; }
  .meta-ok { color: #198754; }
  .meta-warn { color: #fd7e14; }
  .meta-danger { color: #dc3545; }
  .meta-divider { border-top: 1px dashed #e9ecef; margin: .5rem 0 1rem; }
  .meta-icon { width: 28px; height: 28px; display:inline-flex; align-items:center; justify-content:center; border-radius: 999px; background:#f1f3f5; }
  .modal-header { border-bottom: 0; }
  .modal-footer { border-top: 0; }
  
/* --- Scoped styles under .connect-social --- */
.connect-social {
  /* moved from :root so variables don’t go global */
  --btn-grad: linear-gradient(
    135deg,
    #1877f2 10%,
    #6a5cff 28%,
    #c13584 45%,
    #fd1d1d 78%,
    #feb100 100%
  );
}

.connect-social .btn-social {
  
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-color: #fff;
  border-radius: 8px;
  background: var(--btn-grad);
  color: #fff;
  text-decoration: none;
  font: 600 15px/1 system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

.connect-social .btn-social .label {
  white-space: nowrap;
}

.connect-social .btn-social .icon {
  display: grid;
  place-items: center;
}

.connect-social .btn-social:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 2px;
}

/* Optional small size */
.connect-social .btn-social.sm {
  padding: 10px 14px;
  gap: 10px;
  border-radius: 12px;
  font-size: 14px;
}

.connect-social i.fa-brands.fa-facebook-f {
  font-size: 26px;
}

.connect-social i.fa-brands.fa-instagram {
  font-size: 25px;
}

.meta-card { background:#fff; box-shadow:0 6px 18px rgba(16,24,40,.06); }
.meta-icon { display:inline-flex; width:40px; height:40px; align-items:center; justify-content:center; border-radius:10px; background:#f5f7fb; font-size:18px; }
.meta-muted { color:#7a8699; }

.meta-id-badge{
  display:inline-flex;
  align-items:center;
  gap:.4rem;
  padding:.25rem .5rem;
  background:#f5f7fb;
  border:1px solid #e6e9f0;
  border-radius:999px;
  font-size:.82rem;
}
.meta-id-badge code{
  background:transparent;
  padding:0;
  color:#111827;
  font-weight:600;
}



.post-card { border:1px solid #e5e7eb; border-radius:14px; overflow:hidden; cursor:pointer; }
.post-card.border-primary { box-shadow:0 0 0 2px rgba(13,110,253,.35) inset; }
.post-thumb { width:100%; aspect-ratio:1/1; object-fit:cover; background:#f5f5f5; }
.post-meta { padding:10px; font-size:13px; }
.metric { margin-right:10px; }
.metric i { opacity:.7; }
.pick-radio { position:absolute; top:4px; left:28px; }




.custom-tabs .nav-link {
  background: #f1f1f1;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
  color: #444;
  transition: 0.25s;
  border: 1px solid #ddd;
}

.custom-tabs .nav-link:hover {
  background: #e8e8e8;
}

.custom-tabs .nav-link.active {
  background: linear-gradient(135deg, #00c16e, #00a6ff);
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 170, 255, 0.25);
}

.tab-section {
  animation: fadeIn 0.25s ease-in-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(5px); }
  to   { opacity: 1; transform: translateY(0); }
}


/* Popup container */
.celebration-popup {
  border-radius: 22px;
  overflow: hidden;
  animation: popupScale 0.32s ease-out;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  position: relative;
}

/* Close (X) button */
.popup-close {
  position: absolute;
  top: 12px;
  right: 14px;
  /* background: white !important; */
  border-radius: 50%;
  padding: 6px;
  width: 32px;
  height: 32px;
  opacity: 0.6;
  transition: 0.2s;
}
.popup-close:hover {
  opacity: 1;
}

/* Confetti icon */
.celebration-icon {
  font-size: 58px;
  animation: pop 0.5s ease;
}

/* Stronger title */
.popup-title {
  font-size: 20px;
  line-height: 1.3;
}

/* Subtitle */
.popup-subtitle {
  font-size: 14px;
  line-height: 1.45;
}

/* CTA button */
.popup-cta {
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
  background: linear-gradient(135deg, #00b851, #009245);
  border: none;
  transition: 0.25s;
}
.popup-cta:hover {
  background: linear-gradient(135deg, #00c85c, #00a04c);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(0, 160, 80, 0.3);
}

.modal-button{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

#btnGoDashboard{
  background: linear-gradient(to right, rgb(1, 53, 165) 1%, rgb(0, 155, 240) 100%);
    border: 0;
}



/* Secondary button */
.popup-secondary {
  border-radius: 10px;
  font-size: 14px;
}

/* Popup scale animation */
@keyframes popupScale {
  from { transform: scale(0.85); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

/* Confetti bounce-in */
@keyframes pop {
  0%   { transform: scale(0.5) rotate(-10deg); opacity: 0; }
  100% { transform: scale(1) rotate(0); opacity: 1; }
}


.celebration-popup button.btn-close.popup-close {
  z-index: 99999;
}

.back-btn-backbtn {
  font-weight: 600;
  color: #FFF !important;
  font-size: 15px;
 
  background: linear-gradient(135deg, #00c16e, #00a6ff);
}
.back-btn-backbtn:hover {
  background: linear-gradient(135deg, #00a6ff, #00c16e);
  color: #fff !important;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 170, 255, 0.25);
}
@media (max-width:767px){
  .option-btn{
    padding: 6px;
  }

  .nav-pills{
    flex-wrap: nowrap;
    margin-top: 10px;
  }

  .nav-item .nav-link{
    font-size: 14px;
    padding: 10px;
    white-space: nowrap;
  }

.dropdown-mega.mobile-visible {
  position: absolute !important;
  padding: 0 !important;
}

.dropdown-mega {
  left: -125px;
  transform: translateX(-4%);
}

.damage-product {
padding: .5rem !important; 
}

.product-item {
width: 100%;
border-bottom: 1px solid #eee;
}

.product-item:last-child {
border-bottom: none;
}

}

div#beneficiaryWrapper button {
  /* background: red; */
  background: linear-gradient(to right, rgb(1, 53, 165) 1%, rgb(0, 155, 240) 100%);
}

div#beneficiaryWrapper .form-control {
  padding: 4px;
}