@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/nunito-v20-latin-ext_latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-v20-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v20-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/nunito-v20-latin-ext_latin-500.woff") format("woff"), url("../fonts/nunito-v20-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/nunito-v20-latin-ext_latin-500.svg#Nunito") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-v20-latin-ext_latin-800.eot"); /* IE9 Compat Modes */
  src: local(""), url("../fonts/nunito-v20-latin-ext_latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v20-latin-ext_latin-800.woff2") format("woff2"), url("../fonts/nunito-v20-latin-ext_latin-800.woff") format("woff"), url("../fonts/nunito-v20-latin-ext_latin-800.ttf") format("truetype"), url("../fonts/nunito-v20-latin-ext_latin-800.svg#Nunito") format("svg"); /* Legacy iOS */
}
html {
  height: 100%;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
  font-family: "Nunito";
  scroll-padding-top: 100px;
  background: #f6f9fa;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  font-family: "Nunito";
  scroll-padding-top: 100px;
  background: #f6f9fa;
  overflow-x: hidden;
}

section {
  padding: 80px 0;
}

p {
  margin: 0;
  line-height: 1.6;
}

hr {
  margin: 50px 0;
}

.text-link {
  text-decoration: underline;
  color: #232148;
}
.text-link:hover {
  text-decoration: none;
  color: #232148;
}

