.activity-card {
    margin: 10px;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.activity-logo {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-color: orange;
    align-items: center; 
    color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    border: none;
    box-sizing: border-box;
    overflow: hidden;

}

.activity-id {
    font-weight: bold;
    margin-left: 10px;
    font-size: 16px;
}

.dma-ref {
    font-size: 14px;
    margin-left: 10px;
    color: grey;
}

.activity-dates-status {
    margin-top: 5px;
}

.start-date, .end-date {
    font-size: 12px;
    color: grey;
}

.status {
    font-size: 12px;
    color: #007BFF;
    margin-left: 10px;
}

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

.tag {
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 2px 6px;
    margin-right: 5px;
    font-size: 12px;
}

.activity-comment {
    margin-top: 5px;
    font-size: 14px;
}

.add-css-activity-btn {
    height: 36px;
    margin-top: 3px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 3px;
    font-size: 16px;
    font-family: Futura Std Medium;
    color: rgb(69,65,66) !important;
	background-color: rgb(255,255,255);/*rgb(215,210,203);*/
	border-width: 1px;
	border-radius: 4px;
	border-color: rgb(215,210,203);
    cursor: pointer; /* Pointer cursor on hover */
}

.add-activity-btn {
    height: 36px;
	margin-top: 3px;
    margin-bottom: 3px;
	margin-right: 10px;
	font-size: 16px;
	font-family: Futura Std Medium;
	color: rgb(69,65,66);
	background-color: rgb(255,255,255);/*rgb(215,210,203);*/
	border-width: 1px;
	border-radius: 4px;
	border-color: rgb(215,210,203);
}


.activity-cards-container {
    margin-top: 20px;
}

.empty-card {
    border: 1px dashed grey;
    background-color: #f9f9f9;
}

.empty-activity-message {
    font-size: 16px;
    color: #777;
}

.activity-id-link {
    text-decoration: underline;
    cursor: pointer;
}

