/* Rules for sizing the icon. */
.md-18 {
    font-size: 18px;
}

.md-24 {
    font-size: 24px;
}

.md-36 {
    font-size: 36px;
}

.md-48 {
    font-size: 48px;
}

.md-1_1 {
    font-size: 1.1rem !important;
}

.md-1_2 {
    font-size: 1.2rem !important;
}

.md-1_3 {
    font-size: 1.3rem !important;
}

.md-1_4 {
    font-size: 1.4rem !important;
}

/* Rules for using icons as black on a light background. */
.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.md-light {
    color: rgba(255, 255, 255, 1);
}

.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.orange600 {
    color: #FB8C00;
}

.fs1 {
    font-size: 1rem;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}