.dettColumn {
    /* padding-top: 10px;
    padding-bottom: 15px;
    padding-right: 10px; */
    /* width: calc(50% - 2px); */
    /* display: inline-block; */
    vertical-align: top;
    text-align: left;
}

.detHeader {
    /* color: #ca064d; */
    /* margin: -24px 0px -30px -10px; */
    /* font-weight: bold; */
    /* font-size: 13px; */
    border-right: 2px solid #ca064d;
    margin-right: 20px;
}

.detHeader p {
    line-height: 20px;
}

.searchBox md-input-container {
    margin: 10px 0px 0px 0px;
}

#customerCarePage i.link-o:after {
	content: " ";
    display: block;
    width: 2px;
    height: 10px;
    background: #666d6d;
    position: relative;
    left: 5px;
    margin-top: -2px;
    margin-bottom: -5px;
}

#customerCarePage .title i {
	margin-right: 10px;
}

#customerCarePage .fareNote {
	/* background-color: rgba(255, 203, 91, 0.5);
	padding: 4px 15px;
	border-radius: 5px; */
	text-transform: uppercase !important;
	color: #de9800 !important;
    background-color: unset !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

@media screen and (max-width: 800px) {
    .detHeader {
        border-right: none;
        margin-bottom: 10px;
    }
}

/* Activity Dialog Styles */
.activity-dialog {
    min-width: 600px;
    max-width: 800px;
}

.activity-header {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.activity-header h3 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 18px;
}

.activity-summary {
    margin: 0;
    color: #666;
    font-size: 14px;
}

.activity-list {
    max-height: 400px;
    overflow-y: auto;
}

.activity-item {
    display: flex;
    margin-bottom: 20px;
    position: relative;
}

.activity-timeline {
    position: relative;
    margin-right: 15px;
    padding-inline: 8px;
    padding-top: 2px;
    flex-shrink: 0;
}

.activity-dot {
    width: 12px;
    height: 12px;
    background-color: #ca064d;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 2px #ca064d;
    z-index: 2;
    position: relative;
}

.activity-line {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 2px;
    height: calc(100% + 8px);
    background-color: #e0e0e0;
    z-index: 1;
}

.activity-content {
    flex: 1;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    border-left: 4px solid #ca064d;
}

.activity-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.activity-user {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #333;
}

.activity-user-icon {
    margin-right: 8px;
    color: #ca064d;
    font-size: 18px;
    width: 18px;
    aspect-ratio: 1;
}

.activity-user-name {
    margin-right: 5px;
}

.activity-user-email {
    color: #666;
    font-size: 12px;
}

.activity-date {
    color: #666;
    font-size: 12px;
}

.activity-description {
    margin-bottom: 10px;
    color: #333;
}

.activity-details {
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #e0e0e0;
}

.activity-detail-item {
    display: flex;
    margin-bottom: 5px;
    font-size: 12px;
}

.activity-detail-item:last-child {
    margin-bottom: 0;
}

.detail-label {
    font-weight: 500;
    color: #666;
    min-width: 100px;
    margin-right: 10px;
}

.detail-value {
    color: #333;
    word-break: break-word;
}

.status-color-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.status-color-circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: inline-block;
    flex-shrink: 0;
}

.status-color-text {
    color: #333;
}

.no-activity {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.no-activity-icon {
    font-size: 48px;
    width: 48px;
    height: 48px;
    color: #ccc;
    margin-bottom: 15px;
}

.no-activity p {
    margin: 0;
    font-size: 16px;
}

@media screen and (max-width: 600px) {
    .activity-dialog {
        min-width: 90vw;
        max-width: 90vw;
    }

    .activity-header-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .activity-date {
        margin-top: 5px;
    }

    .activity-detail-item {
        flex-direction: column;
    }

    .detail-label {
        min-width: auto;
        margin-bottom: 2px;
    }
}
