.not-found-section {
  position: relative;
  width: 100%;
  /* padding-bottom: 59px; */
  padding-top: 24px;
  /* min-height: 600px; */
}

.Box404 {
  margin-top: 100px;
}

.Box404 img {
  width: 100%;
}

.Box404 h1 {
  font-size: 200px;
  line-height: 200px;
  color: #2e80ec;
  font-weight: 100;
}

.Box404 h5 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #222;
}

.Box404 p {
  margin: 15px 0;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 300;
}

.Box404 button {
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 24px;
  margin-top: 12px;
}
/* PUBLIC NAVBAR */
/* .publicNavbar .navbar-nav .nav-link:last-child {position: relative; margin-left: 40px; padding: 0 0 !important;} */
/* .publicNavbar .navbar-nav .nav-link:last-child:before {content: ""; position: absolute; left: -24px; top: 10px; width: 1.5px; height: 15px; background: #000;} */
.publicNavbar .nav-link {
  color: #000;
  padding: 18px 0px !important;
  margin: 0 15px;
  line-height: 0;
  position: relative;
  font-size: 15px;
}

.publicNavbar .nav-link sup {
  position: absolute;
  top: 7px;
  right: -13px;
}

.publicNavbar .nav-link:hover {
  color: #0c3963;
}

.publicNavbar .nav-link.active {
  color: #0c3963 !important;
  background-color: transparent !important;
}

.publicNavbar .nav-link:hover {
  color: #1463ad !important;
}

.activeIndicator {
  transition: all 0.3s ease;
}

/* DEAL MANAGEMENT SECTION */
.dealManagementSection::before {
  content: "Simple & Powerful";
  position: absolute;
  font-size: 60px;
  color: #ededed;
  top: 4px;
  left: 24px;
}

.dealManagementCards {
  position: relative;
}

