<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.report_card {
    padding: 15px 15px !important;
}

.icon-section-title {
    font-weight: 450;
    padding: 10px 10px;
}

.card-icon {
    font-size: 54px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    color: gray;
}

.card-relatorios {
    margin: 5px 0px !important;
}

.card-relatorios:hover {
    -webkit-box-shadow: 0px 0px 20px 1px rgba(173, 173, 173, 1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(173, 173, 173, 1);
    box-shadow: 0px 0px 20px 1px rgba(173, 173, 173, 1);
}

.text-silver {
    color: silver;
}

.report-card-actions {
    padding: 20px 20px;
}

.report-card-actions i {
    font-size: 23px !important;
    float: right !important;
}

.ramais{
    border: 1px solid gray;
    color:gray;
    padding:5px 5px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}</pre></body></html>