/* Page Header Component Styles */
.page-header {
    padding: 30px 0 0 0;
    background-color: white;
    margin: -20px -20px 0px -30px;
    padding-left: 30px;
    padding-right: 30px;
}

.breadcrumb-nav {
    margin-top: 10px;
    margin-bottom: 15px;
}

.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
}

.breadcrumb-item a {
    color: #4C4C4C;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #495057;
    text-decoration: underline!important;
}

.breadcrumb-item span {
    color: #4C4C4C;
    text-decoration: none;
    font-size: 16px;
}

.breadcrumb-item.active span {
    color: #4C4C4C;
    font-weight: 600;
    font-size: 16px;
}

.breadcrumb .breadcrumb-separator {
    margin: 0 8px;
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 300 !important;
}

.breadcrumb-separator i {
    font-size: 12px;
}

.breadcrumb-separator .breadcrumb-arrow-icon {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

/* Breadcrumb with back arrow (for truck tracking page) */
.breadcrumb-back {
    list-style: none;
}

.breadcrumb-back-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6c757d;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.breadcrumb-back-link:hover {
    color: #495057;
    text-decoration: none;
}

.breadcrumb-back-link i {
    font-size: 16px;
    color: #6c757d;
}

.breadcrumb-back-link:hover i {
    color: #495057;
}

.page-title {
    color: #495057;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;
    text-align: left;
    display: flex;
    align-items: center;
}

.page-title-icon {
    display: inline-flex
;
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 18px; */
    /* height: 18px; */
    /* border: 2px solid #495057; */
    /* border-radius: 50%; */
    /* color: #495057; */
    /* font-size: 13px; */
    /* font-weight: 700; */
    /* font-style: normal; */
    cursor: pointer;
    /* transition: all 0.3s
ease; */
    /* position: relative; */
    margin-left: 8px;
}

.page-title-icon-img {
    width: 22px;
    height: 22px;
    display: block;
}

.page-subtitle {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    margin: 4px 0 0 0;
    line-height: 20px;
}