button:focus {
  outline: none;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.navbar {
  background: linear-gradient(90deg, #232148 0, #682877 100%);
  width: 100%;
  z-index: 4;
  color: #FFF;
}
.navbar-brand {
  margin-left: 70px;
}
.navbar .avatar {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.navbar .nav-item a {
  color: #FFF;
}
.navbar .nav-item .dropdown-menu {
  background-color: #50a7b1;
  border: 1px solid #50a7b1;
}

.navbar .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease;
}

.navbar .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #3d8a93;
  color: #fff;
}

.container-sm {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

h2 {
  color: #50a7b1;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}

.btn-primary {
  background-color: #50a7b1;
  border: 1px solid #50a7b1;
  color: #FFF;
}
.btn-primary:hover {
  background-color: #232148;
  border: 1px solid #232148;
}

.breadcrumb {
  background: transparent;
  padding: 0.75rem 0;
  margin-bottom: 1.5rem;
}
.breadcrumb a {
  color: #667eea;
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumb a:hover {
  color: #764ba2;
}
.breadcrumb .breadcrumb-item.active {
  color: #6c757d;
}

.badge {
  border: none !important;
}

.position-sticky .sticky-table {
  padding: 32px;
  background-color: #FFF;
}
.position-sticky .sticky-table-in {
  height: 100%;
  width: 100%;
  max-width: none;
  border-collapse: collapse;
}
.position-sticky .sticky-table-in tbody {
  display: flex;
  flex-flow: row wrap;
  height: 100%;
}
.position-sticky .sticky-table-in tbody tr {
  flex: 1 0 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 6rem;
  border-top: 1px solid #f2f2f2;
  padding: 1.25rem 0.75rem;
}
.position-sticky .sticky-table-in tbody tr:nth-child(1) {
  border-top: 0;
}
.position-sticky .sticky-table-in tbody tr:nth-child(2) {
  border-top: 0;
}
.position-sticky .sticky-table-in tbody tr:nth-child(odd) {
  border-right: 1px solid #f2f2f2;
}
.position-sticky .sticky-table-in tbody tr:last-child {
  border-right: 0;
}
.position-sticky .sticky-table-in tbody tr th {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.625rem;
  letter-spacing: 0.06em;
  vertical-align: middle;
  color: rgba(35, 33, 72, 0.6);
  border-top: 0;
}
.position-sticky .sticky-table-in tbody tr td {
  color: #232148;
  font-size: 1rem;
  margin-top: 0.25rem;
}

.content {
  background-color: #FFF;
  padding: 16px;
}
.content-body .message {
  flex-flow: row-reverse;
  align-self: flex-end;
  margin-left: 64px;
  margin-bottom: 20px;
}
.content-body .message .message-attachments-container {
  margin: 0.25rem 1rem 0;
  font-size: 0.875rem;
}
.content-body .message .message-attachments-container a {
  color: #438e97;
  text-decoration: none;
  border-bottom: 1px solid #DCEDEF;
}
.content-body .message .message-attachments-container a:hover {
  color: #232148;
}
.content-body .message .message-body-bubble .message-img-box {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.content-body .message .message-body-bubble .message-img-box img {
  border: 1px solid #438e97;
  display: block;
  max-width: 200px;
  max-height: 120px;
  border-radius: 1rem;
  margin: 0;
}
.content-body .message .message-body-bubble .message-img-box + .message-img-box {
  margin-left: 0.5rem;
}
.content-body .message-user {
  margin-left: 0;
  margin-right: 64px;
}
.content-body .message-user .message-header {
  justify-content: left;
}
.content-body .message-user .message-body-bubble {
  border: 1px solid rgba(67, 142, 151, 0.25);
  background-color: rgba(220, 237, 239, 0.6);
}
.content-body .message-user .message-body-bubble-in {
  color: #232148;
}
.content-body .message-user .message-body-bubble:before {
  left: -9px;
  border: 1px solid rgba(220, 237, 239, 0.6);
  background-color: rgba(220, 237, 239, 0.6);
  border-bottom: 1px solid rgba(67, 142, 151, 0.25);
  border-left: 1px solid rgba(67, 142, 151, 0.25);
}

.content-body .message-user .message-body-bubble.bg-warning,
.content-body .message-user .message-body-bubble.bg-light,
.content-body .message-user .message-body-bubble.bg-secondary,
.content-body .message-user .message-body-bubble.bg-info,
.content-body .message-user .message-body-bubble.bg-success,
.content-body .message-user .message-body-bubble.bg-danger,
.content-body .message-user .message-body-bubble.bg-primary,
.content-body .message-user .message-body-bubble.bg-light-gray {
  border: none;
}

.content-body .message-user .message-body-bubble.bg-warning:before,
.content-body .message-user .message-body-bubble.bg-light:before,
.content-body .message-user .message-body-bubble.bg-secondary:before,
.content-body .message-user .message-body-bubble.bg-info:before,
.content-body .message-user .message-body-bubble.bg-success:before,
.content-body .message-user .message-body-bubble.bg-danger:before,
.content-body .message-user .message-body-bubble.bg-primary:before,
.content-body .message-user .message-body-bubble.bg-light-gray:before {
  border: none;
}
.content-body .message-header {
  flex-flow: row-reverse;
  width: 100%;
  padding: 0.25rem;
  display: flex;
  align-items: center;
}
.content-body .message-header-in {
  margin-bottom: 6px;
}
.content-body .message-header-in-name {
  margin-right: 1.5rem;
  font-weight: 500;
  font-size: 0.9rem;
  color: #6c757d;
}
.content-body .message-header-in-date {
  margin-right: 1.5rem;
  font-size: 0.85rem;
  color: #9ca3af;
}
.content-body .message-body {
  justify-content: flex-end;
  display: flex;
}
.content-body .message-body-bubble {
  position: relative;
  background: rgba(80, 167, 177, 0.85);
  margin: 0 30px 0 0;
  border: 1px solid rgba(80, 167, 177, 0.3);
  border-radius: 0.75rem;
  padding: 1.25rem;
  width: 100%;
}
.content-body .message-body-bubble:before {
  content: "";
  background: #50a7b1;
  width: 17px;
  height: 17px;
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: -9px;
}
.content-body .message-body-bubble-in {
  color: #FFF;
  margin: 0;
  position: relative;
  z-index: 1;
  word-break: break-word;
}
.content-body .message-body .bg-warning .message-body-bubble-in {
  color: #232148;
}
.content-body .message-body .bg-warning:before {
  background: #ffc107;
}
.content-body .message-body .bg-info:before {
  background: #0dcaf0;
}
.content-body .message-body .bg-primary:before {
  background: #0d6efd;
}
.content-body .message-body .bg-success:before {
  background: #198754;
}
.content-body .message-body .bg-danger:before {
  background: #dc3545;
}
.content-body .message-body .bg-light .message-body-bubble-in {
  color: #232148;
}
.content-body .message-body .bg-light:before {
  background: #f8f9fa;
}
.content-body .message-body .bg-secondary .message-body-bubble-in {
  color: #FFF;
}
.content-body .message-body .bg-secondary:before {
  background: #6c757d;
}

.content-body .message-user .message-body .bg-warning .message-body-bubble-in {
  color: #232148;
}
.content-body .message-user .message-body .bg-light .message-body-bubble-in {
  color: #232148;
}
.content-body .message-user .message-body .bg-secondary .message-body-bubble-in {
  color: #FFF;
}
.content-body .message-user .message-body .bg-info .message-body-bubble-in {
  color: #232148;
}
.content-body .message-user .message-body .bg-success .message-body-bubble-in {
  color: #FFF;
}
.content-body .message-user .message-body .bg-danger .message-body-bubble-in {
  color: #FFF;
}
.content-body .message-user .message-body .bg-primary .message-body-bubble-in {
  color: #FFF;
}

table a {
  color: #232148;
}
table a:hover {
  color: #50a7b1;
}

#filePondContainer .filepond--root {
  margin-bottom: 0 !important;
}
#filePondContainer .filepond-info {
  font-size: 0.75rem;
  padding: 0;
  line-height: 1.1;
}
#filePondContainer .red {
  color: #d92e2e;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type=email] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type=password] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.sidebar .nav-link {
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #50a7b1;
  font-weight: 600;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: 0.75rem;
  text-transform: uppercase;
}

footer {
  border-top: 1px solid #DCEDEF;
  margin-top: 30px;
  padding: 20px 0;
}

.invisible-input {
  text-align: center;
  border: none;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  padding: none;
  width: auto;
  outline: none;
  background: transparent;
}
.invisible-input:focus {
  border: none;
  box-shadow: 0 1px 0 0 #918ecc;
}
.invisible-input:focus::placeholder {
  color: transparent;
}

.toast-container {
  z-index: 2;
}
.toast-container .toast {
  background-color: #fff !important;
}

.datagrid {
  padding: 0px !important;
}

/* navbar */
.side-navbar {
  width: 350px;
  height: 100vh;
  position: fixed;
  margin-left: -400px;
  transition: 0.5s;
  z-index: 3;
  background-color: #FFF;
  border-right: 1px solid #50a7b1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.my-container {
  transition: 0.4s;
  padding-bottom: 2rem;
}

.active-nav {
  margin-left: 0;
}

/* for main section */
.active-cont {
  margin-left: 350px;
}

#snippet--bar {
  background-color: #FFF;
  color: #50a7b1;
  position: absolute;
  left: 20px;
  margin-right: 30px;
}

.navbar .dropdown-menu.show {
  right: 0 !important;
  left: unset !important;
}

.form-control-sm, .input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text {
  font-size: 12px;
  height: 30px;
}

.datagrid .input-group-text {
  height: 30px !important;
}

#snippet--projects {
  height: 100%;
  display: flex;
  flex-direction: column;
}

