body {
  height: 100vh;
  margin: 0;
  font-family: "Segoe UI", sans-serif;
}

.footer-log {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.footer-log img {
  height: 80px;
}
.footer-log .left-logo {
  max-width: 150px;
}
.footer-log .right-logo {
  max-width: 140px;
}

.divider {
  border-top: 1px solid #bbb;
  margin: 25px 0 20px;
}

.footer-logos {
  display: flex;
  align-items: center;
  float: right;
  max-width: 900px;
  margin: 0 auto 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.footer-logos img {
  height: 35px;
  float: right;
}
.footer-logos .left-logo {
  max-width: 150px;
}
.footer-logos .right-logo {
  max-width: 140px;
}

.sidebar {
  width: 260px;
  min-height: 100vh;
  background: #fff;
  border-right: 1px solid #eee;
}
.sidebar img {
  max-width: 120px;
}
.sidebar .nav-link {
  color: #555;
  font-size: 14px;
  padding: 10px 16px;
  border-radius: 6px;
}
.sidebar .nav-link i {
  font-size: 15px;
}
.sidebar .nav-link.active, .sidebar .nav-link:hover {
  background: #eaf2ff;
  color: #0d6efd;
}

.save-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

header .topbar {
  background: #fff;
  padding: 12px 20px;
  border-bottom: 1px solid #eee;
}
header .topbar input {
  max-width: 180px;
}
header .topbar i {
  font-size: 18px;
  cursor: pointer;
}

.foot-img {
  height: 40px !important;
}

.login-section {
  height: 100vh;
}
.login-section .ride-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 160px;
}
.login-section .ride-img-box {
  position: relative;
}
.login-section .ride-img-box h1 {
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 45px;
}
.login-section .ride-img-box .ride-img {
  position: absolute;
  bottom: 23px;
  left: 0;
  z-index: 1;
}
.login-section .ride-img-box .ride-img img {
  height: 120px;
  width: auto;
  opacity: 0.6;
}
.login-section .logo-img img {
  width: 400px;
}
.login-section .left-panel {
  background: linear-gradient(180deg, #6ec6ff, #b3e5fc);
  color: #0a1f44;
  padding: 40px;
  position: relative;
}
.login-section .left-panel h1 {
  font-weight: 700;
  margin-top: 40px;
}
.login-section .left-panel small {
  position: absolute;
  bottom: 20px;
  left: 225px;
  font-size: 13px;
}
.login-section .login-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* FOOTER LOGO */
}
.login-section .login-panel .login-box {
  width: 100%;
  max-width: 400px;
}
.login-section .login-panel .login-box h3 {
  font-weight: 600;
  margin-bottom: 25px;
}
.login-section .login-panel .login-box .btn-enter {
  background: #0a1f44;
  color: #fff;
  font-weight: 600;
}
.login-section .login-panel .login-box .btn-enter:hover {
  background: #081836;
}
.login-section .login-panel .login-box .forgot {
  font-size: 14px;
}
.login-section .login-panel .footer-logo {
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-align: right;
}
.login-section .login-panel .footer-logo img {
  height: 40px;
  margin-bottom: 4px;
}
.login-section .login-panel .footer-logo small {
  font-size: 11px;
  color: #6b7280;
  display: block;
}

.password-section {
  height: 100vh;
  /* LEFT PANEL */
  /* RIGHT PANEL */
}
.password-section .ride-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 160px;
}
.password-section .ride-img-box {
  position: relative;
}
.password-section .ride-img-box h1 {
  position: relative;
  text-align: center;
  z-index: 2;
  font-size: 45px;
}
.password-section .ride-img-box .ride-img {
  position: absolute;
  bottom: 23px;
  left: 0;
  z-index: 1;
}
.password-section .ride-img-box .ride-img img {
  height: 120px;
  width: auto;
  opacity: 0.6;
}
.password-section .left-panel {
  background: linear-gradient(180deg, #6ec6ff, #b3e5fc);
  color: #0a1f44;
  padding: 40px;
  position: relative;
}
.password-section .left-panel img {
  width: 380px;
}
.password-section .left-panel h1 {
  font-weight: 700;
  margin-top: 60px;
  line-height: 1.3;
}
.password-section .left-panel small {
  position: absolute;
  bottom: 20px;
  left: 220px;
  font-size: 13px;
}
.password-section .form-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* FOOTER LOGO */
}
.password-section .form-panel .form-box {
  width: 100%;
  max-width: 420px;
}
.password-section .form-panel .form-box h3 {
  font-weight: 600;
  margin-bottom: 30px;
}
.password-section .form-panel .form-box .form-control {
  padding: 12px;
  border-radius: 6px;
}
.password-section .form-panel .form-box .form-control:focus {
  box-shadow: none;
  border-color: #0a1f44;
}
.password-section .form-panel .form-box .btn-primary-custom {
  background: #0a1f44;
  color: #fff;
  font-weight: 600;
  padding: 12px;
  border-radius: 6px;
}
.password-section .form-panel .form-box .btn-primary-custom:hover {
  background: #081836;
}
.password-section .form-panel .footer-logo {
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-align: right;
}
.password-section .form-panel .footer-logo img {
  height: 40px;
  margin-bottom: 4px;
}
.password-section .form-panel .footer-logo small {
  font-size: 11px;
  color: #6b7280;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .password-section .left-panel {
    display: none;
  }
}
.dashboard-section {
  display: flex;
  min-height: 100vh;
  background: #f9fafb;
  /* SIDEBAR */
}
.dashboard-section .sidebar {
  width: 240px;
  min-height: 100vh;
  background: #ffffff;
  border-right: 1px solid #e5e7eb;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.dashboard-section .sidebar img {
  max-width: 120px;
}
.dashboard-section .sidebar small {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 6px;
}
.dashboard-section .sidebar .nav {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dashboard-section .sidebar .nav .nav-link {
  color: #374151;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.dashboard-section .sidebar .nav .nav-link i {
  font-size: 16px;
}
.dashboard-section .sidebar .nav .nav-link:hover, .dashboard-section .sidebar .nav .nav-link.active {
  background: #eef2ff;
  color: #4338ca;
}
.dashboard-section .sidebar .mt-auto {
  margin-top: auto;
  font-size: 11px;
  color: #9ca3af;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}
.dashboard-section .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
  min-height: 100vh;
}
.dashboard-section .content .summary-cards {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.dashboard-section .content .summary-cards .card-summary {
  background: white;
  border-radius: 8px;
  padding: 20px;
  flex: 1;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.dashboard-section .content .summary-cards .card-summary .icon {
  width: 40px;
  height: 40px;
  background: #eef2ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.dashboard-section .content .summary-cards .card-summary .details {
  margin-left: 12px;
  flex: 1;
}
.dashboard-section .content .summary-cards .card-summary .details .count {
  font-weight: 600;
  font-size: 20px;
  color: #111827;
}
.dashboard-section .content .summary-cards .card-summary .details .label {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}
.dashboard-section .content .d-flex {
  margin-bottom: 12px;
  flex-shrink: 0;
  align-items: center;
}
.dashboard-section .content .d-flex span {
  font-size: 13px;
  color: #6b7280;
}
.dashboard-section .content .d-flex .btn-gray {
  background: #e5e7eb;
  border: none;
  font-size: 13px;
  margin-left: 10px;
  padding: 5px 12px;
  border-radius: 6px;
  cursor: pointer;
}
.dashboard-section .content .d-flex .btn-gray:hover {
  background: #d1d5db;
}
.dashboard-section .content .card {
  border: none;
  border-radius: 8px;
  background: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.dashboard-section .content .card .table-responsive {
  flex: 1;
  overflow: auto;
}
.dashboard-section .content .card .table-responsive table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
}
.dashboard-section .content .card .table-responsive table thead {
  background: #f3f4f6;
}
.dashboard-section .content .card .table-responsive table thead th {
  font-weight: 600;
  font-size: 13px;
  padding: 12px;
  white-space: nowrap;
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}
.dashboard-section .content .card .table-responsive table tbody tr {
  border-bottom: 1px solid #e5e7eb;
}
.dashboard-section .content .card .table-responsive table tbody tr:hover {
  background-color: #eef2ff;
}
.dashboard-section .content .card .table-responsive table tbody tr td {
  padding: 12px;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: middle;
}
.dashboard-section .content .card .table-responsive table tbody tr td input[type=checkbox] {
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.dashboard-section .content .card .table-responsive table tbody tr td a {
  color: #4338ca;
  text-decoration: none;
  font-weight: 600;
}
.dashboard-section .content .card .table-responsive table tbody tr td a:hover {
  text-decoration: underline;
}
.dashboard-section .content .card .table-responsive table tbody tr td .badge {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
  display: inline-block;
}
.dashboard-section .content .card .table-responsive table tbody tr td .badge.badge-confirmed {
  background: #e6f7ef;
  color: #0f9d58;
}
.dashboard-section .content .card .table-responsive table tbody tr td .badge.badge-rejected {
  background: #fdecea;
  color: #d93025;
}
.dashboard-section .content .card .table-responsive table tbody tr td .badge.badge-waiting {
  background: #fff4e5;
  color: #f29900;
}
.dashboard-section .content nav {
  margin-top: 12px;
  flex-shrink: 0;
}
.dashboard-section .content nav .pagination {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}
.dashboard-section .content nav .pagination .page-item.active a {
  background-color: #4338ca;
  color: white;
  border-radius: 4px;
}
.dashboard-section .content nav .pagination .page-item a {
  display: block;
  padding: 5px 12px;
  font-size: 13px;
  color: #374151;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
.dashboard-section .content nav .pagination .page-item a:hover {
  background-color: #eef2ff;
  color: #4338ca;
}
.dashboard-section .content .footer-logoss {
  margin-top: auto;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #e5e7eb;
}
.dashboard-section .content .footer-logoss img {
  height: 40px;
}

@media (max-width: 991px) {
  .dashbord-section .sidebar {
    display: none;
  }
}
.btn-btn {
  margin-top: 160px;
}

.official-form-section {
  background: #f2f2f2;
  min-height: 100vh;
}
.official-form-section .layout {
  display: flex;
}
.official-form-section .sidebar {
  width: 230px;
  background: #fff;
  border-right: 1px solid #ddd;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.official-form-section .sidebar .logo-box {
  text-align: center;
  margin-bottom: 20px;
}
.official-form-section .sidebar .logo-box img {
  width: 120px;
}
.official-form-section .sidebar .sidebar-title {
  font-size: 11px;
  color: #777;
  margin-bottom: 10px;
}
.official-form-section .sidebar .nav-list {
  list-style: none;
  padding: 0;
}
.official-form-section .sidebar .nav-list li {
  margin-bottom: 4px;
}
.official-form-section .sidebar .nav-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  padding: 8px 10px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}
.official-form-section .sidebar .nav-list li a:hover {
  background: #f0f0f0;
}
.official-form-section .sidebar .nav-list li a.active {
  background: #e9ecef;
  font-weight: 600;
}
.official-form-section .sidebar .sidebar-footer {
  margin-top: auto;
  text-align: center;
  font-size: 12px;
  color: #777;
}
.official-form-section .content-area {
  width: 100%;
}
.official-form-section .letter-container {
  width: 794px;
  max-width: 100%;
  min-height: 1123px;
  background: #fff;
  padding: 35px 45px;
  border: 1px solid #ccc;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  width: 100%;
}
.official-form-section .letter-container .header-hindi {
  color: red;
  font-weight: 600;
  line-height: 1.2;
}
.official-form-section .letter-container .header-center img {
  height: 90px;
  display: block;
  margin: auto;
}
.official-form-section .letter-container .status-row {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 15px;
  font-weight: 600;
}
.official-form-section .letter-container .status-row .status-regret {
  color: #dc3545;
  margin: 0 6px;
}
.official-form-section .letter-container .status-row .quote-priority-box {
  border: 1px solid #bbb;
  padding: 3px 10px;
  font-size: 11px;
  background: #f5f5f5;
  margin-left: 6px;
}
.official-form-section .letter-container .form-table {
  width: 100%;
  border-collapse: collapse;
}
.official-form-section .letter-container .form-table td {
  border: 1px solid #bbb;
  padding: 8px;
}
.official-form-section .letter-container .form-table td:first-child {
  width: 30%;
  font-weight: 600;
}
.official-form-section .letter-container .form-table input {
  width: 100%;
  background: #e0e0e0;
  border: none;
  height: 28px;
}
.official-form-section .letter-container .after-table-section {
  margin-top: 40px;
}
.official-form-section .letter-container .after-table-section .top-sign-row {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
}
.official-form-section .letter-container .after-table-section .back-btn-wrapper {
  text-align: right;
  margin: 10px 0 25px;
}
.official-form-section .letter-container .after-table-section .back-btn-wrapper .btn-back {
  background: #0d1b50;
  color: #fff;
  border: none;
  padding: 4px 14px;
  border-radius: 3px;
  cursor: pointer;
}
.official-form-section .letter-container .after-table-section .back-btn-wrapper .btn-back:hover {
  background: #0a1545;
}
.official-form-section .letter-container .after-table-section .footer-log {
  display: flex;
  justify-content: space-between;
}
.official-form-section .letter-container .after-table-section .footer-log img {
  height: 80px;
}
.official-form-section .letter-container .after-table-section .blue-divider {
  border-top: 2px solid #1c2f8a;
  margin: 15px 0;
}
.official-form-section .letter-container .after-table-section .footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.official-form-section .letter-container .after-table-section .footer-bottom img {
  height: 35px;
}

.latter-second-wrapper {
  background: #f2f2f2;
  min-height: 100vh;
  /* SIDEBAR */
  /* CONTENT */
  /* LETTER */
}
.latter-second-wrapper .layout {
  display: flex;
}
.latter-second-wrapper .sidebar {
  width: 230px;
  background: #fff;
  border-right: 1px solid #ddd;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.latter-second-wrapper .sidebar .logo-box {
  text-align: center;
  margin-bottom: 20px;
}
.latter-second-wrapper .sidebar .logo-box img {
  width: 120px;
}
.latter-second-wrapper .sidebar .sidebar-title {
  font-size: 11px;
  color: #777;
  margin-bottom: 10px;
}
.latter-second-wrapper .sidebar .nav-list {
  list-style: none;
  padding: 0;
}
.latter-second-wrapper .sidebar .nav-list li {
  margin-bottom: 4px;
}
.latter-second-wrapper .sidebar .nav-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  padding: 8px 10px;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}
.latter-second-wrapper .sidebar .nav-list li a:hover {
  background: #f0f0f0;
}
.latter-second-wrapper .sidebar .nav-list li a.active {
  background: #e9ecef;
  font-weight: 600;
}
.latter-second-wrapper .sidebar .sidebar-footer {
  margin-top: auto;
  text-align: center;
  font-size: 12px;
  color: #777;
}
.latter-second-wrapper .content-area {
  width: 100%;
}
.latter-second-wrapper .letter-container {
  width: 794px;
  min-height: 1123px;
  background: #fff;
  padding: 35px 45px;
  border: 1px solid #ccc;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  font-size: 13px;
  width: 100%;
}
.latter-second-wrapper .letter-container .header-hindi {
  color: red;
  font-weight: 600;
  line-height: 1.2;
}
.latter-second-wrapper .letter-container .header-center img {
  height: 90px;
  display: block;
  margin: auto;
}
.latter-second-wrapper .letter-container .status-row {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 15px;
  font-weight: 600;
}
.latter-second-wrapper .letter-container .status-row .status-regret {
  color: palegreen;
  margin: 0 6px;
}
.latter-second-wrapper .letter-container .status-row .quote-priority-box {
  border: 1px solid #bbb;
  padding: 3px 10px;
  font-size: 11px;
  background: #f5f5f5;
  margin-left: 6px;
}
.latter-second-wrapper .letter-container .form-table {
  width: 100%;
  border-collapse: collapse;
}
.latter-second-wrapper .letter-container .form-table td {
  border: 1px solid #bbb;
  padding: 8px;
}
.latter-second-wrapper .letter-container .form-table td:first-child {
  width: 30%;
  font-weight: 600;
}
.latter-second-wrapper .letter-container .form-table input {
  width: 100%;
  background: #d8d8d8;
  border: none;
  height: 28px;
}
.latter-second-wrapper .letter-container .after-table-section {
  margin-top: 40px;
}
.latter-second-wrapper .letter-container .after-table-section .top-sign-row {
  display: flex;
  justify-content: space-between;
  line-height: 1.6;
}
.latter-second-wrapper .letter-container .after-table-section .back-btn-wrapper {
  text-align: right;
  margin: 10px 0 25px;
}
.latter-second-wrapper .letter-container .after-table-section .back-btn-wrapper .btn-back {
  background: #0d1b50;
  color: #fff;
  border: none;
  padding: 4px 14px;
  border-radius: 3px;
  cursor: pointer;
}
.latter-second-wrapper .letter-container .after-table-section .back-btn-wrapper .btn-back:hover {
  background: #0a1545;
}
.latter-second-wrapper .letter-container .after-table-section .footer-log {
  display: flex;
  justify-content: space-between;
}
.latter-second-wrapper .letter-container .after-table-section .footer-log img {
  height: 80px;
}
.latter-second-wrapper .letter-container .after-table-section .blue-divider {
  border-top: 2px solid #1c2f8a;
  margin: 15px 0;
}
.latter-second-wrapper .letter-container .after-table-section .footer-bottom {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.latter-second-wrapper .letter-container .after-table-section .footer-bottom img {
  height: 35px;
}

.latter-wrapper {
  min-height: 100vh;
  font-family: "Arial", sans-serif;
  background: #f8f9fa;
}
.latter-wrapper .sidebar {
  width: 230px;
  background: #fff;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.latter-wrapper .sidebar .text-center img {
  width: 120px;
}
.latter-wrapper .sidebar small {
  font-size: 12px;
  color: #777;
  margin-left: 4px;
}
.latter-wrapper .sidebar .nav {
  margin-top: 15px;
}
.latter-wrapper .sidebar .nav .nav-item {
  margin-bottom: 8px;
}
.latter-wrapper .sidebar .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background 0.2s ease;
}
.latter-wrapper .sidebar .nav .nav-item .nav-link.active {
  background: #e9ecef;
  font-weight: 600;
}
.latter-wrapper .sidebar .nav .nav-item .nav-link:hover {
  background: #f0f0f0;
}
.latter-wrapper .sidebar .mt-auto {
  margin-top: auto;
  font-size: 13px;
  color: #777;
  text-align: center;
}
.latter-wrapper main {
  width: 100%;
}
.latter-wrapper main .letter-container {
  background: hsl(0deg 0% 98.43%);
  width: 100%;
  padding: 30px 40px;
  border: 1px solid #ddd;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* New after-table-section styles */
}
.latter-wrapper main .letter-container .header-center img {
  height: 90px;
}
.latter-wrapper main .letter-container .header-hindi {
  font-size: 12px;
  font-weight: 600;
  color: red;
  line-height: 1.2;
}
.latter-wrapper main .letter-container .subtext {
  font-weight: normal;
  font-size: 11px;
  color: #333;
}
.latter-wrapper main .letter-container .status-row {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.latter-wrapper main .letter-container .status-row .status-reject {
  color: #d9534f; /* red */
  font-weight: 700;
  margin-left: 8px;
  margin-right: 20px;
}
.latter-wrapper main .letter-container .status-row .rrs-text {
  font-size: 11px;
  color: #555;
  font-weight: 600;
  margin-right: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.latter-wrapper main .letter-container .status-row .quote-priority-box {
  border: 1px solid #bbb;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  margin-right: 10px;
  background: #f5f5f5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
}
.latter-wrapper main .letter-container .letter-content {
  margin: 15px 0 25px;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
}
.latter-wrapper main .letter-container .form-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 40px;
}
.latter-wrapper main .letter-container .form-table td {
  border: 1px solid #bbb;
  padding: 8px 10px;
  vertical-align: middle;
}
.latter-wrapper main .letter-container .form-table td:first-child {
  width: 30%;
  font-weight: 600;
}
.latter-wrapper main .letter-container .form-table td input {
  width: 100%;
  border: none;
  background: #d8d8d8;
  height: 26px;
  padding: 4px 8px;
  color: #444;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.latter-wrapper main .letter-container .after-table-section {
  margin-top: 20px;
}
.latter-wrapper main .letter-container .after-table-section .top-sign-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
.latter-wrapper main .letter-container .after-table-section .top-sign-row .left-sign {
  width: 48%;
  color: #000;
}
.latter-wrapper main .letter-container .after-table-section .top-sign-row .right-sign {
  width: 48%;
  color: #000;
  text-align: right;
}
.latter-wrapper main .letter-container .after-table-section .back-btn-wrapper {
  text-align: right;
  margin-top: 10px;
}
.latter-wrapper main .letter-container .after-table-section .back-btn-wrapper .btn-back {
  font-size: 12px;
  padding: 5px 15px;
  background: #0d6efd;
  border: none;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}
.latter-wrapper main .letter-container .after-table-section .back-btn-wrapper .btn-back:hover {
  background: #0b5ed7;
}
.latter-wrapper main .letter-container .signature-row {
  font-size: 13px;
  font-weight: 600;
  margin-top: 40px;
}
.latter-wrapper main .letter-container .signature-row .text-end {
  text-align: right;
}
.latter-wrapper main .letter-container .footer-log,
.latter-wrapper main .letter-container .footer-logos {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.latter-wrapper main .letter-container .footer-log img,
.latter-wrapper main .letter-container .footer-logos img {
  height: 80px;
}
.latter-wrapper main .letter-container .divider {
  border-top: 1px solid #bbb;
  margin: 20px 0;
}
.latter-wrapper main .letter-container .footer-text {
  text-align: center;
  font-size: 12px;
  color: #555;
  line-height: 1.3;
  margin-bottom: 30px;
}

.report-section {
  display: flex;
  height: 100vh;
  background: #f9fafb;
  /* ================= SIDEBAR ================= */
  /* ================= MAIN AREA ================= */
}
.report-section .sidebar {
  width: 240px;
  min-height: 100vh;
  background: #ffffff;
  border-right: 1px solid #e5e7eb;
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
.report-section .sidebar h5 {
  color: #2563eb;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.report-section .sidebar .text-uppercase {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 0.5rem;
}
.report-section .sidebar .nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.report-section .sidebar .nav .nav-link {
  color: #374151;
  padding: 10px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}
.report-section .sidebar .nav .nav-link i {
  font-size: 16px;
}
.report-section .sidebar .nav .nav-link.active, .report-section .sidebar .nav .nav-link:hover {
  background: #eef2ff;
  color: #4338ca;
}
.report-section .sidebar .mt-auto {
  margin-top: auto;
  font-size: 11px;
  color: #9ca3af;
  padding-top: 1rem;
}
.report-section .flex-grow-1 {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  /* -------- TOPBAR -------- */
  /* -------- CONTENT -------- */
}
.report-section .flex-grow-1 .topbar {
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.report-section .flex-grow-1 .topbar h6 {
  margin: 0;
  font-weight: 600;
}
.report-section .flex-grow-1 .topbar .d-flex {
  gap: 14px;
  align-items: center;
}
.report-section .flex-grow-1 .topbar .d-flex span {
  font-size: 13px;
}
.report-section .flex-grow-1 .topbar .d-flex span.text-muted {
  color: #6b7280;
}
.report-section .flex-grow-1 .topbar .d-flex span strong {
  font-weight: 700;
}
.report-section .flex-grow-1 .topbar .d-flex i {
  font-size: 18px;
  cursor: pointer;
  color: #374151;
}
.report-section .flex-grow-1 .p-4 {
  padding: 20px;
  flex: 1;
  overflow: auto;
  /* Actions */
  /* -------- TABLE -------- */
  /* -------- PAGINATION -------- */
}
.report-section .flex-grow-1 .p-4 .justify-content-between {
  margin-bottom: 12px;
}
.report-section .flex-grow-1 .p-4 .justify-content-between .form-select {
  width: auto;
  font-size: 13px;
}
.report-section .flex-grow-1 .p-4 .justify-content-between .btn-light-gray {
  background: #e5e7eb;
  border: none;
  font-size: 13px;
}
.report-section .flex-grow-1 .p-4 .justify-content-between .btn-light-gray:hover {
  background: #d1d5db;
}
.report-section .flex-grow-1 .p-4 .table-responsive {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.report-section .flex-grow-1 .p-4 .table-responsive table {
  margin-bottom: 0;
}
.report-section .flex-grow-1 .p-4 .table-responsive table thead th {
  background: #f3f4f6;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  padding: 12px;
}
.report-section .flex-grow-1 .p-4 .table-responsive table tbody tr.selected {
  background: #f8fbff;
}
.report-section .flex-grow-1 .p-4 .table-responsive table tbody tr td {
  padding: 12px;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: middle;
}
.report-section .flex-grow-1 .p-4 .table-responsive table tbody tr td input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.report-section .flex-grow-1 .p-4 .table-responsive table tbody tr td a {
  color: #4338ca;
  text-decoration: none;
}
.report-section .flex-grow-1 .p-4 .table-responsive table tbody tr td a:hover {
  text-decoration: underline;
}
.report-section .flex-grow-1 .p-4 .table-responsive table tbody tr td .badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
}
.report-section .flex-grow-1 .p-4 .table-responsive table tbody tr td .badge.status-confirmed {
  background: #e7f8ef;
  color: #16a34a;
}
.report-section .flex-grow-1 .p-4 .table-responsive table tbody tr td .badge.status-reject {
  background: #fee2e2;
  color: #dc2626;
}
.report-section .flex-grow-1 .p-4 .table-responsive table tbody tr td .badge.status-waiting {
  background: #fff7ed;
  color: #ea580c;
}
.report-section .flex-grow-1 .p-4 .pagination {
  margin-top: 12px;
}
.report-section .flex-grow-1 .p-4 .pagination .page-item .page-link {
  font-size: 12px;
  color: #4338ca;
}
.report-section .flex-grow-1 .p-4 .pagination .page-item.active .page-link {
  background: #4338ca;
  border-color: #4338ca;
  color: #ffffff;
}
.report-section .flex-grow-1 .p-4 .pagination .page-item.disabled .page-link {
  opacity: 0.5;
}

.dashboard-part-section {
  display: flex;
  min-height: 100vh;
  background: #f9fafb;
  /* ================= SIDEBAR ================= */
  /* ================= CONTENT ================= */
}
.dashboard-part-section .sidebar {
  width: 240px;
  min-height: 100vh;
  background: #ffffff;
  border-right: 1px solid #e5e7eb;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.dashboard-part-section .sidebar img {
  max-width: 120px;
}
.dashboard-part-section .sidebar small {
  font-size: 11px;
  color: #6b7280;
  margin-bottom: 6px;
}
.dashboard-part-section .sidebar .nav {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.dashboard-part-section .sidebar .nav .nav-link {
  color: #374151;
  padding: 10px 12px;
  border-radius: 6px;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard-part-section .sidebar .nav .nav-link i {
  font-size: 16px;
}
.dashboard-part-section .sidebar .nav .nav-link:hover, .dashboard-part-section .sidebar .nav .nav-link.active {
  background: #eef2ff;
  color: #4338ca;
}
.dashboard-part-section .sidebar .mt-auto {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #e5e7eb;
  text-align: center;
}
.dashboard-part-section .sidebar .mt-auto small {
  color: #9ca3af;
  font-size: 11px;
}
.dashboard-part-section .content {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  /* -------- ACTION BAR -------- */
  /* -------- CARD / TABLE -------- */
  /* -------- PAGINATION -------- */
  /* -------- FOOTER LOGO -------- */
}
.dashboard-part-section .content .d-flex {
  margin-bottom: 12px;
  gap: 8px;
}
.dashboard-part-section .content .d-flex span {
  font-size: 13px;
  color: #6b7280;
}
.dashboard-part-section .content .d-flex .btn-gray {
  background: #e5e7eb;
  border: none;
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 4px;
}
.dashboard-part-section .content .d-flex .btn-gray:hover {
  background: #d1d5db;
}
.dashboard-part-section .content .card {
  border: none;
  border-radius: 8px;
  background: #ffffff;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.dashboard-part-section .content .card .table-responsive {
  flex: 1;
  overflow: auto;
}
.dashboard-part-section .content .card .table-responsive table {
  margin-bottom: 0;
  width: 100%;
}
.dashboard-part-section .content .card .table-responsive table thead th {
  background: #f3f4f6;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
  padding: 12px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.dashboard-part-section .content .card .table-responsive table tbody tr:hover {
  background: #f9fafb;
}
.dashboard-part-section .content .card .table-responsive table tbody tr td {
  padding: 12px;
  font-size: 13px;
  white-space: nowrap;
  vertical-align: middle;
}
.dashboard-part-section .content .card .table-responsive table tbody tr td input[type=checkbox] {
  width: 16px;
  height: 16px;
}
.dashboard-part-section .content .card .table-responsive table tbody tr td a {
  color: #4338ca;
  text-decoration: none;
}
.dashboard-part-section .content .card .table-responsive table tbody tr td a:hover {
  text-decoration: underline;
}
.dashboard-part-section .content .card .table-responsive table tbody tr td .badge {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 20px;
}
.dashboard-part-section .content .card .table-responsive table tbody tr td .badge.badge-confirmed {
  background: #e6f7ef;
  color: #0f9d58;
}
.dashboard-part-section .content .card .table-responsive table tbody tr td .badge.badge-rejected {
  background: #fdecea;
  color: #d93025;
}
.dashboard-part-section .content .card .table-responsive table tbody tr td .badge.badge-waiting {
  background: #fff4e5;
  color: #f29900;
}
.dashboard-part-section .content .pagination {
  margin-top: 12px;
  display: flex;
  gap: 6px;
}
.dashboard-part-section .content .pagination .page-item .page-link {
  font-size: 13px;
  padding: 6px 10px;
}
.dashboard-part-section .content .pagination .page-item.active .page-link {
  background: #4338ca;
  border-color: #4338ca;
}
.dashboard-part-section .content .aa {
  display: flex;
  justify-content: end;
}
.dashboard-part-section .content .aa .footer-logoos {
  margin-top: 12px;
}
.dashboard-part-section .content .aa .footer-logoos img {
  height: 40px;
}

.form-section {
  min-height: 100vh;
  font-family: "Arial", sans-serif;
  background: #f8f9fa;
}
.form-section .sidebar {
  width: 230px;
  background: #fff;
  border-right: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.form-section .sidebar .text-center img {
  width: 120px;
}
.form-section .sidebar small {
  font-size: 12px;
  color: #777;
  margin-left: 4px;
}
.form-section .sidebar .nav {
  margin-top: 15px;
}
.form-section .sidebar .nav .nav-item {
  margin-bottom: 8px;
}
.form-section .sidebar .nav .nav-item .nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 5px;
  transition: background 0.2s ease;
}
.form-section .sidebar .nav .nav-item .nav-link.active {
  background: #e9ecef;
  font-weight: 600;
}
.form-section .sidebar .nav .nav-item .nav-link:hover {
  background: #f0f0f0;
}
.form-section .sidebar .mt-auto {
  margin-top: auto;
  font-size: 13px;
  color: #777;
  text-align: center;
}
.form-section main {
  width: 100%;
}
.form-section main .letter-container {
  background: #fff;
  padding: 30px 40px;
  border: 1px solid #ddd;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  /* New after-table-section styles */
}
.form-section main .letter-container .header-center img {
  height: 90px;
}
.form-section main .letter-container .header-hindi {
  font-size: 12px;
  font-weight: 600;
  color: red;
  line-height: 1.2;
}
.form-section main .letter-container .subtext {
  font-weight: normal;
  font-size: 11px;
  color: #333;
}
.form-section main .letter-container .status-row {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.form-section main .letter-container .status-row .status-reject {
  color: orange; /* red */
  font-weight: 700;
  margin-left: 8px;
  margin-right: 20px;
}
.form-section main .letter-container .status-row .rrs-text {
  font-size: 11px;
  color: #555;
  font-weight: 600;
  margin-right: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-section main .letter-container .status-row .quote-priority-box {
  border: 1px solid #bbb;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  margin-right: 10px;
  background: #f5f5f5;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
}
.form-section main .letter-container .letter-content {
  margin: 15px 0 25px;
  font-size: 13px;
  line-height: 1.4;
  color: #333;
}
.form-section main .letter-container .form-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin-bottom: 40px;
}
.form-section main .letter-container .form-table td {
  border: 1px solid #bbb;
  padding: 8px 10px;
  vertical-align: middle;
}
.form-section main .letter-container .form-table td:first-child {
  width: 30%;
  font-weight: 600;
}
.form-section main .letter-container .form-table td input {
  width: 100%;
  border: none;
  background: #d8d8d8;
  height: 26px;
  padding: 4px 8px;
  color: #444;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-section main .letter-container .after-table-section {
  margin-top: 20px;
}
.form-section main .letter-container .after-table-section .top-sign-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 30px;
}
.form-section main .letter-container .after-table-section .top-sign-row .left-sign {
  width: 48%;
  color: #000;
}
.form-section main .letter-container .after-table-section .top-sign-row .right-sign {
  width: 48%;
  color: #000;
  text-align: right;
}
.form-section main .letter-container .after-table-section .back-btn-wrapper {
  text-align: right;
  margin-top: 10px;
}
.form-section main .letter-container .after-table-section .back-btn-wrapper .btn-back {
  font-size: 12px;
  padding: 5px 15px;
  background: #0d6efd;
  border: none;
  color: #fff;
  border-radius: 3px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
}
.form-section main .letter-container .after-table-section .back-btn-wrapper .btn-back:hover {
  background: #0b5ed7;
}
.form-section main .letter-container .signature-row {
  font-size: 13px;
  font-weight: 600;
  margin-top: 40px;
}
.form-section main .letter-container .signature-row .text-end {
  text-align: right;
}
.form-section main .letter-container .footer-log,
.form-section main .letter-container .footer-logos {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}
.form-section main .letter-container .footer-log img,
.form-section main .letter-container .footer-logos img {
  height: 80px;
}
.form-section main .letter-container .divider {
  border-top: 1px solid #bbb;
  margin: 20px 0;
}
.form-section main .letter-container .footer-text {
  text-align: center;
  font-size: 12px;
  color: #555;
  line-height: 1.3;
  margin-bottom: 30px;
}/*# sourceMappingURL=custom.css.map */