﻿:root {
    --currency: "$";
}

.icon-background {
    color: #72CC34;
    font-size: 2.5rem;
}


.odometer {
    font-size: 2.3rem;
}

.percentageshow {
    content: "%";
}

.odometercurrency .odometer-inside:before {
    content: var(--currency);
}

.odometerpercentage .odometer-inside:after {
    content: "%";
}

.names {
    fill: none;
    stroke: #fff;
    stroke-linejoin: round;
}

.details {
    color: white;
}

.card-header {
    padding: 0.25rem 0.25rem !important;
    height: 30px;
}

.card-body {
    padding: 0.05rem !important;
}

.transperenttogglebutton {
    background: transparent;
    border-color: transparent;
    font-size: 12px;
}

label {
    margin-top: .1rem !important;
}

.card-header-none {
    background-color: white !important;
    border: none !important;
}

.small-fiscal {
    font-size: 0.75rem !important;
}
