@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Goldman:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/*General Css*/

:root {
  --accent: #2563eb;
  --accent-light: #dbeafe;
  --surface: #ffffff;
  --surface-2: #f8fafc;
  --border: #e2e8f0;
  --text-primary: #0f172a;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --tag-high: #fee2e2;
  --tag-high-text: #dc2626;
  --tag-pending: #fef3c7;
  --tag-pending-text: #b45309;
  --tag-dept: #fef3c7;
  --tag-dept-text: #b45309;
  --do-color: #2563eb;
  --so-color: #7c3aed;
  --hod-color: #d97706;
  --ac-color: #059669;

      --accent-hover: #1d4ed8;
      --bg: #f3f6fb;
      --pending-color: #f59e0b;
      --pending-bg: #fffbeb;
      --approved-color: #10b981;
      --approved-bg: #ecfdf5;
      --high-color: #ef4444;
      --high-bg: #fef2f2;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif !important;
}

/* .btn.btn-primary{
    padding: 12px 40px;
    border-radius: 25px;
}

.btn.btn-warning{
    padding: 12px 40px;
    border-radius: 25px; 
}  */

.padding-right-0 {
  padding-right: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.form-input-group {
  position: relative;
}

.login_form_control {
  padding-left: 45px !important;
}

.inputIMG {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.printRow {
  padding: 10px 0px 15px 0px;
  align-items: center;
}

.dataTables_info {
  padding: 15px 0px 10px 0px;
}

.dataTables_paginate {
  padding: 15px 0px 10px 0px;
}

.print_btn {
  padding: 12px 40px;
  border-radius: 25px;
}

table {
  /* overflow: hidden; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

table thead {
  background-color: #001432bd;

  th {
    color: #fff !important;
  }
}

label {
  color: #000000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding-left: 6px;
}

textarea.form-control {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
  padding: 12px 25px;
}

a.btn-sf-green {
  background: #1e3a8a;
  color: #fff;
  padding: 0.65rem 1.27rem;
  border-radius: 6px;
}
a.btn-sf-green:hover {
  background: #2f54ba;
}
button.btn-sf-green {
  background: #1e3a8a;
  color: #fff;
  padding: 0.65rem 1.27rem;
  border-radius: 6px;
}
.btn-sf-orange {
  background: #ef6c00;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.btn.btn-secondary {
  background: #dd9b101a;
  border: 1px solid #dd9b104d;
  color: #000000;
  padding: 12px 40px;
  border-radius: 25px;
}

button.btn-sf-green:hover {
  background: #2f54ba;
  color: #fff;
}
.btn-sf-orange:hover {
  background: #d18f03;
  color: #fff;
}
.btn.btn-sf-red {
  border: 1px solid #e6e6e6;
  background: #eeeded;
  color: #00000080;
  padding: 12px 40px;
  border-radius: 25px;
}

.btn.btn-sf-primary {
  background-color: rgba(91, 115, 232, 0.25);
  border-color: rgba(91, 115, 232, 0.25);
  color: #5b73e8;
  padding: 12px 40px;
  border-radius: 25px;
}

.btn.btn-sf-danger {
  background-color: rgba(244, 106, 106, 0.25);
  border-color: rgba(244, 106, 106, 0.25);
  color: #f46a6a;
  padding: 12px 40px;
  border-radius: 25px;
}

.btn.btn-sf-red:hover {
  background: #eeeded;
}
fieldset {
  background-color: #f9f8f5;
  border: 1px solid #ececed;
  margin: 0.6rem 0 1.5rem;
  padding: 1rem 1.3rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
legend {
  padding: 0 12px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-top: -31px;
  display: inline !important;
  background: #fff;
  width: auto;
  margin-bottom: 0.8rem;
  background-image: linear-gradient(
    to right,
    rgb(60, 165, 92) 0%,
    rgb(181, 172, 73) 51%,
    rgb(60, 165, 92) 100%
  );
  border-radius: 10px;
  color: #fff;
}
.form-check {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0;
}
.form-check label {
  margin: 0;
  padding: 0 5px;
}
.form-group {
  margin: 0 0 1.2rem;
}
.btn.btn-sf-green:active {
  background: #158b52;
}
.btn-sf-green a {
  color: #fff;
}
button.modal-close {
  background: #d65c5c;
  padding: 7px 12px;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.table-card-list {
  border-spacing: 0 12px !important;
}

.dropzone {
  border: 1px dashed #cfcfcf;
  background-color: #f9fafc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/*Page Top Bar*/

.admin-avatar-btn {
  display: flex;
  align-items: center;
}
.admin-avatar-btn i.avatar {
  background: #dd9b10;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
}
.noti-icon .badge {
  background: #bd8309 !important;
}
.noti-icon i {
  color: #1f572f;
}

/* .badge{
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
} */

/*Login Header*/

.login-header {
  background: white;
  max-height: 90px;
  height: 100vh;
  position: relative;
  top: 2rem;
  z-index: 1;
}
a.login-header-left {
  display: inline-flex;
  align-items: center;
}
.login-header-left img {
  height: 90px;
  filter: grayscale(1);
}
a.login-header-left h4 {
  margin: 0 0 0 0.6rem;
  font-size: 1.5rem;
  letter-spacing: -0.2px;
  line-height: 27px;
}
h4 span {
  display: block;
  font-size: 1.1rem;
}
.login-header-right {
  display: flex;
  align-items: center;
  justify-content: right;
}
.login-header-right h5 {
  margin: 0 0.5rem 0 0;
}
.login-header-right h5 span {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
.login-header-right img {
  height: 90px;
}

/*Login Form Row*/

.logo_img_icai {
  width: 350px;
}

.login-left h2 {
  color: #ef6c00;
  font-size: 2rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.login-left h4 {
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 45px;
  font-weight: 600;
}
.login-left p {
  font-size: 17px;
  font-weight: 400;
  padding-top: 5px;
  color: #d8d2d2;
}
.login-left h4 span {
  display: block;
  font-size: 1.7rem;
  font-weight: 400;
}
.login-row {
  align-items: center;
  justify-content: right;
  position: relative;
  z-index: 1;
  height: calc(100vh / 1 - 0px);
}
.login-row .card {
  border-radius: 20px;
  width: 90%;
}
.login-type {
  padding: 0.8rem;
  border-bottom: solid 1px #e4e4e4;
  margin: 1rem 0;
  background: #f0f0f0;
}
.login-type button {
  border: solid 1px #cecece;
  background: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 6px;
  margin-right: 5px;
  box-shadow: 2px 1px 4px 0px rgb(7 67 16 / 11%);
}
.login-type button.active {
  background: #dd9b10;
  color: #fff;
}
.text-left.mt-2.login-heading h5 {
  margin-bottom: 0.3rem;
}
.login-heading h3 {
  color: #1e3a8a !important;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
}
.form-control {
  color: #212529;
  padding: 12px 16px;
  border: solid 1px #dbdbdb;
  font-family: "Inter", sans-serif !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

/* Placeholder text color */
.form-control::placeholder {
  color: #b0b0b0; /* light gray */
  opacity: 1; /* fix for Firefox */
}

/* Readonly input value text color */
.form-control[readonly] {
  color: #212529; /* dark text (Bootstrap default) */
  background-color: #fff; /* keep white background */
}

/* Optional: disabled inputs if any */
.form-control:disabled {
  color: #212529;
}

.select2-container {
  border: solid 1px #dbdbdb;
  font-family: "Inter", sans-serif !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
input.form-check-input {
  border: solid 1px #dbdbdb;
}
.login-row .form-check-input[type="checkbox"] {
  margin-left: 0;
}

button {
  font-family: "Inter", sans-serif !important;
}

.footer {
  left: 260px;
}

/*Verticle 	Menu*/

.vertical-menu {
  /* background: linear-gradient(349deg, rgb(132 101 0 / 68%) 0%, rgb(3 74 40) 100%); */
  background-image: url("../images/icai_img/sidebar1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.navbar-brand-box {
  background-color: #0b215000;
  border-bottom: solid 1px #ffffff5c;
}
#sidebar-menu ul li a {
  color: #f2f2f2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.mm-active .active {
  color: #158b52 !important;
}
.mm-active > a {
  color: #0b754c !important;
}
#sidebar-menu ul li a:hover {
  color: #ffffff;
}
.metismenu li:hover a i {
  color: #fff !important;
}
ul.sub-menu li a {
  color: #f2f2f2 !important;
  font-size: 15px !important;
}
.mm-active > .active > i,
.mm-active:hover > .active > i {
  color: #0b754c !important;
}

.mm-active > i {
  color: #ffffff !important;
}

#sidebar-menu ul li a i {
  color: #ffffff;
}

.vertical-menu .vertical-menu-btn i {
  color: #fff;
}
.mm-active > a > i {
  color: #0b754c !important;
}
.metismenu li:hover a {
  background: #ffffff30;
}
.metismenu li.mm-active:hover a {
  background: #fff;
}
.metismenu li.mm-active:hover a i {
  color: #0b754c !important;
}
.mm-active {
  color: #ffffff !important;
}
.mm-active .active {
  color: #0b754c !important;
  background-color: #ffffff !important;
}
.metismenu li .active i,
.metismenu li:hover .active i {
  color: #0b754c !important;
}

.metismenu li {
  padding-bottom: 5px !important;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: 0.4rem 1.5rem 0rem 3.5rem;
}

ul.sub-menu .mm-active a.active {
  background: transparent !important;
  color: #dfe49d !important;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
  color: #dfe49d !important;
}
body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li:hover > a,
body[data-sidebar-size="sm"]
  .vertical-menu
  #sidebar-menu
  > ul
  > li:hover
  > a
  i {
  color: #0b754c !important;
}

#sidebar-menu .has-arrow:after {
  content: "\eb3a";
  font-family: unicons-line;
  font-style: normal;
  font-weight: 400;
}

/*Footer*/

a.designed-link {
  color: #b17c0e;
}

/*Seed Report Table*/

.report-title {
  background: whitesmoke;
  padding: 12px;
  margin: 0 0 1.1rem;
  text-align: center;
}
.report-title h5 {
  margin: 0;
  color: #10502b;
}
.table-wrapp {
  width: 100%;
  overflow-x: scroll;
}
.report-cstm-table {
  margin-bottom: 15px !important;
}
.report-cstm-table th,
.report-cstm-table td {
  border: solid 1px #cacaca;
  text-align: center;
  font-size: 14px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: rgb(15 80 43 / 30%);
}
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(15 79 42 / 60%);
}

.cstm-report-row ul.pagination {
  margin: 10px 0 0 !important;
}

/*Infrastructure Form*/

.radio-input {
  display: flex;
}
.mouza-group input {
  display: inline-block;
  width: calc(100% / 4 - 5px);
}
div#datepicker1 span {
  background: rgb(21 139 82 / 78%);
  color: #fff;
  border: solid 1px rgb(21 139 82 / 76%);
}
.godown-form table {
  width: 100%;
  border: solid 1px #f1f1f1;
  margin: 9px 0;
}
.godown-form table tbody tr td:first-child {
  width: 215px;
}
.godown-form table tr th {
  padding: 0.8rem 0.9rem 0.2rem;
}
.godown-form table tr td {
  padding: 0rem 0.9rem 0.9rem;
}

table.godowns-modal-table tbody tr:nth-child(odd) {
  background: #eff3f2;
}
table.godowns-modal-table tbody td h6 {
  margin-bottom: 0;
}
.view-btn-col {
  display: flex;
  justify-content: end;
  align-items: end;
}
.view-btn-col button {
  margin-left: 6px;
}
.thank-modal i.fa-check {
  font-size: 26px;
  color: #127948;
  margin-bottom: 0.6rem;
}
.thank-modal .modal-body p {
  font-size: 18px;
}

.vertical-menu .vertical-menu-btn i {
  color: #000000;
}

.vertical-menu .vertical-menu-btn {
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 2;
}

.vertical-menu {
  width: 260px;
}

.main-content {
  margin-left: 260px;
  overflow: hidden;
}

.navbar-brand-box {
  padding: 0 1.1rem;
  width: 260px;
}

body[data-sidebar-size="sm"] {
  min-height: unset;
}

#sidebar-menu ul li ul.sub-menu {
  padding: 0 0 0 50px;
}
#sidebar-menu ul li ul.sub-menu li a i {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
}
#sidebar-menu ul li ul.sub-menu li a {
  padding: 0.4rem 1.5rem 0.4rem 0rem;
  font-weight: 400;
  color: var(--bs-sidebar-menu-sub-item-color);
  margin: 0;
  background-color: transparent;
  font-size: 14.4px;
  position: relative;
}

