.navbar-brand img {
    width: 35px;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    white-space: nowrap;
}

.dropdown-menu>li>a:hover,
.bootstrap .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #6c757d;
}

.dataTableStatus>.custom-control-label::before,
.dataTableStatus>.custom-control-label::after {
    top: auto;
    left: 0;
    bottom: -3px;
}

.dataTableStatus.custom-control {
    padding-left: 0;
}

.dataTableStatus label {
    left: calc(50% - 7px);
}

aside.left-panel {
    width: 290px;
}

body {
    font-size: 13px;
}

.navbar .sub-menu li.active {
    background: #fafafa;
}

.navbar .sub-menu li.active>a,
.navbar .navbar-nav li.active .menu-icon {
    color: #03a9f3 !important;
}

table.table thead th a.sorting i {
    color: white;
    display: block;
    font-size: 13px;
    padding: 2px;
}

table.bigTable thead th {
    padding-right: 25px;
    padding-left: 5px;
    position: relative;
}

table.table thead th a.sorting {
    padding: 0;
    position: absolute;
    top: calc(50% - 18px);
    right: 2px;
}

table.table thead th a.sorting.asc i.asc {
    color: black;
}

table.table thead th a.sorting.desc i.desc {
    color: black;
}

table.table thead th {
    vertical-align: middle;
}

#header .user-area .user-menu {
    top: 0 !important;
}

#costTable p.label {
    font-size: 13px;
    font-style: italic;
    margin-bottom: .5px;
}

.statusOrder {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    float: left;
    margin: 5px 5px 0 0;
}

.navbar .navbar-nav li>a .menu-icon {
    width: 35px;
}

.homeFlex {
    display: flex;
    flex-direction: row-reverse;
}

.homeSubFlex {
    flex-grow: 1;
    padding-left: 10px;
    border-left: 1px solid grey;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.homeSubFlex>p {
    margin: 5px 0;
}

.homeFlexStatus {
    min-width: 128px;
}

.homeFlex2 {
    display: flex;
}

.homeCustomer {
    margin-left: 10px;
    padding-left: 10px;
    padding-top: 30px;
    border-left: 1px solid grey;
}

.homeCustomer>p {
    font-size: 12px;
    margin-bottom: 0;
}

.chart-container {
    min-width: 258px !important;
}

/* Status Buttons Styles */
.status-buttons-container {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.status-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
    border: 2px solid #e0e0e0;
    background: white;
    color: #666;
    white-space: nowrap;
}

.status-btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.status-btn-active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.status-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    margin-left: 8px;
    background: #f8f9fa;
    color: #666;
}

.status-btn-active .status-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

/* Responsive design */
@media (max-width: 768px) {
    .status-buttons-container {
        gap: 8px;
    }

    .status-btn {
        padding: 6px 12px;
        font-size: 13px;
    }

    .status-badge {
        min-width: 18px;
        height: 18px;
        font-size: 11px;
    }

    .status-badge-red {
        min-width: 16px;
        height: 16px;
        font-size: 9px;
    }
}
