:root{
    --primary: #0c3c3c;
    --card: #fdfff7;
}

#app{
    width: 100%;
    min-height: 100vh;
}
.kt-skeleton {
    background: linear-gradient(90deg, var(--accent) 25%, var(--border) 50%, var(--accent) 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}

.select2{
  width: 100% !important;
}

.select2-selection--single{
    display: flex !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-left: 0 !important;
}

.select2-container .select2-selection--single .select2-selection__clear{
    cursor: pointer !important;
}

.dark .select2-container .select2-selection--single{
  background-color: #000 !important;
}

.dark .select2-container--default .select2-selection--single .select2-selection__clear{
  color: #fff !important;
}

.dark .select2-dropdown{
  background-color: #000 !important;
}

.note-editable{
  background-color: #fff
} 

.sortable-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sortable-list .list-group-item {
    cursor: move;
    margin: 5px 0;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    transition: all 0.2s ease;
}
.sortable-list .list-group-item:hover {
    background: #e9ecef;
    border-color: #adb5bd;
}
.handle {
    margin-right: 15px;
    cursor: move;
    color: #6c757d;
    font-size: 18px;
}
.sortable-ghost {
    opacity: 0.4;
}
.sortable-chosen {
    background-color: #e3f2fd !important;
    border-color: #2196f3 !important;
}
.sortable-drag {
    background-color: #fff3cd !important;
    border-color: #ffc107 !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

@keyframes shimmer {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

.w-fit{
  width: fit-content;
}

.header{
    background-color: #256b6b;
}

.navbar{
    border-top: px solid var(--primary);
    background-color: var(--primary);
}

.navbar .text-foreground{
    color: #fff !important;
}

.bg-company-technology-completed-level{
    background-color: #f9ffea;
}

.bg-company-technology-current-level{
    background-color: #256b6b08;
}

/* Navbar from Figma Design */
.navbar {
    background: #193D39 !important;
    border-radius: 145px !important;
    padding: 12px 0;
}

.navbar .kt-container-fixed {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.navbar .kt-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.navbar .kt-menu-link {
    color: #FFFFFF !important;
    padding: 10px 20px;
}

.navbar .kt-menu-title {
    font-family: 'Lexend', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}

/* Active Menu Item */
.kt-menu-item.active {
    background: #E2A673 !important;
    border-radius: 28px !important;
    min-width: 138px;
    justify-content: center;
}

.kt-menu-item.active .kt-menu-link {
    color: #000000 !important;
}

.kt-menu-item.active .kt-menu-title {
    font-weight: 700 !important;
    color: #000000 !important;
}

/* Regular Menu Items */
.kt-menu-item:not(.active) {
    padding: 0;
}

/* Navbar Menu Hover Effects */
.kt-menu-item {
    transition: all 0.3s ease-out;
}

.kt-menu-item:not(.active):hover {
    background: rgba(226, 166, 115, 0.2) !important;
    border-radius: 28px;
}

.kt-menu-item:not(.active):hover .kt-menu-link {
    color: #FFFFFF !important;
}

.kt-menu-item:not(.active):hover .kt-menu-title {
    color: #FFFFFF !important;
}

.kt-menu-item.active:hover {
    background: #E6B184 !important;
}

/* Dropdown Menu Items - More Specific Overrides */
.kt-menu-dropdown {
    background: #FFFFFF !important;
}

.kt-menu-dropdown .kt-menu-item {
    background: transparent !important;
}

.kt-menu-dropdown .kt-menu-link {
    color: #000000 !important;
}

.kt-menu-dropdown .kt-menu-title {
    color: #000000 !important;
    font-weight: 500 !important;
}

.kt-menu-dropdown .kt-menu-icon {
    color: #666666 !important;
}

/* Override any inherited text colors */
.kt-menu-dropdown * {
    color: #000000 !important;
}

.kt-menu-dropdown .kt-menu-icon * {
    color: #666666 !important;
}

/* Additional specific overrides for KTUI */
.kt-menu-dropdown .kt-menu-item .kt-menu-link .kt-menu-title {
    color: #000000 !important;
}

.kt-menu-dropdown .kt-menu-item .kt-menu-link {
    color: #000000 !important;
}

.kt-menu-dropdown .kt-menu-item .kt-menu-link span {
    color: #000000 !important;
}

.kt-menu-dropdown .kt-menu-item .kt-menu-link i {
    color: #666666 !important;
}

/* Force override with higher specificity */
.navbar .kt-menu-dropdown .kt-menu-item .kt-menu-link .kt-menu-title {
    color: #000000 !important;
}

.navbar .kt-menu-dropdown .kt-menu-item .kt-menu-link {
    color: #000000 !important;
}

/* Dropdown Menu Item Hover */
.kt-menu-dropdown .kt-menu-item:hover {
    background: rgba(226, 166, 115, 0.1) !important;
}

.kt-menu-dropdown .kt-menu-item:hover .kt-menu-link {
    color: #000000 !important;
}

.kt-menu-dropdown .kt-menu-item:hover .kt-menu-title {
    color: #000000 !important;
}
