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

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

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

#customerCarePage .detBox {
    border-bottom: 2px solid #ca064d;
    margin-bottom: 15px;
}

#customerCarePage .detInfo {
    padding-bottom: 20px;
}

#customerCarePage .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;
    }
}

.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) {
    .detail-label {
        min-width: auto;
        margin-bottom: 2px;
    }
}