@media (min-width: 30em) {
  .filepond--item {
    width: calc(50% - 0.5em);
  }
}
@media (min-width: 50em) {
  .filepond--item {
    width: calc(33.33% - 0.5em);
  }
}
@media (min-width: 75em) {
  .filepond--item {
    width: calc(25% - 0.5em);
  }
}
@media (max-width: 992px) {
  .position-sticky .sticky-table-in tbody tr {
    flex: 1 0 100%;
    border: none;
    border-bottom: 1px solid #f2f2f2;
  }
  .position-sticky .sticky-table-in tbody tr:nth-child(odd) {
    border-right: none;
  }
  .position-sticky .sticky-table-in tbody tr:last-child(odd) {
    border-bottom: none;
  }
  .side-navbar {
    padding-top: 70px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .active-cont {
    margin-left: 0px;
  }
  .content {
    padding: 10px;
  }
  .breadcrumb {
    font-size: 12px;
    padding-top: 80px;
  }
  h2 {
    font-size: 20px;
  }
  .content-body .message {
    margin: 0px;
  }
  .content-body .message-body-bubble {
    margin: 0 10px;
  }
  #configProject p {
    word-break: break-all;
  }
  .navbar {
    position: fixed;
    width: 100%;
    z-index: 1030;
  }
  .navbar-spacer {
    height: 70px;
  }
  .btn-primary,
  .btn-secondary {
    font-size: 14px;
  }
  .form-signin h1 {
    margin-top: 80px;
  }
}