.dealManagementCards::before {
  content: "";
  position: absolute;
  background-image: url(/assets/arrow-1.43c7c28a0ec08b287a8e.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 1;
  left: 0;
  top: 110px;
}

.dealManagementCards::after {
  content: "";
  position: absolute;
  background-image: url(/assets/arrow-2.88b244135c0f379873c2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 1;
  right: 5px;
  bottom: 80px;
}

.powerful-icon {
  width: 70px;
  height: 70px;
  background: #e2eaf4;
  background-image: linear-gradient(#f9f9f9, #f5f7f9, #e2eaf4, #e2eaf4, #e2eaf4, #e2eaf4);
  border-radius: 50px;
  float: left;
  margin-right: 20px;
  padding: 14px;
  align-self: center;
  display: flex;
}

.powerful-icon svg path {
  fill: #1262ab;
}

/* SOFTWARE ON A MISSION SECTION */
.softwaremission::before {
  content: "Software";
  position: absolute;
  font-size: 60px;
  color: #f3f3f3;
  z-index: -1;
  top: -2px;
  left: 24px;
}

.imagesHh {
  height: 460px;
  width: 460px;
  margin: auto;
}

.decorationCircle {
  width: 90%;
  height: 90%;
  background: transparent;
  display: block;
  position: absolute;
  border-radius: 500px;
  border: 0;
  inset: 0;
  margin: auto;
}

.decorationCircle::before {
  content: "";
  position: absolute;
  background: #1463ad;
  width: 55px;
  height: 55px;
  top: 25%;
  right: 0;
  border-radius: 50px;
}

.maximizing-content {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.skewBtn span {
  transition: 0.4s ease-in-out;
  transform: translate(0px, -1px);
  display: inline-block;
}

.skewBtn:hover {
  box-shadow: 1px 1px 18px #2f2d2d4d;
}

.skewBtn:hover span {
  transform: translate(2px, -4px);
}

.whiteBackground.skewBtn {
  background-color: #1262AB;
  border: 1px solid #1262AB;
  color: #fff;
}

.whiteBackground.skewBtn:hover {
  background-color: #fff;
  color: #1262AB;
  border: 1px solid #1262AB;
}

.whiteBackground.skewBtn:hover svg path {
  fill: #1262AB;
}

.darkBackground.skewBtn {
  background-color: #fff;
  border: 1px solid #1262AB;
  color: #1262AB;
}

.darkBackground.skewBtn:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.darkBackground.skewBtn svg path {
  fill: #1262AB;
}

.darkBackground.skewBtn:hover svg path {
  fill: #fff;
}

.darkBackgroundImage.skewBtn {
  background-color: #fff;
  border: 1px solid #1262AB;
  color: #1262AB;
}

.darkBackgroundImage.skewBtn:hover {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.darkBackgroundImage.skewBtn svg path {
  fill: #1262AB;
}

.darkBackgroundImage.skewBtn:hover svg path {
  fill: #fff;
}

.requestADemoBtn:hover {
  background-color: transparent !important;
}

#custom-switch {
  cursor: pointer;
}

.scaleDown {
  transform: scale(1);
}

.homeBannerHeaading {
  border-bottom: 4px solid;
}

/* AIForYou Section */
.AIForYou {
  background-image: url(/assets/AI_home.fc480a0d8a10af9fc3b8.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* LET'S TALK FORM */
.contactFormHome button[type="submit"] {
  background: #fff;
  color: #222;
  width: 200px;
  height: 50px;
}

/* VAVLUES & BUSINESS SECTION */
.valuesAndBusiness::before {
  content: "Values & Business";
  position: absolute;
  z-index: 1;
  top: 45%;
  transform: rotate(90deg) translateY(-50%);
  right: -50px;
  font-size: 45px;
  color: #ededed;
}

/* FAQs */
.homeFAQs::before {
  content: "FAQ";
  position: absolute;
  z-index: 1;
  transform: rotate(-90deg);
  font-size: 60px;
  color: #eeeeee;
  left: -2%;
  top: 75px;
}

/* REVENUE CARD */
.maximizing-content .card {
  height: 225px;
}

.maximizing-content .card p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* .homeForm .invalid-feedback {
  color: #ffca62 !important;
}
.homeForm .form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ffca62 !important;
}

.contactFormHome input {
  background: transparent !important;
  background-color: transparent !important;
}
.contactFormHome .form-check-input:checked[type="checkbox"] {
  border-color: #fff;
} */
/* LET'S TALK FORM SECTION - HOME PAGE */
.contactFormHome .form-label {
  color: #fff;
}

.font-manrope {
  font-family: "Manrope", sans-serif !important;
}

/* FOUNDER SECTION */
.founderSection {
  background-color: #eeeeee;
}

.founderSection .position-relative.w-fit {
  width: 100%;
}

.sliderImage .position-relative.w-fit {
  width: 100%;
}

.addPartnerBackButton {
  right: 24px;
  top: 80px;
}

.addPartnerBackButton:hover svg path {
  fill: #fff;
}

.form-switch .form-check-input {
  background-color: #34B263 !important;
  border-color: #34B263 !important;
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%27-4 -4 8 8%27%3e%3ccircle r=%273%27 fill=%27%23fff%27/%3e%3c/svg%3e") !important;
}

.form-check-input:checked {
  background-color: #34B263 !important;
  border-color: #34B263 !important;
}

@media screen and (max-width: 1200px) {
  .navbar-brand img {
    width: 120px;
  }

  .softwaremission::before {
    display: none;
  }

  .homeFAQs::before {
    display: none;
  }

  .valuesAndBusiness::before {
    display: none;
  }

  .dealManagementSection::before {
    display: none;
  }

  .valuesAndBusiness::before {
    display: none;
  }

  .dealManagementCards::before {
    display: none;
  }

  .dealManagementCards::after {
    display: none;
  }
}

@media screen and (max-width: 992px) {

  .maximizing-content .card {
    height: auto;
  }

  .imagesHh {
    height: 355px;
    width: 355px;
    margin-top: 75px;
  }

  .decorationCircle::before {
    width: 40px;
    height: 40px;
  }

  .CE-Navbar .nav-link:last-child {
    margin-left: 0px !important;
  }

  .navbar-brand img {
    width: 80px;
  }

  /* .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    border-bottom: none !important;
  } */
  .navbar-nav .nav-link:last-child:before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .AIForYou {
    background-image: none;
    background-color: #1463ad;
  }

  .imagesHh {
    height: 200px;
    width: 201px;
    margin-top: 0;
  }

  .decorationCircle::before {
    width: 22px;
    height: 22px;
  }

  .bannerSectionHome::after {
    height: 35%;
  }

  .bannerSectionHome {
    background-image: none !important;
  }
}

@media screen and (max-width: 576px) {
  .AIForYou {
    background-image: none;
  }

  .scaleDown {
    transform: scale(0.8);
  }
}

.hover-card {
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  will-change: transform;
}

.hover-card:hover {
  transform: scale(1.05);
  /* Zoom in on hover */
}




.quick-link {
  position: relative;
  /* display: inline-block; */
  color: white;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
}

.quick-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: white;
  transition: width 0.9s ease;
}

.quick-link:hover::after {
  width: 100%;
}

@media (min-width: 320px) and (max-width: 1024px) {
  .heading-responsive-margin {
    margin-bottom: 24px !important
  }
}

/* ---------- GENERAL LAYOUT ---------- */
.maximizing-content {
    background: linear-gradient(180deg, #f8f9fa 0%, #eef2f6 100%);
}

/* ---------- TEXT BOXES ---------- */
.flow-box {
    text-align: center;
    align-items: center;
    background: #ddd;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 600;
    color: #0053BB;
    /* display: inline-block; */
    min-width: 140px;
    transition: all 0.3s ease;
}

.flow-box:hover {
    background: #007bff;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    transform: translateY(-3px);
}

/* ---------- ARROW BOXES ---------- */
.arrow-box {
    position: relative;
    background: linear-gradient(90deg, #004aad, #007bff);
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
    padding: 2px 50px;
    display: inline-block;
    /* border-radius: 50px; */
    min-width: 320px;
    transition: all 0.3s ease;
}

.arrow-box::before,
.arrow-box::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}

.arrow-box::before {
    left: -28px;
    border-right: 33px solid #004aad;
}

.arrow-box::after {
    right: -28px;
    border-left: 28px solid #007bff;
}

.arrow-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

/* ---------- BROKER BOX ---------- */
.broker-box {
    background: #dddddd;
    border-radius: 8px;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

/* ---------- RESPONSIVE DESIGN ---------- */
@media (max-width: 768px) {
    .arrow-box {
        min-width: 250px;
        font-size: 0.95rem;
        padding: 10px 30px;
    }

    .arrow-box::before,
    .arrow-box::after {
        border-top: 18px solid transparent;
        border-bottom: 18px solid transparent;
    }

    .flow-box {
        min-width: 100px;
        font-size: 0.9rem;
    }
}
.dash-table table thead {
  transform: scaleX(1);
}

.dash-table table tbody {
  transform: scaleX(1);
}

.dash-table table tbody tr {
  border-radius: 0px;
}

.viewAll {
  font-size: 14px;
  border: 1px solid #E5E5E5;
  background: transparent;
  border-radius: 5px;
  width: 80px;
  height: 34px;
  color: #313131;
}

.dash_new {
  font-family: Manrope, sans-serif !important;
}

tspan {
  font-size: 12px;
}

/* .nodata1 {
  margin-top: 900px !important;
} */
.p.toggle-deal {
  margin-right: 15px;
}
.recharts-default-legend {
    position: relative;
    top: 10px;
}
/* .status-chart .progress-circle {
  transform: rotate(0deg);
  margin-top: -5px;
  transform: scaleY(0.7);
  position: relative;
  top: 30px;
}

.status-chart .day2 .progress-circle {
  transform: scaleY(0.5);
  top: 50px;
}

.status-chart .day3 .progress-circle {
  transform: scaleY(0.3);
  top: 70px;
}

.status-chart .day4 .progress-circle {
  transform: scaleY(0.5);
  top: 50px;
}

.status-chart .day5 .progress-circle {
  transform: scaleY(0.3);
  top: 70px;
}

.status-chart .day6 .progress-circle {
  transform: scaleY(0.6);
  top: 40px;
}

.status-label {
  position: absolute;
  bottom: -10px;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  left: 50%;
  transform: translateX(-50%);
}

.status-label .text-label {
  font-size: 0.7rem;
  color: #777;
  letter-spacing: 0.3px;
}

.status-label .dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50px;
  margin-left: 6px;
}

.status-label .dot.active {
  background: #1ccb90;
}
.status-label .dot.pending {
  background: #f48300;
}
.status-label .dot.rejected {
  background: #ff0202;
}
.status-label .dot.closed {
  background: #ae2e2d;
}

.progress-dash1 .status-chart .progressSign {
  transform: none;
}

.progress-dash1 .status-chart .progress-text {
  top: auto;
  left: 0;
  font-size: 0.6em;
  color: #999;
  font-weight: 400;
  font-style: italic;
  text-align: left;
  margin-top: 7px;
  letter-spacing: 1px;
}

.progress-dash1 .status-chart .progressSign {
  position: relative;
  margin: 0 0;
  left: 0;
}

.progress-dash1 .status-chart .progressSign.day2 {
  left: 56px;
}
.progress-dash1 .status-chart .progressSign.day3 {
  left: 114px;
}
.progress-dash1 .status-chart .progressSign.day4 {
  left: 172px;
}
.progress-dash1 .status-chart .progressSign.day5 {
  left: 229px;
}
.progress-dash1 .status-chart .progressSign.day6 {
  left: 285px;
}
.progress-dash1 .status-chart .progressSign.day7 {
  left: 335px;
}

.progress-dash1 .status-chart .progress-circle-back {
  stroke-width: 0.3rem;
}

.progress-dash1 .status-chart .progress-circle-back {
  stroke-dasharray: 500 999;
  stroke: #ac2f2d;
  animation-name: dasharrayStatusProg1;
  animation-duration: 1s;
  animation-delay: 0s;
}
.progress-dash1 .status-chart .progress-circle-prog1 {
  stroke-dasharray: 130 999;
  stroke: #1ccb90;
  animation-name: dasharrayStatusProg2;
  animation-duration: 1s;
  animation-delay: 0s;
}

.progress-dash1 .status-chart .progress-circle-prog2 {
  stroke-dasharray: 70 999;
  stroke: #ff0202;
  animation-name: dasharrayStatusProg3;
  animation-duration: 1s;
  animation-delay: 0s;
}
.progress-dash1 .status-chart .progress-circle-prog3 {
  stroke-dasharray: 30 999;
  stroke: #f48301;
  animation-name: dasharrayStatusProg4;
  animation-duration: 1s;
  animation-delay: 0s;
}

.chart-texure {
  width: 100%;
  height: 100%;
  position: absolute;
}

.texture-text {
  position: relative;
  top: -24px;
}

.chart-texure p {
  position: relative;
  line-height: 50px;
  font-size: 0.7rem;
  color: #999;
}

.texture-line {
  width: 100%;
  height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 24px;
  position: absolute;
}

.prog-wrap {
  margin-left: 24px;
}

@keyframes dasharrayStatusProg1 {
  0% {
    stroke-dasharray: 0 999;
  }
  100% {
    stroke-dasharray: 500 999;
  }
}
@keyframes dasharrayStatusProg2 {
  0% {
    stroke-dasharray: 0 999;
  }
  100% {
    stroke-dasharray: 130 999;
  }
}
@keyframes dasharrayStatusProg3 {
  0% {
    stroke-dasharray: 0 999;
  }
  100% {
    stroke-dasharray: 70 999;
  }
}
@keyframes dasharrayStatusProg4 {
  0% {
    stroke-dasharray: 0 999;
  }
  100% {
    stroke-dasharray: 30 999;
  }
} */

.recharts-default-legend {
  text-align: center;
  width: fit-content;
  max-width: 355px;
  margin: 0 auto !important;
  padding-left: 20px !important;
}

.recharts-default-legend li {
  font-family: Manrope, sans-serif;
  font-size: 14px !important;
  font-weight: 600;
}

ul li .recharts-surface {
  width: 10px;
  height: 8px;
}

line[orientation="bottom"] {
  display: none;
}

line[orientation="left"] {
  display: none;
}

text[orientation="bottom"] {
  font-size: 0.7rem;
  fill: #999;
  letter-spacing: 0.5px;
}

text[orientation="left"] {
  font-size: 0.7rem;
  fill: #999;
  letter-spacing: 0.5px;
}
.search-drop {
  position: fixed;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  z-index: 99;
  width: 100%;
  max-width: 940px;
  box-shadow: 10px 20px 35px #00000017;
  border: 1px solid #eee;
  border-radius: 2px;
  padding: 24px;
}

p.labelll {
  margin: 0;
  font-size: 13px;
  color: #007df3;
}
svg.nodatdashboard-icon {
  margin-top: 600px;
}
.search-drop .reset {
  background: #fafafa;
  border: 1px solid #ddd;
  color: #555;
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 100px;
  height: 40px;
  border-radius: 3px;
  margin-left: 20px;
  outline: none;
}

.search-drop .apply {
  background: #007df3;
  border: 1px solid #0271db;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.5px;
  width: 100px;
  height: 40px;
  border-radius: 3px;
  margin-left: 20px;
  outline: none;
}

.esign {
  color: white;
  border-radius: 5px;
  background: #1262AB;
  width: 200px;
  height: 50px;
  flex-shrink: 0;
  /* width: 69px; */
}
.activityTabs .tabs__box {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-right: 100px;
}

.activityTabs .tabs__tab {
  border: none;
  padding: 12px 0;
  padding-top: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
}

.activityTabs .tabs__tab span {
  font-size: 14px;
  color: #222;
}

.tabs__tab.tabs__tab-active span {
  color: #1262ab;
}

.activityTabs .tabs__tab svg {
  margin-right: 7px;
  fill: #000;
}

.activityTabs .tabs__tab svg path {
  fill: #000;
}


.tabs__tab.tabs__tab-active {
  position: relative;
  color: #2F80ED;
  border-bottom: 3px solid;
  padding-bottom: 12px;
}


.tabs__tab.tabs__tab-active svg {
  fill: #2F80ED;
}

.tabs__tab.tabs__tab-active svg path {
  fill: #2F80ED;
}

.buttonAttchment {
  background: transparent;
  border: 1px solid #ccc;
  margin-right: 20px;
  padding: 6px 15px;
  border-radius: 5px;
  font-weight: 400;
  color: #777;
  font-size: 0.9rem;
}

.buttonAttchment svg {
  margin-right: 5px;
}

.buttonSend {
  background: #2F80ED;
  color: #fff;
  border: 1px solid #2F80ED;
  padding: 10px 24px;
  border-radius: 5px;
}

.buttonSend:hover {
  background: transparent;
  color: #1162ab;
}

.buttonSend svg {
  margin-right: 7px;
}

.buttonSend svg path {
  fill: #fff;
}

.buttonSend:hover svg path {
  fill: #2F80ED;
}

.buttonSend:disabled svg path {
  fill: #555;
}

.buttonSend:disabled {
  opacity: 0.5;
  background: #e6e6e6;
  border: 1px solid transparent;
  cursor: no-drop;
  color: #555;
}
/* .border-right-1 {
  border-right: 1px solid #ddd;
}

.textarea-activity textarea {
  background-color: #f1f1f1;
  padding: 15px;
}

.activityTime span {
  color: #1162ab;
  margin-right: 12px;
}

.activityTime span svg {
  margin-right: 5px;
  vertical-align: baseline;
}
.deal-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */

/* .icon-container {
  margin-left: 208px; /* Adjust the margin as needed */
/* }  */

/* .activity-btn button.attach {
  border: 1px solid #ddd;
  background: transparent;
  color: #777;
  padding: 9px 12px;
  border-radius: 5px;
  margin-right: 15px;
  width: auto;
}

.activity-btn button.attach:hover {
  border: 1px solid #1162ab;
  background: #1162ab;
  color: #fff;
}

.activity-btn button.attach:hover svg {
  fill: #fff;
}

.activity-btn button.log {
  background: #1162ab;
  border: 1px solid #1162ab;
  color: #fff;
  padding: 9px 20px;
  border-radius: 5px;
}

.activity-btn button.log:hover {
  background: transparent;
  color: #1162ab;
  padding: 9px 20px;
  border-radius: 5px;
}

.activityTime {
  position: relative;
  width: fit-content;
}

.activityTime input {
  border: none;
  color: rgb(19, 99, 172);
  max-width: 108px;
  font-size: 0.9rem;
  padding: 0;
  height: auto;
}

.activityTime span.dateIccon {
  right: -2px;
  top: -1px;
  margin-right: 0;
  cursor: pointer;
}

.border-bottom-1 {
  border-bottom: 1px solid #ddd;
}

.log-details {
  padding: 12px 0;
}

.log-details h4 {
  font-size: 16px;
  color: #222;

}

.log-details-box {
  background: #f1f1f1;
  padding: 12px;
  margin: 9px 0;
  border: 1px solid #dddddda6;
  border-radius: 5px;
}

.log-details-box label {
  color: #222;
  font-size: 14px;

}

.log-details-box label svg {
  margin-right: 5px;
}

.log-details-box span {
  color: #313131;
  font-size: 14px;
}

.log-details-box p {
  font-weight: 400;
  color: #222222;
  font-size: 14px;
}

.log-details-box p a {
  display: inline-block;
  margin-left: 5px;
  text-decoration: underline;
}

.log-details-box p a:hover {
  text-decoration: none;
}

.log-details-box p a svg {
  margin-left: 5px;
}

.deal-detail-activity span {
  white-space: nowrap;
  color: #222;
  font-size: 14px;
}

.deal-detail-activity label {
  font-size: 14px;
  color: #222;

}

.deal-detail-activity h5 {
  color: #0B3963;
  font-size: 16px;
  margin-bottom: 15px;

}

.deal-detail-activity {
  padding: 20px;
  padding-left: 12px;
  position: sticky;
  top: 55px;
} */

/* 
/* Page */
.deal-page {
  background: #fff;
  padding: 24px 0;
}

.deal-label {
  font-size: 14px;
  font-weight: 400;
  color: #2f2f2f;
  margin-bottom: 6px;
}


.deal-value {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.deal-title,
.deal-price {
  font-weight: 600;
}

.section-heading {
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}

.divider {
  height: 1px;
  background: #e5e5e5;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
}

.status-accepted {
  color: #f2991f;
  font-weight: 600;
}

.deal-bold {
  font-weight: 600;
}


.action-buttons-wrapper {
  display: flex;
  gap: 24px;
}

.start-deal-btn,
.close-deal-btn {
  min-width: 220px;
  height: 48px;
  font-size: 16px;
}

.close-deal-btn {
  color: #b5b5b5;
  border-color: #dddddd;
}

.close-deal-btn:disabled {
  background: #fff;
  opacity: 1;
  cursor: not-allowed;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-32 {
  margin-bottom: 32px;
}

.chatBox {
  background: url('https: //i.pinimg.com/originals/85/70/f6/8570f6339d3189c96e340d47a581d3b8.jpg') #f9f9f9;
  /* Replace 'path/to/your/image.jpg' with the actual path to your image file */
  padding-bottom: 14px;
  height: 100vh;
  overflow: auto;
}

.comName span {
  background: #ebf3fe;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 34px;
  text-align: center;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}

.comName p {
  font-size: 1.1rem;
  color: #000;
  align-self: center;
  margin-left: 10px;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
}

.chat-message {
  margin: 9px 0;
  display: flex;
  justify-content: flex-end;
}

.chat-message img {
  max-width: 225px;
  border: 1px solid #b1b1b1;
  border-radius: 2px;
}

.chat-message.another {
  justify-content: start;
}

.chat-message p {
  text-align: right;
  width: fit-content;
  background: #2f80ed;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  padding: 4px 12px;
  border-radius: 9px 9px 0px 9px;
}

.chat-message small {
  font-size: 0.7rem;
  color: #999;
  letter-spacing: 0.5px;
}

.chat-message.another p {
  background: #ebf3fe;
  color: #000;
  border-radius: 15px 15px 15px 0px;
}

.chat-message h5 {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}

.chat-block {
  padding-right: 100px;
  position: relative;
}

.chat-block.another-person {
  padding-left: 100px;
  position: relative;
}

.chat-holder {
  position: absolute;
  bottom: 43px;
  right: 55px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: #2f80ed;
  border-radius: 50px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 0.8rem;
  font-weight: 500;
}

.chat-holder.anotherp {
  left: 55px;
  background: #ebf3fe;
  color: #000;
  font-weight: 600;
  font-size: 0.9rem;
}

.zip {
  background: #ebf3fe;
  border-radius: 15px 15px 15px 0px;
  padding: 7px 12px;
}

.zip div {
  font-weight: 400;
  color: #000;
  margin: 2px 0;
}

.chat-footer {
  background: #fff;
  padding: 12px 0;
  position: sticky;
  bottom: 0px;
  border-top: 1px solid #ddd;
}

.searchbar-chat {
  position: relative;
}

.searchbar-chat input {
  border: none;
  background: transparent;
  height: 45px;
  width: 100%;
  outline: none;
  box-shadow: none;
}

.searchbar-chat input:focus {
  border: none;
}

.chat-footer-btn {
  display: flex;
  justify-content: space-between;
  padding: 0 18px;
}

.receiverMsg {
  margin: 12px 0;
  display: flex;
  justify-content: flex-end;
  padding: 0 60px;
}

.receiverMsg span {
  border-radius: 13px;
  width: fit-content;
  background-color: #DDD1D1;
  padding: 2px 25px 2px 12px;
  font-size: 14px;
}

.sender_name_msg {
  background: border-box;
  font-size: smaller;
  color: #1b15cc;
  padding-bottom: 6px;
}

.senderMsg {
  text-align: left;
  padding: 9px 10px;
  padding-right: 24px;
  margin: 14px 60px;
  display: block;
  background: #bfa5a57a;
  width: fit-content;
  border-radius: 10px;
}

/* .senderMsg span {
  display: table-caption;
} */
.upload-document {
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.upload-document button.uploadDoc {
  border: 1px solid #1162ab;
  background: #1162ab;
  color: #fff;
  padding: 0;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
  height: 40px;
  width: 180px;
  font-size: 14px;
}

.upload-document button.uploadDoc:hover {
  background: transparent;
  color: #1162ab;
}

.upload-document button.uploadDoc svg {
  margin-right: 5px;
}

.upload-document button.uploadDoc:hover svg path {
  /* stroke: #1162ab; */
  fill: #1162ab;
}

.upload-document button.uploadDoc input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

.upload-document button.ducuSign {
  border: 1px solid #1262ab;
  color: #fff;
  background: #1262ab;
  border-radius: 5px;
  width: 184px;
  height: 40px;
  font-size: 14px;
}

.raisePayment h1 {
  text-align: center;
  font-size: 20px;
  /* color: #1262ab; */

}

.note .upload-document button.ducuSign {
  height: 34px;
  margin-left: 15px;
  font-size: 14px;
  width: 125px;
}

.activity-documents input[type="checkbox"] {
  width: auto;
  height: auto;
  position: static;
}

.activity-documents.note table th:last-child {
  font-size: inherit;
}

/* .activity-documents table a {
  /* text-decoration: underline; */
/* } */
*/ .activity-documents table a:hover {
  text-decoration: none;
}

.activity-documents table td span svg {
  vertical-align: super;
  margin-left: 5px;
}

.activity-documents table td span {
  position: relative;
  display: inline-block;
}

.activity-documents table td span small.tooltip1 {
  display: none;
  position: absolute;
  width: fit-content;
  white-space: nowrap;
  background: #fff;
  z-index: 9;
  box-shadow: 0 0 9px #00000035;
  padding: 1px 7px;
  border-radius: 3px;
  font-size: 0.7rem;
  color: #999;
  top: -20px;
  left: -42px;
}

.activity-documents table td span:hover small.tooltip1 {
  display: inline;
}

.notUploaded {
  padding: 80px 20px;
  border-bottom: 1px solid #ddd;
}

.notUploaded p {
  font-size: 16px;
  color: #000;
  line-height: 26px;
}


.viewUploaded .remove-file {
  position: absolute;
  top: 9px;
  right: 12px;
  font-size: 1.5rem;
  color: #777;
}

.viewUploaded .downloadBtn {
  border: 1px solid #7E8F9A;
  background: transparent;
  padding: 0;
  border-radius: 5px;
  color: #222;
  height: 48px;
  width: 137px;
  line-height: 45px;
}

.viewUploaded .downloadBtn svg {
  margin-right: 5px;
}

.viewUploaded .saveBtn {
  border: 1px solid #1262ab;
  background: #1262ab;
  color: #fff;
  height: 48px;
  width: 137px;
  line-height: 45px;
  border-radius: 5px;
}

.viewUploaded .saveBtn svg.iconn {
  margin-right: 7px;
}

.viewUploaded .saveBtn svg.arrow {
  margin-left: 12px;
}

.docInput .input-group {
  margin-right: 24px;
}

.docInput button {
  border: 1px solid #1362ab;
  color: #1362ab;
  background-color: transparent;
  border-radius: 4px;
  padding: 9px 15px;
  font-size: 1rem;
}

.addnewRecipient {
  background: transparent;
  color: #1162ab;
  font-weight: 500;
}

.viewUploaded-footer .cancel {
  border: 1px solid #7E8F9A;
  background: transparent;
  color: #222;
  border-radius: 5px;
  padding: 0;
  font-size: 14px;
  width: 120px;
  height: 40px;
}

.viewUploaded-footer .cancel:hover {
  background: #f1f1f1;
}

.viewUploaded-footer .send {
  border: 1px solid #1262AB;
  background: #1262AB;
  color: #fff;
  border-radius: 5px;
  width: 120px;
  height: 40px;
  font-size: 14px;
}

.viewUploaded-footer .send:hover {
  background: transparent;
  color: #1262AB;
}

.custom-button {
  position: absolute;
  top: 1px;
  padding: 12px;
  left: 1px;
  width: 99%;
  background: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 5px 0 0 5px !important;
  text-align: left;
  color: #777;
  letter-spacing: 0.5px;
  font-weight: 500;
  /* z-index: 2; */
  height: 48px;
}

.closes {
  border: 1px solid;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  text-align: center;
  font-size: 24px;
}

.acceptRejectDoc {
  opacity: 1;
  transform: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  max-width: initial;
}

.docModalFooter {
  box-shadow: 0 0 9px #00000024;
  padding: 24px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.docModalFooter .reject {
  border: 1px solid #1362ab;
  color: #1362ab;
  background: transparent;
  padding: 9px 20px;
  border-radius: 4px;
  font-size: 1rem;
  margin: 0 12px;
}

.docModalFooter .accept {
  border: 1px solid #1362ab;
  color: #fff;
  background: #1362ab;
  padding: 9px 20px;
  border-radius: 4px;
  font-size: 1rem;
  margin: 0 12px;
}

.dociframe {
  width: 100%;
  height: 100%;
}

.reason-dialog-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #00000091;
}

.reason-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #fff;
  width: 100%;
  height: 100%;
  max-width: 500px;
  max-height: 270px;
  margin: auto;
  padding: 24px;
  border-radius: 5px;
}

.reason-dialog.verification {
  max-height: 320px;
}

.reason-dialog.thanks {
  max-height: 210px;
}

.reason-dialog.accept {
  max-height: 445px;
}

.custom-file-upload {
  width: 100%;
  height: 48px;
  border: 1px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
}

.filename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 3;
  padding: 0 12px;
  padding-right: 30px;
  color: #1262ab;
  font-size: 14px;
}

.removefile {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 9px;
  width: 17px;
  height: 14px;
  text-align: center;
  line-height: 0;
  border-radius: 50px;
  color: red;
  background: #fff;
  border: 0;
  font-size: 21px;
  cursor: pointer;
}

form .custom-file-upload label {
  width: 100%;
  height: 48px;
  left: 0;
  padding: 23px 12px;
}

.reason-dialog button {
  width: 100%;
  height: 45px;
  background: #1362ab;
  border: 1px solid #1362ab;
  color: #fff;
  font-size: 1rem;
  border-radius: 4px;
}

.reason-dialog button:hover {
  background: transparent;
  color: #1362ab;
}

.reason-dialog.accept button {
  width: 100px;
  margin: 0 15px;
  height: 40px;
}

.reason-dialog span.close {
  font-size: 2rem;
  color: #999;
  position: absolute;
  right: 15px;
  top: 3px;
  font-weight: 200;
  cursor: pointer;
}

.reason-dialog .resend {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  color: #1362ab;
  text-decoration: underline;
  margin: 0;
}

.reason-dialog.thanks .signupSt {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: static;
}

.reason-dialog.thanks p {
  text-align: center;
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

.docNameBtn {
  background: transparent;
  color: #1362ab;
  font-weight: 500;
  text-decoration: underline;
}

.docNameBtn:hover {
  text-decoration: none;
}

iframe::-webkit-media-controls {
  display: none !important;
}

iframe {
  -moz-appearance: none;
  appearance: none;
}

button.docSave {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  text-align: center;
  justify-content: center;
  height: 46px;
  border: 0;
  border-radius: 5px;
  padding: 0 20px;
}
.upload_document_box {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
    line-height: 22px;
    font-size: 16px;
    height: 135px;
    position: relative;
    border-radius: 5px;
}
.raisePayment {
  max-width: 640px;
  background: #fff;
  width: fit-content;
  height: fit-content;
  padding: 24px;
  border-radius: 7px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}


.pay-tabs-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}


.pay-tabs {
  display: inline-flex;
  border: 1px solid #d6d6d6;
  border-radius: 2px;
  overflow: hidden;
  padding: 2px;
  background: #f5f5f5;
}


.pay-tab {
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  
  border: none;
  outline: none;
  cursor: pointer;
}


.pay-tab + .pay-tab {
  border-left: 1px solid #d6d6d6;
}


.pay-tab.active {
  background: #1362ab;
  color: #fff;
}

.pay-online-link {
  color: #1362ab;
  text-decoration: none;
  font-weight: 500;
}

.pay-online-link:hover {
  text-decoration: underline;
}


.payment-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 16px;
}

.payment-tab {
  padding: 8px 16px;
  border: 1px solid #dcdcdc;
  background: #f9f9f9;
  cursor: pointer;
}

.payment-tab.active {
  background: #1362ab;
  color: #fff;
}

/* ================= PAYMENT FORM ================= */
.broker-payment-form {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr 1.6fr auto;
  gap: 24px;
  padding: 16px 16px 20px;
  align-items: flex-end;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.form-field {
  display: flex;
  flex-direction: column;
}


.form-input {
  height: 38px;
  padding: 6px 10px;
  font-size: 14px;
  color: #333 !important;
  border: 1px solid #cfcfcf;
  border-radius: 3px;
  background: #fff;
}

.form-input::placeholder {
  color: #888;
}

/* Dropdown arrow fix */
select.form-input {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2710%27 height=%276%27%3E%3Cpath d=%27M0 0l5 6 5-6z%27 fill=%27%23666%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 28px;
  color: #868686 !important;
}

/* Save button */
.save-btn-primary {
  height: 40px;
  padding: 0 28px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #1362ab;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

.save-btn-primary:hover {
  background: #0f4f8f;
}



.table-title {
  padding: 16px;
  font-weight: 600;
}

svg.meetingPause {
  background: #1362ab;
  display: block;
  width: 35px;
  height: 35px;
  padding: 8px;
  border-radius: 7px;
  margin: 0 11px;
  border: none;
}
svg.meetingDownload {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 5px;
  margin-left: 15px;
}

svg.meetingDocument {
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  padding: 6px;
  display: block;
  border-radius: 5px;
}

svg.meetingPhone {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 5px;
  margin-right: 17px;
}
svg.meetingvideo {
  width: 35px;
  height: 35px;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 5px;
}


.charity-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
}

.charity-info {
  display: flex;
  gap: 120px;
}

.charity-label {
  font-size: 14px;
  color: #777;
  margin-bottom: 4px;
}

.charity-value {
  font-size: 16px;
  font-weight: 600;
  color: #111;
}


.charity-actions {
  display: flex;
  gap: 16px;
}

.btn-outline-primary {
  padding: 8px 18px;
  border: 1px solid #1362ab;
  background: #fff;
  color: #1362ab;
  border-radius: 6px;
  font-weight: 500;
}

.btn-primary {
  padding: 8px 18px;
  background: #1362ab;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
}


.divider {
  height: 1px;
  background: #e5e5e5;
}


.charity-payment-form {
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr 1.6fr auto;
  gap: 24px;
  padding: 16px;
  align-items: flex-end;
}

.form-field {
  display: flex;
  flex-direction: column;
}



.form-input {
  height: 38px;
  padding: 6px 10px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
}

.save-btn-primary {
  height: 40px;
  padding: 0 28px;
  background: #1362ab;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
}


.table-title {
 
  font-size: 20px;
  
}
.charity-actions .btn-outline-primary:hover{
   background-color: #0B3963 !important;
    border-color: #0B3963 !important;
    color: #fff !important;
    transition: 0.3s ease;
    transform: translateY(-1px) !important;
}
.transaction-h {
  padding: 12px;
  padding-bottom: 2px;
  border-top: 1px solid #f5f7fb;
  margin-top: 14px;
}

.transaction-h .text {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  font-weight: 500;
  color: #000;
  line-height: 0;
}

/* styles.css */
.table-row-border {
    border-bottom: 1px solid #ddd !important;
}

.table-row-last {
    border-bottom: none !important;
}

.deal-lightbox-modal .modal-content {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: none;
    border-radius: 0;
    animation: fadeIn 0.4s ease-in-out;
}

.lightbox-body {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-image {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
    animation: zoomIn 0.3s ease;
}

/* Close Button */
.lightbox-close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2.5rem;
    color: rgb(160, 116, 116);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 0.2rem 0.8rem;
    border-radius: 8px;
    cursor: pointer;
    z-index: 10;
}

/* Arrows */
.lightbox-nav-btn {
    position: absolute;
    top: 50%;
    font-size: 3rem;
    color: rgb(160, 116, 116);
    background: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    transform: translateY(-50%);
    transition: background 0.2s;
}

.lightbox-nav-btn.left {
    left: 20px;
}

.lightbox-nav-btn.right {
    right: 20px;
}

.lightbox-nav-btn:hover {
    background: rgba(255, 255, 255, 0.3);
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.97);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}


.cdetails{
    margin-top: 9px;
}

/* Hide default TextInput error message for reply textarea */
.reply-textarea-container .col-8 {
    display: none !important;
}

.reply-textarea-container {
    position: relative !important;
}
/* Notification Bell Styles */
.notification-bell-container {
  position: relative;
  display: inline-block;
  top: 3px;
}

.notification-bell-button {
  padding: 8px;
  transition: all 0.3s ease;
}

.notification-bell-button:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.notification-icon {
  transition: color 0.3s ease;
}

.notification-icon.has-unread {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/* Notification Dropdown Styles */
.notification-dropdown-container {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 400px;
  max-width: 90vw;
  z-index: 1300;
  border-radius: 8px;
  overflow: hidden;
  animation: slideDown 0.3s ease;
  background-color: white !important;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.notification-dropdown-header {
  padding: 12px 16px;
  background-color: #f5f5f5 !important;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.notification-dropdown-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333 !important;
}

.notification-unread-count {
  background-color: #2196f3;
  color: white;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.notification-dropdown-actions {
  display: flex;
  gap: 4px;
}

.notification-dropdown-list {
  max-height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
}

.notification-dropdown-list::-webkit-scrollbar {
  width: 6px;
}

.notification-dropdown-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.notification-dropdown-list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

.notification-dropdown-list::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.notification-dropdown-empty {
  padding: 32px;
  text-align: center;
}

.notification-dropdown-loading {
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.notification-dropdown-error {
  padding: 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.notification-dropdown-footer {
  padding: 8px;
  background-color: #f5f5f5 !important;
  border-top: 1px solid #e0e0e0;
}

.notification-view-all-button {
  color: #2196f3 !important;
  background-color: transparent !important;
  font-weight: 500;
  text-transform: none;
  padding: 8px 16px;
}

.notification-view-all-button:hover {
  background-color: rgba(33, 150, 243, 0.08) !important;
}

/* Notification Item Styles */
.notification-item {
  position: relative;
  padding: 12px 16px !important;
  cursor: pointer;
  transition: all 0.2s ease;
  border-bottom: 1px solid #f0f0f0;
}

.notification-item.unread {
  background-color: rgba(33, 150, 243, 0.04);
}

.notification-item:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.notification-item.priority-critical {
  border-left-color: #f44336 !important;
}

.notification-item.priority-high {
  border-left-color: #ff9800 !important;
}

.notification-item.priority-medium {
  border-left-color: #2196f3 !important;
}

.notification-item.priority-low {
  border-left-color: #9e9e9e !important;
}

.notification-item-icon {
  min-width: 40px !important;
  position: relative;
}

.notification-unread-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  background-color: #2196f3;
  border-radius: 50%;
  animation: pulse 2s infinite;
}

.notification-title-unread-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #2196f3;
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
  animation: pulse 2s infinite;
}

.notification-item-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.notification-item-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notification-priority-chip {
  height: 20px !important;
  font-size: 0.7rem !important;
}

.notification-item-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notification-item-message {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
}

.notification-item-time {
  font-size: 0.75rem;
  opacity: 0.7;
}

.notification-item-actions {
  display: flex;
  gap: 4px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.notification-item:hover .notification-item-actions {
  opacity: 1;
}

.notification-action-button {
  padding: 4px !important;
}

/* Notification Toast Styles */
.notification-toast {
  z-index: 1400;
}

.notification-toast-alert {
  border-radius: 8px;
}

.notification-toast-alert .MuiAlert-message {
  padding: 0;
}

.notification-toast-alert .MuiAlertTitle-root {
  margin-bottom: 4px;
}

/* Notification Page Styles */
.notifications-page {
  padding: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.notifications-page-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.notifications-page-title {
  display: flex;
  align-items: center;
  gap: 16px;
}

.notifications-page-filters {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.notifications-page-content {
  background: white;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}

.notifications-page-empty {
  padding: 64px;
  text-align: center;
}

.notifications-page-loading {
  padding: 64px;
  display: flex;
  justify-content: center;
}

.notifications-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notification-group {
  margin-bottom: 24px;
}

.notification-group-header {
  padding: 8px 16px;
  background-color: #0B3963 !important; /* Exact sidebar color */
  font-weight: 600;
  font-size: 0.875rem;
  color: white !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
  margin-bottom: 8px;
}

/* Responsive Styles */

@media (max-width: 768px) {

  .notification-dropdown-list {
    max-height: 60vh;
  }

  .notification-item-message {
    -webkit-line-clamp: 1;
  }

  .notifications-page {
    padding: 16px;
  }

  .notifications-page-header {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }

  .notifications-page-filters {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
    .notification-dropdown-container {
        width: 300px;
        right: -65px;
    }
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
  .notification-dropdown-container {
    background-color: #424242;
  }

  .notification-dropdown-header,
  .notification-dropdown-footer {
    background-color: #333;
    border-color: #555;
  }

  .notification-item {
    border-bottom-color: #555;
  }

  .notification-item:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }

  .notification-item.unread {
    background-color: rgba(33, 150, 243, 0.1);
  }

  .notifications-page-content {
    background-color: #424242;
  }

  .notification-group-header {
    background-color: #333;
    color: #bbb;
  }
}
.filledToggle .form-check-input {
  width: 45px;
  height: 20px;
  border: none;
  background-color: #28a745; /* Default color */
  box-shadow: none;
  outline: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
}

.filledToggle .form-check-input:checked {
  background-color: #28a745; /* Green when checked */
}

input#deal-toggle {
  width: 43px;
}
.filledToggle .form-check-input::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: transform 0.2s ease;
}

.filledToggle .form-check-input:checked::before {
  transform: translateX(24px);
}

.toggle-label {
  color: #222;
  display: block;
  margin: 0;
  white-space: nowrap;
  font-size: 1rem;
  transition: color 0.3sease;
}

.active-label {
  color: #000;
}

.nav-link.active {
    background-color: #0b3963;
    color: #fff !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: #1063ab !important;
    border-color: var(--bs-nav-tabs-link-active-border-color);
}

.dolller {
    padding-right: .5rem !important;
    padding-left: 1.3rem !important;
}
/* ✅ Force bullets to appear in Terms page */
.terms-list,
.terms-list li {
  list-style: disc !important;
}

.terms-list {
  padding-left: 20px;
}


.privacy-list,
.privacy-list li {
  list-style: disc !important;
}

.privacy-list {
  padding-left: 20px;
}
.css-qwcinf-control {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 49px !important;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    background-color: hsl(0, 0%, 100%);
    border-color: hsl(0, 0%, 80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    /* font-size: 0.9rem; */
}

.css-1vw3tz-control {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 49px !important;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    background-color: hsl(0, 0%, 100%);
    border-color: hsl(0, 0%, 80%);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    border: 1px solid #ced4da;
    /* font-size: 0.9rem; */
}
.css-1wt746v-control {

    font-family: "Manrope", sans-serif !important;
    font-weight: 600 !important;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* cursor: default; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    min-height: 49px;
    outline: 0 !important;
    position: relative;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    background-color: white;
    border-color: #dee2e6;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 16px !important;
}
.pricing-wrapper {
  background: #ffffff;
}

/* ---------- Pricing Row ---------- */


.pricing-row {
  display: flex;
  flex-wrap: nowrap;
}

.pricing-row .pricing-col {
  flex: 1;
  min-width: 0;
}

/* Hover effect */
.pricing-hover:hover {
  border: 1px solid #0b3963;
  box-shadow: 0 4px 12px rgba(19, 95, 170, 0.2);
  transition: 0.3s ease;
}

/* Pricing card */
.pricing-card {
  background: #fafafa;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  min-width: 240px;
}

/* Left Section */
.sub-heading {
  font-size: 18px;
  color: #135faa;
  font-weight: 600;
}

.heading {
  font-size: 36px;
  font-weight: 800;
  margin-top: 10px;
}

.desc {
  color: #555;
  margin-top: 15px;
  line-height: 1.6;
  max-width: 350px;
}

/* Segmented Control */
.segmented-control {
  display: inline-flex;
  background: #f1f3f4;
  padding: 2px;
  border-radius: 40px;
  border: 1px solid #dcdfe3;
  gap: 4px;
}

.seg-btn {
  padding: 10px 30px;
  border-radius: 40px;
  border: none;
  background: transparent;
  font-weight: 600;
  color: #1f2b3e;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
}

.seg-btn.active {
  background: #135faa;
  color: white;
}

/* default icon color */
.seg-btn .bi {
  color: #0d6efd; /* bootstrap primary */
}

/* when active */
.seg-btn.active .bi {
  color: #ffffff !important;
}
/* Card Text */
.title {
  font-size: 20px;
  font-weight: 700;
}

.price {
  color: #135faa;
  font-size: 32px;
  font-weight: 700;
  margin-top: 12px;
}

.price span {
  font-size: 15px;
  font-weight: 500;
}

.billing {
  color: #000;
}

.trial-btn {
  background: #135faa;
  color: white;
  width: 100%;
  border-radius: 8px;
  padding: 12px !important;
  margin-top: 18px;
  border: none;
  font-size: 16px;
}

.white-btn {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000 !important;
  width: 100%;
  border-radius: 8px;
  padding: 12px !important;
  margin-top: 18px;
}

.white-btn:hover {
  background-color: #0b3963 !important;
  color: #fff !important;
}

.features {
  list-style-type: disc;
  margin-top: 20px;
  padding-left: 18px;
}

.features li {
  margin-bottom: 12px;
  line-height: 1.5;
  color: #444;
  font-size: 15px;
}

.enterprise-text {
  font-size: 35px;
  font-weight: 800;
  color: #135faa;
  line-height: 1.2;
  margin-bottom: 55px;
}

.sticky-pricing-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* Add this new class for better sticky behavior */
.sticky-container {
  position: relative;
}

.compare-wrapper {
  background: #e8eff7;
  padding: 60px 0;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

/* Feature Table */
.compare-wrapper {
  background: #e8eff7;
  padding: 60px 0;
  margin-top: 60px;
}

.compare-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #0b3963;
}

.feature-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.feature-table th,
.feature-table td {
  width: 20%;
  padding: 20px 24px;
}

.bold-cell1 {
  background-color: #e8eff7 !important;
}

.feature-table td:first-child,
.feature-table th:first-child {
  background: #e8eff7;
  color: #1a1a1a;
  font-weight: 500;
}

.feature-table td:not(:first-child),
.feature-table th:not(:first-child) {
  background: #edf3f9 !important;
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.feature-table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.feature-table th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 1300px) {
  .pricing-row {
    flex-wrap: wrap;
  }

  .pricing-row .pricing-col {
    flex: 1 1 50%;
    min-width: 280px;
  }
}

@media (max-width: 576px) {
  .pricing-row .pricing-col {
    flex: 1 1 100%;
    min-width: 100%;
  }
}

.feature-table-wrapper {
  width: 100%;
  overflow-x: auto;
}

.feature-table {
  min-width: 700px;
}

@media (max-width: 768px) {
  .pricing-card {
    min-height: auto;
    padding: 24px;
  }
}

.sticky-pricing-header.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #fff;
  padding: 15px 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


.sticky-cards-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  white-space: nowrap;
  overflow-x: auto;
}


.sticky-main-title {
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}


.sticky-cards-row {
  display: flex;
  align-items: stretch;
  gap: 20px;
}


.sticky-card {
  background: #fafafa;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 22px 26px;
  width: 200px;
  flex-shrink: 0;
  text-align: center;
}


.sticky-card-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.filter-toggle {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ccc;
    transition: all 0.2s ease;
    font-weight: 500;
}

.filter-toggle:hover {
    background-color: #e7f1fb;
    border-color: #1362ab;
    color: #1362ab;
}

.filter-toggle.active {
    background-color: #1362ab;
    color: #fff;
    border-color: #1362ab;
    box-shadow: 0 0 6px rgba(19, 98, 171, 0.4);
}

.no-border-modal .modal-content {
    border: none !important;
    box-shadow: none !important;
}

.no-border-modal .modal-header,
.no-border-modal .modal-footer {
    border: none !important;
}

/* .sticky-header {
    position: sticky;
    top: 75px;
    z-index: 1020;
    /* above content */
/* } */
.sticky-bottom-bar {
    position: sticky;
    bottom: 0px;
    /* ⬆ lifts it 10px above bottom */
    z-index: 1020;
    /* on top of content */
    background-color: #fff;
}

.dropdown-menu.show {
    max-height: 198px !important;
}
.scroll-corner-btn {
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    z-index: 9999;

    width: 55px;
    height: 55px;

    /* Center icon */
    display: flex;
    align-items: center;
    justify-content: center;

    /* For tooltip positioning */
    /* position: relative; */
}

/* Tooltip styling */
/* Tooltip styling - left side */
.scroll-corner-btn::after {
    content: attr(data-tooltip);
    position: absolute;
    right: 110%;
    /* push tooltip to left side */
    top: 50%;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    transition: opacity 0.2s ease;
}

.scroll-corner-btn:hover::after {
    opacity: 1;
    visibility: visible;
}

.scroll-corner-btn:hover {
    background: #0056b3;
    transform: scale(1.1);
}

@media screen and (max-width: 767px) {
    .scroll-corner-btn {
        display: none;
    }
}
