/* Custom CSS Overrides for 8star Dashboard */

/* Make btn-outline-primary more visible */
.btn-outline-primary {
    border-width: 2px !important;
    font-weight: 500 !important;
    color: #f4c22b !important;
}

/* Improve visibility for small outline buttons */
.btn-sm.btn-outline-primary {
    border-width: 2px !important;
}

/* Better hover effect */
.btn-outline-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(4, 169, 245, 0.3);
}

/* Ensure icon is visible */
.btn-outline-primary i {
    font-weight: bold;
}

.pc-header.sticky-top {
    z-index: 1030;
}

.pc-header {
    position: fixed !important;
    top: 0 !important;
}

body.layout-2 .pc-header,
.layout-2 .pc-header {
    position: fixed !important;
    top: 0 !important;
}