.card {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

body[data-sidebar-size="sm"] .vertical-menu {
  ul.sub-menu li a {
    color: #0b754c !important;
    font-size: 15px !important;
  }

  ul.sub-menu li a:hover {
    color: #0b754c !important;
    font-size: 15px !important;
  }
}

.printButtons {
  position: absolute;
  right: 0;
  z-index: 1;
}

.table_div {
  position: relative;

  .dataTables_filter {
    position: absolute;
    right: 262px;
  }
}

.heding_text_inner {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0px;
}

.menu_icon_img {
  width: 14px;
}

.vertical-menu .vertical-menu-btn {
  position: absolute;
  right: -70px;
  top: 0;
  z-index: 2;
  border: 1px solid #9692ab26;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  height: 40px;
  top: 15px;
}

.parent_nav_tab {
  background-color: #111b30;
}

.parent_nav_tab {
  background-color: #111b3000;
  padding: 5px 0px;
  position: relative;
  border-top: 1px solid #0000001f;
  border-bottom: 1px solid #0000001f;
}

.custom_navbar .nav-link.active {
  color: #dd9b10;
  background-color: transparent;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-bottom: none;
}
.custom_navbar .nav-link.active::after {
  content: "";
  background-color: #dd9b10;
  width: 110px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin: auto;
  transform: translateX(-50%);
}
.InnerCard .card-header {
  background-color: #fff;
  padding: 6px 15px;
  border-bottom: 1px solid #0000001a;
  display: flex;
  align-items: center;
  justify-content: space-between;

  h4 {
    margin: 0;
  }
}

.cutsom-innerTable {
  width: 100%;
}

.cutsom-innerTable th,
td {
  padding: 10px 0px;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 0;
}

.custom_navbar {
  border-bottom: none;
}

.custom_navbar .nav-link {
  position: relative;
  text-transform: capitalize;
  color: #000000;
  background-color: transparent;
  font-size: 14px;
  border: none;
  border-bottom: none;
}

.custom_navbar .nav-link:hover {
  border: none;
  border-bottom: none;
}

/* The Main File Card Container */
.file-card {
  background-color: white;
  /* transition: transform 0.2s; */
  height: 150px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; /* Essential for positioning the menu */
  border: 1px solid #e0e0e0;
}

/* The File Icon and Text */
.file-content {
  text-align: center;
  color: #555;
}

.file-content i {
  font-size: 40px;
  color: #4a90e2; /* Blue file color */
  margin-bottom: 10px;
}

/* The 3-Dots Button */
.menu-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  color: #777;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  transition: background 0.2s;
}

.menu-btn:hover {
  background-color: #f0f0f0;
  color: #333;
}

/* The Pop-up Menu (Hidden by default) */
.file-card .dropdown-menu {
  display: none; /* Hidden initially */
  position: absolute;
  top: 40px !important; /* Positioned below the dots */
  right: -137px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
  width: 120px;
  z-index: 100;
  overflow: hidden;
  animation: fadeIn 0.2s ease;
}

/* Animation for smooth opening */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Toggle class to show the menu */
.file-card .dropdown-menu.show {
  display: block;
}