/*# sourceMappingURL=style.css.map */

/* Modern Sidebar Styling */
.sidebar-wrapper {
    padding: 1.5rem;
    background: #fff;
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.sidebar-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 240px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.85) 40%, rgba(255, 255, 255, 0.95) 60%, #fff 80%, #fff 100%);
    pointer-events: none;
    z-index: 5;
    transition: opacity 0.3s ease;
}

.sidebar-wrapper.scrolled-to-bottom::after {
    opacity: 0;
}

.sidebar-header {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #f0f2f5;
    flex-shrink: 0;
}

.sidebar-header h5 {
    font-weight: 700;
    color: #2c3e50;
    font-size: 1.1rem;
}

.sidebar-header .badge {
    font-size: 0.75rem;
    padding: 0.35rem 0.6rem;
    border-radius: 20px;
}

.sidebar-modern {
    margin-top: 0.5rem;
    flex: 1;
    overflow-y: auto;
    min-height: 0;
    padding-top: 0.5rem;
}

.projects-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-bottom: 80px;
}

.project-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.project-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #0d6efd;
    transform: translateY(-2px);
}

.project-card-header {
    padding: 0.875rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #f8f9fa;
    transition: background 0.2s ease;
}

.project-card-header:hover {
    background: #e9ecef;
}

.project-card-header[aria-expanded="true"] {
    background: #e7f1ff;
}

.project-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #2c3e50;
    font-size: 0.95rem;
}

.collapse-icon {
    transition: transform 0.3s ease;
    color: #6c757d;
    font-size: 0.75rem;
}

.project-card-header[aria-expanded="true"] .collapse-icon {
    transform: rotate(180deg);
}

.project-card-body {
    border-top: 1px solid #e9ecef;
}

.project-links {
    padding: 0.5rem 0;
}

.project-link {
    display: flex;
    align-items: center;
    padding: 0.625rem 1rem;
    color: #495057;
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.project-link:hover {
    background: #f8f9fa;
    color: #0d6efd;
    padding-left: 1.25rem;
}

.project-link i.fa-external-link-alt {
    font-size: 0.7rem;
    opacity: 0.6;
}

/* Admin Project Card */
.admin-project-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.admin-project-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: #0d6efd;
    transform: translateY(-2px);
}

.project-card-link {
    display: block;
    padding: 0.875rem 1rem;
    color: #2c3e50;
    text-decoration: none;
    transition: background 0.2s ease;
}

.project-card-link:hover {
    background: #f8f9fa;
    color: #0d6efd;
}

.project-info {
    display: flex;
    align-items: center;
}

.project-name {
    font-weight: 600;
    font-size: 0.95rem;
}

.project-actions a {
    padding: 0.25rem 0.35rem;
    border-radius: 4px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
}

.project-actions a.text-secondary {
    color: #6c757d !important;
}

.project-actions a.text-primary {
    color: #0d6efd !important;
}

.project-actions a.text-success {
    color: #198754 !important;
}

.project-actions a:hover {
    border-color: currentColor;
    background-color: rgba(0, 0, 0, 0.03);
}

.project-actions i {
    transition: transform 0.2s ease;
}

.admin-project-card:hover .project-actions i {
    transform: scale(1.2);
}

/* Empty State */
.sidebar-empty-state {
    text-align: center;
    padding: 3rem 1rem;
}

.sidebar-empty-state i {
    opacity: 0.3;
}

