::-webkit-scrollbar {
    width: 20px; 
}

::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
    background-color: #002649; 
    border-radius: 6px; 
    border: 5px solid #f1f1f1; 
}

/* Firefox */
html {
    scrollbar-color: #002649 #f1f1f1; 
    scrollbar-width: thick; 
}


.a-IG {
    scrollbar-color: #002649 #f1f1f1;
    scrollbar-width: thick;
}

.txt_field_cls
{
    width: 100%;
}

.text_field_td_cls
{
    max-width: 100%;
    width: 30%;
}

/* Style for navigation bar settings button */
.nav-settings-btn {
  background-color: #28a745; /* Green for success */
  color: white !important;
  padding: 6px 10px;
  border-radius: 16px;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  transition: background-color 0.2s ease-in-out;
}

.nav-settings-btn:hover {
  background-color: #218838;
  text-decoration: none;
}

/* Optional: adjust icon */
.nav-settings-btn .fa {
  font-size: 14px;
}
