.card {
    transition: all 0.3s ease-in-out; 
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.header-bg {
    background-color: #039;
}
.thead {
	background-color: #039 !important;
	text-align: left;
	font-size: 16px;
}

.table td {
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 15px;
    line-height: 1;
}
/* text grey */
.text-grey {
    font-size: small;
    color: grey;
    text-align: left;
}

.alert-dotted {
    border: 1px dotted grey;
    padding: 15px;
}
.title-text {
    font-weight: 300px;
    font-size: larger;
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
}