.sidebar-empty-state h6 {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.sidebar-empty-state p {
    line-height: 1.5;
}

/* Scrollbar Styling */
.sidebar-modern::-webkit-scrollbar {
    width: 6px;
}

.sidebar-modern::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

.sidebar-modern::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.sidebar-modern::-webkit-scrollbar-thumb:hover {
    background: #a1a1a1;
}

.sidebar-wrapper::-webkit-scrollbar {
    width: 0;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .sidebar-wrapper {
        margin-bottom: 1.5rem;
        max-height: none;
    }
}

/* Animation for collapse */
.project-card-body {
    transition: all 0.3s ease-in-out;
}

/* GECO Logo in Sidebar */
.sidebar-geco-logo {
    text-align: center;
    padding: 1rem 2rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #f0f2f5;
}

.sidebar-geco-logo img {
    max-height: 50px;
    max-width: 100%;
    height: auto;
}

/* Sidebar Support Card */
.sidebar-support-card {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: #fff;
    border-radius: 0;
    padding: 1rem 1.5rem;
    margin: 0;
    border-top: 1px solid rgba(80, 167, 177, 0.15);
}

.support-card-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.support-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #50a7b1;
    flex-shrink: 0;
}

.support-info {
    flex: 1;
    text-align: left;
}

.support-info .support-name {
    font-weight: 600;
    font-size: 0.85rem;
    color: #232148;
    margin-bottom: 0.3rem;
}

.support-info .support-detail {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.15rem;
}

.support-info .support-detail i {
    width: 16px;
    margin-right: 0.25rem;
    color: #50a7b1;
}

.support-info .support-detail a {
    color: #6c757d;
    text-decoration: none;
}

.support-info .support-detail a:hover {
    color: #50a7b1;
}

/* GECO Read-Only Fields */
.geco-readonly-field {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
}

.geco-readonly-field:disabled {
    background-color: #f8f9fa !important;
    color: #6c757d !important;
}

/* Required Field Indicator */
.form-floating label::after,
.form-label::after {
    content: "";
}

.form-floating:has(input:required) label::after,
.form-floating:has(select:required) label::after,
.form-floating:has(textarea:required) label::after,
label:has(+ input:required)::after,
label:has(+ select:required)::after,
label:has(+ textarea:required)::after {
    content: " *";
    color: #dc3545;
    font-weight: bold;
}

input:required + label::after,
select:required + label::after,
textarea:required + label::after {
    content: " *";
    color: #dc3545;
    font-weight: bold;
}

/* Hide required asterisks on login pages */
.form-signin .form-floating label::after,
.form-signin .form-label::after,
.form-signin input:required + label::after,
.form-signin select:required + label::after,
.form-signin textarea:required + label::after,
.modern-login-container .form-floating label::after,
.modern-login-container .form-label::after,
.modern-login-container input:required + label::after,
.modern-login-container select:required + label::after,
.modern-login-container textarea:required + label::after,
.login-card .form-floating label::after,
.login-card .form-label::after,
.login-card input:required + label::after,
.login-card select:required + label::after,
.login-card textarea:required + label::after {
    content: "" !important;
}

/* Sidebar Toggle Button */
.sidebar-menu-toggle {
    width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: none !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.sidebar-menu-toggle:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05) !important;
    text-decoration: none !important;
}

.sidebar-menu-toggle:focus {
    box-shadow: none !important;
    text-decoration: none !important;
}

.sidebar-menu-toggle i {
    font-size: 20px !important;
    color: #fff !important;
    transition: transform 0.3s ease !important;
    text-decoration: none !important;
}

/* Modern Footer */
.modern-footer {
    background: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 1.5rem 0;
    margin-top: auto;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.footer-text {
    color: #6c757d;
    font-size: 0.875rem;
}

.footer-divider {
    margin: 0 0.5rem;
    color: #dee2e6;
}

.footer-version {
    color: #adb5bd;
    font-size: 0.8rem;
}

.footer-support {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 0.875rem;
}

.footer-link {
    color: #50a7b1;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #3d8a93;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        gap: 0.75rem;
        text-align: center;
    }
}

/* Logo Hover Effect */
.navbar-brand {
    transition: all 0.3s ease;
}

.navbar-brand:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.navbar-brand img {
    transition: all 0.3s ease;
}

.navbar-brand:hover img {
    filter: drop-shadow(0 4px 8px rgba(255, 255, 255, 0.3));
}

