/* general */

/* fonts */
.fs-0 {
    font-size: 10rem !important;
}
.fs-7 {
    font-size: 0.875rem !important;
}
.fs-8 {
    font-size: 0.75rem !important;
}
.fs-9 {
    font-size: 0.625rem !important;
}

/* colors */
.c-blue {
    color: #295485 !important;
}
.c-blue-light {
    color: #edefff !important;
}
.c-green {
    color: #4CAF50 !important;
}
.c-red {
    color: #F44336 !important;
}
.c-orange {
    color: #FF9800 !important;
}
.c-silver {
    color: #737272 !important;
}

/* backgrounds */
.bg-silver {
    background-color: #737272 !important;
}
.bg-green {
    background-color: #1c7121 !important;
}

/* scroll-box */
.scroll-box {
    max-height: 500px;
    overflow-y: scroll;
}

/* components */
.navbar-logo {
    width: 40px;
    height: 40px;
}
