body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

#content,
.main {
    padding-top: 30px !important;
}

#content {
    padding: 20px;
}

.card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
}

.card-header-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.card-body {
    padding: 15px;
}

.list-unstyled {
    list-style: none;
    padding: 0;
}

.list-unstyled li {
    padding: 8px 0;
    display: flex;
    align-items: center;
}

.nav-icon {
    margin-right: 10px;
    color: #666;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.card-subtitle {
    color: #888;
}

.form-group {
    margin-bottom: 15px;
}

.input-label {
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
    display: block;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
}

.form-control-hover-light:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    width: 100%;
    font-weight: 500;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.card-footer {
    border-top: 1px solid #e0e0e0;
    padding: 15px;
    text-align: center;
    color: #666;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.right-nav-item {
    position: static;
    top: auto;
    right: auto;
    z-index: 999;

}

.dropdown-menu a:hover {
    text-decoration: none !important;
}