/* Login Page Container */
.login-page-container {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.login-page-container .navbar {
    margin-bottom: 0 !important;
    flex-shrink: 0;
}

.login-footer {
    margin: 0 !important;
    padding: 0.5rem 0 !important;
    flex-shrink: 0;
}

.login-footer .footer-content {
    gap: 0.75rem !important;
    font-size: 0.75rem !important;
}

.login-footer .footer-text,
.login-footer .footer-support {
    font-size: 0.75rem !important;
}

.bg-light-beige {
    background-color: #f5f5dc !important;
    color: #333 !important;
}

.bg-light-beige::before {
    border-color: transparent #f5f5dc transparent transparent !important;
}

.message-user .bg-light-beige::before {
    border-color: transparent transparent transparent #f5f5dc !important;
}


.bg-light-purple {
    background-color: #e8e5f5 !important;
    color: #333 !important;
}

.bg-light-purple::before {
    border-color: transparent #e8e5f5 transparent transparent !important;
}

.message-user .bg-light-purple::before {
    border-color: transparent transparent transparent #e8e5f5 !important;
}

.bg-light-gray {
    background-color: #f0f0f0 !important;
    color: #333 !important;
}

.bg-light-gray::before {
    border-color: transparent #f0f0f0 transparent transparent !important;
}

.message-user .bg-light-gray::before {
    border-color: transparent transparent transparent #f0f0f0 !important;
}

.content-body .message-body .bg-light-gray:before {
  background: #f0f0f0;
}

.content-body .message-body .bg-light-gray .message-body-bubble-in {
  color: #333;
}

.message-body-bubble.bg-light-gray {
  border: 1px solid #d0d0d0 !important;
}

.project-card.filter-active {
  background-color: rgba(80, 167, 177, 0.1);
  border-left: 3px solid #50a7b1;
}

.project-card.filter-active .project-card-link {
  font-weight: 600;
}

.project-filter-btn:hover {
  background-color: rgba(80, 167, 177, 0.05);
}

.comm-history-modern {
  margin-top: 2rem;
}

.comm-history-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #232148;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.comm-timeline {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.comm-item {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.5rem;
  padding: 0.875rem 1rem;
  transition: all 0.2s ease;
}

.comm-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  border-color: #dee2e6;
}

.comm-item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.comm-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.comm-type-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 500;
  background: #fff;
  border: 1px solid #dee2e6;
}

.comm-type-badge.system {
  color: #6c757d;
}

.comm-type-badge.user {
  color: #50a7b1;
  border-color: #50a7b1;
}

.comm-type-badge i {
  font-size: 0.75rem;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.status-dot.bg-success {
  background-color: #198754;
}

.status-dot.bg-danger {
  background-color: #dc3545;
}

.status-dot.bg-warning {
  background-color: #ffc107;
}

.status-dot.bg-info {
  background-color: #0dcaf0;
}

.status-dot.bg-primary {
  background-color: #0d6efd;
}

.status-dot.bg-secondary,
.status-dot.bg-light-gray {
  background-color: #6c757d;
}

.comm-date {
  font-size: 0.75rem;
  color: #6c757d;
}

.comm-edited-badge {
  font-size: 0.7rem;
  color: #6c757d;
  font-style: italic;
}

.comm-edit-btn {
  padding: 2px 6px;
  font-size: 0.75rem;
  line-height: 1;
}

.comm-edit-form textarea {
  font-size: 0.9375rem;
}

.comm-content {
  color: #212529;
  font-size: 0.9375rem;
  line-height: 1.5;
  word-break: break-word;
}

.comm-content p {
  margin: 0;
}

.comm-attachments {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e9ecef;
  font-size: 0.8125rem;
  color: #6c757d;
}

.comm-attachment-link {
  color: #50a7b1;
  text-decoration: none;
  border-bottom: 1px dotted #50a7b1;
}

.comm-attachment-link:hover {
  color: #438e97;
  border-bottom-style: solid;
}

@media (max-width: 768px) {
  .comm-item {
    padding: 0.75rem;
  }

  .comm-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .comm-content {
    font-size: 0.875rem;
  }
}
