<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    background-color: #bdbdbd;
}

.card {
    border: 1;
    border-radius: 0.75rem;
    box-shadow: 0 2px 3px 0 rgb(0 0 0 / 10%), 0 2px 10px 0 rgb(0 0 0 / 10%);
}

.cardrow{
	direction: ltr;
    background: #b30753;
    height: 160px;
    border-top-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    margin-right: 0;
    margin-left: 0;
    border-color: #b30753;
}

.cardh1 {
    width: 100%;
    font-size: 1.2rem;
    padding-top: 25px;
    height: 80px;
    border-radius: 0;
    border-top-right-radius: 0.8rem;
    border-top-left-radius: 0.8rem;
    background-color: #a7034b !important;
}

.cardh2 {
	width: 100%;
    text-align: center;
    font-size: 1.1rem;
    color: #e3e3e3 !important;
}

.carda:hover{
	
	color:#b30753;
	font-weight: bold;
}

.ico{
    color: #838383;
    width: 50px;
    font-size: 1.5rem;
    float: right;
    margin-top: 12px;
	
}


.card-info{
	font-size: 1.3rem;
}

.card-info td{
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}</pre></body></html>