:root {
  --blue-color: #0f2f82;
  --secondary-color-100: #e3ebf5;
  --white: #ffffff;
  --black: #000000;
  --text-color: #777777;
  --gray: #3298c4 !important;
  --gray-color-100: #f3f3f5;
  --gray-color-400: black;
  --blue: #0f2f82;
  --green-color-100: #e8fded;
  --lightblue1: rgb(191 235 244);
  --navbar-scrolled-bg-color: #ffffff;
  --navbar-font-color: #0f2f82;
  --button-bg-color: #007bff;
  --navbar-font-color: #0f2f82;
  --section-bg-color: linear-gradient(100deg,
      #0fe6d7 -20.08%,
      #3241c964 45.08%,
      #0e1eff) !important;
  --section-heading-color: linear-gradient(100deg,
      #00d0ff -20.08%,
      #ff00e6) !important;
  --section-heading: linear-gradient(45deg, #007bff, #6610f2);
  --btn-bg-color: linear-gradient(100deg,
      #0e5f588b -6.08%,
      #7612fa92 25.08%,
      #fa12e3);
  --section-bg-color: radial-gradient(circle at top,
      #ffffff,
      #40ddff 40%,
      #7d5fa3 70%,
      #fa12e3);
}

body {
  padding: 0px !important;
}

.in_progress_table table thead tr {
  background: #e3ebf5 !important;
}

thead tr {
  background: #e3ebf5 !important;
}

thead tr th {
  background: #e3ebf5 !important;
  color: #000000 !important;
}

.bg_blue {
  background: #e3ebf5 !important;
}

table thead tr {
  background: #e3ebf5 !important;
}

.modal {
  background-color: rgba(72, 70, 70, 0.4);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(5px);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 1rem;
}


.docusafe_logo {
  height: 55px !important;
  width: 190px !important;
}


.table {
  margin-bottom: 0;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin-bottom: 0 !important;
}

body {
  line-height: 1;
  background: #fff;
  color: var(--text-color);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

.icon {
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.heading_top {
  margin-top: 4vh !important;
}

.modal-footer>* {
  margin: 0.25rem;
}

/* ----- Guest Portal Navbar Start ----- */

.collapse ul li a {
  font-weight: 600;
}

.dropdown-toggle {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline-end: 10px;
}

.dropdown-toggle:hover {
  color: white;
  transition: 0.8s all;
}

.dropdown-toggle::after {
  right: 120px;
  position: absolute;
  color: var(--black);
  font-size: 20px !important;
  top: 30px;
}

/* .navbar-toggler-icon {
  height: auto !important;
  color: var(--blue-color);
  background-image: unset !important;
  width: auto !important;
} */

.navbar-toggler:focus {
  box-shadow: none;
}

/* .mobile-menu-open {
  background-color: var(--white);
  color: var(--navbar-font-color) !important;
} */

/* .signup_button {
  background: linear-gradient(100deg,
      #40ddff -6.08%,
      #7612fa 25.08%,
      #fa12e3) !important;
  border: 0px;
  padding-inline: 10px;
  padding-block: 5px;
  color: white;
  border-radius: 10px;
  font-weight: 800 !important;
  font-size: 14px;
  will-change: box-shadow;
  margin-block: 3% !important;
} */

/* .signup_button:hover {
  color: white !important;
  background: linear-gradient(100deg,
      #3ddcff -50.08%,
      #7f1dff 80.08%,
      #ff29ea) !important;
} */

/* .signup_button::after {
  background: linear-gradient(90deg,
      transparent,
      transparent 30%,
      #fff 50%,
      transparent 70%,
      transparent);
  opacity: 0;
  pointer-events: none;
  transform: skew(-20deg, 0) translateX(-50%);
  mix-blend-mode: overlay;
}

.signup_button::before {
  background: radial-gradient(circle at 50% 150%,
      #fff 20%,
      hsla(0, 0%, 100%, 0) 80%);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  transform: translateX(var(--hover-shine-x, 0));
  transition: opacity 0.6s ease-in, transform 0.1s linear;
} */

/* ----- Guest Poratal Navbar end ----- */
/* 
.home_banner h1 {
  margin-top: 18vh !important;
  font-size: 2.5rem;
  color: #090c1d !important;
  letter-spacing: -0.75px;
  font-weight: 900;
  line-height: 1.1428571429;
}

.home_banner h3 {
  margin-top: 3vh !important;
  margin: auto;
  letter-spacing: -0.25px;
  line-height: 1.2;
  color: #24223e;
  font-weight: 700;
}

.home_banner button {
  background: linear-gradient(100deg,
      #40ddff -6.08%,
      #7612fa 25.08%,
      #fa12e3) !important;
  border: 0px;
  padding-inline: 10px;
  padding-block: 5px;
  border-radius: 10px;
  border: unset;
  will-change: box-shadow;
}

.home_banner button .sign-up {
  font-weight: 700 !important;
  font-size: 18px !important;
  color: white;
}

.home_banner button::before {
  background: radial-gradient(circle at 50% 150%,
      #fff 20%,
      hsla(0, 0%, 100%, 0) 80%);
  opacity: 0;
  pointer-events: none;
  mix-blend-mode: overlay;
  transform: translateX(var(--hover-shine-x, 0));
  transition: opacity 0.6s ease-in, transform 0.1s linear;
}

.home_banner button::after {
  background: linear-gradient(90deg,
      transparent,
      transparent 30%,
      #fff 50%,
      transparent 70%,
      transparent);
  opacity: 0;
  pointer-events: none;
  transform: skew(-20deg, 0) translateX(-50%);
  mix-blend-mode: overlay;
}

.home_banner button:hover,
.home_banner button:focus {
  border: 0px;
  outline: 0px;
  background-color: linear-gradient(100deg,
      #539cad -6.08%,
      #481984 25.08%,
      #7e1a74) !important;
} */

.section-bg-color {
  background: var(--section-bg-color);
}

/* .section-content {
  display: flex;
  justify-content: center;
  margin-block: 5vh;
} */

/* .homepage_image img {
  width: 100%;
  margin: 10vh auto !important;
  block-size: auto;
  border: 5px solid #d4cdcd !important;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.homepage_image {
  position: relative;
  inline-size: 100%;
  block-size: 100%;
  max-inline-size: 100dvw;
  isolation: isolate;
} */

.btn-group {
  gap: 10px;
}

/* --- Home page Why Choose Section --- */

/* .section-subheading {
  font-weight: 600 !important;
  font-size: 28px !important;
  margin-block: 2vh !important;
  color: #212529 !important;
} */

/* .icon-wrapper {
  background-color: #e9ecef;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
} */

/* .use-case-card .card-title {
  background: linear-gradient(45deg, #007bff, #6610f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 75% !important;
} */
/* 
.use-cases .card {
  display: block;
  position: relative;
  border-radius: 8px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  background: linear-gradient(277deg, #de59f2, rgb(56, 172, 255));
  border: 2px solid white;

  &:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 30px;
    right: 20px;
    background: #b1cbdaac;
    height: 60px;
    width: 60px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.9s ease-out;
  }

  &:hover:before {
    transform: scale(21);
  }

  .use-cases .card:hover {
    p {
      transition: all 1s ease-out;
      color: rgba(255, 255, 255, 0.8);
    }

    h3 {
      transition: all 0.9s ease-out;
      color: #ffffff;
    }
  }
} */

/* .content_section .row {
  row-gap: 3% !important;
} */

/* .whychose {
  background: linear-gradient(160deg, #31e3ec 1.65%, #e344ff 118.4%);
  border-radius: 14px;
  width: 30% !important;
} */

/* 
.content_section {
  width: 30% !important;
  margin-block: 2%;
} */

/* .whychose ul li {
  margin-bottom: 2%;
  color: white;
} */

/* h3 .content-heading {
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  color: white !important;
} */

/* .content-subheading {
  font-size: 1rem !important;

  margin-block: 3vh !important;
} */

/* General Section Styling */
/* product feature */

/* .key_features {
  background-color: #d7d5d57f;
  border-radius: 12px;
  padding: 30px 27px;
  height: 100%;
}

.key_features b {
  line-height: normal;
}

.key_features p {
  margin-block: 3%;
} */

/* .product_feature {
  background: linear-gradient(200deg, #ffb850e8 1.65%, #d01e76 118.4%);
  border-radius: 14px;
  width: 30% !important;
} */

/* .content_section b {
  align-items: end;
}

.content_section li::before {
  height: 3px;
  color: white;
} */

/* security */
/* .security_section {
  background: linear-gradient(180deg, #ca40dccc 1.65%, #d01e1e 118.4%);
  border-radius: 14px;
  width: 30% !important;
} */

/* Home Page FAQ Section */
.accordion-header {
  border: 2px solid #ddd;
  border-radius: 8px;
}

.accordion-button {
  font-weight: bold;
  color: #0056b3 !important;
  background: transparent;
  border-radius: 0px !important;
  border: 0px !important;
  outline: none !important;
  box-shadow: none !important;
  transition: background-color 0.3s ease;
}

.accordion-button:hover,
.accordion-button:focus {
  background-color: #e9ecef;
  border: 0px !important;
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #000;
  border: 0px !important;
  box-shadow: none;
}

.accordion-body {
  background-color: #f8f9fa;
}

/* .rotate-up {
  transform: rotate(180deg);
  color: #0056b3;
  font-weight: bold;
} */

/* .rotate-down {
  transform: rotate(0deg);
} */

.accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  overflow: hidden;
}

/* ------ Pricin Page ----- */
.plan_content {
  font-size: 18px;
}

/* .pricing-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px !important;
} */

/* .pricing-card:hover {
  transform: scale3d(10);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.1);
  background: var(--gray-color-400);
} */

/* .buy-now-btn {
  background-color: #007bff;
  color: #fff;
  padding: 3px 0px;
  width: 100%;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 8px !important;
  border: none;
}

.buy-now-btn:hover {
  background-color: #0056b3;
  color: #fff;
} */

.user_sidebar-manage {
  background-color: #fcfcfc;
  height: 100%;
  padding: 25px;
  border-right: 1px solid var(--secondary-color-100);
  margin-left: -4px;
}


/* Footer */
footer {
  background: var(--section-bg-color) !important;
}

/* .footer-heading {
  font-size: 30px;
  color: white !important;
  font-weight: 800;
} */

/* .footer-content {
  font-size: 16px;
  margin-block: 2vh;
} */

/* .footer-link {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  font-weight: 600;
}

.footer-link:hover {
  transform: translateX(8px);
  color: #00bcd4;
} */

/* .footer-content {
  font-weight: 600;
} */

/* Add a subtle effect for the icon as well */
/* .footer-link .icon {
  transition: transform 0.3s ease-in-out;
}

.footer-link:hover .icon {
  transform: translateX(3px);
} */

/* Features Hover */
/* .features_hover {
  transition: all 0.5s ease;
  border: 2px solid white;
}

.features_hover:hover {
  background: linear-gradient(to right, #6a11cb, #2575fc);
  color: #fff;
  box-shadow: 2px 10px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px);
} */

/* .subscribe {
  color: white;
  border: 2px solid white;
  border: 10px;
  margin-block: 2vh;
}

.subscribe_popup {
  background: var(--section-bg-color) !important;
  color: white !important;
  padding-inline: 3%;
  border: 2px solid white !important;
} */
/* 
.riview {
  min-height: 250px;
} */

/* .use_cases:hover {
  transform: translateY(-20px);
} */

/* .arrow-down {
  display: none;
} */

/* .contact {
  border: 1px solid #d3cdcd;
  border-radius: 8px;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  margin-block: 3vh !important;
  width: 100%;
  margin-bottom: 22px;
} */

/* .title {
  line-height: 1;
  background-color: #ffffff;
  position: absolute;
  left: 35px;
  top: -11px;
  padding: 0 20px;
  margin: 0;
} */
/* 
.content {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 0.5vh;
  align-items: center;
}

.contact h3 {
  font-size: 16px;
  font-weight: 500;
}

.contact p {
  margin: 0;
  font-size: 16px;
}

.content .bi {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  width: 54px;
  height: 54px;
  text-decoration: none;
  border-radius: 100%;
  background: white;
  text-align: center;
  border: 2px solid gray;

  &::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: 0.9s;
  }

  &:focus,
  &:hover {
    &::after {
      width: calc(100% + 2px);
      height: calc(100% + 2px);
      margin-left: calc(-50% - 1px);
    }
  }
} */

/* .contac_details {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 530px;
} */

/* .contact-form-container {
  background: linear-gradient(125deg,
      rgba(99, 171, 69, 0.1) 0%,
      rgba(251, 176, 59, 0.1) 100%);
  padding: 20px;
  border-radius: 8px;
  margin: 50px auto;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
} */

/* .form-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
} */

.form-label {
  font-size: 16px;
  font-weight: 600;
  color: #555;
}

/* .custom-input {
  border-radius: 8px;
  font-size: 16px;
  padding: 10px;
}

.custom-input:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
  outline: none;
} */

.btn_bg {
  background: var(--section-bg-color);
  outline: none;
  border: 0px solid white;
  color: var(--navbar-scrolled-bg-color);
  padding: 8px;
  border-radius: 8px;
  font-weight: 500;
}

/* .contact-form-container button {
  background: var(--section-bg-color);
  outline: none;
  border: none;
  color: var(--navbar-scrolled-bg-color);
  padding: 8px;
  border-radius: 8px;
  font-weight: 500;
} */

/* Use cases page  */
/* .use-icon {
  font-size: 70px !important;
} */

/* .use-cases-heading {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  margin-block: 1.5vh;
  background: linear-gradient(45deg, #007bff, #6610f2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  text-align: center;
} */

/* Envelop count section start */
/* 
.Envelope_count_section {
  padding-bottom: 10px;
  padding-top: 10px;
}

.Envelope_count_section h2 {
  font-size: 22px;
  color: var(--black);
  letter-spacing: 0.22px;
}

.Envelope_count_section h2 span {
  color: var(--blue-color);
}

.Envelope_count_section .upgrade {
  text-decoration: none;
  background: var(--section-bg-color);
  color: white;
  padding: 7px 18px;
  border-radius: 50px;
  font-size: 20px;
  letter-spacing: 0.22px;
} */

.main_wrapper {
  background: var(--section-bg-color) !important;
  padding: 30px;
}

.main-wrapper-admin {
  padding-top: 60px;
}

h2.main_title {
  font-size: 18px !important;
  color: var(--white);
  font-weight: bold;
  border-bottom: none !important;
  margin-left: 0;
  background: white;
  color: black;
  border-radius: 8px;
  padding: 10px 18px !important;
}

h2.sub_main_title {
  font-size: 28px !important;
  color: var(--black) !important;
  font-weight: 700 !important;
  border-bottom: none !important;
  margin-left: 0;
  padding-inline-start: 0;
  /* margin-top: 10vh; */
}

.home_title {
  font-size: 32px;
  font-weight: bold;
  border-bottom: none !important;
  margin-left: 0;
  padding-inline-start: 0;
  margin-top: 10vh;
}

.main_text {
  font-size: 18px;
  padding-block: 1.5vh;
  color: var(--black);
}

/* .add_template_table {
  margin-inline: 3%;
} */

.scratch_template .card {
  height: 100%;
}

.scratch_template .card-content {
  height: 100%;
}

.scratch_template .card .card_content h3 {
  font-size: 30px;
  color: var(--navbar-font-color);
}

.scratch_template .card .start_now p,
.start_now p {
  font-size: 18px;
  padding-block: 18px;
}

.start_now {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.scratch_template .card_content {
  gap: 10%;
  background: #abaeb257;
  border-radius: 8px;
  padding: 15px;
  height: 100%;
}

.scratch_template .small_card {
  padding: 20px;
}

.upgrade {
  width: fit-content !important;
}

.start_now button {
  background-color: var(--blue-color);
  color: var(--white);
  padding: 13px 24px;
  font-size: 20px;
  border: none;
  border-radius: 50px;
  max-width: 185px;
  letter-spacing: 0.29px;
  padding-block: 10px 24px;
}

/* .light_blue_card p {
  color: var(--black) !important;
} */

/* .multiple_circle {
  position: relative;
  display: inline-block;
  height: 72px;
  margin-bottom: 23px;
} */

.template_count_circle,
.grey_circle,
.light_grey_circle {
  width: 72px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #6a11cb;
  border-radius: 0px 100px 100px 100px;
  margin-bottom: 25px;
  font-size: 28px;
  color: var(--white);
}

.light_blue_card .template_count_circle {
  background-color: var(--white);
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  color: var(--black);
}

/* .grey_circle {
  background-color: #818796 !important;
  position: absolute;
  right: -83px;
  top: 0px;
} */

/* .light_grey_circle {
  background-color: #b4bac7 !important;
  position: absolute;
  right: -93px;
  top: 0px;
} */

.template_count_circle i {
  font-size: 40px;
  color: var(--white);
}

/* user dropdowm */
.user_icon {
  width: 30px;
  height: 32px;
  background-color: var(--button-bg-color);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  min-width: 35px;
  border-radius: 50%;
}

.user_icon_list {
  padding: 20px 15px;
}

.Company_name {
  padding: 15px;
  border-bottom: 1px solid #ebebeb;
  font-size: 21px;
}

.user_name {
  font-size: 16px;
  color: var(--black);
  line-height: normal;
}

.user_email {
  font-size: 14px;
  color: var(--text-color);
  line-height: normal;
  word-break: break-word;
  margin-block: 4%;
}

.user_profile {
  font-size: 16px;
  color: var(--navbar-font-color);
  line-height: normal;
}

.sign_out {
  padding: 15px 15px 8px;
  border-top: 1px solid #ebebeb;
  font-size: 16px;
  color: var(--navbar-font-color);
  line-height: normal;
  text-decoration: none;
}

.dropdown-menu p span {
  display: block;
}

.dropdown a.nav-link:focus,
.dropdown a.nav-link:hover {
  color: var(--white) !important;
}

/* user dropdowm end*/
.offcanvas-body {
  padding: 1rem 0;
}

.offcanvas-header {
  padding: 0.5rem 1rem;
}

.offcanvas-body .card a {
  color: var(--text-color);
}

/* .notification.offcanvas-end {
  top: 75px !important;
} */

.offcanvas .offcanvas-header {
  border-bottom: 2px solid #ebebeb;
  color: var(--black) !important;
  font-size: 18px;
}

.border_bottom {
  border-bottom: 10px solid #ebebeb;
}

.offcanvas .card-title {
  font-size: 16px;
  line-height: normal;
  line-height: normal;
  margin-bottom: 0px;
}

.notification .Sender_name {
  font-size: 14px;
  line-height: normal;
  padding-bottom: 1rem;
}

.notification .card-text {
  font-size: 14px;
  line-height: normal;
  height: 103px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.notification .messages_timing {
  font-size: 14px;
  line-height: normal;
  padding-top: 1rem;
}

.notification .close_btn {
  font-size: 20px;
  margin-top: 5px;
}

.close_btn i {
  color: rgb(0, 0, 0);
  font-size: 22px;
}

.notification .btn.close_btn:focus {
  box-shadow: unset;
}

#notification_box .Sender_name {
  border-bottom: 1px solid #ebebeb;
  padding: 0 1rem 1rem;
}

#notification_box .messages_timing {
  border-top: 1px solid #ebebeb;
}

.notification .progress {
  margin: 0.5rem 0;
  border-radius: 8px;
  height: 0.7rem;
}

.notification .progress-bar {
  background-color: var(--blue);
}

.progress_bar .progress_count,
.progress_uploaded_count {
  font-size: 14px;
  line-height: normal;
}

.progress_bar .progress_count {
  color: var(--blue);
}

.progress_bar {
  text-align: center;
  padding: 1rem;
}

#notification_box .messages_timing {
  padding: 1rem;
}

#notification_box .card-title {
  padding: 1rem 1rem 0;
}

#notification_box .card-body {
  padding: 0px;
}

/* manage */
.main_wrapper .manage {
  margin-top: 10vh;
}

/* offcanvas end */
/* -----------------------------------DETAIL PAge------------------------------- */
.detail_page footer {
  display: none;
}

.detail_page.main_wrapper {
  position: relative;
}

.detail_page .notification.offcanvas-end {
  top: 74px !important;
}

.detail_page .navbar-collapse .dropdown .dropdown-menu {
  top: 141% !important;
}

/* step wizard */
.step_wizard {
  background-color: var(--white);
  padding: 10px;
  border-top: 2px solid #ebebeb;
  border-radius: 8px;
  margin: 0 auto;
}

.floating_btn .btn {
  font-size: 20px;
}

.more_setting {
  letter-spacing: 1px;
  color: var(--white);
  background-color: var(--gray);
  text-transform: uppercase;
}

.step_wizard_content h2.main_title {
  font-size: 20px;
}

.steps_list {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.steps_list li {
  padding-left: 50px;
  line-height: 50px;
  font-size: 18px;
  position: relative;
  font-weight: 600;
}

.steps_list li:nth-child(2n + 1):after {
  content: "";
  background-color: #d9dcd8;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  position: absolute;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--black);
  bottom: 0px;
  margin: auto;
  font-size: 18px;
}

.steps_list li:nth-child(2n + 1):after {
  content: "1";
}

.steps_list li:nth-child(2n + 3):after {
  content: "2" !important;
}

.steps_list li:nth-child(2n + 5):after {
  content: "3" !important;
}

.steps_list li:nth-child(2n + 7):after {
  content: "4" !important;
}

.steps_list li:nth-child(2n + 9):after {
  content: "5" !important;
}

.steps_list li.active:nth-child(2n + 1):after,
.steps_list li.completed:nth-child(2n + 1):after {
  content: "1";
  background-color: var(--blue);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0px;
  top: 0px;
  color: var(--white);
}

.dashed_border {
  border-bottom: 1px solid blue;
  width: 100px;
  height: 1px;
  margin-top: 2px;
}

.step_img {
  width: fit-content !important;
  height: auto !important;
  margin-inline: auto;
  max-width: 15%;
}

/* .step_wizard_content .container {
    padding: 20px 120px 20px;
} */

.step_wizard_content .card {
  border-radius: 8px;
  border: none;
  padding: 15px 20px;
}

/* .tab-pane {
  padding-block: 20px;
} */

.step_wizard_content label,
.accordion-button,
.invite_card label,
.tab-pane label {
  font-size: 18px;
  color: var(--black) !important;
}

.sleeve_info .nav-tabs .nav-link.active,
.sleeve_info .nav-tabs .nav-link:hover {
  background-color: blue;
  color: white;
}

.tab-pane ul li {
  color: black;
}

.tab-pane .nav-link:hover {
  border-bottom: none;
}

.tab-content .nav-tabs .nav-link {
  border: none;
}

.tab-content .nav-tabs .nav-link.active {
  background-color: blue;
  color: white;
}

.tab-content .nav-tabs .nav-link:hover {
  background-color: blue;
  color: white;
}

.tab-pane .nav-tabs .nav-link {
  border: none;
  border-radius: 8px;
  padding: 8px 15px !important;
  font-weight: 600;
}

/* .main_wrapper .nav-tabs {
  margin-top: 10px;
} */

#nav-theme,
#nav-Security,
#nav-Change-Password {
  padding-bottom: 90px !important;
}

.step_wizard_content input:not(.form-check-input),
.sw_input_form,
.form-select {
  border-radius: 8px !important;
  height: 20px;
  padding: 0.35rem 28px;
}

.step_wizard_content textarea {
  border-radius: 4px;
  padding: 10px 28px;
}

.step_wizard_content label i {
  color: var(--text-color);
}

.step_wizard_content .main_title {
  padding: 0px 0px 10px 20px;
}

.step_wizard_button {
  background-color: var(--white);
  padding: 15px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  margin-bottom: 20px;
}

.step_wizard_button.bottom_zero {
  bottom: 0px;
}

.step_wizard_button .btn_outline {
  color: var(--button-bg-color);
  background-color: #fff;
  border-color: var(--button-bg-color);
  border-radius: 50px;
  border: 2px solid;
  font-size: 18px;
  padding: 6px 13px 2px 13px !important;
}

.step_wizard_button .btn-primary,
.tab_footer_button .btn-primary {
  color: var(--white);
  border: 2px solid;
  background-color: var(--secondary-color) !important;
  border-color: var(--button-bg-color) !important;
  border-radius: 50px !important;
  letter-spacing: 0.18px !important;
  font-size: 18px;
}

.offcanvas_top .notification.offcanvas-end,
.offcanvas_top .notification.offcanvas-end.offcanvas {
  top: 0px !important;
}

i.fa-question-circle {
  cursor: pointer;
}

/* Recipients */
.offcanvas {
  /* position: fixed; */
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 70%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}

.makeFillableForm {
  max-width: 100% !important;
}

.Recipients button {
  border: 2px solid black;
  border-radius: 8px;
  color: black;
  font-weight: 600;
  margin-bottom: 3%;
  padding-block: 10px;
}

.Recipients button {
  border: 2px solid white;
}

.Add-Recipients {
  max-width: 50% !important;
  width: 100% !important;
}

.AddDocument {
  max-width: 650px;
  width: 100% !important;
}

.MakeForm {
  max-width: 75%;
  width: 100% !important;
}

.MakeForm .left_canvas {
  padding: 10px 0px 0px 10px;
}

.MakeForm .offcanvas-body .accordion .card {
  border-radius: 8px !important;
  padding: 5px 15px !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px,
    rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.send_reminder {
  border: 1px solid #ced4da;
  border-radius: 20px;
  height: 45px;
}

.send_reminder a {
  display: block;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  color: var(--text-color);
  padding: 0 12px;
}

.send_reminder .dropdown-menu {
  right: 0px !important;
}

.user_login {
  width: 33px;
  height: 33px;
  background-color: #0056b3;
}

.recipients_page .card .dropdown-toggle::after,
.setting_tab .dropdown-toggle::after {
  right: 14px;
  position: absolute;
  color: var(--black);
  top: 24px;
}

.search_input {
  display: flex;
}

.search_input span {
  right: 15px;
  top: 10px;
}

.recipients_data {
  font-size: 16px;
  color: var(--black);
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: var(--secondary-color-100);
  min-height: 46px;
  border-radius: 8px;
  padding: 0.375rem 28px;
}

.recipients_data .edit {
  cursor: pointer;
}

.recipients_data .close_btn {
  position: absolute;
  right: -6px;
  top: -16px;
  cursor: pointer;
}

.add_recipients_btn {
  background-color: black !important;
  color: white !important;
  max-width: 225px;
  min-width: 190px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid black !important;
}

.add_recipients_btn:hover {
  background-color: white !important;
  color: black !important;
  border: 2px solid black !important;
  border-radius: 8px !important;
  transition: ease-in-out 0.4s;
}

.load_template_btn {
  color: var(--black) !important;
  background-color: var(--white) !important;
  min-width: 212px;
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.add_recipients_btn:focus,
.modal_btn_outline:focus,
.modal_btn:focus,
.grey_btn_outline:focus,
.more_setting:focus {
  box-shadow: unset !important;
}

.add_recipients_btn span {
  color: var(--black);
  background-color: var(--white);
  font-size: 17px;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* 
.add_recipients_btn span:hover {
    color: var(--white) !important;
    background-color: var(--black) !important;
    font-size: 17px;
    border-radius: 100px;
    height: 25px;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
} */

.modal .btn-close {
  background: unset;
  font-size: 22px;
  opacity: 1;
  box-shadow: unset;
}

.modal-title {
  font-size: 26px;
  color: var(--black);
}

.Add-Recipients .form-switch .form-check-input {
  width: 4em;
  background-size: 30px;
  height: 2em;
  border-radius: 100px !important;
}

.modal_btn_outline {
  background: transparent;
  border-radius: 100px;
  border: 2px solid black !important;
}

.grey_btn_outline {
  border: 2px solid var(--black) !important;
  background: transparent;
  padding: 0.35rem 15px;
}

.grey_btn_outline:hover,
.modal_btn_outline:hover {
  background-color: black !important;
  color: white !important;
}

.modal_btn,
.modal_btn:hover {
  border-radius: 100px;
  border: 2px solid black !important;
}

.modal_btn_save {
  border: 2px solid black !important;
}

.modal_btn_save:hover {
  background-color: black !important;
  color: white !important;
}

.modal_btn_preview {
  border-radius: 8px !important;
  background-color: black !important;
  color: white !important;
}

.modal_btn_preview:hover {
  border-radius: 8px !important;
  background-color: white !important;
  color: black !important;
}

.country_code {
  position: relative;
}

.country_code select {
  padding: 5px !important;
  min-width: 65px;
  height: unset !important;
}

.country_code select:focus {
  box-shadow: unset;
}

.country_code span img {
  width: 24px;
}

.country_code span {
  cursor: pointer;
  position: absolute;
  left: 10px;
  top: -5px;
  width: 120px;
  bottom: 0px;
  right: unset;
  height: 45px;
  border-right: 1px solid #ced4da;
}

.country_code input {
  padding-left: 135px !important;
  padding-right: 10px !important;
}

.offcanvas-body .bi-trash {
  background-color: var(--gray-color-400);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 100px;
}

.tab-pane .user_name {
  font-size: 26px;
}

.tab-pane .user_icon_list {
  padding: 40px 15px;
}

.user_detail {
  font-size: 16px;

  display: block;
}

.client_portal_title {
  min-width: 100px;
  width: 100%;
  color: var(--black);
  font-size: 18px;
  display: inline-block;
}

.client_portal_text {
  color: var(--black);
  font-size: 18px;

  min-width: 250px;
}

.tab-pane .accordion-button {
  background-color: var(--white);
}

.chat_message_left {
  border-bottom-right-radius: 0px !important;
  margin-left: auto;
}

.chat_message_right {
  border-bottom-left-radius: 0px !important;
  margin-right: auto;
}

.tab-pane .accordion-body .card.chat_message {
  border-radius: 6px !important;
  background-color: var(--secondary-color-100);
  padding: 10px 10px;
  max-width: 95%;
  width: 100%;
  margin-bottom: 10px !important;
  border-color: #d2e1f7;
}

.tab-pane .accordion-body .card.chat_message.green_bg {
  background: #cbf3d7;
  margin-bottom: 10px !important;
  align-items: end;
}

.chat_message h6 {
  color: purple;
  font-size: 14px;
  margin-bottom: 5px !important;
}


.chat_message p {
  color: var(--black);
  font-size: 18px;
  line-height: normal;
  margin-bottom: 5px !important;
}

.messages_timing {
  font-size: 12px;
  color: gray;
  margin-top: 4px;
}

.black_bg {
  color: var(--white);
  height: 32px;
  width: 32px;
  border-radius: 100px;
  background: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.chat_box input {
  border-radius: 25px;
  background: var(--gray-color-400);
  border-color: var(--gray-color-400);
}

.chat_box i {
  cursor: pointer;
}

.icon_bg {
  background-color: var(--black);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  margin-bottom: 10px;
}

.icon_bg i {
  font-size: 30px;
  color: var(--white);
}

.Faq_tab .accordion-item,
.form_card .accordion-item,
.MakeForm .accordion-item {
  margin-top: 10px;
}

.Faq_tab .accordion-item .accordion-button {
  box-shadow: unset;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  font-size: 16px;
}

.form_card .accordion-item,
.MakeForm .accordion-item {
  box-shadow: unset;
  border: 0px;
  font-size: 16px;
}

.Faq_tab .accordion-body,
.MakeForm .accordion-body {
  padding: 0rem 1.25rem 1rem;
}

.chat_box {
  font-size: 13px;
  line-height: 1.3rem;
}

.total_data {
  font-size: 18px;
  color: var(--black);
  margin-right: 15px;
}

.due_days {
  font-size: 14px;
  color: var(--black);
  background-color: var(--secondary-color-100);
  padding: 5px 10px;
  border-radius: 0.5rem;
}

.form_card.step_wizard_content label,
.form_card .accordion-button,
.MakeForm .accordion-button {
  font-size: 16px;
  color: var(--black) !important;
}

.form_card .accordion-button:not(.collapsed),
.MakeForm .accordion-button:not(.collapsed) {
  box-shadow: unset;
}

.add_document.bg_head_theme .text_blue,
.text_blue {
  color: #006aee !important;
}

.background_document {
  background-color: #e6e6e6 !important;
}

.bg_light_ping {
  background-color: #ffe4e0;
  padding: 5px 10px;
  font-size: 14px;
  color: var(--black);
  position: absolute;
  right: 60px;
  line-height: normal;
  border-radius: 0.5rem;
  bottom: 10px;
  z-index: 111;
}

.bg_light_blue {
  background-color: #e3ebf5;
  padding: 5px 3px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 0.5rem;
  position: absolute;
  right: 130px;
  z-index: 111;
  text-align: center;
}

.cliktoupload {
  background-color: #a0a6a6c0;
  padding: 5px 3px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 0.5rem;
  position: absolute;
  right: 120px;
  z-index: 111;
  text-align: center;
  padding-inline: 5px;
}

.cliktoupload_Information {
  background-color: #a0a6a6c0;
  padding: 5px 3px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 0.5rem;
  position: absolute;
  right: 50px;
  z-index: 111;
  text-align: center;
  padding-inline: 5px;
}

.bg_light_yellow {
  background-color: #ffe7a8;
  padding: 5px 10px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 0.5rem;
  bottom: 10px;
  right: 60px;
  z-index: 111;
  position: absolute;
}

.saved {
  background-color: #ffe7a8;
  padding: 5px 10px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 0.5rem;
  right: 120px;
  z-index: 111;
  position: absolute;
}

.saved_nformation {
  background-color: #ffe7a8;
  padding: 5px 10px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 0.5rem;
  right: 50px;
  z-index: 111;
  position: absolute;
}

.bg_light_green {
  background-color: #cbf3d7;
  padding: 5px 10px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 0.5rem;
  bottom: 10px;
  right: 60px;
  z-index: 111;
  position: absolute;
}

.accordion-body .modal-footer {
  justify-content: center;
}

.bg_light_auro {
  background-color: #727c85;
  padding: 5px 10px;
  font-size: 14px;
  color: var(--white);
  right: 60px;
  line-height: normal;
  border-radius: 0.5rem;
  bottom: 10px;
}

.tab_label,
.accordion-body .tab_label {
  font-size: 15px !important;
  color: var(--black) !important;
}

.tab_subtitle {
  font-size: 18px;
  color: var(--black);
}

.rejected_note {
  line-height: normal !important;
  background-color: #ffe4e0;
  padding: 12px 30px;
  font-size: 14px;
  color: var(--black);
  border-radius: 0.5rem;
  position: relative;
}

.rejected_note p {
  line-height: normal !important;
}

.rejected_note span {
  position: absolute;
  right: 0px;
  top: 0px;
}

.document_name {
  background-color: var(--secondary-color-100);
  font-size: 14px !important;
  padding: 4px 8px;
  line-height: normal;
  border-radius: 25px;
  margin-left: 10px;
}

.round_blue {
  background-color: #006aee;
  height: 25px;
  width: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 100px;
}

.input_bg {
  background-color: #fefdf4;
}

.add_document.bg_head_theme {
  border-radius: 12px !important;
}

.accordion_primary_btn .btn {
  color: var(--white);
  border: 2px solid;
  background-color: var(--blue-color) !important;
  border-color: var(--blue-color) !important;
  border-radius: 50px !important;
  letter-spacing: 0.18px !important;
  font-size: 18px;
  padding-left: 15px;
  padding-right: 15px;
}

.download_wrapper {
  display: flex;
}

.MakeForm .accordion-button {
  padding: 0rem 1rem !important;
  border: 0;
}

.MakeForm .accordion-button:focus {
  box-shadow: unset;
}

.download_document span {
  cursor: pointer;
  position: relative;
  margin: 0 10px 10px 0px !important;
  font-size: 14px;
  color: var(--black);
  border: 1px solid #ced4da;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: var(--white);
  min-height: 41px;
  border-radius: 20px;
  padding: 0.375rem 18px;
}

.download_document .edit {
  cursor: pointer;
}

.download_document .close_btn {
  position: absolute;
  right: 0px;
  top: -5px;
  cursor: pointer;
  color: var(--black);
}

.add_document .modal-footer p {
  color: var(--black);
}

.request_document_tab {
  padding: 0.275rem 28px;
  color: var(--black);
  background-color: var(--secondary-color-100);
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.request_document_tab.yellow {
  background-color: #f4efd9;
}

.recipients_page .accordion-item {
  border-radius: 20px !important;
}

.recipients_page .accordion-button::after {
  position: absolute;
  right: 20px;
}

.recipients_page .accordion-header {
  cursor: pointer;
}

.drag-area {
  border: 2px dashed #ced4da;
  height: 95px;
  width: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.drag-area label {
  height: 95px;
  width: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.add_document.bg_head_theme .drag-area {
  border: 2px dashed rgba(0, 0, 0, 0.6);
}

.drag-area.active {
  border: 2px solid #ced4da;
}

.drag-area .icon {
  font-size: 30px;
  color: #ced4da;
}

.drag-area h5 {
  font-size: 14px;
}

.drag-area h4 {
  font-size: 30px;
  font-weight: 500;
  color: #ced4da;
}

.drag-area span {
  font-size: 25px;
  font-weight: 500;
  color: #ced4da;
  margin: 10px 0 15px 0;
}

.drag-area button {
  padding: 10px 25px;
  font-size: 20px;
  font-weight: 500;
  border: none;
  outline: none;
  background: #ced4da;
  color: #5256ad;
  border-radius: 5px;
  cursor: pointer;
}

.drag-area img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.modal-footer .close-btn {
  border-radius: 20px;
  background-color: #d0d1d1;
}

#additional_field .form-check {
  background: var(--gray-color-400);
  border-radius: 20px;
  padding: 9px 10px 9px 2.5em;
  color: var(--black);
  margin-bottom: 10px;
}

.bg-blue {
  background-color: var(--secondary-color-100) !important;
}

#additional_field .form-check-input {
  margin-top: 1px;
}

#additional_field label.form-check-label {
  font-size: 14px;
}

.font_bold {
  font-size: 16px;
  line-height: 32px;
  color: var(--black);
}

.font-light {
  font-size: 14px;
  line-height: 24px !important;
}

.modal-footer .form-switch .form-check-input {
  width: 4em;
  background-size: 30px;
  height: 2em;
  border-radius: 100px !important;
}

.form-check-input:checked {
  background-color: var(--blue);
  border-color: var(--blue);
}

#collapseOne .accordion-body .card {
  padding-top: 0px !important;
}

.functional_icons a {
  color: var(--black);
}

.functional_icon_round {
  margin-right: 15px;
  width: 30px;
  height: 30px;
  background-color: var(--white);
  border: 1px solid #d9dcd8;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.functional_icon_ellipsis {
  background-color: black !important;
  padding: 1px 0px !important;
  border-radius: 0.25rem;
  color: var(--white) !important;
  font-size: 20px;
  text-align: center;
}

.functional_icons .dropdown-item {
  line-height: 24px;
  cursor: pointer;
  color: var(--button-bg-color) !important;
}

.functional_icons .dropdown-item:hover {
  line-height: 24px;
  cursor: pointer;
  color: var(--button-bg-color) !important;
  background-color: lightblue !important;
}

.functional_icons .dropdown-item:focus {
  line-height: 24px;
  cursor: pointer;
  color: var(--button-bg-color) !important;
  background-color: lightblue !important;
}

.functional_icons .dropdown-menu {
  padding: 0px;
}

.functional_icons .dropdown-menu li:not(:last-child) {
  border-bottom: 1px solid #c6c6c6;
}

.functional_icons .dropdown-menu li a {
  color: var(--text-color);
}

.offcanvas-body .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 15px;
}

.offcanvas-body .card form label {
  font-size: 18px;
  color: var(--black) !important;
}

.offcanvas-body .card form input:not(.form-check-input) {
  height: 38px;
  padding: 0.35rem 18px;
}

.invite_img {
  width: 175px;
  height: 175px;
}

.invite_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 30px 60px 30px !important;
}

/* .nav-tabs {
  padding-bottom: 2vh;
} */

.setting_tab .nav-link:first-child {
  margin-left: 0px;
}

.setting_tab .nav-link {
  color: var(--black);
  margin-left: 2px;
  padding: 10px 15px;
  margin-right: 2px;
  font-size: 16px;
  margin-bottom: 0px;
  border: 0px;
  background-color: white;
}

.setting_tab .nav-link.active {
  border: none;
}

.setting {
  border-right: 2px solid white;
}

.setting_tab .setting_sidebar .nav-link {
  background-color: transparent;
  margin-left: 2px;
  padding: 0.5rem 0rem;
  width: 100%;
  font-size: 18px;
  margin-bottom: 0px;
  text-align: left;
}

.setting_sidebar .nav-link {
  text-decoration: none;
  color: white;
}

.setting_tab .setting_sidebar .nav-link.active,
.setting_tab .setting_sidebar .nav-link:hover {
  background: white;
  color: blue;
  border-radius: 8px;
}

.setting_tab .setting_sidebar .nav-tabs {
  border-bottom: 2px solid transparent;
}

.btn_wrap .nav-link.active,
.btn_wrap .nav-link:hover {
  color: var(--black);
}

.company_logo {
  padding: 5px;
  border: 1px solid #ced4da;
  /* border-radius: 12px; */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.tab_logo_edit {
  cursor: pointer;
  position: absolute;
  background-color: var(--black);
  color: white;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: -35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 5px 8px;
}

.setting_tab .tab-content {
  background-color: var(--white);
  border-radius: 8px;
  margin-block: 10px;
}

.tab-content .tab-pane {
  border-radius: 8px !important;
}

.setting_tab .tab-content .tab-pane:not(:first-child) {
  background-color: var(--white);
  height: 100%;
}

.account_accordiom.tab-content {
  background-color: var(--white);
  border-radius: 8px !important;
  margin-bottom: 3vh !important;
}

.setting_sidebar .nav-tabs {
  height: 100%;
}

.setting_sidebar .nav .setting_sidebar ul {
  list-style-type: none;
}

.setting_sidebar ul li a {
  color: var(--black);
  font-size: 18px;
}

.setting_sidebar ul li a:hover,
.setting_sidebar ul li a.active {
  color: var(--blue-color);
}

.color_picker input {
  max-width: 200px;
  width: 100%;
  height: 45px;
  margin-right: 5px;
}

.color_picker .input-group-append .colorpicker-input-addon {
  height: 45px;
  width: 45px;
  padding: 0.375rem 0.55rem;
}

.color_picker .input-group-append .colorpicker-input-addon i {
  height: 25px;
  width: 25px;
}

.color_picker .input-group-append .colorpicker-input-addon:before {
  width: 20px;
  height: 20px;
}

.tab_footer_button {
  overflow: hidden;
  padding: 15px 15px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tab_footer_button .btn-gray {
  background-color: var(--gray-color-400);
  border: 2px solid;
  border-color: var(--gray-color-400) !important;
  border-radius: 50px !important;
  letter-spacing: 0.18px !important;
  letter-spacing: 0.18px !important;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 10px;
}

.security_steps {
  padding-left: 30px;
}

.security_steps label {
  position: relative;
  line-height: 40px;
}

.security_steps .security_count {
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: -30px;
  background-color: var(--blue-color);
  top: 10px;
  border-radius: 100px;
  color: var(--white);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scanner_id {
  background-color: var(--gray-color-400);
  font-size: 18px;
  color: var(--black);
  padding: 5px 10px;
  border-radius: 0.25em;
  display: inline-block;
}

.security_steps p {
  font-size: 18px;
}

.tab-content .col-lg-9.border-end-0.step_wizard_content {
  min-height: 760px;
}

.left_canvas li a {
  color: var(--black);
}

.left_canvas li {
  color: white;
  padding: 0px 15px 0px 0px;
  border: 1px solid #ced4da;
  margin-bottom: 10px;
  border: 1px solid #ced4da;
}

.icon_wrap img {
  background-color: var(--lightblue1);
  width: 40px;
  padding: 10px;
  margin-right: 10px;
  min-height: 40px;
}

.icon_wrap {
  display: flex;
  align-items: center;
}

.left_canvas {
  list-style-type: none;
  padding-left: 0px;
}

.sub_total {
  border: none;
  height: 32px;
}

.sub_total:focus {
  box-shadow: unset;
  border-radius: 0px;
}

.sub_total::placeholder {
  font-size: 14px;
}

.edit_option {
  color: var(--blue-color) !important;
  font-size: 14px;
}

.checkbox_label label.form-check-label {
  font-size: 14px !important;
  color: var(--black) !important;

  margin-top: 3px;
}

.search_input .form-control {
  height: 43px !important;
}

.MakeForm .form-select,
.MakeForm .form-control {
  border-radius: 20px !important;
  height: 20px;
  padding: 0.35rem 18px;
}

.accordion_text {
  font-size: 17px;
  align-content: center;
  font-weight: 500;
}

/* breadcrumbs start */
.breadcrumbs ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  color: var(--white);
  font-size: 20px;
}

/* breadcrumbs end */
.search_icon {
  position: relative;
}

.search_icon .bi {
  position: absolute;
  right: 8px;
  top: 5px;
}

.modal-body .client_portal .nav-link {
  font-size: 0;
  padding: 12px;
}

.modal-body .client_portal .nav-link.active {
  font-size: 12px;
}

.modal-body .client_portal.setting_tab .nav-link i {
  font-size: 17px;
}

.otp-box p {
  font-size: 18px;
  color: var(--white);
}

.verification-code--inputs input[type="number"] {
  border: 1px solid var(--blue-color);
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 0.5rem;
  margin: 0px 5px;
}

.otp-box .fz_25 {
  font-size: 25px;
}

.otp-box .card-body {
  padding: 35px;
}

.otp-box .card {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.custom_container.templates_page .nav-tabs .nav-link {
  padding: 15px;
  border: 1px solid #ced4da;
  font-size: 16px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.custom_container.templates_page .tab-content .main_title .fa {
  font-size: 22px !important;
}

.custom_container.templates_page .functional_icon_round .fa {
  font-size: 12px !important;
}

.modal-title .nav-tabs .nav-tab {
  background-color: #00bcd4 !important;
  border: 2px solid gray !important;
  padding: 8px 10px !important;
}

.modal-header .nav-tabs .nav-tab:hover,
.modal-header .nav-tabs .nav-tab:focus {
  background-color: #0056b3 !important;
}

@media only screen and (max-width: 1400px) {
  .makeFillableForm {
    max-width: 100% !important;
  }

  .scratch_template .card .card_content p {
    line-height: normal;
  }

  .scratch_template .card_content {
    padding: 30px 15px;
  }


  .steps_list {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1200px) {
  .makeFillableForm {
    max-width: 100% !important;
  }

  /* .section-subheading {
    font-weight: 600;
    font-size: 24px;
    margin-block: 2vh;
  } */

  .navbar.px-5 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .small_card .start_now h3 {
    font-size: 22px !important;
  }

  .small_card .start_now p {
    font-size: 16px !important;
  }

  .recipients_data {
    font-size: 16px;
  }

  .MakeForm {
    max-width: 100%;
    width: 100%;
  }

  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 75%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}

@media only screen and (max-width: 992px) {

  .step {
    margin-top: 10vh;
  }

  .makeFillableForm {
    max-width: 100% !important;
  }

  .navbar-nav .nav-item {
    margin-left: 0px;
  }

  /* .signup_responsive {
    display: block !important;
  } */

  .nav-signup {
    display: none;
  }

  .signup_res li a {
    padding: 9px 10px;
  }

  /* 
  .expandable-section-content.show {
    display: block;
    max-height: 200px;
    width: 100% !important;
    margin-top: 1% !important;
  } */

  .navbar-brand h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(206, 206, 234);
    border-radius: 10px;
    padding: 3px 10px !important;
    font-size: 24px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 6px 0 rgba(67, 46, 134, 0.04);
    margin-inline: auto;
  }

  .nav-one {
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
    margin-inline: auto;
    padding-inline: 0;
    border: none;
    border-radius: 10px;
    font-size: 14px;
  }

  .navbar {
    background-color: white !important;
    border-radius: 8px;
    margin-top: 1% !important;
  }

  .navbar-brand h1 {
    color: #24223e;
    display: flex;
    align-items: center;
    margin: 0;
  }

  .landing_section {
    height: auto !important;
  }

  .Envelope_count_section {
    gap: 3vh;
  }

  .white_card {
    margin-bottom: 20px;
  }

  .main_text {
    font-size: 18px;
    line-height: normal;
  }

  .offcanvas-end {
    top: 0px !important;
  }

  .recipients_data {
    flex-wrap: wrap;
  }

  .recipients_data span:not(:last-child) {
    width: 50%;
    margin-bottom: 5px;
  }

  .radio_select .col-lg-6 {
    margin-bottom: 15px;
  }

  .recipients_data .edit {
    position: absolute;
    right: 12px;
    bottom: 4px;
    display: inline-block;
    width: auto !important;
  }

  .steps_list li {
    padding-left: 40px;
    font-size: 16px;
  }

  .steps_list li:nth-child(2n + 1):after {
    width: 30px !important;
    height: 30px !important;
    font-size: 14px;
  }

  .dashed_border {
    display: none;
  }

  .small_card .start_now h3 {
    font-size: 30px !important;
  }

  .small_card .start_now p {
    font-size: 22px !important;
  }

  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 80%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }

  /* .content_section {
    margin-block: 5% !important;
  } */

  /* .whychose {
    width: 70% !important;
    margin-inline: auto !important;
  } */

  /* .product_feature {
    width: 70% !important;
    margin-inline: auto;
  } */

  /* .security_section {
    background: linear-gradient(180deg, #ca40dccc 1.65%, #d01e1e 118.4%);
    border-radius: 14px;
    width: 70% !important;
    margin-inline: auto;
  } */

  .usecase_section {
    width: 100% !important;
  }

  .my_files .offcanvas {
    min-width: 80%;
  }
}

@media only screen and (max-width: 769px) {
  .makeFillableForm {
    max-width: 100% !important;
  }

  .my_files .offcanvas {
    min-width: 95%;
  }

  .env_input {
    width: 90% !important;
  }

  .step {
    margin-top: 0vh;
  }

  .navbar .pricing_plan {
    display: none;
  }

  .expandable-section-content.show {
    display: block;
    max-height: 200px;
    width: 100% !important;
  }

  /* .section-subheading {
    font-size: 22px !important;
  } */

  .landing_section {
    height: auto !important;
  }

  .Envelope_count_section .upgrade,
  .Envelope_count_section h2 {
    font-size: 20px;
  }

  .Envelope_count_section .justify-content-end {
    justify-content: center !important;
  }

  .dashed_border {
    display: none;
  }

  .step_wizard_content label,
  .accordion-button {
    font-size: 18px;
    color: var(--black);
  }

  .dashed_border {
    display: none;
  }

  .recipients_data {
    font-size: 14px;
  }

  .section-bg-color.setting_tab.pe-3 {
    padding-left: 0rem !important;
  }

  .setting_tab .nav-link {
    width: 100%;
    margin-bottom: 8px !important;
  }

  .w_sm_100 {
    width: 100% !important;
  }

  .client_portal.setting_tab .nav-link {
    width: unset;
    font-size: 0px !important;
    margin-bottom: 0px;
    padding: 0.4rem 0.6rem;
  }

  .client_portal.setting_tab .nav-link.active {
    width: unset;
    font-size: 10px !important;
    margin-bottom: 0px;
    padding: 0.4rem 0.6rem;
    display: flex;
    align-items: center;
  }

  .user_sidebar-manage button {
    width: 100% !important;
  }

  .red_dot {
    width: 5px;
    height: 5px;
    top: 8px;
    right: 6px;
  }

  .user_sidebar .nav-link {
    width: 100% !important;
  }

  .client_portal.setting_tab .nav-link i {
    font-size: 14px;
  }

  .client_portal.setting_tab .tab-content {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }

  .client_portal.setting_tab .tab-pane.p-4 {
    padding: 0px !important;
  }

  .rejected_note {
    padding: 8px 25px 8px 15px;
  }

  .add_document.bg_head_theme {
    padding: 15px;
  }

  .bg_light_blue,
  .bg_light_ping,
  .bg_light_yellow,
  .bg_light_green,
  .bg_light_auro {
    padding: 5px 10px;
    font-size: 11px;
    bottom: 13px;
    right: 46px;
  }

  .tab_label.ps-4,
  .main_title.ps-4,
  .tab_subtitle.ps-4 {
    padding-left: 0px !important;
  }

  .client_portal.setting_tab .message_accordion .accordion-button,
  .Faq_tab .accordion-button {
    flex-wrap: unset;
    font-size: 14px;
    line-height: normal !important;
  }

  .tab-pane .accordion-body .card.chat_message {
    padding: 15px 15px;
    max-width: 100%;
    width: 100%;
  }

  .add_document.bg_head_theme .drag-area {
    border: 2px dashed rgba(0, 0, 0, 0.6);
    padding: 10px;
  }

  .tab-pane .user_icon_list {
    padding: 40px 15px;
    flex-wrap: wrap;
    text-align: center;
  }

  .contact_client_portal div.d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact_client_portal div.d-flex span {
    margin-bottom: 10px;
  }

  .client_portal_title,
  .client_portal_text {
    width: 100%;
    min-width: unset;
    text-align: center;
    font-size: 15px;
  }

  .user_detail {
    font-size: 14px;
  }

  .black_bg {
    margin-left: 5px;
  }

  .clientPortal .navbar {
    justify-content: center !important;
  }

  .ps_sm_4 {
    padding-left: 15px;
  }

  /* .request_document_page .floating_btn {right: -100px;top: 17%;z-index: 1;}   */
  .floating_btn .btn {
    font-size: 14px;
  }

  .flex_wrap {
    justify-content: center !important;
  }

  .flexWrap {
    flex-wrap: wrap;
  }

  .offcanvas-header {
    padding: 1vh 3% !important;
  }

  .modal-footer>* {
    margin: 0 !important;
  }

  .offcanvas-body .row {
    margin-block: 0 !important;
  }

  .modal-footer button {
    margin-right: 0;
  }

  .modal-footer {
    display: flex;
    justify-content: space-evenly !important;
  }

  .custom_container {
    padding: 0px !important;
  }

  .sub_main_title {
    margin-top: 3vh;
  }

  .accordion_text {
    width: 100%;
    text-align: center;
  }

  .setting_tab .table_header_wrap .search_input {
    min-width: 200px !important;
    width: 100% !important;
  }

  .pagination ul {
    justify-content: center;
  }

  .table_footer_wrap {
    justify-content: center !important;
  }

  table tr .bo-pencil.mx-3,
  table tr .bi-trash.mx-3,
  table tr .bi-eye.me-3 {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }

  .request_document_tab .accordion_text {
    font-size: 12px;
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
  }

  .request_document_tab .accordion_text {
    line-height: 17px;
  }

  .request_document_tab .functional_icons {
    width: 100%;
    text-align: right;
    justify-content: flex-end;
  }

  .custom_container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .docutik_home_banner h1 {
    font-size: 35px;
    line-height: normal;
  }

  .docutik_home_banner ul li {
    font-size: 18px !important;
    padding: 0px 15px !important;
    text-align: center;
    border-right: 0px !important;
  }

  .docutik_home_banner p {
    font-size: 20px;
  }

  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 85%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }

  /* .content_section {
    margin-block: 5% !important;
  } */

  /* .whychose {
    width: 80% !important;
    margin-inline: auto !important;
  } */

  /* .product_feature {
    width: 80% !important;
    margin-inline: auto;
  } */

  /* .security_section {
    background: linear-gradient(180deg, #ca40dccc 1.65%, #d01e1e 118.4%);
    border-radius: 14px;
    width: 80% !important;
    margin-inline: auto;
  } */
}

@media only screen and (max-width: 575px) {
  .add_recipients_btn {
    margin-top: 2vh;
  }

  /* Client portal home page */
  .landing_section .home_title,
  .main_text {
    color: white;
  }

  .expandable-section-content.show {
    display: block;
    max-height: 200px;
    width: 100% !important;
  }

  /* .section-subheading {
    font-size: 20px !important;
  } */

  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }

  /* .home_banner .heading h1 {
    font-size: 26px !important;
    font-weight: bold;
  }

  .home_banner .heading h2 {
    font-size: 23px !important;
    margin-block: 5% !important;
  }

  .home_banner .lead {
    font-size: 20px;
    text-align: justify;
  }

  .home_banner button {
    margin-top: 2vh;
  } */

  .landing_section {
    height: auto !important;
  }

  .step {
    margin-top: 2vh;
  }

  .step_wizard_content h2.main_title {
    font-size: 26px;
    line-height: 50px;
    margin-block: 3vh;
  }

  .upgrade.ms-3 {
    margin-left: 0px !important;
  }

  .Envelope_count_section.px-5 {
    padding: 15px !important;
  }

  .Envelope_count_section .upgrade,
  .Envelope_count_section h2 {
    width: 100%;
    text-align: center;
  }

  .Envelope_count_section .justify-content-end {
    flex-wrap: wrap;
  }


  .step_wizard_button {
    background-color: var(--white);
    padding: 25px 15px 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }

  .step_wizard_button button {
    margin-bottom: 15px;
    font-size: 16px !important;
  }

  .steps_list li.active,
  .steps_list li.completed,
  .steps_list li {
    font-size: 0px;
  }

  .steps_list {
    justify-content: space-evenly;
  }

  .recipients_data span:not(:last-child) {
    width: 100%;
    margin-bottom: 5px;
  }

  .recipients_data {
    padding: 20px 20px 15px;
  }

  .tab-pane .nav-tabs {
    display: flex !important;
    flex-direction: column !important;
  }

  .recipients_data .edit {
    position: absolute;
    right: 10px;
    bottom: 0px;
    display: inline-block;
    width: auto !important;
  }

  .search_input {
    flex-wrap: wrap;
  }

  .search_input .input-group {
    margin-right: 0px !important;
  }

  .accordion_text {
    font-size: 16px;
  }

  .drag-area {
    text-align: center;
  }

  .invite_img {
    width: 125px;
    height: 125px;
  }

  #nav-tabContent .tab-pane {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .security_steps .d-flex {
    flex-wrap: wrap;
  }

  .MakeForm .card {
    margin: 0px 15px;
  }

  .navbar_client {
    margin-left: unset !important;
    margin-top: 15px;
    position: relative;
  }

  .download_wrapper {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .capture_image {
    display: flex;
    margin-left: 0px !important;
    justify-content: center;
    margin-top: 10px;
    align-items: center;
  }

  .capture_image img {
    margin-left: 4px;
    margin-right: 4px;
  }

  .request_document_tab .functional_icons a i.me-3 {
    margin-right: 0.5rem !important;
  }

  .request_document_tab .functional_icons a {
    font-size: 12px;
  }

  .request_document_tab .functional_icon_round {
    width: 20px;
    height: 20px;
    font-size: 8px !important;
  }

  #document-form-detail .accordion-button,
  #document-form-detail .accordion_text,
  #document-form-detail .form_card .accordion-button {
    line-height: normal;
    padding-bottom: 40px !important;
  }

  .bg_light_blue,
  .bg_light_ping,
  .bg_light_yellow,
  .bg_light_green,
  .bg_light_auro {
    padding: 5px 10px;
    font-size: 11px;
    bottom: 13px;
    right: 8px;
    bottom: 7px;
  }

  .otp-box .card-body {
    padding: 15px;
  }

  .verification-code--inputs input[type="number"] {
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 0px 2px;
  }

  .otp-box .fz_25 {
    font-size: 16px;
    line-height: normal;
  }

  .otp-box p {
    font-size: 16px;
    color: var(--white);
  }

  .clientPortal .client_portal {
    min-height: calc(100vh - 166px) !important;
  }

  .Add-Recipients {
    max-width: 100% !important;
  }

  .scratch_template .card .card_content h3 {
    font-size: 22px !important;
    color: var(--navbar-font-color);
  }

  .scratch_template .card .card_content p {
    font-size: 18px !important;
    color: var(--navbar-font-color);
  }

  /* content_section {
    margin-block: 5% !important;
  } */
  /* 
  .whychose {
    width: 90% !important;
    margin-inline: auto !important;
  } */

  /* .product_feature {
    width: 90% !important;
    margin-inline: auto;
  } */

  /* .security_section {
    background: linear-gradient(180deg, #ca40dccc 1.65%, #d01e1e 118.4%);
    border-radius: 14px;
    width: 90% !important;
    margin-inline: auto;
  } */
}

@media only screen and (max-width: 375px) {
  .makeFillableForm {
    max-width: 100% !important;
  }

  .landing_section .main_text,
  .home_title {
    color: white !important;
  }

  .landing_section .main_text {
    font-size: 18px;
  }

  .landing_section .home_title {
    font-size: 25px !important;
  }

  .landing_section .upgrade {
    margin-inline: auto !important;
  }

  .main_wrapper .step {
    padding: 0;
  }

  .step {
    margin-top: 0vh;
  }

  .step ul {
    padding-left: 0;
    margin-bottom: 0;
  }

  .scratch_template .card_content {
    padding: 15px 15px;
  }

  .template_count_circle {
    margin-bottom: 10px;
  }

  .scratch_template .card .start_now p,
  .start_now p {
    padding-block: 0;
  }

  h5 {
    font-size: 17px !important;
    font-weight: bolder !important;
  }

  /* .home_banner h1 {
    font-size: 22px !important;
  }

  .home_banner h3 {
    font-size: 20px !important;
  } */
  /* 
  .expandable-section-content.show {
    display: block;
    max-height: 200px;
    width: 50% !important;
  }

  .expandable-section-button {
    width: 100%;
    text-align: left;
    background-color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    color: rgba(140, 101, 138, 0.744);
    margin-bottom: 10px;
    font-weight: 800;
  } */

  .landing_section {
    height: auto !important;
  }

  .offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }

  .section-heading {
    margin-bottom: 2vh !important;
  }

  /* .section-subheading {
    font-weight: 600;
    font-size: 24px;
    margin-block: 2.5vh !important;
  } */

  .Add-Recipients {
    max-width: 100% !important;
  }

  h2.main_title,
  .step_wizard_content h2.main_title {
    font-size: 30px !important;
    line-height: 30px;
  }

  .step_wizard_content .card {
    padding: 15px 13px !important;
    margin-bottom: 7vh;
  }

  .main_wrapper {
    padding-bottom: 3vh;
    padding-inline: 1%;
  }

  .add_recipients_btn {
    margin-top: 3vh;
  }

  .step_wizard_button {
    padding: 10px 10px 10px;
  }

  .scratch_template .card .card_content h2 {
    font-size: 20px;
  }

  .scratch_template .card .card_content p,
  .invite_card p {
    font-size: 16px;
  }

  .Envelope_count_section .upgrade,
  .Envelope_count_section h2 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
  }

  .step_wizard_content label,
  .invite_card label {
    font-size: 16px;
    color: var(--black);
  }

  .step_wizard_content .main_title {
    padding: 0px 0px 0px 0px !important;
  }

  .step_wizard_button button {
    margin-bottom: 0px;
    font-size: 14px !important;
  }

  .accordion_text {
    font-size: 14px;
  }

  .accordion-button {
    flex-wrap: wrap;
    font-size: 18px;
    color: var(--black);
  }

  .mandatory {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mandatory a {
    margin-top: 10px;
  }

  .download_document span {
    font-size: 14px;
    padding: 0.375rem 15px;
  }

  .modal_btn.center {
    margin: auto;
    display: block;
  }

  .font_bold {
    line-height: 23px;
  }

  .step_wizard_content input:not(.form-check-input) {
    padding: 0.35rem 12px;
  }

  .tab_footer_button .btn-gray {
    margin-bottom: 10px;
  }

  .Faq_tab .accordion-item .accordion-button {
    font-size: 14px;
  }

  /* .request_document_page .floating_btn {right: -90px;top: 47%;z-index: 1;position: fixed;}*/
  .floating_btn .btn {
    font-size: 12px;
  }

  .request_document_tab {
    padding: 0.275rem 15px;
  }

  .request_document_tab .functional_icon_round {
    margin-right: 10px;
  }

  .request_document_tab .accordion_text img.me-3 {
    margin-right: 0.5rem !important;
  }

  .download_box {
    word-break: break-all;
  }

  .docutik_home_banner h1 {
    font-size: 30px;
    line-height: normal;
  }

  .docutik_home_banner p {
    font-size: 18px;
  }

  .scratch_template .card .card_content h3 {
    font-size: 20px !important;
    color: var(--navbar-font-color);
  }

  .scratch_template .card .card_content p {
    font-size: 16px !important;
    color: var(--navbar-font-color);
  }

  /* content_section {
    margin-block: 5% !important;
  } */

  /* .whychose {
    width: 95% !important;
    margin-inline: auto !important;
  } */

  /* .product_feature {
    width: 95% !important;
    margin-inline: auto;
  } */

  /* .security_section {
    background: linear-gradient(180deg, #ca40dccc 1.65%, #d01e1e 118.4%);
    border-radius: 14px;
    width: 95% !important;
    margin-inline: auto;
  } */
}

.radio_select label.radio-card {
  cursor: pointer;
  height: 100%;
}

.radio_select label.radio-card .card-content-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px 0 rgba(219, 215, 215, 0.04);
  transition: 200ms linear;
  height: 100%;
}

.radio_select label.radio-card .check-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  display: inline-block;
  border: solid 2px #e3e3e3;
  border-radius: 50%;
  transition: 200ms linear;
  position: relative;
  margin-right: 10px;
}

.radio_select label.radio-card .check-icon:before {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
  transform: scale(1.6);
  transition: 200ms linear;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.93552 4.58423C0.890286 4.53718 0.854262 4.48209 0.829309 4.42179C0.779553 4.28741 0.779553 4.13965 0.829309 4.00527C0.853759 3.94471 0.889842 3.88952 0.93552 3.84283L1.68941 3.12018C1.73378 3.06821 1.7893 3.02692 1.85185 2.99939C1.91206 2.97215 1.97736 2.95796 2.04345 2.95774C2.11507 2.95635 2.18613 2.97056 2.2517 2.99939C2.31652 3.02822 2.3752 3.06922 2.42456 3.12018L4.69872 5.39851L9.58026 0.516971C9.62828 0.466328 9.68554 0.42533 9.74895 0.396182C9.81468 0.367844 9.88563 0.353653 9.95721 0.354531C10.0244 0.354903 10.0907 0.369582 10.1517 0.397592C10.2128 0.425602 10.2672 0.466298 10.3112 0.516971L11.0651 1.25003C11.1108 1.29672 11.1469 1.35191 11.1713 1.41247C11.2211 1.54686 11.2211 1.69461 11.1713 1.82899C11.1464 1.88929 11.1104 1.94439 11.0651 1.99143L5.06525 7.96007C5.02054 8.0122 4.96514 8.0541 4.90281 8.08294C4.76944 8.13802 4.61967 8.13802 4.4863 8.08294C4.42397 8.0541 4.36857 8.0122 4.32386 7.96007L0.93552 4.58423Z' fill='white'/%3E%3C/svg%3E%0A");
}

.radio_select label.radio-card input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.radio_select label.radio-card input[type="radio"]:checked+.card-content-wrapper {
  border: 2px solid var(--blue);
}

.radio_select label.radio-card input[type="radio"]+.card-content-wrapper {
  border: 2px solid var(--gray);
}

.radio_select label.radio-card input[type="radio"]:checked+.card-content-wrapper .check-icon {
  background: var(--blue);
  border-color: var(--blue);
}

.radio_select label.radio-card input[type="radio"]:checked+.card-content-wrapper .check-icon:before {
  transform: scale(1);
  opacity: 1;
}

.radio_select label.radio-card input[type="radio"]:focus+.card-content-wrapper .check-icon {
  box-shadow: 0 0 0 4px rgba(48, 86, 213, 0.2);
  border-color: var(--blue);
}

.radio_select .card-content {
  display: flex;
}

.margin_bottom {
  margin-bottom: -30px;
}

.radio_select label.form_check {
  font-size: 20px;
  color: var(--black);
  margin-bottom: 20px;
}

.radio_select label {
  font-size: 16px;
  color: var(--black);
  line-height: normal;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.p_30 {
  padding: 30px;
}

.Recipients_name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.Recipients_name span {
  display: block;
}

.needs_review {
  background-color: #c0cfef;
  color: var(--black);
  border-radius: 0.25rem;
  padding: 10px 10px;
  min-width: 70px;
  display: inline-block;
  text-align: center;
}

.Action_perform {
  background-color: var(--blue-color);
  color: var(--white);
  border-radius: 0.25rem;
  padding: 10px 10px;
  min-width: 70px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.mesage_notification i {
  position: relative;
  font-size: 24px;
}

.mesage_notification .red_dot {
  top: 2px;
  right: 0;
}

table tr td {
  font-size: 16px;
  color: var(--text-color);
  padding: 10px !important;
}

table tr th {
  font-size: 18px;
  color: var(--black);
  padding: 10px 5px !important;
}

.custome_th {
  font-size: 16px;
  color: var(--black);
  text-align: center;
}

.custome_td {
  font-size: 13px;
  color: var(--text-color);
  padding: 5px !important;
  text-align: center;
  border-bottom: 1px solid #ced4da;
}

.in_progress_table.table> :not(:first-child) {
  border-top: 0px;
}

.in_admin_table.table {
  table-layout: fixed !important;
  border-collapse: collapse;
  border-radius: 1em;
  overflow: hidden;
  overflow-y: visible;
}

.in_progress_table.table {
  border-collapse: collapse;
  overflow: hidden;
  overflow-y: visible;
}

/* .in_progress_table thead tr {
    background-color: var(--blue) !important;
} */

.table-responsive {
  overflow: visible;
  word-wrap: break-word;
  /* width: 96%; */
  margin: 0 auto;
  border-radius: 8px !important;
}

.table_header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wrap_left {
  display: flex;
  align-items: center;
}

.table_header_wrap .wrap_left button {
  padding: 10px 15px !important;
  margin: 0 3px;
  background-color: var(--white);
  color: var(--black);
  border-radius: 100px;
  padding: 15px 20px;
  font-size: 13px;
  border: none;
}

.table_header_wrap .wrap_left button.active {
  background: blue;
  color: white;
}

.table_header_wrap .wrap_left button:hover {
  background: blue;
  color: white;
}

.nav-tabs.wrap_left,
.nav-tabs.btn_wrap {
  border-bottom: 0px;
}

.wrap_right {
  display: flex;
  align-items: baseline;
}

.wrap_right .search_input input {
  height: 45px;
  min-width: 230px;
  padding: 5px 25px !important;
}

.wrap_right select {
  min-width: 170px;
}

.wrap_right .offcanvas select {
  min-width: 65px;
}

.wrap_right .offcanvas .country_code img {
  min-width: 24px;
}

.pagination ul {
  padding-left: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pagination ul li {
  background: var(--white);
  color: var(--black);
  padding: 8px 14px;
  margin: 0px 3px 10px;
  border-radius: 0.25rem;
}

.pagination ul li a {
  color: var(--black);
}

.pagination ul li.active {
  background-color: #dfe9f7;
}

.table_footer_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: white aa;
}

i.fontSize {
  font-size: 20px !important;
}

.user_list {
  list-style-type: none;
}

ul.user_list li {
  padding: 8px 20px;
  margin-bottom: 10px;
}

ul.user_list li.active {
  background-color: var(--blue);
  border-radius: 0.5rem;
}

ul.user_list li a {
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}

ul.user_list li.active a {
  color: var(--white);
}

.user_number_badge {
  padding: 3px 12px;
  border-radius: 25px;
  color: black;
}

.user_number_badge:hover,
.user_number_badge:active {
  color: rgb(4, 0, 0) !important;
}

ul.user_list li.active a .user_number_badge {
  background-color: var(--white);
  color: var(--blue);
}

table .bg_light_blue,
table .bg_light_green,
table .bg_light_ping,
table .bg_light_yellow,
.position_unset .bg_light_blue,
.position_unset .bg_light_green,
.position_unset .bg_light_ping,
.position_unset .bg_light_yellow {
  position: unset;
  display: inline-block;
}

.bg_light_gray_outline {
  display: inline-block;
  background-color: var(--white);
  border: 2px solid #98989a !important;
  padding: 10px 15px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 25px !important;
}

.bg_light_pink_outline {
  display: inline-block;
  background-color: var(--white);
  border: 2px solid #ffe4e0 !important;
  padding: 10px 15px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 25px !important;
}

.bg_light_blue_outline {
  display: inline-block;
  background-color: var(--white);
  border: 2px solid#e3ebf5 !important;
  padding: 10px 15px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 25px !important;
}

.bg_light_yellow_outline {
  display: inline-block;
  background-color: var(--white);
  border: 2px solid #ffe7a8 !important;
  padding: 10px 15px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 25px !important;
}

.bg_light_green_outline {
  display: inline-block;
  background-color: var(--white);
  border: 2px solid #cbf3d7 !important;
  padding: 10px 15px;
  font-size: 14px;
  color: var(--black);
  line-height: normal;
  border-radius: 25px !important;
}

.user_sidebar-manage .nav-link {
  width: 100%;
  border-radius: 0.5rem;
  text-align: left;
}

.user_sidebar-manage .nav-link.active .user_number_badge {
  background-color: var(--white);
  color: var(--blue);
}

.user_sidebar-manage .nav-link.active,
.user_sidebar-manage .nav-link:hover {
  background-color: var(--blue);
}

.user_sidebar-manage .nav-link {
  background-color: transparent;
}

.user_sidebar-manage .nav-tabs {
  border-bottom: 0px solid var(--blue);
}

.bg_light_gray_outline.active,
.bg_light_gray_outline:hover {
  background-color: lightblue !important;
  color: black !important;
}

.bulk_btn {
  background-color: #7d7d85;
  display: inline-block;
  border: 2px solid #7d7d85 !important;
  padding: 10px 15px;
  font-size: 14px;
  color: var(--white);
  line-height: normal;
  border-radius: 25px !important;
}

.bg_light_blue_outline.active,
.bg_light_blue_outline:hover {
  background-color: #e3ebf5 !important;
  color: black !important;
}

.bg_light_pink_outline.active,
.bg_light_pink_outline:hover {
  background-color: #ffe4e0 !important;
  color: black !important;
}

.bg_light_yellow_outline.active,
.bg_light_yellow_outline:hover {
  background-color: #ffe7a8 !important;
  color: black !important;
}

.bg_light_green_outline.active,
.bg_light_green_outline:hover {
  background-color: #cbf3d7 !important;
  color: black !important;
}

.bg_light_auro_outline.active,
.bg_light_auro_outline:hover {
  background-color: #727c85 !important;
  color: #fff !important;
}

.bg_light_auro_outline {
  display: inline-block;
  background-color: var(--white);
  border: 2px solid #727c85 !important;
  padding: 10px 15px;
  font-size: 14px;
  color: var(--white);
  line-height: normal;
  border-radius: 25px !important;
}

.manage_page table tbody,
.manage_page table thead {
  border: 1px solid #dfe9f7;
}

.main_title .functional_icon_ellipsis {
  background-color: var(--blue-color);
}

.modal .modal-body input:not(.form-check-input),
.modal .modal-body textarea,
.offcanvas-body textarea {
  border-radius: 16px;
  /* min-height: 42px; */
}

.offcanvas-body i.fa-question-circle {
  color: var(--text-color);
}

.modal .modal-body label {
  font-size: 16px;

  color: var(--black);
}

.modal .modal-body p {
  font-size: 16px;

  color: var(--black);
}

.modal-footer button {
  margin-right: 3%;
  font-weight: 600;
  padding: 6px 6px 4px 6px !important;
}

.modal-footer button:hover .modal-footer button:focus {
  border: #000000 !important;
  color: white;
}

.btn-close .fa-times-circle {
  color: var(--black);
}

.Envelope_seting_tab label {
  color: var(--text-color) !important;
}

.Envelope_seting_tab input {
  border-radius: 25px;
  padding: 5px 20px;
  min-height: 45px;
}

.Envelope_seting_tab button {
  border-radius: 25px;
}

.form-check label {
  line-height: normal;
}

h2.bread_crumb {
  font-size: 20px !important;
}

.formQuestion {
  font-size: 15px !important;
}

.formAnswer {
  background-color: var(--secondary-color-100);
  border-radius: 18px;
  padding: 10px 20px;
  display: block;
  color: var(--black);
  font-size: 15px;
  line-height: normal;
}

.card-header {
  color: var(--black);
  padding: 15px 10px;
}

.ApproveButton,
.reject_btn_input {
  display: none;
}

.reject_btn_input textarea {
  background-color: #fff1ef;
  border: 0;
  border-radius: 12px;
  font-size: 14px;
}

.reject_btn_input button {
  border-radius: 50px;
}

.request_document_tab .close_btn {
  position: absolute;
  right: 0px;
  top: -5px;
  cursor: pointer;
}

.bg_offwhite {
  background-color: #fefdf4;
}

.recipient_page table tr td {
  padding: 20px 5px 19px 15px !important;
}

.recipient_page table tr {
  border-bottom: 1px solid #ced4da;
}

.upload_client_btn {
  background-color: #686868 !important;
  font-size: 14px !important;
  padding: 5px 10px !important;

  color: var(--white) !important;
  border-radius: 100px !important;
  max-width: 150px !important;
}

.upload_client_btn:hover {
  border: 1px solid #686868 !important;
}

.text_black {
  color: var(--black);
}

.additional_field_wrap div {
  font-size: 14px;
}

.ManageDocument {
  width: 720px !important;
}

.border_bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.border_right {
  border-right: 10px solid rgb(255, 255, 255);
  padding-right: 20px;
  position: relative;
}

.p_tag {
  color: var(--black);

  font-size: 14px;
  line-height: normal;
}

.ManageDocument .position_unset .bg_light_green,
.ManageDocument .position_unset .bg_light_ping {
  display: none;
}

.text_color {
  color: var(--text-color) !important;
}

@media only screen and (max-width: 769px) {
  .manage_page .client_portal.setting_tab .nav-link {
    width: unset;
    font-size: 14px;
  }

  .main_title h2 {
    margin-top: 5vh !important;
  }
}

@media only screen and (max-width: 575px) {
  .manage_page .main_wrapper {
    padding: 30px 15px;
  }

  table tr td {
    font-size: 12px;
    padding: 10px 8px !important;
  }
}

@media only screen and (max-width: 360px) {
  .setting_tab .nav-link {
    padding: 0.7rem 0.5rem;
    font-size: 12px !important;
  }
}

.template_Envelope_name {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.template_Envelope_name span {
  display: block;
}

.template_Envelope_name span:last-child {
  font-size: 12px;
  color: var(--text-color);
}

.Envelope_name_table tr td {
  color: var(--black);
}

.Envelope_name_table tbody tr:not(:last-child),
.Envelope_name_table thead tr {
  border-bottom: 1px solid #ced4da;
}

.template_Envelope_name {
  padding-left: 37px;
  position: relative;
}

.template_Envelope_name:after {
  position: absolute;
  content: "\f07b";
  left: 0px;
  font-size: 27px;
  color: var(--blue-color);
  top: 5px;
}

.template_Envelope_name.open_icon:after {
  content: "\f0f6";
}

.Envelope_name_table table tr td.functional_icons,
.Envelope_name_table table tr td:last-child,
.Envelope_name_table table tr th:last-child {
  text-align: right;
  padding-right: 30px !important;
}

.create_dropdown {
  background-color: var(--white);
  color: var(--button-bg-color);
  border-radius: 100px;
  padding: 5px 15px;
  display: inline-block;
  min-width: 130px;
  text-align: center;
  font-size: 16px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

.back_btn,
.back_btn:hover {
  min-width: unset;
  padding: 6px 15px !important;
  border-radius: 100px;
  color: var(--white);
}

.Envelope_name_table .table> :not(:first-child) {
  border-top: 0px;
}

.Envelope_name_table table thead,
.Envelope_name_table table tbody tr {
  margin: 0px 10px;
}

.templates_page .nav-tabs .nav-item.show .nav-link,
.templates_page .nav-tabs .nav-link.active {
  background: blue;
  color: white;
}

.templates_page .nav-tabs .nav-item.show .nav-link,
.templates_page .nav-tabs .nav-link:hover {
  background: blue;
  color: white;
}

.templates_page .nav-tabs .nav-link {
  margin-bottom: 10px;
  background-color: var(--white);
  color: var(--text-color);
  padding: 15px;
  border: 1px solid #ced4da;
  font-size: 15px;

  border-radius: 0.5rem;
  text-align: left;
}

.templates_page .nav-tabs {
  border-bottom: 0px;
}

.border_radius {
  border-radius: 8px;
}

.bg_white {
  background-color: var(--white);
}

.accordion_style.tab-pane .accordion-button {
  /* border-radius: unset !important; */
  font-size: 26px;
  padding: 0.7rem 1.25rem !important;
}

.step_wizard_button.modal-footer .btn {
  height: 42px;
}

.bg_transparent {
  background-color: transparent !important;
}

.custom_container {
  max-width: 100%;
  margin: auto;
}

.AddTemplate {
  max-width: 1600px;
  width: 100%;
}

.templates_page .request_document_tab .close_btn {
  position: absolute;
  right: 0px;
  top: -13px;
  cursor: pointer;
}

.AddTemplate th .template_Envelope_name:after {
  top: -4px;
}

.AddTemplate table tr {
  border-bottom: 1px solid #ced4da;
}

.AddTemplate .modal-footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  background-color: var(--white);
}

.plus_btn span {
  color: var(--white);
  background-color: var(--blue-color);
  font-size: 17px;
  border-radius: 100px;
  height: 25px;
  width: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.AddTemplate tbody tr .template_Envelope_name:after {
  font-size: 32px;
  top: 14px;
}

.AddTemplate tbody tr .template_Envelope_name {
  padding-left: 45px;
}

.AddTemplate .offcanvas-body .row,
.AddTemplate .offcanvas-body .row>div {
  min-height: 100%;
}

.setting_tab .table_header_wrap .create_user {
  border-radius: 25px;
  min-width: 160px;
  min-height: 45px;
  margin-right: 10px;
}

.setting_tab .table_header_wrap .search_input {
  min-height: 45px;
  min-width: 300px;
}

.password_instruction .green_clr {
  color: var(--blue);
}

.password_instruction .red_clr {
  color: var(--red);
}

.password_instruction ul {
  list-style-type: none;
  padding-left: 0px;
}

.form-switch .form-check-input {
  width: 4em !important;
  height: 2em !important;
}

.setting_tab .form-check-input:checked {
  background-color: var(--blue-color);
  border-color: var(--blue-color);
}

.setting_tab table tr {
  border-bottom: 1px solid #ced4da;
}

.setting_tab table tbody {
  border: 1px solid var(--secondary-color-100);
}

.setting_tab table tr td {
  vertical-align: middle;
}

.setting_tab table tr td,
.setting_tab table tr th {
  padding: 25px !important;
}

.intergation_section .card {
  border: 1px solid #ced4da;
  padding: 20px;
  border-radius: 16px;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.intergation_section .setting_btn {
  background-color: var(--gray);
  color: var(--white);
  border-radius: 50px;

  padding: 10px 15px;
  border: 0;
}

.intergation_section .img_box {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.intergation_section .font_bold {
  font-size: 18px;
}

.overview_Card {
  border-radius: 8px !important;
  margin-bottom: 8vh !important;
}

.create_grp .AddTemplate {
  max-width: 1200px;
  width: 100%;
}

.create_grp .template_Envelope_name {
  padding-left: 0px !important;
}

.create_grp .template_Envelope_name::after {
  display: none;
}

.create_grp .templates_page .request_document_tab .close_btn {
  position: absolute;
  right: 3px;
  top: -7px;
  cursor: pointer;
}

.create_grp table tr th {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.create_grp .search_input span {
  top: 10px;
}

.table i {
  cursor: pointer;
}

@media only screen and (max-width: 992px) {
  .templates_page .bg_white.step_wizard_content {
    padding: 0px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .templates_page .main_wrapper {
    padding: 30px 15px;
  }
}

@media only screen and (min-width: 1910px) {
  .custom_container {
    max-width: 1800px;
    margin: auto;
  }

  .custom_container_portal {
    max-width: 1400px;
    margin: auto;
  }
}

.clientPortal .step_wizard_content .bg_light_auro {
  position: absolute;
  bottom: 15px;
  z-index: 11;
}

.bill-profile-laft {
  max-width: 250px;
  width: 100%;
  float: left;
  font-size: 16px;
  color: #676767;
  padding: 10px;
}

.bill-profile-right {
  font-size: 16px;
  color: #676767;
  padding: 10px;
}

.bill-profile-right button,
.bill-profile-right a {
  width: 100px;
  padding: 0.63rem 15px !important;
  font-size: 16px;
}

.bill-section-heading {
  font-size: 20px;
}

.history-link {
  font-size: 16px;
}

.history-link span {
  font-size: 16px;

  color: #006aee;
}

.Cancel-Renew-header {
  font-size: 26px;
  color: black;
}

.Cancel-Renew-content {
  color: black;
  font-size: 16px;
}

.auto-renew-btn {
  justify-content: center;
}

.auto-renew-btn button {
  height: 47px !important;
  width: 125px !important;
}

.auto-renew-btn button:nth-child(1) {
  background-color: #878787;
  border-color: #878787;
  color: white;
}

.Payment-Edit-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.card-detail {
  border-radius: 50px;
  height: 45px;
}

.mb-40px {
  margin-bottom: 20px;
}

.mb-30px {
  margin-bottom: 30px;
}

.credit-Envelope {
  height: 40px;
  width: auto;
  border: 1px solid #00000020;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 0px 20px;
  float: left;
  margin-right: 25px;
}

.credit-Envelope span,
.credit-sms span,
.Credits-Left,
.Credits-Used {
  padding: 2px 12px;
  background-color: #ecf3fd;
  font-size: 16px;
  color: #006aee;
  border-radius: 7px;
}

.Credits-Used {
  background-color: #fbecea;
  color: #ff3a2a;
}

.credit-sms {
  height: 40px;
  width: auto;
  border: 1px solid #00000020;
  border-radius: 10px;
  align-items: center;
  display: flex;
  font-size: 16px;
  padding: 0px 20px;
}

.pay-button {
  border-radius: 50px;
}

.billing-table th tr td {
  vertical-align: initial !important;
}

.billings {
  padding-top: 13vh !important;
  padding-inline: 6%;
}

.invoice-number {
  color: #006aee;
  font-size: 16px;
}

.invoice-date {
  font-size: 16px;
}

.plan-description p {
  font-size: 16px;
}

.plan-description p:nth-child(1) {
  font-size: 16px;
}

.invoice-amount {
  text-align: center;
  font-size: 16px;
}

.invoice-Status {
  text-align: center;
  line-height: 23px;
  font-size: 16px;
}

.credit-history-table th {
  font-size: 16px;
}

.setting_tab .nav-link.active img,
.setting_tab .nav-link:hover img {
  filter: invert(36%) sepia(99%) saturate(4335%) hue-rotate(210deg) brightness(100%) contrast(99%);
}

.price-plan-table tr,
.price-plan-table th,
.price-plan-table td {
  background-color: white !important;
  border-bottom: none !important;
}

.price-plan-table td:nth-child(1),
.price-plan-table th:nth-child(1),
.price-plan-table td:nth-child(2),
.price-plan-table th:nth-child(2),
.price-plan-table td:nth-child(3),
.price-plan-table th:nth-child(3) {
  border-right: 1px solid rgb(206, 212, 218) !important;
}

.price-plan-table td {
  color: #676767 !important;
}

.price-plan-switch {
  float: left;
  height: 100%;
}

.price-plan-switch input {
  height: 20px !important;
  width: 40px !important;
}

.switch-content {
  line-height: 30px;
  max-width: 330px;
  font-size: 20px;
}

.plan_name {
  color: black;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}

.plan_content,
.plan_price {
  color: #676767 !important;
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.plan_price span {
  font-size: 18px;
  color: black;
}

.plan_price span span {
  font-size: 20px;
}

.updateplan-button {
  padding: 9px 30px;
  border-radius: 50px;
  display: inline-flex;
  margin: auto;
}

.price-select {
  font-size: 14px;
  color: #676767;
  padding: 5.6px 12px !important;
}

.features-true {
  font-size: 18px;
  color: #38cf5b;
}

.features-false {
  color: #eb9c35;
  font-size: 20px;
}

.features-plan-headind {
  font-size: 18px;
  color: #000 !important;
}

.number-plus-minus {
  border: 1px solid rgb(206, 212, 218);
  width: 140px;
  height: 44px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.number-minus-button,
.number-plus-button {
  font-size: 24px;
  border-radius: 4px;
  padding: 8px 5px 8px 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #006aee;
  cursor: pointer;
}

.number-text-box {
  width: 20px;
  font-size: 16px;
  border: none;
  color: #676767;
  text-align: center;
}

.input-user {
  font-size: 16px;
  color: #676767;
  line-height: 45px;
}

.price-table table tr td {
  font-size: 16px;
  color: var(--text-color);
  padding: 15px !important;
  line-height: 1.6em;
}

.price-table table tr th {
  font-size: 18px;

  color: var(--black);
  padding: 20px 15px !important;
}

.price-table .form-select,
.currency {
  border-radius: 20px !important;
  height: 45px;
  padding: 0.35rem 28px;
}

.price-table .price-plan-table {
  border-collapse: collapse;
  overflow: hidden;
}

@media (max-width: 575px) {
  .bill-profile-laft {
    float: none;
    padding-bottom: 0px !important;
  }

  .credit-Envelope {
    padding: 0px 10px;
    margin-right: 0px;
  }

  .credit-sms {
    padding: 0px 10px;
  }
}

/* Admin page */
.search_box_admin_page input {
  margin: 0px 4px;
}

.tooltip-inner {
  background-color: #fff !important;
  box-shadow: unset !important;
  opacity: 1 !important;
  border: 1px solid var(--gray) !important;
  color: var(--black) !important;
}

.tooltip.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: var(--gray) !important;
}

.tooltip.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: var(--gray) !important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--gray) !important;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--gray) !important;
}

.preview-modal-header .nav-link {
  border-radius: 100px;
  margin: 0px 8px;
  font-size: 25px !important;
}

.preview-modal-header .nav-link.active,
.preview-modal-header .nav-link:hover {
  background: blue !important;
  margin: 0px 8px;
  color: white !important;
  font-size: 25px !important;
}

.preview-modal-header .nav-link img {
  filter: invert(1) sepia(99%) saturate(4335%) hue-rotate(210deg) brightness(100%) contrast(99%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: auto;
}

.preview-modal-header .nav-link.active img,
.preview-modal-header .nav-link.active img {
  filter: invert(0%) sepia(0%) saturate(000%) hue-rotate(210deg) brightness(100%) contrast(100%);
}

.mobile_view_portal p,
.mobile_view_portal h6,
.mobile_view_portal .accordion-button,
.mobile_view_portal label,
.laptop_view_portal p,
.laptop_view_portal h6,
.laptop_view_portal .accordion-button,
.laptop_view_portal label {
  font-size: 12px !important;
}

.mobile_view_portal h2,
.laptop_view_portal h2 {
  font-size: 16px !important;
}

.mobile_view_portal .wrapper {
  max-width: 500px;
  height: 775px;
  overflow-y: auto;
  padding-top: 40px;
  border-radius: 50px;
}

.mobile_view_portal {
  max-width: 500px;
  height: 780px;
  background: url("../images/mobile_frame.webp");
  background-size: 100% 780px;
  background-repeat: no-repeat;
  top: 0px;
  bottom: 0px;
  position: relative;
}

.mobile_view_portal .tab-pane .accordion-button,
.laptop_view_portal .tab-pane .accordion-button {
  padding: 0 1.25rem !important;
  height: 34px;
  line-height: normal;
}

.mobile_view_portal .accordion_primary_btn .btn {
  font-size: 14px;
}

.mobile_view_portal .bg_light_blue,
.mobile_view_portal .bg_light_ping,
.mobile_view_portal .bg_light_yellow,
.mobile_view_portal .bg_light_green,
.laptop_view_portal .bg_light_blue,
.laptop_view_portal .bg_light_ping,
.laptop_view_portal .bg_light_yellow,
.laptop_view_portal .bg_light_green,
.bg_light_auro {
  font-size: 10px;
  right: 44px;
  bottom: 4px;
}

.mobile_view_portal .due_days,
.laptop_view_portal .due_days {
  padding: 0px 10px;
}

.mobile_view_portal .due_days img .laptop_view_portal .due_days img {
  width: 15px;
}

.laptop_view_portal {
  max-width: 759px;
  height: 780px;
  background: url("../images/ipad.webp");
  background-size: 100% 780px;
  background-repeat: no-repeat;
  top: 0px;
  bottom: 0px;
  position: relative;
}

.laptop_view_portal .wrapper {
  max-width: 665px;
  height: 608px;
  overflow-y: auto;
  margin-top: 80px !important;
  border-radius: 10px;
  margin: auto;
}

.laptop_view_portal .setting_tab .nav-link {
  font-size: 12px;
}

.mobile_view_portal .contact_client_portal>div {
  flex-wrap: wrap;
}

.mobile_view_portal .tab-pane .user_icon_list {
  flex-wrap: wrap;
}

.download_document span.close_btn {
  position: absolute;
  right: -13px;
  top: -13px;
  cursor: pointer;
  color: var(--black);
  border: none;
  padding: 0px;
  min-height: 0px;
}

.tab_logo_edit i {
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 28px;
}

.offcanvas-body .modal-footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border-top: 2px solid white;
  background-color: white !important;
}

.offcanvas-body {
  padding-bottom: 69px !important;
}

.modal-body .client_portal .nav-link {
  font-size: 0px;
}

.modal-body .client_portal .nav-link.active {
  font-size: 12px;
}

.modal-body .client_portal.setting_tab .nav-link i {
  font-size: 17px;
}

.recipient_page table tr:last-child,
.table-row-border tbody tr:last-child {
  border-bottom: 0;
}

.table-row-border tbody tr {
  border-bottom: 1px solid #ced4da;
}

.min-w-300,
.min-w-300:hover {
  min-width: 300px;
}

.card-selection-pdf-sign i {
  font-size: 60px;
  padding: 15px;
  color: #0d6efd;
}

.fz_14 {
  font-size: 14px;
}

.fz_13 {
  font-size: 13px;
}

.form-builder-dropdown {
  height: 50px;
  padding: 10px 20px 10px 15px;
  font-size: 18px;
  margin-bottom: 10px;
  border-radius: 15px;
  border-color: #ccc;
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.MakeForm .accordion .form-builder-box-border {
  border: 3px solid #bfebf4;
}

/* .circle_ring {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid green;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: green;
  font-size: 14px;
} */

/* 
.react-tooltip {
  background-color: black;
  color: white;
  border-radius: 4px;
  padding: 5px;
} */


/* .video-slider-section {
  padding: 50px 20px;
  background-color: #f9f9f9;
} */

/* .section-description {
  font-size: 1.2rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 3vh;
} */

/* Swiper Styling */
/* .video-slider {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
} */

/* .video-container {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
} */

/* .video-container:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
} */

/* .video-element {
  width: 100%;
  height: 50vh;
  display: block;
  border-radius: 12px;
  background-color: #000;
  object-fit: cover;
} */

/* .video-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(5px);
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 8px;
} */

/* Navigation Buttons */
/* .swiper-button-prev,
.swiper-button-next {
  color: #fafafa !important;
  background-color: rgb(0, 174, 255) !important;
  border-radius: 50%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 16px !important;
} */

/* .swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #555;
  color: #fff;
  transform: scale(1.1);
} */

/* Responsive Design */
@media (max-width: 768px) {

  .user_sidebar-manage button {
    width: 100%;
  }

  .border_right {
    border-right: 0px;
  }

  .section-description {
    font-size: 1rem;
  }

  .video-content {
    font-size: 0.9rem;
  }

  .section-heading {
    font-size: 30px !important;
  }

  /* .nav-two {
    display: flex;
    justify-content: start;
    align-items: start;
    border: none;
    border-radius: 10px;
  } */
}

/* Key Topics Section */
/* .key-topics-container {
  padding: 20px;
} */

/* .key-topics-title {
  font-size: 24px;
  margin-bottom: 20px;
} */

/* .expandable-section-item:last-child {
  border-bottom: none;
}

.expandable-section-header {
  margin: 0;
} */

/* .expandable-section-button {
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: rgba(140, 101, 138, 0.744);
  margin-bottom: 1vh;
  font-weight: 700;
}

.expandable-section-button.active {
  background: linear-gradient(163deg, #fa12e3 11%, #7612fa 26%, #12d0fa 31%);
  background-clip: text;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.expandable-section-content {
  display: none;
  transition: max-height 0.5s ease;
  max-height: 0;
  overflow: hidden;
  font-size: 18px !important;
}

.expandable-section-content.show {
  display: block;
  max-height: 200px;
}

/* Optional: Active state */
/* .expandable-section-button.active+.expandable-section-content {
  display: block;
} */

*/
/* faq home section */
/* .faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
} */

/* .faq-title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
} */

/* .faq-list {
  overflow: hidden;
} */

/* .faq-item {
  border-bottom: 1px solid #ddd;
  background-color: white !important;
}

.faq-item:last-child {
  border-bottom: none;
} */

/* .faq-question {
  width: 100%;
  text-align: left;
  padding-block: 15px;
  font-size: 18px;
  font-weight: normal;
  border: none;
  outline: none;
  cursor: pointer;
} */

/* .faq-answer {
  display: none;
  padding-bottom: 10px;
  font-size: 16px;
  color: #555;
  border-bottom: 1px solid #ddd;
} */

/* .faq-item.active {
  border: 1px solid white;
  width: fit-content;
} */

/* .faq-item.active .faq-answer {
  display: block;
} */

/* .faq-item.active .faq-question {
  font-weight: bold;
} */

/* .faq-answer {
  display: none;
  font-size: 16px;
  color: #555;
} */
/* 
.faq-answer.visible {
  display: block;
} */

/* .sleeves-iocn {
  font-size: 18px !important;
} */

.bi-pencil-fill,
.bi-copy,
.bi-trash {
  font-size: 18px !important;
}

.react-datepicker-wrapper {
  width: 100%;
}

.scanner_id {
  font-size: 1rem;
  word-break: break-word;
  line-height: 1.5;
}

/* Adjustments for smaller screens */
@media (max-width: 576px) {
  .scanner_id {
    font-size: 0.9rem;
    text-align: center;
  }

  .qr-code {
    max-width: 100%;
    margin: 0 auto;
  }
}

/* Adjustments for medium screens */
@media (min-width: 576px) and (max-width: 992px) {
  .scanner_id {
    font-size: 1rem;
  }

  .qr-code {
    max-width: 200px;
  }
}

/* .social-container {
  width: 400px;
} */

/* .social-icons {
  padding: 0;
  list-style: none;
}

.social-icons li {
  display: inline-block;
  margin: 0.15em;
  position: relative;
  font-size: 1.2em;
} */

/* .social-icons i {
  color: #fff;
  position: absolute;
  top: 15px;
  left: 19px;
  transition: all 265ms ease-out;
} */

/* .social-icons a {
  display: inline-block;
} */

/* .social-icons a:before {
  content: " ";
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: block;
  background: var(--section-bg-color);
  transition: all 265ms ease-out;
  transform: scale(1);
} */

/* .social-icons a:hover:before {
  transform: scale(0);
  transition: all 265ms ease-in;
} */

/* .social-icons a:hover i {
  transform: scale(2.2);
  color: var(--section-bg-color);
  background: -webkit-linear-gradient(45deg, #00b5f5, #002a8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 265ms ease-in;
  font-size: 20px;
} */

/* usecase section styling */
/* .feature-box {
  padding: 3vh 10%;
  cursor: pointer;
  border-radius: 12px;
  background-color: #f4f4f4;
  transition: all 0.3s ease;
  height: 180px;
  width: 100% !important;
  display: inline-block;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid rgb(168, 166, 166);
}

.feature-box.active {
  background-color: #d4cfcf !important;
  border: 0px white;
}

.feature-box h5 {
  margin-top: 1vh;
  font-size: 1rem;
} */

/* .parent-slider .slick-track {
  display: flex !important;
  gap: 20px;
} */

/* .parent-slider .slick-slide {
  display: flex;
  justify-content: center;
} */

.content-box {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-inline: auto !important;
}

.usecase_section {
  width: 80%;
}

.custom-img {
  width: 100%;
  max-width: 70% !important;
  object-fit: cover;
  border-radius: 10px;
  margin: 5px;
}

.image-container {
  display: inline-block;
  text-align: center;
}

.feature-box,
.content-slide {
  padding: 20px;
}

/* Home page usecase section slider arrow */
.slick-next:before,
.slick-prev:before {
  color: gray !important;
  height: 20px !important;
  width: 20px !important;
}

.content-box .slick-prev,
.content-box .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  z-index: 10;
}

.content-box .slick-prev {
  left: 10px;
}

.content-box .slick-next {
  right: 10px;
}

/* Parent slider arrows  use case web page*/
/* .parent-slider-prev,
.parent-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
} */

/* .parent-slider-prev {
  left: -45px;
}

.parent-slider-next {
  right: -45px;
} */

/* Child slider arrows */
/* .content-slider-prev,
.content-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
} */

/* .content-slider-prev {
  left: -45px;
} */

/* .content-slider-next {
  right: -45px;
} */

@media (max-width: 768px) {
  /* .parent-slider-prev {
    left: 5px;
  }

  .parent-slider-next {
    right: 5px;
  } */

  /* .content-slider-prev {
    left: 5px;
  }

  .content-slider-next {
    right: 5px;
  } */
}

@media (max-width: 576px) {
  /* .parent-slider-prev {
    left: 5px;
  }

  .parent-slider-next {
    right: 5px;
  } */

  /* .content-slider-prev {
    left: 5px;
  }

  .content-slider-next {
    right: 5px;
  } */
}

/* .svg-height {
  height: 100px;
} */

/* .feature {
  padding: 40px 0;
}

.feature-heading {
  font-size: 60px;
  background: var(--section-heading-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400 !important;
  margin-bottom: 40px;
} */

/* .feature-content {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px !important;
} */

/* .feature-subheading {
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
  margin-bottom: 20px;
} */

/* .feature-author {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

.feature-author-role {
  color: #666;
  margin-bottom: 0;
} */

/* .testimonials-heading {
  margin-bottom: 100px;
  background: var(--section-heading-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 400 !important;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1024px;
  font-style: italic;
  margin-inline: auto;
  font-size: 42px !important;
} */

/* .testimonials-box {
  width: 100%;
  align-items: stretch;
  text-align: center;
  flex-direction: row;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
} */

/* .testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  max-width: 340px;
  text-align: left;
  margin: 18px !important;
  box-shadow: 0px 10px 20px 5px rgba(96, 64, 147, 0.219);
} */

/* .testimonial-text {
  font-size: 16px;
  line-height: 1.5;
} */

/* .testimonial-author {
  flex-direction: row;
  display: flex;
  align-items: center;
  margin-top: 17px;
  text-align: left;
  font-weight: 400;
  margin-top: 20px;
  text-align: left;
  font-weight: 400;
} */

/* .author-image img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #703dc1;
  min-height: 50px;
  min-width: 50px;
  margin-right: 20px;
} */

/* .author-name b {
  background: var(--section-heading-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  display: block;
} */

/* .fetch-keywords-column {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-block: 0 !important;
} */

/* .highlight-keyword {
  background-color: yellow !important;
  color: black !important;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
} */

/* .tv-container {
  position: relative;
  height: 370px;
} */

/* .tv-image {
  width: 100%;
  height: 106%;
  display: block;
} */

/* .screen-content {
  position: absolute;
  top: 18%;
  left: 13%;
  width: 74%;
} */

/* .content-image {
  width: 99%;
  object-fit: cover;
} */

.dropdown-toggle::after {
  display: none !important;
}

.offcanvas-backdrop,
.modal-backdrop {
  display: none !important;
}

/* .cardfeaturesDark {
  background: rgb(245 245 245);
  border-radius: 10px;
  padding: 24px 30px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-block: 20px;
  height: 320px;
  max-height: 400px;
} */

/* .cardfeaturesDark img {
  width: 100px;
  margin-bottom: 16px;
  height: auto;
  min-height: 100px;
} */

/* .cardfeaturesDark h4 {
  font-size: 26px;
  margin-top: 10px;
} */

/* .cardfeaturesDark p {
  font-size: 16px;
  line-height: 24px;
} */

/* .cardfeaturesDark .heading {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
} */

/* ✅ Main container */
.secure-view {
  display: flex;
  width: 100%;
  height: 100vh;
}

/* ✅ PDF Viewer */
.pdf-viewer {
  width: 60%;
  height: 60%;
}

.rpv-default-layout__container {
  border: 4px solid rgb(91, 87, 87);
}

/* ✅ Right Side: Summary Section */
/* .summary-container {
  width: 50%;
  height: 94vh;
  position: fixed;
  right: 0;
  top: 6vh;
  padding: 20px;
  overflow: hidden;
} */

.rpv-default-layout__body {
  padding: 10px !important;
}

/* ✅ Scrollbar Styling */
.summary-box::-webkit-scrollbar {
  width: 8px;
}

.summary-box::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.summary-box::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* ✅ Generate Summary Button Fixed */
.summary-controls {
  width: 100%;
  background: white;
  padding: 10px 0;
  margin-bottom: 15px;
}

/* ✅ Hide Unnecessary Toolbar from PDF Viewer */
.rpv-default-layout__toolbar,
.rpv-default-layout__sidebar--ltr {
  display: none !important;
}

/* ✅ Loading text */
.loading-text {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
}

.voice-icons button {
  background-color: rgb(3, 41, 255);
  outline: none;
  border-radius: 10px;
  padding: 5px 10px;
  margin-left: 2%;
  color: white;
}

.custom-summary-modal {
  position: fixed;
  top: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9999;
  background: white;
  border-radius: 10px;
  width: 98%;
  height: 96%;
}

/* .custom-summary-content {
  display: flex;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
} */

/* Left Section (Document Preview) */
/* .left-section {
  width: 40%;
  padding: 20px;
  border-right: 2px solid #ddd;
  overflow: auto;
} */

/*  PDF Viewer Container */
.pdf-viewer-container {
  width: 100%;
  height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-grow: 1;
  overflow-y: auto;
  border: 2px solid #ddd;
  border-radius: 10px;
  margin-top: 2vh;
}

/* 🎯 PDF Wrapper (Ensures Centering) */
.pdf-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow: hidden;
}

.right-section {
  width: 60%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}

.rpv-default-layout__toolbar {
  display: none !important;
}

.rpv-default-layout__sidebar--ltr {
  display: none !important;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: black;
}

.close-btn:hover {
  color: red;
}

.rpv-default-layout__container {
  border: none !important;
}

@media (max-width: 992px) {

  .left-section,
  .right-section {
    width: 100% !important;
    border-right: none;
  }
}

.summary-box::-webkit-scrollbar,
.pdf-viewer-container::-webkit-scrollbar {
  width: 2px;
}

.summary-box::-webkit-scrollbar-thumb,
.pdf-viewer-container::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.summary-box::-webkit-scrollbar-thumb:hover,
.pdf-viewer-container::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
}

.big-loader {
  width: 50px !important;
  height: 50px !important;
  border-width: 4px;
  color: #007bff;
}

/* Modal Overlay (Background Blur) */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1100;
}

.summary-box h1 {
  font-size: 24px !important;
  margin-top: 5px !important;
}

.summary-box h2 {
  font-size: 22px !important;
}

.summary-box h3 {
  font-size: 20px !important;
  margin-top: 5px !important;
}

.summary-box h4 {
  font-size: 18px !important;
  margin-top: 5px !important;
}

.summary-box p {
  font-size: 16px !important;
  margin-top: 5px !important;
}

.env_input {
  width: 50%;
}

.custom-accordion .accordion-item {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 10px !important;
  overflow: hidden;
}

.custom-accordion .accordion-header {
  background-color: #f8f9fa;
  padding: 0;
  border: none !important;
  border-radius: 0px;
}

.custom-accordion .accordion-button {
  background-color: #f8f9fa;
  color: #333;
  font-weight: 500;
  padding: 15px 20px;
  border: none;
  box-shadow: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #007bff;
}

.custom-accordion .accordion-button:focus {
  box-shadow: none;
}

.custom-accordion .accordion-body {
  padding: 20px;
  background-color: #fff;
  border-top: 1px solid #dee2e6;
}

/* customer portal tab */
.customer_portal_tab .nav-tabs .nav-link.active {
  background: blue;
  color: white;
  border: none !important;
}

.customer_portal_tab .nav-tabs .nav-link {
  border: none !important;
}

.customer_portal_tab .nav-tabs .nav-link:hover {
  background: blue !important;
  color: white !important;
  border: none;
}

.document_table td,
.document_table th {
  padding: 5px !important;
}

.documents-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

.documents-modal-overlay-myfiles {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

.documents-modal-content {
  background: white;
  border-radius: 8px;
  width: 40%;
  height: 90%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.documents-modal-content-my-fils {
  background: white;
  border-radius: 8px;
  width: 90%;
  height: 98%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.documents-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.documents-modal-header h4 {
  margin: 0;
  font-size: 1.25rem;
}

.documents-modal-header button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0 10px;
  color: #333;
}

.documents-modal-header button:hover {
  color: #000;
}

.documents-modal-body {
  padding: 20px;
  flex-grow: 1;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.documents-modal-body .text-center {
  text-align: center;
}

.documents-modal-body .text-center p {
  margin-bottom: 20px;
  color: #666;
}

.documents-modal-body .download-btn {
  display: inline-block;
  padding: 8px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  transition: background-color 0.3s;
}

.documents-modal-body .download-btn:hover {
  background-color: #0056b3;
  color: white;
}

.documents-modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  text-align: right;
  flex-shrink: 0;
}

.documents-modal-footer .close-btn {
  padding: 5px 12px;
  background-color: #6c757d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.documents-modal-footer .close-btn:hover {
  background-color: #5a6268;
}

.modal-backdrop.blurred-backdrop {
  background: rgba(0, 0, 0, 0.7) !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  /* For Safari support */
}

/* Ensure visibility when shown */
.modal-backdrop.blurred-backdrop.show {
  opacity: 1 !important;
}

/* Fallback for  that don't support backdrop-filter */
@supports not (backdrop-filter: blur(5px)) {
  .modal-backdrop.blurred-backdrop {
    background: rgba(0, 0, 0, 0.8) !important;
  }
}

.doc-type-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.doc-type-modal-content {
  background-color: #fff;
  border-radius: 8px;
  width: 500px;
}

.doc-type-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.doc-type-modal-header button {
  border: none;
  background: none;
  cursor: pointer;
}

/* TagModal.css */
.tag-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

.tag-modal-content {
  background: white;
  border-radius: 8px;
  width: 500px;
  max-height: 90vh;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* .documents-modal-content {
    background: white;
    border-radius: 8px;
    width: 90%;
    max-height: 90vh;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
} */

.tag-modal-header {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}

.tag-modal-header h4 {
  margin: 0;
  font-size: 1.25rem;
}

.tag-modal-header button {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0 10px;
  color: #333;
}

.tag-modal-header button:hover {
  color: #000;
}

.tag-modal-body {
  padding: 20px;
  flex-grow: 1;
  overflow-y: auto;
}

.tag-modal-body .mb-3 {
  margin-bottom: 1rem;
}

.tag-modal-body .badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.tag-modal-body .badge .cursor-pointer {
  margin-left: 0.5rem;
  cursor: pointer;
}

.tag-modal-body .form-group {
  margin-bottom: 1rem;
}

.tag-modal-body .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.tag-modal-body .text-danger {
  color: #dc3545;
  font-size: 0.875rem;
}

.tag-modal-footer {
  padding: 15px 20px;
  border-top: 1px solid #eee;
  text-align: right;
  flex-shrink: 0;
}

.tag-modal-footer .close-btn {
  padding: 4px 12px;
  /* background-color: #6c757d; */
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* .tag-modal-footer .close-btn:hover {
   
}
 */

/* admin summary */
.summary-prompt-section {
  position: relative;
}

.summary-prompt-section .custom-modal-summary {
  display: none;
  /* Hidden by default */
}

.summary-prompt-section .custom-modal-summary.showmodal {
  display: block;
  /* Show when showmodal class is added */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
}

.summary-prompt-section .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* Semi-transparent overlay */
  z-index: 1040;
}

.summary-prompt-section .modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1060;
  max-width: 50%;
  height: 450px;
  width: 90%;
}

.summary-prompt-section .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.summary-prompt-section .close-btn {
  font-size: 20px;
  border: none;
  background: none;
  cursor: pointer;
}

.summary-prompt-section .modal-body {
  padding: 15px 0;
}

.summary-prompt-section .modal-footer {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  text-align: right;
}

.summary-prompt-section .modal-footer button {
  margin-left: 10px;
}

.summary-tab .nav-link {
  color: black;
  padding: 10px 20px;
  transition: background 0.3s;
  border: 0px !important;
}

.summary-tab .nav-link.active,
.summary-tab .nav-link:hover {
  background-color: #007bff !important;
  padding: 10px 20px;
  color: white !important;
}

.custom-tooltip {
  position: relative;
}

.custom-tooltip::after {
  content: attr(data-bs-title);
  /* Custom title attribute */
  position: absolute;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
}

.custom-tooltip:hover::after {
  opacity: 1;
  visibility: visible;
}

.nav-item .new {
  position: relative;
  /* Positioning context for the badge */
  text-decoration: none;
  padding: 10px;
  font-weight: 500;
}

.new-badge {
  /* position: absolute; */
  top: -10px;
  right: -15px;
  background-color: #ff0000;
  color: rgb(0, 0, 0) !important;
  font-size: 12px;
  font-weight: bolder;
  padding: 2px 6px;
  border-radius: 50%;
  /* Circular shape */
  transform: rotate(45deg);
  /* Rotate to form a cross-like effect */
  animation: pulse 1.5s infinite;
  /* Add animation */
  margin-inline-start: 5px;
}

.new-badge-recipient {
  position: relative;
  top: -25px;
  right: -100px;
  background-color: #ff4444;
  color: white;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 10px;
  border-radius: 15px;
  /* transform: rotate(45deg);  */
  animation: pulse 1.5s infinite;
  margin-inline-start: 5px;
}

.new-badge-myfiles {
  /* position: absolute; */
  top: -10px;
  right: -15px;
  background-color: #ff0000;
  color: rgb(0, 0, 0) !important;
  font-size: 12px;
  font-weight: bolder;
  padding: 2px 6px;
  border-radius: 50%;
  /* Circular shape */
  transform: rotate(45deg);
  /* Rotate to form a cross-like effect */
  animation: pulse 1.5s infinite;
  /* Add animation */
  margin-inline-start: 5px;
}

/* Pulse Animation */
@keyframes pulse {
  0% {
    transform: scale(1) rotate(45deg);
    box-shadow: 0 0 0 0 rgba(255, 68, 68, 0.7);
  }

  70% {
    transform: scale(1.2) rotate(45deg);
    box-shadow: 0 0 0 10px rgba(255, 68, 68, 0);
  }

  100% {
    transform: scale(1) rotate(45deg);
    box-shadow: 0 0 0 0 rgba(255, 68, 68, 0);
  }
}

/* Ensure NavLink active state doesn’t interfere */
.nav-item.active {
  color: #007bff;
  /* Optional: Change color when active */
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.new-badge {
  animation: pulse 1.5s infinite;
  background-color: #ef4444;
  /* bg-red-500 */
}

/* Hover effect for the card */
.motion-card {
  transition: transform 0.3s ease;
}

.motion-card:hover {
  transform: scale(1.05);
}

/* Sparkles icon styling (using a simple Unicode star as placeholder) */
.sparkles {
  color: #fde047;
  /* text-yellow-300 */
}

.highlighted-keyword {
  background-color: #e6f3ff !important;
  /* Light blue background */
  transition: background-color 0.3s ease;
}

.form-control:focus {
  background-color: #fff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.tags-input-container {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  gap: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  width: 80%;
}

.tags-input-container input {
  border: none;
  outline: none;
  flex-grow: 1;
  min-width: 100px;
}

.tags-input-container .badge {
  display: flex;
  align-items: center;
  gap: 2px;
}

.newslatter-backdrop {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.5);
}

.newslatter-modal .modal-content {
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.myfiles-tab-content {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #e0e0e0;
}

.coming-soon-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sparkles-animation {
  display: flex;
  gap: 8px;
  animation: float 3s ease-in-out infinite;
}

.sparkle {
  font-size: 24px;
  animation: sparkle 1.5s infinite;
}

.sparkle:nth-child(2) {
  animation-delay: 0.5s;
}

.sparkle:nth-child(3) {
  animation-delay: 1s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes sparkle {

  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
}

button {
  cursor: pointer;
  outline: none;
  border: none;
}

.new-badge-myfiles {
  background-color: #1f2937;
  color: #f3f4f6 !important;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 9999px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
}

.new-badge-myfiles:hover {
  background-color: #374151;
  transform: scale(1.05);
}

.sparkles {
  animation: sparkle 1.5s infinite;
}

@keyframes sparkle {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

.is-invalid {
  border: 1px solid red !important;
}

/* Modal Overlay */
.overlay-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1050;
}

/* Modal Container */
.summary-modal {
  background: #fff;
  width: 98%;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 98vh;
  position: fixed;
  z-index: 1100 !important;
}


.header {
  position: relative;
  z-index: 100;
}

.summary-modal-content {
  overflow-y: auto;
  max-height: 95vh;
  z-index: 9999;
}

/* Close Button */
.summary-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

/* Modal Content */
.summary-modal-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-inline: 20px !important;
  z-index: 9999;
}

/* Preview & Summary Sections */
.preview-section,
.summary-section {
  flex: 5;
}

/* PDF Viewer */
.pdf-container {
  min-height: 300px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  max-height: 450px;
  max-width: 60%;
  margin-inline: auto;
}

/* Summary Box */
.summary-box {
  overflow-y: auto;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-height: 550px;
  max-height: 550px;
  overflow-y: scroll;
}

/* Summary Controls */
.summary-controls {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Voice Control */
.voice-controls {
  text-align: center;
}

/* Gemini AI Logo */
.gemini-logo {
  width: 40px;
  height: auto;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .summary-modal-body {
    flex-direction: row;
  }

  .summary-controls {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pdf-container {
    min-height: 200px;
    overflow-y: auto;
    border: 1px solid #ddd;
    border-radius: 5px;
    max-height: 450px;
    max-width: 90%;
    min-width: 90%;
    margin-inline: auto;
  }

  .summary-box {
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    min-height: 150px;
  }

  .documents-modal-content {
    border-radius: 8px;
    width: 98%;
    height: 98%;
  }
}

/* Overlay: Modal Background */
.document-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal Container */
.document-modal-content {
  background: #fff;
  border-radius: 12px;
  height: 90% !important;
  width: 50% !important;
  max-width: 90% !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease-in-out;
}

/* Modal Header */
.document-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #ddd;
}

/* Close Button */
.document-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}

.document-close-btn:hover {
  color: #000;
}

/* Modal Footer */
.document-modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px;
  border-top: 1px solid #ddd;
}

/* Save Button */
.document-save-btn {
  background-color: #007bff;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.document-save-btn:hover {
  background-color: #0056b3;
}

/* Cancel Button */
.document-cancel-btn {
  background-color: #6c757d;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.document-cancel-btn:hover {
  background-color: #5a6268;
}

/* Loading Spinner */
.document-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}

/* Modal Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.upload-date-cell {
  position: relative;
}

.upload-date-cell:hover::after {
  content: attr(title);
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
}

.my_files .offcanvas {
  min-width: 50%;
}

.preview-section {
  padding: 20px;
  max-height: 80vh;
  overflow-y: auto;
}

.docx-content {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.image-preview img {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  background-color: #f9f9f9;
}


.keyword-item {
  margin: 2px;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}

.badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  margin: 2px;
}

.section-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.field-container {
  position: relative;
}

.field-label {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 6px;
  font-weight: 500;
}

.form-control,
.form-select {
  border-radius: 8px;
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
}

.info-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  cursor: help;
}

.textarea-icon {
  top: 40px;
  transform: none;
}

.error-text {
  color: #dc3545;
  font-size: 0.8rem;
  margin-top: 4px;
  display: block;
}

.upload-container {
  background: white;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.upload-dropzone {
  border: 2px dashed #ccc;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
}

.upload-dropzone.dragging {
  border-color: #007bff;
  background: #f0f7ff;
}

.upload-icon i {
  font-size: 2.5rem;
  color: #007bff;
}

.custom-btn {
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 500;
}

.btn-primary {
  background: #007bff;
  border: none;
}

.btn-outline-secondary {
  border-color: #ccc;
  color: #666;
}

.section-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.section-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.text-primary {
  color: #007bff !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.selected {
  background-color: #e0f7fa;
  border-color: #007bff;
  box-shadow: 0 4px 6px rgba(0, 123, 255, 0.1);
}

.mode-option:hover {
  background-color: #f5f5f5;
  transition: background-color 0.3s ease;
}

.step-wizard-content {
  background-color: #f8f9fa;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.card {
  transition: all 0.3s ease;
}

.card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.hover-effect:hover {
  background-color: #f0f0f0;
  border-color: #007bff;
}

.upload-dropzone {
  border: 2px dashed #ced4da;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.upload-dropzone.dragging {
  background-color: #e9ecef;
  border-color: #007bff;
}

.upload-dropzone .upload-icon {
  color: #007bff;
}

.dashed-border {
  border-style: dashed !important;
}

.btn-lg {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem;
}

.step-wizard-button {
  position: sticky;
  bottom: 0;
  z-index: 1000;
}

.toggle-container {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.toggle-switch {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toggle-switch span {
  font-weight: 500;
  color: #666;
  transition: color 0.3s;
}

.toggle-switch span.active {
  color: #000;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 26px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 3px;
  bottom: 3px;
  background-color: black;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked+.slider {
  background-color: #ccc;
}

input:checked+.slider:before {
  transform: translateX(24px);
}


.uploaded-files {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.file-card {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 12px 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  transition: box-shadow 0.2s ease;
  cursor: grab;
}

.file-card:active {
  cursor: grabbing;
}

.file-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.file-details {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.file-name {
  font-weight: 500;
  font-size: 16px;
  color: #333;
}

.file-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.action-icon {
  font-size: 18px;
  color: #555;
  cursor: pointer;
  transition: color 0.2s ease;
}

.action-icon:hover {
  color: #007bff;
}

.file-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-index {
  font-weight: 600;
  color: #555;
  min-width: 24px;
}

.document-viewer-container {
  background-color: #f8f9fa;
  z-index: 1050;
  overflow: hidden;
  height: 92vh;
  margin-top: 8vh;
}

/* Document Preview Section */
.document-preview-section {
  display: flex;
  flex-direction: column;
  background: white;
  border-right: 1px solid #e0e0e0;
  overflow: hidden;
  padding: 10px;
}

.document-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.document-preview-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
}

.document-preview-content {
  overflow: auto;
  background: #f9f9f9;
  border-radius: 6px;
  transition: transform 0.2s ease;
  transform-origin: top left;
  height: calc(92vh - 150px);
}

.pdf-container,
.docx-content {
  width: 100%;
  height: 100%;
}

.image-preview {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.document-image {
  max-height: 80vh;
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.document-loading,
.document-error,
.document-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #7f8c8d;
}

.download-link {
  color: #3498db;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
}

.download-link:hover {
  text-decoration: underline;
}

/* Summary Section */
.summary-section {
  flex: 1;
  background: white;
  display: flex;
  flex-direction: column;
  border-left: 1px solid #e0e0e0;
  transition: all 0.3s ease;
  overflow: hidden;
}

.summary-section.collapsed {
  width: 60px;
}

.summary-header h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  color: #2c3e50;
  display: flex;
  align-items: center;
}

.summary-header .icon {
  margin-right: 10px;
  color: #9b59b6;
}

.close-btn {
  color: #7f8c8d;
  padding: 5px;
}

.close-btn:hover {
  color: #e74c3c;
}

.summary-tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(92vh - 200px);
}

.tab-buttons {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
}

.tab-btn {
  padding: 10px 15px;
  background: none;
  border: none;
  border-bottom: 2px solid transparent;
  font-size: 0.9rem;
  font-weight: 500;
  color: #7f8c8d;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.tab-btn:hover {
  color: #3498db;
}

.tab-btn.active {
  color: #3498db;
  border-bottom-color: #3498db;
}

.tab-content-sleeve {
  flex: 1;
  overflow: auto;
  padding-inline: 10px;
  height: 100%;
  padding: 20px;
}

.summary-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.summary-content h1 {
  font-size: 24px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
}

.summary-content h2 {
  font-size: 22px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
}

.summary-content h3 {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
}

.summary-content h4 {
  font-size: 19px !important;
  font-weight: bold !important;
  margin-bottom: 10px !important;
}

.timeline-date {
  font-weight: bold;
  min-width: 100px;
  color: #3498db;
}

.timeline-content {
  flex: 1;
}

.summary-actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.generate-btn {
  margin: 20px;
  background: linear-gradient(90deg, #3498db, #9b59b6);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.timeline-item {
  display: flex;
  margin-bottom: 15px;
  padding-block: 10px;
  border-bottom: 1px dashed #e0e0e0;
  align-items: flex-start;
}

.timeline-entry {
  display: flex;
  width: 100%;
  position: relative;
}

.timeline-date {
  font-weight: bold;
  color: #3498db;
  margin-bottom: 5px;
}

.timeline-event {
  flex: 1;
  color: #2c3e50;
  margin-bottom: 5px;
}

.set-reminder-btn {
  position: absolute;
  right: 0;
  top: 0;
  align-self: flex-end;
  margin-top: 0;
}

.reminder-settings-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.custom-frequency-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.form-check {
  margin-bottom: 0.5rem;
}

.reminder-modal-blur {
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.1);
}

.modal-dialog-centered {
  max-width: 500px;
}

.summary-content-formatted {
  padding: 15px;
}

.summary-section {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.summary-section:last-child {
  border-bottom: none;
}

.summary-section-title {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.summary-section-body p {
  margin-bottom: 8px;
  line-height: 1.5;
  color: #34495e;
}

.timeline-item {
  margin-bottom: 15px;
  padding: 10px;
  background: #f8f9fa;
  border-radius: 5px;
}

.timeline-date {
  font-weight: bold;
  color: #2c3e50;
  margin-bottom: 5px;
}

.timeline-event {
  color: #34495e;
}

.terms-content {
  padding: 15px;
  line-height: 1.6;
}

.terms-content p {
  margin-bottom: 10px;
}

.kiJKRu {
  display: none !important;
}


.header-container {
  height: 100vh;
  overflow: hidden;
}

.sidebar {
  background-color: #ffffff;
  border-right: 1px solid #dee2e6;
  transition: width 0.3s ease;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 1000;
}

.sidebar .closed {
  padding: 5px 0;
  width: 65px;
}

.sidebar .open {
  padding: 5px 0;
  width: 230px;
}

.sidebar .nav-link {
  color: #333;
  font-weight: 500;
  text-decoration: none;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 170px;
}

.sidebar .nav-link:hover,
.sidebar .nav-link.active {
  color: #007bff;
  background-color: #c6c3c3;
  border-radius: 4px;
  width: 160px;
}

.badge {
  font-size: 0.65rem;
  padding: 2px 6px;
}

.header-wrapper {
  display: flex;
  min-height: 100vh;
}

.sidebar-header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 10px 15px;
  min-height: 60px;
}

.sidebar-header .toggle-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  padding: 5px;
  border-radius: 4px;
  border: none;
  left: 27px;
}

.sidebar-header .toggle-btn:hover {
  background: transparent !important;
}

.sidebar-header h4 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
  color: #333;
  transition: opacity 0.3s ease;
}

.sidebar-header .d-closed {
  font-size: 1.5rem;
  width: 20px;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.sidebar .nav {
  flex-grow: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .nav-item {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.sidebar .nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}


.nav-label {
  font-size: 1rem;
  color: #333;
  white-space: nowrap;
}

.sidebar-footer {
  border-top: 1px solid #dee2e6;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.sidebar-footer .position-relative {
  display: flex;
  align-items: center;
  position: relative;
}

.sidebar-footer .badge {
  top: -5px;
  right: -5px;
  font-size: 0.6rem;
  padding: 2px 5px;
}

.sidebar-footer .d-flex.flex-column>* {
  margin: 5px 0;
  text-align: center;
}

.sidebar-footer .d-flex.flex-column .position-relative {
  justify-content: center;
}

.d-none {
  display: none !important;
}

.toggle-btn:focus {
  outline: none;
  box-shadow: none;
}

.sidebar.closed .nav-link {
  padding: 0px 15px;
  ;
  justify-content: center;
  width: 50px;
}

.sidebar.closed .nav-icon {
  margin-right: 0;
}

.sidebar.closed .sidebar-footer {
  justify-content: center;
}

.sidebar.closed .sidebar-footer .position-relative {
  margin: 5px 0;
}

.sidebar-footer .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-footer .badge {
  top: -5px !important;
  right: -8px;
  font-size: 0.6rem;
  padding: 2px 5px;
}

.dropdown-toggle-custom {
  white-space: nowrap;
  max-width: 120px;
}

.sidebar.closed .sidebar-footer {
  flex-direction: column;
  gap: 10px;
}

.sidebar.closed .dropdown-toggle-custom span {
  display: none !important;
}

.dashboard-layout {
  display: flex;
  height: 100vh;
  width: 100%;
  position: relative;
}

.sidebar {
  transition: width 0.3s ease;
  background: #fff;
  border-right: 1px solid #ccc;
  height: 100vh;
  position: relative;
}

.main-content {
  transition: all 0.3s ease;
  flex-grow: 1;
  overflow-x: hidden;
  height: 100vh;
}

.main-content .sidebar-open {
  width: 100%;
}

.main-content .sidebar-closed {
  width: 100%;
}

.custom-dropdown-menu {
  width: 220px !important;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0;
}

.sidebar {
  background-color: #f8f9fa;
}

.sidebar .nav-link {
  color: #333;
  transition: background-color 0.3s;
}

.dropdown-container {
  position: relative;
}

.dropdown-wrapper {
  position: relative;
}

.submenu-container {
  margin-left: 15px;
  color: black;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
}

.submenu-item {
  display: flex;
  align-items: center;
  padding: 8px;
  width: 100%;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}

.submenu-item:hover,
.submenu-item.active {
  background: #cad1d7;
}

.submenu-icon {
  margin-right: 10px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
}


.sidebar-footer {
  padding: 15px;
  border-top: 1px solid #e0e0e0;
  position: relative;
}

.sidebar-footer.open {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-footer.closed {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.footer-icons {
  display: flex;
  gap: 15px;
}

.icon-badge {
  position: relative;
  cursor: pointer;
}

.icon-badge .badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background: #dc3545;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.user-profile {
  position: relative;
}

.user-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #007bff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}

.user-dropdown {
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 250px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 15px;
  z-index: 101;
  margin-bottom: 10px;
}

.dropdown-header {
  margin-bottom: 15px;
}

.company-name {
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.user-info {
  display: flex;
  gap: 10px;
}

.avatar-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #007bff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
}

.user-details {
  flex-grow: 1;
}

.user-name {
  font-weight: 500;
  margin-bottom: 2px;
}

.user-email {
  font-size: 12px;
  color: #666;
  margin-bottom: 5px;
}

.profile-link {
  color: #007bff;
  font-size: 12px;
  text-decoration: none;
}

.profile-link:hover {
  text-decoration: underline;
}

.logout-btn {
  width: 100%;
  padding: 8px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
}

.logout-btn:hover {
  background: #e9ecef;
}

.user-profile-dropdown {
  width: 280px;
  background: white;
  z-index: 1000;
  animation: fadeIn 0.2s ease-in-out;
}

.user-login-btn {
  cursor: pointer;
  transition: all 0.2s;
}

.user-login-btn:hover {
  transform: scale(1.05);
}

.user-icon {
  transition: all 0.2s;
}

.user-icon-large {
  flex-shrink: 0;
}

.user-details {
  flex: 1;
  min-width: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.user-profile-dropdown {
  background: white;
  animation: fadeIn 0.2s ease-in-out;
  top: 100%;
  margin-top: 5px;
}

@media (max-width: 768px) {
  .user-profile-dropdown {
    position: fixed;
    right: 10px !important;
    left: auto !important;
  }
}


/* SummaryContent.css */

/* Backdrop with blur effect */
.custom-modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

/* Modal container */
.custom-modal {
  max-width: 600px;
  width: 90%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* Modal content */
.custom-modal-content {
  display: flex;
  flex-direction: column;
}

/* Modal header */
.custom-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #dee2e6;
  background: #f8f9fa;
}

/* Modal title */
.custom-modal-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

/* Close button */
.custom-modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #6c757d;
}

.custom-modal-body {
  padding: 20px;
  max-height: 60vh;
  overflow-y: auto;
}

.custom-modal-footer {
  display: flex;
  justify-content: flex-end;
  padding: 15px 20px;
  border-top: 1px solid #dee2e6;
  background: #f8f9fa;
}

.custom-modal-button {
  padding: 8px 16px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 1rem;
}

.custom-modal-button.secondary {
  background: #6c757d;
  color: #fff;
}

.custom-modal-button.secondary:hover {
  background: #5a6268;
}

@media (max-width: 576px) {
  .custom-modal {
    width: 95%;
  }
}

.custom-summary-modal {
  width: 800px;
  height: 600px;
  max-height: 600px;
  display: flex;
  flex-direction: column;
}

.summary-section {
  overflow-y: auto;
}

.summary-block {
  background: #f9f9f9;
  border-left: 4px solid #0d6efd;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 6px;
}

.summary-block h6 {
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  color: #0d6efd;
}

.summary-block p {
  margin: 0;
  font-size: 14px;
  color: #333;
}

.custom-modal-backdrop {
  background: rgba(0, 0, 0, 0.4);
  z-index: 1050;
}

.summary-section {
  min-height: 100%;
}

.summary-block {
  margin-bottom: 20px;
}

.button-container {
  position: relative;
  margin-top: 20px;
  text-align: center;
}

.generate-button {
  background-color: #00a3a3;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  border-radius: 5px;
}

.generate-button:hover {
  background-color: #008080;
}

.summary-container {
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}


.summary-header h2 {
  margin: 0;
  font-size: 1.5em;
  color: #333;
  display: flex;
  align-items: center;
}

.summary-header .tabs {
  display: flex;
  gap: 10px;
  background: #f0f0f0;
  padding: 5px;
  border-radius: 5px;
}

.tab {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.9em;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.tab.active {
  color: #00a3a3;
  background: #fff;
  border-bottom: 2px solid #00a3a3;
}

.summary-content {
  padding: 20px;
  min-height: 200px;
  overflow-y: auto;
}

.summary-block {
  margin-bottom: 20px;
}

.summary-block h6 {
  margin: 0 0 10px 0;
  font-size: 1.1em;
  color: #00a3a3;
}

.summary-block p {
  margin: 0;
  line-height: 1.6;
  color: #444;
}

.summary-actions .action-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  font-size: 0.9em;
  color: #333;
  transition: background 0.3s;
}

.summary-actions .action-btn svg {
  margin-right: 5px;
}

.summary-container {
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}


.summary-header h2 {
  margin: 0;
  font-size: 1.5em;
  color: #333;
  display: flex;
  align-items: center;
}

.summary-header .tabs {
  display: flex;
  gap: 10px;
  background: #f0f0f0;
  padding: 5px;
  border-radius: 5px;
}

.tab {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.9em;
  color: #666;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  border-radius: 3px;
}

.tab.active {
  color: #00a3a3;
  background: #fff;
  border-bottom: 2px solid #00a3a3;
}

.summary-content {
  padding: 20px;
  min-height: 200px;
  overflow-y: auto;
}

.summary-block {
  margin-bottom: 20px;
}

.timeline-list {
  background: #f9f9f9;
  border-radius: 5px;
  padding: 10px;
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.summary-actions .action-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border: 1px solid #dee2e6;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  font-size: 0.9rem;
  height: 100%;
  width: 100px;
  justify-content: center;
}

.action-btn:hover {
  background-color: #f8f9fa;
}

.summary-actions .action-btn svg {
  margin-right: 5px;
}

.custom-modal-backdrop {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.modal-body {
  flex: 1;
  padding: 20px;
  overflow-y: auto;
  background: #fff;
}

.modal-footer {
  padding: 15px;
  border-top: 1px solid #dee2e6;
  background: #f5f5f5;
  display: flex;
  justify-content: flex-end;
}

.btn-close {
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
}

.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

.doc-view-container {
  height: 100vh;
  display: flex;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.doc-preview-section {
  width: var(--panel-width, 50%);
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  flex-shrink: 0;
}

.doc-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #dee2e6;
}

.doc-title {
  margin: 0;
  font-weight: bold;
}

.doc-actions {
  display: flex;
  gap: 5px;
}

.action-spacer {
  margin-left: 5px;
}

.doc-preview-content {
  flex: 1;
  overflow: auto;
  background-color: #f8f9fa;
}

.doc-loading {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.progress-bar-width {
  width: 80%;
}

.loading-text {
  margin-top: 10px;
}

.pdf-viewer {
  height: 100%;
  width: 100%;
  transform-origin: top center;
}

.pdf-viewer-height {
  height: 100%;
}

.doc-error {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.download-btn {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.docx-content {
  height: 100%;
  overflow: auto;
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transform-origin: top center;
}

.image-viewer {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.image-fit {
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
}

.markdown-content {
  background-color: white;
  padding: 20px;
  height: 100%;
  overflow: auto;
}

.doc-empty {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.resize-handle {
  width: 10px;
  height: 100%;
  background-color: #f0f0f0;
  cursor: col-resize;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.resize-bar {
  width: 2px;
  height: 40px;
  background-color: #ccc;
  border-radius: 2px;
}

.summary-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: #f8f9fa;
}

.summary-header {
  padding: 15px;
  border-bottom: 1px solid #dee2e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}

.summary-title {
  margin: 0;
  font-weight: bold;
  font-size: 1.25rem;
}

.tab-nav {
  display: flex;
  border-bottom: 1px solid #dee2e6;
  height: 50px;
  /* Fixed height for tabs */
}

.tab-button {
  flex: 1;
  padding: 10px;
  border: none;
  background-color: white;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.95rem;
  transition: background-color 0.3s;
}

.tab-button.tab-active {
  background-color: #f8f9fa;
  border-bottom: 2px solid #0d6efd;
  font-weight: bold;
}

.icon-spacing {
  margin-right: 5px;
}

.tab-content-area {
  flex: 1;
  overflow: auto;
  background-color: #f8f9fa;
}

.loading-spinner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.spinner-text {
  margin-top: 10px;
}

.timeline-list {
  padding: 10px;
}

.timeline-entry {
  padding: 15px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.timeline-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timeline-date {
  font-weight: bold;
  color: #0d6efd;
}

.timeline-event {
  margin-top: 5px;
}

.reminder-btn {
  margin-left: 10px;
}

.no-timeline {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  color: #6c757d;
}

.markdown-display {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.action-bar {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  height: 40px;
}

.action-btn {
  margin-left: 5px;
}

.summary-empty {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
}

.generate-btn-container {
  padding: 10px;
}

.generate-btn {
  width: 100%;
}

.generate-text {
  margin-left: 5px;
}

.reminder-modal {
  /* Bootstrap Modal styling will handle this */
}

.modal-header-custom {
  border-bottom: 0;
  padding-bottom: 0;
}

.modal-title-custom {
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #0d6efd;
}

.modal-body-custom {
  padding: 20px;
}

.reminder-date,
.reminder-event,
.reminder-settings,
.reminder-email,
.reminder-note {
  margin-bottom: 15px;
}

.label-custom {
  font-weight: bold;
  color: #6c757d;
  margin-bottom: 5px;
}

.date-display,
.event-display {
  padding: 10px;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.date-text,
.event-text {
  margin: 0;
}

.date-placeholder,
.event-placeholder {
  margin: 0;
  color: #6c757d;
}

.settings-container {
  margin-top: 10px;
}

.checkbox-custom {
  margin-bottom: 10px;
}

.custom-frequency {
  margin-top: 10px;
}

.frequency-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.frequency-col {
  flex: 1;
}

.input-custom {
  width: 70px;
  margin-right: 50px;
}

.select-custom {
  width: 100%;
}

.textarea-custom {
  max-height: 100px;
  overflow: auto;
}

.modal-footer-custom {
  border-top: 0;
}

.cancel-btn,
.save-btn {
  margin: 0 5px;
}


/* Responsive Adjustments */
@media (max-width: 768px) {
  .summary-panel {
    height: auto;
    min-height: 100vh;
  }

  .tab-nav {
    height: auto;
    flex-wrap: wrap;
  }

  .tab-button {
    flex: 1 0 33.33%;
    padding: 8px;
  }

  .action-bar {
    flex-wrap: wrap;
    height: auto;
  }

  .action-btn {
    width: 90px;
    margin-bottom: 10px;
  }
}

.editorContainer {
  padding: 20px;
  /* height: 100vh; */
  overflow-y: hidden;
}

.ediotrHeading {
  color: gray;
  font: truncating;
  /* margin-bottom: 10px !important; */
  font-size: 20px;
}

.content {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 16px;
  min-height: 400px;
  font-size: 16px;
  line-height: 1.6;
}

.content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
}

.content table th,
.content table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

.content table th {
  background: #f5f5f5;
}

.loading,
.error {
  text-align: center;
  padding: 20px;
  color: #666;
}

.content {
  font-size: 12pt;
  line-height: 1.5;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: justify;
}

.toolbar {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.content-editor-box {
  height: 80vh;
  overflow: auto;
  font-size: 12pt;
  line-height: 1.5;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: justify;
}

.toolbarButton {
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

.toolbar-btn-active {
  background-color: #e0e0e0;
}

.loading {
  text-align: center;
  padding: 20px;
}

.bg-primary {
  background-color: #007bff;
}

.toolbar {
  background-color: #f8f9fa;
  gap: 5px;
}

.toolbar .toolbar-btn.active {
  background-color: #0d6efd;
  color: white;
}

.toolbar input[type="color"] {
  border: 1px solid #ced4da;
  cursor: pointer;
}

.toolbar select {
  cursor: pointer;
}

.toolbar button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.commented-text {
  background-color: #fff3cd;
  padding: 2px;
  border-radius: 3px;
}


.custom-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: white;
  color: dark;
  font-size: 14px;
  padding: 8px 14px;
  border: 1px solid gray;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}

.custom-download-btn:hover {
  background-color: gray;
  color: white;
  border-color: gray;
}

.custom-download-btn i {
  font-size: 16px;
}

.login-page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #f5f7fa;
}

.login-header {
  padding: 20px 40px;
  background-color: #fff;
}

.docusafe-logo {
  height: 40px;
}

.login-container {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.login-box {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
}

.login-title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}

.admin-login label {
  margin-bottom: 5px !important;
  margin-top: 15px !important;
}

.adminlogin-docusafe-logo {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 24px !important;
  width: 250px;
}

.admin-login-btn {
  width: 100%;
  padding: 8px 0;
  border: none;
  border-radius: 4px;
  background: #393f7b;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: background 0.2s;
}

.admin-login input {
  width: 100%;
  padding: 10px 12px !important;
  border: 2px solid #e2e8f0;
  background-color: white;
  font-size: 1rem;
  transition: all 0.2s ease;
  box-shadow: var(--input-shadow);
  border-radius: 8px !important;
  margin-bottom: 8px;
  outline: none;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 5px;
  display: block;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 14px;
  box-sizing: border-box;
}

.form-control:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.password-group {
  position: relative;
}

.forget-password {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #007bff;
  text-decoration: none;
}

.forget-password:hover {
  text-decoration: underline;
}

.login-btn {
  width: 100%;
  padding: 12px;
  background-color: #1a3c6d;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
}

.login-btn:hover {
  background-color: #153258;
}

.register-link {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
  color: #666;
}

.register-link a {
  color: #007bff;
  text-decoration: none;
}

.register-link a:hover {
  text-decoration: underline;
}

.text-danger {
  font-size: 12px;
  color: #dc3545;
  margin-top: 5px;
}

.chat-icon {
  position: fixed;
  bottom: 20px;
  left: 20px;
}

.chat-circle {
  width: 50px;
  height: 50px;
  background-color: #8b5cf6;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.page-loading img {
  width: 50px;
  height: 50px;
}