html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.appColor {
    color: #f1274d;
}

.appColorBG {
    background-color: #f1274d;
    color: white;
}



.appColorIcon {
    color: #f1274d;
}

    .appColorIcon:hover {
        color: #f65664;
    }


.appColorBold {
    font-weight: bold;
    color: #f1274d !important;
}

    .appColorBold:hover {
        font-weight: bold;
        color: #f65664 !important;
    }


.x-axis-labels {
    white-space: pre-wrap;
}

.text-span {
    font-size: 10px;
    color: black;
}