/* Menu Items */
.file-card .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.file-card .dropdown-menu li button {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-card .dropdown-menu li button:hover {
  background-color: #f5f7fa;
  color: #4a90e2;
}

/* Specific styling for Delete to look like a warning */
.file-card .dropdown-menu li.delete button:hover {
  color: #e74c3c;
  background-color: #fff5f5;
}

.file_img {
  width: 60px;
}

.title_heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.viewCaseBottomDiv p:after {
  content: "";
  position: absolute;
  background: #00000045;
  width: 1px;
  height: 15px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.viewCaseBottomDiv p {
  position: relative;
  font-weight: 500;
}

.viewCaseBottomDiv {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.parent_div_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.innerDivNew {
  display: flex;
  align-items: center;
  gap: 25px;
}

.accordion-button:not(.collapsed) {
  background-color: #041a3f;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 25px;
}

.accordion-button {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 25px;
}

/* --- THE HOVER TOOLTIP --- */
.file-info-tooltip {
  visibility: hidden;
  width: 160px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 10;
  bottom: 90%; /* Place it above the icon */
  left: 50%;
  margin-left: -80px; /* Center it */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  line-height: 1.5;
  pointer-events: none; /* User can't click the tooltip itself */
}

/* Tooltip arrow */
.file-info-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* Show tooltip on hover */
.file-icon-wrapper:hover .file-info-tooltip {
  visibility: visible;
  opacity: 1;
}

.page-content {
  background-image: url("../images/icai_img/login_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 60px);
  overflow-y: scroll;
}

.topHeading {
  padding-left: 90px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 260px;
}

.file_ul li {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 20px;
  border: 1px solid #80808047;
  margin-bottom: 10px;
}

.file_ul li h5 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.file_ul li p {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 400;
  margin: 0;
}

.datepicker-switch {
  background-color: #194c92;
  text-align: center;
}

.datepicker-switch:hover {
  background-color: #194c92 !important;
}

.table-condensed .prev {
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: #194c92 !important;
}

.table-condensed .next {
  cursor: pointer;
}

.table-condensed .next:hover {
  background-color: #194c92 !important;
}

.add_btn {
  border: none;
  background-color: #d18f03;
  color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.add_btn_div {
  position: absolute;
  top: -7px;
  right: -7px;
}

.delete_btn {
  border: none;
  background-color: #cf5a5a;
  color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete_btn_div {
  position: absolute;
  top: -7px;
  right: -7px;
}

.parent_content {
  background-image: url("../images/innerBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

.parent_content .cutsom_container {
  padding-top: 40px;
}

.parent_content .cutsom_container h4 {
  padding: 15px 0px;
}

.custom_tab_content_register {
  max-height: 510px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 10px;
}

.custom_tab_content_register::-webkit-scrollbar {
  width: 3px; /* scrollbar width */
}

.custom_tab_content_register::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
}

.custom_tab_content_register::-webkit-scrollbar-thumb {
  background: #888; /* thumb color */
  border-radius: 10px;
}

.custom_tab_content_register::-webkit-scrollbar-thumb:hover {
  background: #555;
}

input[readonly],
textarea[readonly] {
  background-color: #e8e3e3 !important;
  cursor: not-allowed;
}

.pdf_img {
  width: 100px;
}

.section-number {
  display: inline !important;
  padding-right: 5px;
}

.heding_text_inner_latest {
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: 1px solid #00000012;
  margin-bottom: 20px;
  font-weight: 600;
  color: #dd9b10;
}

.date_control {
  width: 230px;
}

.dashboard_icon_img {
  width: 60px;
}

.dashCard_one {
  background-color: #043a7b;
  border: 1px solid #09132814;
}
.dashCard_two {
  background-color: #039e83;
  border: 1px solid #09132814;
}
.count_text {
  color: #fefffe;
  font-weight: 600;
}

.card.dashCard_three {
  background-color: #b57302;
  border: 1px solid #09132814;
}

.card.dashCard_four {
  background-color: #fd5b6626;
  border: 1px solid #09132814;
}

.count_textP {
  color: #ffffff !important;
}

.custom_height {
  height: 35px;
  /* width: 60%; */
}

table td a {
  font-weight: 500;
}

.header-text {
  margin: 0;
  font-size: 20px;
  padding: 5px 0px;
  color: #5b73e8;
}

.add_btn_new {
  border-radius: 10px;
  background-color: #e0983a;
  border: 1px solid #e0983a;
  margin-top: 30px;
  padding: 10px 10px;
}

.remove_btn_new {
  border-radius: 10px;
  background-color: #cf5a5a;
  border: none;
  margin-top: 5px;
}

.add_btn_new:hover {
  background-color: #e07f02;
}

.btn-warning.custom {
  background-color: #606060;
  border: 1px solid #606060;
}

span.badge {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 5px;
}

.innerTable {
  background-color: #e2d7d39e;
}

.visible_div {
  background: #f0f4ff;
  border-bottom: 1px solid #dbeafe;
  padding: 0.55rem 1.25rem;
  font-size: 0.82rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.visible_div p {
  margin-bottom: 0;
  font-weight: 400;
}

.msg-header {
 
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.msg-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.msg-avatar.do {
  background: var(--do-color);
}
.msg-avatar.so {
  background: var(--so-color);
}
.msg-avatar.ac {
  background: var(--ac-color);
}

.msg-meta {
  flex: 1;
}
.msg-name {
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.role-tag {
  font-size: 0.68rem;
  padding: 0.12rem 0.45rem;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.role-tag.do {
  background: #dbeafe;
  color: #1d4ed8;
}
.role-tag.so {
  background: #ede9fe;
  color: #6d28d9;
}
.role-tag.dept {
  background: var(--tag-dept);
  color: var(--tag-dept-text);
}
.msg-to {
  font-size: 0.79rem;
  color: var(--text-secondary);
  margin-top: 0.12rem;
}
.msg-time {
  font-size: 0.77rem;
  color: var(--text-muted);
  white-space: nowrap;
}
.msg-dots {
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.2rem 0.25rem;
  border-radius: 5px;
}
.msg-dots:hover {
  background: var(--surface-2);
}


.msg-body {
    padding: .1rem 1rem .75rem 3.3rem;
    font-size: .87rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.reply-btn {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .8rem;
    color: var(--text-secondary);
    border: 1px solid var(--border);
    background: none;
    border-radius: 6px;
    padding: .25rem .7rem;
    cursor: pointer;
    transition: all .15s;
}

.timeline-pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: .25rem .65rem;
    font-size: .78rem;
    color: var(--text-secondary);
    margin-bottom: .6rem;
    cursor: pointer;
}

.reply-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
}

    .attachment-box {
      display: inline-flex; align-items: center; gap: .6rem;
      border: 1px solid #bfdbfe; background: #eff6ff; border-radius: 8px;
      padding: .5rem .85rem; margin-bottom: .65rem; cursor: pointer;
      text-decoration: none;
    }
    .attachment-box:hover { background: #dbeafe; }
    .attachment-box .att-icon { color: #1d4ed8; font-size: 1.1rem; }
    .attachment-box .att-name { font-size: .83rem; font-weight: 600; color: #1d4ed8; }
    .attachment-box .att-size { font-size: .75rem; color: var(--text-secondary); }


    .send-btn {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: .45rem 1.15rem;
    border-radius: 7px;
    font-size: .86rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .45rem;
    cursor: pointer;
}

.participant-row {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .45rem 0;
    border-bottom: 1px solid var(--border);
}

.p-avatar.do {
    background: var(--do-color);
}

.p-avatar.so {
    background: var(--so-color);
}

.p-avatar.hod {
    background: var(--hod-color);
}

.p-avatar.ac {
    background: var(--ac-color);
}

.p-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.p-info {
    flex: 1;
    min-width: 0;
}

.p-name {
    font-size: .82rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .35rem;
    flex-wrap: wrap;
}

.p-email {
    font-size: .73rem;
    color: var(--text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.online-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
}

.panel-action-btn {
    display: flex;
    align-items: center;
    gap: .4rem;
    border: 1px solid var(--border);
    background: none;
    border-radius: 7px;
    padding: .4rem .75rem;
    font-size: .8rem;
    font-weight: 500;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all .15s;
}

.panel-action-btn,.panel-more-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.gap-panel-actions {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1rem;
    border-bottom: 1px solid var(--border);
}


.panel-more-btn {
    display: flex;
    align-items: center;
    gap: .3rem;
    border: 1px solid var(--border);
    background: none;
    border-radius: 7px;
    padding: .4rem .65rem;
    font-size: .82rem;
    color: var(--text-secondary);
    cursor: pointer;
}


.notification {
    font-size: 12px;
    background-color:#ff0000b8;
    color: #fff;
    padding: 2px 5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

/* ---------------------------------------------------------------------------- */

   /* Body Grid */
    .workspace-body {
      background: var(--surface);
      border: 1px solid var(--border);
      border-top: none;
      border-radius: 0 0 10px 10px;
    }

    .workspace-grid {
      display: grid;
      grid-template-columns: 1fr 260px 270px;
      min-height: 580px;
    }

    /* Left - Approval Notes */
    .panel-left {
      padding: 22px 22px;
      border-right: 1px solid var(--border);
    }

    .panel-title {
      font-size: 15px; font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 18px;
    }

    /* Note Card */
    .note-card {
      border: 1px solid var(--border);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 16px;
    }

    .note-header {
      display: flex; align-items: center; gap: 10px;
      padding: 12px 16px;
      border-bottom: 1px solid var(--border);
      background: #fafafa;
    }

    .avatar {
      width: 30px; height: 30px;
      border-radius: 50%;
      display: grid; place-items: center;
      font-size: 11px; font-weight: 700;
      color: #fff;
      flex-shrink: 0;
    }
    .av-do { background: #2563eb; }
    .av-so { background: #7c3aed; }
    .av-hod { background: #f59e0b; }
    .av-sec { background: #10b981; }
    .av-pre { background: #ef4444; }

    .note-person { font-size: 0.9rem !important; font-weight: 600; color: var(--text-primary); }

    .tag {
      display: inline-block;
      font-weight: 600;
      border-radius: 5px;
      font-size: 0.68rem;
       padding: 0.12rem 0.45rem;
    }
    .tag-do { background: #eff6ff; color: #2563eb; }
    .tag-so { background: #f5f3ff; color: #7c3aed; }
    .tag-hod { background: #fffbeb; color: #d97706; }
    .tag-sec { background: #ecfdf5; color: #059669; }
    .tag-pre { background: #fef2f2; color: #dc2626; }

    .tag-initiated {background: #ecfdf5;color: #059669;font-size: 11px;font-weight: 700;padding: 2px 8px;border-radius: 5px;}
    .tag-pending { background: #fffbeb; color: #d97706; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 5px; }

    .note-date { margin-left: auto; font-size: 11.5px; color: var(--text-muted); }

    .note-body { padding: 14px 16px; }

    .note-section-label { font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; }
    .note-text {font-size: 14px;color: #000000;line-height: 1.6;margin-bottom: 12px;}

    /* Attachment */
    .attachment {
      display: inline-flex; align-items: center; gap: 10px;
      background: #fef2f2;
      border: 1px solid #fecaca;
      border-radius: 8px;
      padding: 8px 14px;
      margin-bottom: 16px;
      cursor: pointer;
    }
    .attachment i { color: #ef4444; font-size: 20px; }
    .attachment-name { font-size: 13px; font-weight: 600; color: var(--text-primary); }
    .attachment-size { font-size: 11px; color: var(--text-muted); }

    /* Forward Row */
    .forward-row {
      display: flex; align-items: flex-end; gap: 10px;
      flex-wrap: wrap;
    }

    .form-group-inner { display: flex; flex-direction: column; gap: 5px; }
    .form-label-inner { font-size: 12.5px; font-weight: 600; color: var(--text-secondary); }

    .form-select-sm {
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      color: var(--text-primary);
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 7px;
      padding: 7px 30px 7px 10px;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 10px center;
      cursor: pointer;
      min-width: 110px;
    }

    .forward-btn {
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--accent);
      color: #fff;
      border: none;
      font-size: 13px; font-weight: 600;
      padding: 8px 18px;
      border-radius: 7px;
      cursor: pointer;
      transition: background .18s;
    }
    .forward-btn:hover { background: var(--accent-hover); }

    /* Pending Note */
    .pending-note {
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      padding: 12px 14px;
      margin-bottom: 0;
    }
    .pending-note-text { font-size: 14px; color: var(--text-primary); }

    /* Timeline note */
    .note-list { display: flex; flex-direction: column; gap: 12px; }
    .note-list-item { position: relative; padding-left: 36px; }
    .note-list-item::before {
      content: '';
      position: absolute;
      left: 15px; top: 32px;
      width: 1px; height: calc(100% + 12px);
      background: #e5e7eb;
    }
    .note-list-item:last-child::before { display: none; }
    .note-list-item .avatar { position: absolute; left: 0; top: 0; }

    /* ── MIDDLE – Approval Flow ── */
    .panel-mid {
      padding: 22px 20px;
      border-right: 1px solid var(--border);
    }

    .flow-list { display: flex; flex-direction: column; gap: 0; }

    .flow-item {
      display: flex; gap: 12px;
      position: relative;
      padding-bottom: 22px;
    }

    .flow-item:last-child { padding-bottom: 0; }

    .flow-line {
      position: absolute;
      left: 14px; top: 30px;
      width: 2px;
      height: calc(100% - 10px);
      background: #e5e7eb;
    }
    .flow-item:last-child .flow-line { display: none; }

    .flow-avatar {
      width: 30px; height: 30px;
      border-radius: 50%;
      display: grid; place-items: center;
      font-size: 10px; font-weight: 700;
      color: #fff;
      flex-shrink: 0;
      z-index: 1;
    }

    .flow-info { flex: 1; }
    .flow-name { font-size: 13px; font-weight: 600; color: var(--text-primary); }
    .flow-status { display: flex; align-items: center; gap: 5px; margin-top: 3px; }
    .flow-status-text { font-size: 11.5px; font-weight: 600; }
    .status-approved { color: #10b981; }
    .status-pending { color: #f59e0b; }
    .flow-date { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

    .info-box {
      margin-top: 18px;
      background: #f8fafc;
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 11px 14px;
      display: flex; gap: 10px;
    }
    .info-box i { color: var(--text-muted); font-size: 14px; flex-shrink: 0; margin-top: 1px; }
    .info-box-text { font-size: 12px; color: var(--text-secondary); line-height: 1.5; }

    .actions-section { margin-top: 20px; }
    .actions-section .panel-title { font-size: 13.5px; margin-bottom: 12px; }
    .action-btns { display: flex; gap: 10px; }

    .btn-send-back {
      display: inline-flex; align-items: center; gap: 6px;
      border: 1.5px solid var(--border);
      background: #fff;
      color: var(--text-primary);
      font-size: 13px; font-weight: 600;
      padding: 8px 16px;
      border-radius: 7px;
      cursor: pointer;
      transition: border-color .18s, background .18s;
    }
    .btn-send-back:hover { border-color: var(--accent); color: var(--accent); background: #eff6ff; }

    .btn-forward {
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--accent);
      color: #fff;
      border: none;
      font-size: 13px; font-weight: 600;
      padding: 8px 18px;
      border-radius: 7px;
      cursor: pointer;
      transition: background .18s;
    }
    .btn-forward:hover { background: var(--accent-hover); }

    /* ── RIGHT – Advocate Details ── */
    .panel-right { padding: 22px 20px; }

    .advocate-table { width: 100%; margin-bottom: 12px; }
    .advocate-table tr td { padding: 5px 0; vertical-align: top; }
    .advocate-table tr td:first-child {
      font-size: 14px; color: var(--text-muted); font-weight: 600;
      width: 170px; padding-right: 10px; white-space: nowrap;
    }
    .advocate-table tr td:last-child { font-size: 13px; color: var(--text-primary); font-weight: 500; }

    .view-full-link {
      display: inline-flex; align-items: center; gap: 5px;
      font-size: 12.5px; font-weight: 600; color: var(--accent);
      text-decoration: none;
      margin-bottom: 22px;
      display: block;
      margin-top: 8px;
    }
    .view-full-link:hover { text-decoration: underline; }

    .divider { border: none; border-top: 1px solid var(--border); margin: 0 0 18px; }

    .quick-notes-text { font-size: 12.5px; color: var(--text-secondary); line-height: 1.65; }
    .quick-notes-text strong { color: var(--text-primary); }

    .timeline-link {
      display: inline-flex; align-items: center; gap: 5px;
      font-size: 12.5px; font-weight: 600; color: var(--accent);
      text-decoration: none;
      margin-top: 8px;
      display: block;
    }
    .timeline-link:hover { text-decoration: underline; }

    .innerDivNewOne{
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .order_img{
      width: 100px;
      margin-bottom: 20px;
    }

    .ck.ck-editor {
    position: relative;
    border: 1px solid #dbdbdb !important;
    border-radius: 10px;
    overflow: hidden !important;
   
}



/* Label */

.info-label{
    font-size: 13px;
    color:#5e6785;
    margin-bottom: 2px;
}

/* Value */

.info-value{
    font-size: 14px;
    font-weight:600;
    color:#1c2450;
    /* line-height:1.6; */
}

/* Spacing */

.info-block{
    margin-bottom: 10px;
}

/* Link */

.custom-link{
    color:#2657ff;
    font-weight:600;
    text-decoration:none;
    font-size: 14px;
}

.custom-link i{
    margin-left:8px;
    transition:0.3s;
}

.custom-link:hover i{
    transform:translateX(4px);
}

/* About Section */

.about-row{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:10px;
}


/* Purple Avatar */

.avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#5a33d6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:14px;
}

/* Light Icon Circle */

.icon-circle{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#f1f3fa;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#4e5677;
    font-size:18px;
}

/* About Label */

.about-label{
    font-size:15px;
    color:#5e6785;
    margin-bottom:3px;
}

/* About Value */

.about-value{
    font-size:18px;
    color:#1d2552;
    font-weight:600;
    line-height:1.5;
}


@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Goldman:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
/*General Css*/

:root {
  --accent: #2563eb;
  --accent-light: #dbeafe;
  --surface: #ffffff;
  --surface-2: #f8fafc;
  --border: #e2e8f0;
  --text-primary: #0f172a;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --tag-high: #fee2e2;
  --tag-high-text: #dc2626;
  --tag-pending: #fef3c7;
  --tag-pending-text: #b45309;
  --tag-dept: #fef3c7;
  --tag-dept-text: #b45309;
  --do-color: #2563eb;
  --so-color: #7c3aed;
  --hod-color: #d97706;
  --ac-color: #059669;

      --accent-hover: #1d4ed8;
      --bg: #f3f6fb;
      --pending-color: #f59e0b;
      --pending-bg: #fffbeb;
      --approved-color: #10b981;
      --approved-bg: #ecfdf5;
      --high-color: #ef4444;
      --high-bg: #fef2f2;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif !important;
}

/* .btn.btn-primary{
    padding: 12px 40px;
    border-radius: 25px;
}

.btn.btn-warning{
    padding: 12px 40px;
    border-radius: 25px; 
}  */

.padding-right-0 {
  padding-right: 0;
}

.padding-left-0 {
  padding-left: 0;
}

.form-input-group {
  position: relative;
}

.login_form_control {
  padding-left: 45px !important;
}

.inputIMG {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.printRow {
  padding: 10px 0px 15px 0px;
  align-items: center;
}

.dataTables_info {
  padding: 15px 0px 10px 0px;
}

.dataTables_paginate {
  padding: 15px 0px 10px 0px;
}

.print_btn {
  padding: 12px 40px;
  border-radius: 25px;
}

table {
  /* overflow: hidden; */
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

table thead {
  background-color: #001432bd;

  th {
    color: #fff !important;
  }
}

label {
  color: #000000;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding-left: 6px;
}

textarea.form-control {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
  padding: 12px 25px;
}

a.btn-sf-green {
  background: #1e3a8a;
  color: #fff;
  padding: 0.65rem 1.27rem;
  border-radius: 6px;
}
a.btn-sf-green:hover {
  background: #2f54ba;
}
button.btn-sf-green {
  background: #1e3a8a;
  color: #fff;
  padding: 0.65rem 1.27rem;
  border-radius: 6px;
}
.btn-sf-orange {
  background: #ef6c00;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.btn.btn-secondary {
  background: #dd9b101a;
  border: 1px solid #dd9b104d;
  color: #000000;
  padding: 12px 40px;
  border-radius: 25px;
}

button.btn-sf-green:hover {
  background: #2f54ba;
  color: #fff;
}
.btn-sf-orange:hover {
  background: #d18f03;
  color: #fff;
}
.btn.btn-sf-red {
  border: 1px solid #e6e6e6;
  background: #eeeded;
  color: #00000080;
  padding: 12px 40px;
  border-radius: 25px;
}

.btn.btn-sf-primary {
  background-color: rgba(91, 115, 232, 0.25);
  border-color: rgba(91, 115, 232, 0.25);
  color: #5b73e8;
  padding: 12px 40px;
  border-radius: 25px;
}

.btn.btn-sf-danger {
  background-color: rgba(244, 106, 106, 0.25);
  border-color: rgba(244, 106, 106, 0.25);
  color: #f46a6a;
  padding: 12px 40px;
  border-radius: 25px;
}

.btn.btn-sf-red:hover {
  background: #eeeded;
}
fieldset {
  background-color: #f9f8f5;
  border: 1px solid #ececed;
  margin: 0.6rem 0 1.5rem;
  padding: 1rem 1.3rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
legend {
  padding: 0 12px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-top: -31px;
  display: inline !important;
  background: #fff;
  width: auto;
  margin-bottom: 0.8rem;
  background-image: linear-gradient(
    to right,
    rgb(60, 165, 92) 0%,
    rgb(181, 172, 73) 51%,
    rgb(60, 165, 92) 100%
  );
  border-radius: 10px;
  color: #fff;
}
.form-check {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0;
}
.form-check label {
  margin: 0;
  padding: 0 5px;
}
.form-group {
  margin: 0 0 1.2rem;
}
.btn.btn-sf-green:active {
  background: #158b52;
}
.btn-sf-green a {
  color: #fff;
}
button.modal-close {
  background: #d65c5c;
  padding: 7px 12px;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.table-card-list {
  border-spacing: 0 12px !important;
}

.dropzone {
  border: 1px dashed #cfcfcf;
  background-color: #f9fafc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

/*Page Top Bar*/

.admin-avatar-btn {
  display: flex;
  align-items: center;
}
.admin-avatar-btn i.avatar {
  background: #dd9b10;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 13px;
}
.noti-icon .badge {
  background: #bd8309 !important;
}
.noti-icon i {
  color: #1f572f;
}

/* .badge{
    padding: 10px !important;
    font-size: 14px !important;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
} */

/*Login Header*/

.login-header {
  background: white;
  max-height: 90px;
  height: 100vh;
  position: relative;
  top: 2rem;
  z-index: 1;
}
a.login-header-left {
  display: inline-flex;
  align-items: center;
}
.login-header-left img {
  height: 90px;
  filter: grayscale(1);
}
a.login-header-left h4 {
  margin: 0 0 0 0.6rem;
  font-size: 1.5rem;
  letter-spacing: -0.2px;
  line-height: 27px;
}
h4 span {
  display: block;
  font-size: 1.1rem;
}
.login-header-right {
  display: flex;
  align-items: center;
  justify-content: right;
}
.login-header-right h5 {
  margin: 0 0.5rem 0 0;
}
.login-header-right h5 span {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
.login-header-right img {
  height: 90px;
}

/*Login Form Row*/

.logo_img_icai {
  width: 350px;
}

.login-left h2 {
  color: #ef6c00;
  font-size: 2rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.login-left h4 {
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 45px;
  font-weight: 600;
}
.login-left p {
  font-size: 17px;
  font-weight: 400;
  padding-top: 5px;
  color: #d8d2d2;
}
.login-left h4 span {
  display: block;
  font-size: 1.7rem;
  font-weight: 400;
}
.login-row {
  align-items: center;
  justify-content: right;
  position: relative;
  z-index: 1;
  height: calc(100vh / 1 - 0px);
}
.login-row .card {
  border-radius: 20px;
  width: 90%;
}
.login-type {
  padding: 0.8rem;
  border-bottom: solid 1px #e4e4e4;
  margin: 1rem 0;
  background: #f0f0f0;
}
.login-type button {
  border: solid 1px #cecece;
  background: #fff;
  padding: 0.4rem 1.2rem;
  border-radius: 6px;
  margin-right: 5px;
  box-shadow: 2px 1px 4px 0px rgb(7 67 16 / 11%);
}
.login-type button.active {
  background: #dd9b10;
  color: #fff;
}
.text-left.mt-2.login-heading h5 {
  margin-bottom: 0.3rem;
}
.login-heading h3 {
  color: #1e3a8a !important;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  padding-top: 10px;
  text-align: center;
}
.form-control {
  color: #212529;
  padding: 12px 16px;
  border: solid 1px #dbdbdb;
  font-family: "Inter", sans-serif !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

/* Placeholder text color */
.form-control::placeholder {
  color: #b0b0b0; /* light gray */
  opacity: 1; /* fix for Firefox */
}

/* Readonly input value text color */
.form-control[readonly] {
  color: #212529; /* dark text (Bootstrap default) */
  background-color: #fff; /* keep white background */
}

/* Optional: disabled inputs if any */
.form-control:disabled {
  color: #212529;
}

.select2-container {
  border: solid 1px #dbdbdb;
  font-family: "Inter", sans-serif !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
input.form-check-input {
  border: solid 1px #dbdbdb;
}
.login-row .form-check-input[type="checkbox"] {
  margin-left: 0;
}

button {
  font-family: "Inter", sans-serif !important;
}

.footer {
  left: 260px;
}

/*Verticle 	Menu*/

.vertical-menu {
  /* background: linear-gradient(349deg, rgb(132 101 0 / 68%) 0%, rgb(3 74 40) 100%); */
  background-image: url("../images/icai_img/sidebar1.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.navbar-brand-box {
  background-color: #0b215000;
  border-bottom: solid 1px #ffffff5c;
}
#sidebar-menu ul li a {
  color: #f2f2f2;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.mm-active .active {
  color: #158b52 !important;
}
.mm-active > a {
  color: #0b754c !important;
}
#sidebar-menu ul li a:hover {
  color: #ffffff;
}
.metismenu li:hover a i {
  color: #fff !important;
}
ul.sub-menu li a {
  color: #f2f2f2 !important;
  font-size: 15px !important;
}
.mm-active > .active > i,
.mm-active:hover > .active > i {
  color: #0b754c !important;
}

.mm-active > i {
  color: #ffffff !important;
}

#sidebar-menu ul li a i {
  color: #ffffff;
}

.vertical-menu .vertical-menu-btn i {
  color: #fff;
}
.mm-active > a > i {
  color: #0b754c !important;
}
.metismenu li:hover a {
  background: #ffffff30;
}
.metismenu li.mm-active:hover a {
  background: #fff;
}
.metismenu li.mm-active:hover a i {
  color: #0b754c !important;
}
.mm-active {
  color: #ffffff !important;
}
.mm-active .active {
  color: #0b754c !important;
  background-color: #ffffff !important;
}
.metismenu li .active i,
.metismenu li:hover .active i {
  color: #0b754c !important;
}

.metismenu li {
  padding-bottom: 5px !important;
}

#sidebar-menu ul li ul.sub-menu li a {
  padding: 0.4rem 1.5rem 0rem 3.5rem;
}

ul.sub-menu .mm-active a.active {
  background: transparent !important;
  color: #dfe49d !important;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
  color: #dfe49d !important;
}
body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li:hover > a,
body[data-sidebar-size="sm"]
  .vertical-menu
  #sidebar-menu
  > ul
  > li:hover
  > a
  i {
  color: #0b754c !important;
}

#sidebar-menu .has-arrow:after {
  content: "\eb3a";
  font-family: unicons-line;
  font-style: normal;
  font-weight: 400;
}

/*Footer*/

a.designed-link {
  color: #b17c0e;
}

/*Seed Report Table*/

.report-title {
  background: whitesmoke;
  padding: 12px;
  margin: 0 0 1.1rem;
  text-align: center;
}
.report-title h5 {
  margin: 0;
  color: #10502b;
}
.table-wrapp {
  width: 100%;
  overflow-x: scroll;
}
.report-cstm-table {
  margin-bottom: 15px !important;
}
.report-cstm-table th,
.report-cstm-table td {
  border: solid 1px #cacaca;
  text-align: center;
  font-size: 14px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: rgb(15 80 43 / 30%);
}
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(15 79 42 / 60%);
}

.cstm-report-row ul.pagination {
  margin: 10px 0 0 !important;
}

/*Infrastructure Form*/

.radio-input {
  display: flex;
}
.mouza-group input {
  display: inline-block;
  width: calc(100% / 4 - 5px);
}
div#datepicker1 span {
  background: rgb(21 139 82 / 78%);
  color: #fff;
  border: solid 1px rgb(21 139 82 / 76%);
}
.godown-form table {
  width: 100%;
  border: solid 1px #f1f1f1;
  margin: 9px 0;
}
.godown-form table tbody tr td:first-child {
  width: 215px;
}
.godown-form table tr th {
  padding: 0.8rem 0.9rem 0.2rem;
}
.godown-form table tr td {
  padding: 0rem 0.9rem 0.9rem;
}

table.godowns-modal-table tbody tr:nth-child(odd) {
  background: #eff3f2;
}
table.godowns-modal-table tbody td h6 {
  margin-bottom: 0;
}
.view-btn-col {
  display: flex;
  justify-content: end;
  align-items: end;
}
.view-btn-col button {
  margin-left: 6px;
}
.thank-modal i.fa-check {
  font-size: 26px;
  color: #127948;
  margin-bottom: 0.6rem;
}
.thank-modal .modal-body p {
  font-size: 18px;
}

.vertical-menu .vertical-menu-btn i {
  color: #000000;
}

.vertical-menu .vertical-menu-btn {
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 2;
}

.vertical-menu {
  width: 260px;
}

.main-content {
  margin-left: 260px;
  overflow: hidden;
}

.navbar-brand-box {
  padding: 0 1.1rem;
  width: 260px;
}

body[data-sidebar-size="sm"] {
  min-height: unset;
}

#sidebar-menu ul li ul.sub-menu {
  padding: 0 0 0 50px;
}
#sidebar-menu ul li ul.sub-menu li a i {
  position: absolute;
  left: 0;
  top: 50%;
  padding: 0;
  transform: translateY(-50%);
}
#sidebar-menu ul li ul.sub-menu li a {
  padding: 0.4rem 1.5rem 0.4rem 0rem;
  font-weight: 400;
  color: var(--bs-sidebar-menu-sub-item-color);
  margin: 0;
  background-color: transparent;
  font-size: 14.4px;
  position: relative;
}

.card {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

body[data-sidebar-size="sm"] .vertical-menu {
  ul.sub-menu li a {
    color: #0b754c !important;
    font-size: 15px !important;
  }

  ul.sub-menu li a:hover {
    color: #0b754c !important;
    font-size: 15px !important;
  }
}

.printButtons {
  position: absolute;
  right: 0;
  z-index: 1;
}

.table_div {
  position: relative;

  .dataTables_filter {
    position: absolute;
    right: 262px;
  }
}

.heding_text_inner {
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0px;
}

.menu_icon_img {
  width: 14px;
}

.vertical-menu .vertical-menu-btn {
  position: absolute;
  right: -70px;
  top: 0;
  z-index: 2;
  border: 1px solid #9692ab26;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  height: 40px;
  top: 15px;
}

.parent_nav_tab {
  background-color: #111b30;
}

.parent_nav_tab {
  background-color: #111b3000;
  padding: 5px 0px;
  position: relative;
  border-top: 1px solid #0000001f;
  border-bottom: 1px solid #0000001f;
}

.custom_navbar .nav-link.active {
  color: #dd9b10;
  background-color: transparent;
  font-weight: 700;
  font-size: 14px;
  border: none;
  border-bottom: none;
}
.custom_navbar .nav-link.active::after {
  content: "";
  background-color: #dd9b10;
  width: 110px;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: -4px;
  margin: auto;
  transform: translateX(-50%);
}
.InnerCard .card-header {
  background-color: #fff;
  padding: 6px 15px;
  border-bottom: 1px solid #0000001a;
  display: flex;
  align-items: center;
  justify-content: space-between;

  h4 {
    margin: 0;
  }
}

.cutsom-innerTable {
  width: 100%;
}

.cutsom-innerTable th,
td {
  padding: 10px 0px;
}

.form-check-input[type="radio"] {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin: 0;
}

.custom_navbar {
  border-bottom: none;
}

.custom_navbar .nav-link {
  position: relative;
  text-transform: capitalize;
  color: #000000;
  background-color: transparent;
  font-size: 14px;
  border: none;
  border-bottom: none;
}

.custom_navbar .nav-link:hover {
  border: none;
  border-bottom: none;
}

/* The Main File Card Container */
.file-card {
  background-color: white;
  /* transition: transform 0.2s; */
  height: 150px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative; /* Essential for positioning the menu */
  border: 1px solid #e0e0e0;
}

/* The File Icon and Text */
.file-content {
  text-align: center;
  color: #555;
}

.file-content i {
  font-size: 40px;
  color: #4a90e2; /* Blue file color */
  margin-bottom: 10px;
}

/* The 3-Dots Button */
.menu-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  color: #777;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 50%;
  transition: background 0.2s;
}

.menu-btn:hover {
  background-color: #f0f0f0;
  color: #333;
}

/* The Pop-up Menu (Hidden by default) */
.file-card .dropdown-menu {
  display: none; /* Hidden initially */
  position: absolute;
  top: 40px !important; /* Positioned below the dots */
  right: -137px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #eee;
  width: 120px;
  z-index: 100;
  overflow: hidden;
  animation: fadeIn 0.2s ease;
}

/* Animation for smooth opening */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Toggle class to show the menu */
.file-card .dropdown-menu.show {
  display: block;
}

/* Menu Items */
.file-card .dropdown-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.file-card .dropdown-menu li button {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 10px 15px;
  font-size: 14px;
  color: #333;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  gap: 10px;
}

.file-card .dropdown-menu li button:hover {
  background-color: #f5f7fa;
  color: #4a90e2;
}

/* Specific styling for Delete to look like a warning */
.file-card .dropdown-menu li.delete button:hover {
  color: #e74c3c;
  background-color: #fff5f5;
}

.file_img {
  width: 60px;
}

.title_heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.viewCaseBottomDiv p:after {
  content: "";
  position: absolute;
  background: #00000045;
  width: 1px;
  height: 15px;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.viewCaseBottomDiv p {
  position: relative;
  font-weight: 500;
}

.viewCaseBottomDiv {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.parent_div_upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.innerDivNew {
  display: flex;
  align-items: center;
  gap: 25px;
}

.accordion-button:not(.collapsed) {
  background-color: #041a3f;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 10px 25px;
}

.accordion-button {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 25px;
}

/* --- THE HOVER TOOLTIP --- */
.file-info-tooltip {
  visibility: hidden;
  width: 160px;
  background-color: #333;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 10;
  bottom: 90%; /* Place it above the icon */
  left: 50%;
  margin-left: -80px; /* Center it */
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 12px;
  line-height: 1.5;
  pointer-events: none; /* User can't click the tooltip itself */
}

/* Tooltip arrow */
.file-info-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}

/* Show tooltip on hover */
.file-icon-wrapper:hover .file-info-tooltip {
  visibility: visible;
  opacity: 1;
}

.page-content {
  background-image: url("../images/icai_img/login_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 60px);
  overflow-y: scroll;
}

.topHeading {
  padding-left: 90px;
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

#page-topbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 260px;
}

.file_ul li {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 20px;
  border: 1px solid #80808047;
  margin-bottom: 10px;
}

.file_ul li h5 {
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.file_ul li p {
  font-size: 14px;
  color: #6f6f6f;
  font-weight: 400;
  margin: 0;
}

.datepicker-switch {
  background-color: #194c92;
  text-align: center;
}

.datepicker-switch:hover {
  background-color: #194c92 !important;
}

.table-condensed .prev {
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: #194c92 !important;
}

.table-condensed .next {
  cursor: pointer;
}

.table-condensed .next:hover {
  background-color: #194c92 !important;
}

.add_btn {
  border: none;
  background-color: #d18f03;
  color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
}

.add_btn_div {
  position: absolute;
  top: -7px;
  right: -7px;
}

.delete_btn {
  border: none;
  background-color: #cf5a5a;
  color: #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.delete_btn_div {
  position: absolute;
  top: -7px;
  right: -7px;
}

.parent_content {
  background-image: url("../images/innerBg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

.parent_content .cutsom_container {
  padding-top: 40px;
}

.parent_content .cutsom_container h4 {
  padding: 15px 0px;
}

.custom_tab_content_register {
  max-height: 510px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0px 10px;
}

.custom_tab_content_register::-webkit-scrollbar {
  width: 3px; /* scrollbar width */
}

.custom_tab_content_register::-webkit-scrollbar-track {
  background: #f1f1f1; /* track color */
}

.custom_tab_content_register::-webkit-scrollbar-thumb {
  background: #888; /* thumb color */
  border-radius: 10px;
}

.custom_tab_content_register::-webkit-scrollbar-thumb:hover {
  background: #555;
}

input[readonly],
textarea[readonly] {
  background-color: #e8e3e3 !important;
  cursor: not-allowed;
}

.pdf_img {
  width: 100px;
}

.section-number {
  display: inline !important;
  padding-right: 5px;
}

.heding_text_inner_latest {
  font-size: 16px;
  padding: 10px 0px;
  border-bottom: 1px solid #00000012;
  margin-bottom: 20px;
  font-weight: 600;
  color: #dd9b10;
}

.date_control {
  width: 230px;
}

.dashboard_icon_img {
  width: 60px;
}

.dashCard_one {
  background-color: #043a7b;
  border: 1px solid #09132814;
}
.dashCard_two {
  background-color: #039e83;
  border: 1px solid #09132814;
}
.count_text {
  color: #fefffe;
  font-weight: 600;
}

.card.dashCard_three {
  background-color: #b57302;
  border: 1px solid #09132814;
}

.card.dashCard_four {
  background-color: #fd5b6626;
  border: 1px solid #09132814;
}

.count_textP {
  color: #ffffff !important;
}

.custom_height {
  height: 35px;
  /* width: 60%; */
}

table td a {
  font-weight: 500;
}

.header-text {
  margin: 0;
  font-size: 20px;
  padding: 5px 0px;
  color: #5b73e8;
}

.add_btn_new {
  border-radius: 10px;
  background-color: #e0983a;
  border: 1px solid #e0983a;
  margin-top: 30px;
  padding: 10px 10px;
}

.remove_btn_new {
  border-radius: 10px;
  background-color: #cf5a5a;
  border: none;
  margin-top: 5px;
}

.add_btn_new:hover {
  background-color: #e07f02;
}

.btn-warning.custom {
  background-color: #606060;
  border: 1px solid #606060;
}

span.badge {
  font-size: 12px;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 5px;
}

.innerTable {
  background-color: #e2d7d39e;
}

.visible_div {
  background: #f0f4ff;
  border-bottom: 1px solid #dbeafe;
  padding: 0.55rem 1.25rem;
  font-size: 0.82rem;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.visible_div p {
  margin-bottom: 0;
  font-weight: 400;
}

.msg-header {
 
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
}
.msg-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.msg-avatar.do {
  background: var(--do-color);
}
.msg-avatar.so {
  background: var(--so-color);
}
.msg-avatar.ac {
  background: var(--ac-color);
}

.msg-meta {
  flex: 1;
}
.msg-name {
  font-weight: 600;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.role-tag {
  font-size: 0.68rem;
  padding: 0.12rem 0.45rem;
  border-radius: 5px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.role-tag.do {
  background: #dbeafe;
  color: #1d4ed8;
}
.role-tag.so {
  background: #ede9fe;
  color: #6d28d9;
}
.role-tag.dept {
  background: var(--tag-dept);
  color: var(--tag-dept-text);
}
.msg-to {
  font-size: 0.79rem;
  color: var(--text-secondary);
  margin-top: 0.12rem;
}
.msg-time {
  font-size: 0.77rem;
  color: var(--text-muted);
  white-space: nowrap;
}
.msg-dots {
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.2rem 0.25rem;
  border-radius: 5px;
}
.msg-dots:hover {
  background: var(--surface-2);
}


.msg-body {
    padding: .1rem 1rem .75rem 3.3rem;
    font-size: .87rem;
    line-height: 1.6;
    color: var(--text-primary);
}

.reply-btn {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-size: .8rem;
    color: var(--text-secondary);
    border: 1px solid var(--border);
    background: none;
    border-radius: 6px;
    padding: .25rem .7rem;
    cursor: pointer;
    transition: all .15s;
}

.timeline-pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: .25rem .65rem;
    font-size: .78rem;
    color: var(--text-secondary);
    margin-bottom: .6rem;
    cursor: pointer;
}

.reply-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
}

    .attachment-box {
      display: inline-flex; align-items: center; gap: .6rem;
      border: 1px solid #bfdbfe; background: #eff6ff; border-radius: 8px;
      padding: .5rem .85rem; margin-bottom: .65rem; cursor: pointer;
      text-decoration: none;
    }
    .attachment-box:hover { background: #dbeafe; }
    .attachment-box .att-icon { color: #1d4ed8; font-size: 1.1rem; }
    .attachment-box .att-name { font-size: .83rem; font-weight: 600; color: #1d4ed8; }
    .attachment-box .att-size { font-size: .75rem; color: var(--text-secondary); }


    .send-btn {
    background: var(--accent);
    color: #fff;
    border: none;
    padding: .45rem 1.15rem;
    border-radius: 7px;
    font-size: .86rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .45rem;
    cursor: pointer;
}

.participant-row {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .45rem 0;
    border-bottom: 1px solid var(--border);
}

.p-avatar.do {
    background: var(--do-color);
}

.p-avatar.so {
    background: var(--so-color);
}

.p-avatar.hod {
    background: var(--hod-color);
}

.p-avatar.ac {
    background: var(--ac-color);
}

.p-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.p-info {
    flex: 1;
    min-width: 0;
}

.p-name {
    font-size: .82rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .35rem;
    flex-wrap: wrap;
}

.p-email {
    font-size: .73rem;
    color: var(--text-muted);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.online-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
}

.panel-action-btn {
    display: flex;
    align-items: center;
    gap: .4rem;
    border: 1px solid var(--border);
    background: none;
    border-radius: 7px;
    padding: .4rem .75rem;
    font-size: .8rem;
    font-weight: 500;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all .15s;
}

.panel-action-btn,.panel-more-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.gap-panel-actions {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1rem;
    border-bottom: 1px solid var(--border);
}


.panel-more-btn {
    display: flex;
    align-items: center;
    gap: .3rem;
    border: 1px solid var(--border);
    background: none;
    border-radius: 7px;
    padding: .4rem .65rem;
    font-size: .82rem;
    color: var(--text-secondary);
    cursor: pointer;
}


.notification {
    font-size: 12px;
    background-color:#ff0000b8;
    color: #fff;
    padding: 2px 5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

/* ---------------------------------------------------------------------------- */

   /* Body Grid */
    .workspace-body {
      background: var(--surface);
      border: 1px solid var(--border);
      border-top: none;
      border-radius: 0 0 10px 10px;
    }

    .workspace-grid {
      display: grid;
      grid-template-columns: 1fr 260px 270px;
      min-height: 580px;
    }

    /* Left - Approval Notes */
    .panel-left {
      padding: 22px 22px;
      border-right: 1px solid var(--border);
    }

    .panel-title {
      font-size: 15px; font-weight: 700;
      color: var(--text-primary);
      margin-bottom: 18px;
    }

    /* Note Card */
    .note-card {
      border: 1px solid var(--border);
      border-radius: 10px;
      overflow: hidden;
      margin-bottom: 16px;
    }

    .note-header {
      display: flex; align-items: center; gap: 10px;
      padding: 12px 16px;
      border-bottom: 1px solid var(--border);
      background: #fafafa;
    }

    .avatar {
      width: 30px; height: 30px;
      border-radius: 50%;
      display: grid; place-items: center;
      font-size: 11px; font-weight: 700;
      color: #fff;
      flex-shrink: 0;
    }
    .av-do { background: #2563eb; }
    .av-so { background: #7c3aed; }
    .av-hod { background: #f59e0b; }
    .av-sec { background: #10b981; }
    .av-pre { background: #ef4444; }

    .note-person { font-size: 0.9rem !important; font-weight: 600; color: var(--text-primary); }

    .tag {
      display: inline-block;
      font-weight: 600;
      border-radius: 5px;
      font-size: 0.68rem;
       padding: 0.12rem 0.45rem;
    }
    .tag-do { background: #eff6ff; color: #2563eb; }
    .tag-so { background: #f5f3ff; color: #7c3aed; }
    .tag-hod { background: #fffbeb; color: #d97706; }
    .tag-sec { background: #ecfdf5; color: #059669; }
    .tag-pre { background: #fef2f2; color: #dc2626; }

    .tag-initiated {background: #ecfdf5;color: #059669;font-size: 11px;font-weight: 700;padding: 2px 8px;border-radius: 5px;}
    .tag-pending { background: #fffbeb; color: #d97706; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 5px; }

    .note-date { margin-left: auto; font-size: 11.5px; color: var(--text-muted); }

    .note-body { padding: 14px 16px; }

    .note-section-label { font-size: 11px; font-weight: 700; color: var(--text-muted); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; }
    .note-text {font-size: 14px;color: #000000;line-height: 1.6;margin-bottom: 12px;}

    /* Attachment */
    .attachment {
      display: inline-flex; align-items: center; gap: 10px;
      background: #fef2f2;
      border: 1px solid #fecaca;
      border-radius: 8px;
      padding: 8px 14px;
      margin-bottom: 16px;
      cursor: pointer;
    }
    .attachment i { color: #ef4444; font-size: 20px; }
    .attachment-name { font-size: 13px; font-weight: 600; color: var(--text-primary); }
    .attachment-size { font-size: 11px; color: var(--text-muted); }

    /* Forward Row */
    .forward-row {
      display: flex; align-items: flex-end; gap: 10px;
      flex-wrap: wrap;
    }

    .form-group-inner { display: flex; flex-direction: column; gap: 5px; }
    .form-label-inner { font-size: 12.5px; font-weight: 600; color: var(--text-secondary); }

    .form-select-sm {
      font-family: 'DM Sans', sans-serif;
      font-size: 13px;
      color: var(--text-primary);
      background: #fff;
      border: 1px solid var(--border);
      border-radius: 7px;
      padding: 7px 30px 7px 10px;
      appearance: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right 10px center;
      cursor: pointer;
      min-width: 110px;
    }

    .forward-btn {
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--accent);
      color: #fff;
      border: none;
      font-size: 13px; font-weight: 600;
      padding: 8px 18px;
      border-radius: 7px;
      cursor: pointer;
      transition: background .18s;
    }
    .forward-btn:hover { background: var(--accent-hover); }

    /* Pending Note */
    .pending-note {
      border: 1px solid #e5e7eb;
      border-radius: 8px;
      padding: 12px 14px;
      margin-bottom: 0;
    }
    .pending-note-text { font-size: 14px; color: var(--text-primary); }

    /* Timeline note */
    .note-list { display: flex; flex-direction: column; gap: 12px; }
    .note-list-item { position: relative; padding-left: 36px; }
    .note-list-item::before {
      content: '';
      position: absolute;
      left: 15px; top: 32px;
      width: 1px; height: calc(100% + 12px);
      background: #e5e7eb;
    }
    .note-list-item:last-child::before { display: none; }
    .note-list-item .avatar { position: absolute; left: 0; top: 0; }

    /* ── MIDDLE – Approval Flow ── */
    .panel-mid {
      padding: 22px 20px;
      border-right: 1px solid var(--border);
    }

    .flow-list { display: flex; flex-direction: column; gap: 0; }

    .flow-item {
      display: flex; gap: 12px;
      position: relative;
      padding-bottom: 22px;
    }

    .flow-item:last-child { padding-bottom: 0; }

    .flow-line {
      position: absolute;
      left: 14px; top: 30px;
      width: 2px;
      height: calc(100% - 10px);
      background: #e5e7eb;
    }
    .flow-item:last-child .flow-line { display: none; }

    .flow-avatar {
      width: 30px; height: 30px;
      border-radius: 50%;
      display: grid; place-items: center;
      font-size: 10px; font-weight: 700;
      color: #fff;
      flex-shrink: 0;
      z-index: 1;
    }

    .flow-info { flex: 1; }
    .flow-name { font-size: 13px; font-weight: 600; color: var(--text-primary); }
    .flow-status { display: flex; align-items: center; gap: 5px; margin-top: 3px; }
    .flow-status-text { font-size: 11.5px; font-weight: 600; }
    .status-approved { color: #10b981; }
    .status-pending { color: #f59e0b; }
    .flow-date { font-size: 11px; color: var(--text-muted); margin-top: 2px; }

    .info-box {
      margin-top: 18px;
      background: #f8fafc;
      border: 1px solid var(--border);
      border-radius: 8px;
      padding: 11px 14px;
      display: flex; gap: 10px;
    }
    .info-box i { color: var(--text-muted); font-size: 14px; flex-shrink: 0; margin-top: 1px; }
    .info-box-text { font-size: 12px; color: var(--text-secondary); line-height: 1.5; }

    .actions-section { margin-top: 20px; }
    .actions-section .panel-title { font-size: 13.5px; margin-bottom: 12px; }
    .action-btns { display: flex; gap: 10px; }

    .btn-send-back {
      display: inline-flex; align-items: center; gap: 6px;
      border: 1.5px solid var(--border);
      background: #fff;
      color: var(--text-primary);
      font-size: 13px; font-weight: 600;
          padding: 6px 15px;

      border-radius: 7px;
      cursor: pointer;
      transition: border-color .18s, background .18s;
    }
    .btn-send-back:hover { border-color: var(--accent); color: var(--accent); background: #eff6ff; }

    .btn-forward {
      display: inline-flex; align-items: center; gap: 6px;
      background: var(--accent);
      color: #fff;
      border: none;
      font-size: 13px; font-weight: 600;
      padding: 8px 18px;
      border-radius: 7px;
      cursor: pointer;
      transition: background .18s;
    }
    .btn-forward:hover { background: var(--accent-hover); }

    /* ── RIGHT – Advocate Details ── */
    .panel-right { padding: 22px 20px; }

    .advocate-table { width: 100%; margin-bottom: 12px; }
    .advocate-table tr td { padding: 5px 0; vertical-align: top; }
    .advocate-table tr td:first-child {
      font-size: 14px; color: var(--text-muted); font-weight: 500;
      width: 170px; padding-right: 10px; white-space: nowrap;
    }
    .advocate-table tr td:last-child { font-size: 13px; color: var(--text-primary); font-weight: 500; }

    .view-full-link {
      display: inline-flex; align-items: center; gap: 5px;
      font-size: 12.5px; font-weight: 600; color: var(--accent);
      text-decoration: none;
      margin-bottom: 22px;
      display: block;
      margin-top: 8px;
    }
    .view-full-link:hover { text-decoration: underline; }

    .divider { border: none; border-top: 1px solid var(--border); margin: 0 0 18px; }

    .quick-notes-text { font-size: 12.5px; color: var(--text-secondary); line-height: 1.65; }
    .quick-notes-text strong { color: var(--text-primary); }

    .timeline-link {
      display: inline-flex; align-items: center; gap: 5px;
      font-size: 12.5px; font-weight: 600; color: var(--accent);
      text-decoration: none;
      margin-top: 8px;
      display: block;
    }
    .timeline-link:hover { text-decoration: underline; }

    .innerDivNewOne{
      flex-direction: column;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .order_img{
      width: 100px;
      margin-bottom: 20px;
    }

    .ck.ck-editor {
    position: relative;
    border: 1px solid #dbdbdb !important;
    border-radius: 10px;
    overflow: hidden !important;
   
}



/* Label */

.info-label{
    font-size: 13px;
    color:#5e6785;
    margin-bottom: 2px;
}

/* Value */

.info-value{
    font-size: 14px;
    font-weight:600;
    color:#1c2450;
    /* line-height:1.6; */
}

/* Spacing */

.info-block{
    margin-bottom: 10px;
}

/* Link */

.custom-link{
    color:#2657ff;
    font-weight:600;
    text-decoration:none;
    font-size: 14px;
}

.custom-link i{
    margin-left:8px;
    transition:0.3s;
}

.custom-link:hover i{
    transform:translateX(4px);
}

/* About Section */

.about-row{
    display:flex;
    align-items:flex-start;
    gap:16px;
    margin-bottom:10px;
}


/* Purple Avatar */

.avatar{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#5a33d6;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:14px;
}

/* Light Icon Circle */

.icon-circle{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#f1f3fa;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#4e5677;
    font-size:18px;
}

/* About Label */

.about-label{
    font-size: 13px;
    color:#5e6785;
    margin-bottom: 2px;
}

/* About Value */

.about-value{
    font-size: 14px;
    color:#1d2552;
    font-weight:600;
}

.bill-no {
    font-weight: 600;
    color: #2261eb;
    font-size: 13px;
}

td {
    padding: 13px 14px;
    font-size: 13.5px;
  
    vertical-align: middle;
   
}

.amount {
    font-weight: 600;
}

.badge-orange {
    background: #f9e8d2;
    color: #f8751a;
}

.badge-sky {
    background: #e2f3ff;
    color: #0fa7eb;
}

.badge-green {
    background: #cbf6e0;
    color: #10b880;
}

.badge-pill {
    display: inline-flex;
    align-items: center;
    padding: 3px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.btn-split-main {
    padding: 6px 12px;
    border: 1px solid #dee4ed;
    border-right: none;
    background: #fff;
    border-radius: 6px 0 0 6px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    color: #0f172a;
    font-family: 'DM Sans', sans-serif;
    transition: background .15s;
    white-space: nowrap;
}
