html,
body {
  height: 100%;
  margin: 0;
  background-color: #0b1120;
  font-family: sans-serif;
}

.side-image {
  background-image: url("attenteinscr.jpg");
  background-size: cover;
  background-position: center;
  height: 129%;
}

.text-light-gray {
  color: #94a3b8;
}

.custom-tabs {
  display: flex;
  border-bottom: 1px solid #334155;
  margin-bottom: 2rem;
}

.tab-item {
  padding: 10px 20px;
  text-decoration: none;
  color: #94a3b8;
}

.tab-item.active {
  color: white;
  border-bottom: 2px solid #2563eb;
}

.case {
  background-color: rgba(30, 41, 59, 0.5) !important;
  border: 1px solid #334155 !important;
  color: white !important;
  border-radius: 8px;
}

.btn-signup {
  background-color: #2563eb;
  border: none;
  border-radius: 25px;
  padding: 12px;
  color: white;
}

/*  */

.engagement-box {
  background-color: #161e2d;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 30px 20px;
  height: 100%;
}

.icon-circle {
  font-size: 24px;
}

.text-primary {
  color: #1a73e8 !important;
}

.btn-primary {
  background-color: #1a73e8;
  border: none;
  padding: 10px 20px;
  border-radius: 8px;
}

.custom-card {
  background-color: #161e2d !important;
  border: none !important;
  border-radius: 25px !important;
  overflow: hidden;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.category-tag {
  font-size: 0.75rem;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.sustainability,
.efficiency,
.regulatory {
  color: #3b82f6;
}

.view_all_link {
  text-decoration: none;
  color: #186ade;
  font-weight: bold;
  font-size: 0.9rem;
}

.contact-section {
  background-color: #0b1120;
  padding: 40px;
  border: 1px solid #1e293b;
  border-radius: 20px;
  max-width: 800px;
}

.custom-label {
  display: block;
  color: white;
  font-size: 0.9em;
  margin-top: 15px;
  margin-bottom: 8px;
}

.custom-input {
  display: block;
  width: 100%;
  background-color: #1e293b !important;
  border: 1px solid #334155 !important;
  color: white !important;
  padding: 12px;
  border-radius: 8px;
}

.form-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.form-subtitle {
  color: #94a3b8;
  margin-bottom: 30px;
}

/*  */

body,
html {
  height: 100vh;
  margin: 0;
  font-family: sans-serif;
}

.bg-image {
  background-image: url("attenteinscr.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-navy {
  background-color: #0b1120;
}

.nav-tabs-custom {
  display: flex;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}

.nav-tabs-custom a {
  color: gray;
  text-decoration: none;
  padding: 10px 20px;
}

.nav-tabs-custom a.active {
  color: white;
  border-bottom: 2px solid #0d6efd;
}

.case {
  background-color: transparent !important;
  border: 1px solid #333 !important;
  color: white !important;
}

.btn-custom {
  background-color: #1a73e8;
  border-radius: 20px;
  border: none;
  color: white;
}

.link-custom {
  color: #1a73e8;
  text-decoration: none;
  font-size: 0.9em;
}

/*  */

:root {
  --bs-primary: #2f80ed;
  --bs-success: #16a34a;
  --bs-dark: #0f172a;
  --bs-body-bg: #0b1120;
  --bs-body-color: #f9fafb;
}

.custom-checkbox:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.custom-checkbox:checked + label {
  color: gray;
  text-decoration: line-through;
}

body {
  background-color: #0b1120;
  color: #f9fafb;
}

.card {
  background-color: #111827;
  border: 1px solid #1e293b;
}

.sidebar {
  background-color: #0f172a;
}

.text-muted {
  color: #9ca3af !important;
}
.border-end,
.border-start {
  border-color: #1e293b !important;
}

.list-group-item {
  background-color: inherit;
}

.custom-card {
  background: #0f1b2d;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
}

.custom-pill {
  background: rgba(255, 255, 255, 0.06);
  color: #cfd6e4;
  font-size: 0.85rem;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.card table {
  background-color: transparent !important;
  color: white !important;
}

.card table thead th {
  background-color: rgba(108, 117, 125, 0.1) !important;
  color: #6c757d !important;
}

.card table tbody td {
  background-color: transparent !important;
  color: white !important;
}
.card table tbody td.text-success {
  color: #198754 !important;
}
.card table tbody td.text-secondary {
  color: #6c757d !important;
}
.card table {
  table-layout: fixed;
  width: 100%;
}

/*  */

.contain {
  display: flex;
  width: 100%;
}
.main {
  background-color: #0b1120;
  line-height: 18px;
  padding: 30px 20px 20px 20px;
  height: 100vh;
}
.main h1 {
  color: #ffffff;
}
.main p {
  color: #828890;
}
.question svg {
  margin-right: 20px;
}

.logo img {
  border-radius: 10%;
  margin-right: 10px;
}

.logo_text {
  line-height: 0.9;
}

.logo_text p {
  font-size: small;
  color: #828890;
  margin: 0;
}

.mission,
.facture {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.facture {
  width: 90%;
}

.mission h4,
.facture h4 {
  color: #ffffff;
  font-weight: 700;
  margin: 0;
}

.mission p,
.facture p {
  color: #186ade;
  font-weight: 600;
  margin: 0;
}

.mission_view {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mission_header {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cards {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

#exampleFormControlTextarea1 {
  background-color: rgb(255, 255, 255, 0.11);
}

.side {
  background-color: #0b1120;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.facture_view {
  margin-right: 20px;
}

.table_container,
.invoice_table {
  background-color: #1a1f2e;
  border: 1px solid #333a4a;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}

table,
.invoice_table {
  width: 100%;
  border-collapse: collapse;
}

th {
  color: #8b92a5;
  font-size: 14px;
  padding: 20px;
  border-bottom-width: 0.5px !important;
  border-bottom-style: solid;
  border-bottom-color: #333a4a;
}

td {
  padding: 20px;
  border-bottom-width: 0.5px !important;
  border-bottom-style: solid;
  border-bottom-color: #333a4a;
}

tr:last-child td {
  border-bottom: none;
}

.white_text {
  color: #ffffff;
  font-size: 16px;
}

.bold_text {
  font-weight: bold;
}

.gray_text {
  color: #8b92a5;
  font-size: 16px;
  font-weight: bold;
}

.status_badge {
  background-color: #163e30;
  color: #6ee7b7;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: bold;
}

.invoice_container {
  width: 90%;
}

.invoice_table td {
  padding: 10px 15px;
  border-bottom: 1px solid #333a4a;
}

.invoice_table tr:last-child td {
  border-bottom: none;
}

.col_icon {
  width: 30px;
}

.col_text {
  text-align: left;
}

.col_action {
  width: 30px;
  text-align: right;
}

.invoice_title {
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 4px;
}

.invoice_subtitle {
  color: #8b92a5;
  font-size: 11px;
  font-weight: bold;
}

.icon_red {
  color: #ff3b30;
}

.icon_gray {
  color: #8b92a5;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
  }
}
