.my-small-box {
    border-radius: .25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    display: block;
    margin-bottom: 20px;
    position: relative;
}
.my-small-box > .inner {
    padding: 20px;
}
.my-small-box h3{
    font-size: 3.7rem;
    font-weight: 700;
    margin: 0 0 10px;
    padding: 0;
    white-space: nowrap;
}
.my-small-box p {
    font-size: 1.8rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.my-small-box > .my-small-box-footer {
    font-size: 1.7rem;
    background-color: rgba(0, 0, 0, .1);
    color: rgba(255, 255, 255, .8);
    display: block;
    padding: 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 10;
}
.my-small-box .icon {
    color: rgba(0, 0, 0, .15);
    z-index: 0;
}
.my-small-box .icon > svg {
    font-size: 80px;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear, -webkit-transform .3s linear;
}
.bg-hijau,
.bg-hijau > a {
    color: #fff !important;
}

.bg-hijau {
    background-color: #28a745 !important;
}
.bg-biru,
.bg-biru > a {
    color: #fff !important;
}

.bg-biru {
    background-color: #17a2b8 !important;
}
.bg-kuning,
.bg-kuning > a {
    color: #000 !important;
}

.bg-kuning {
    background-color: #ffc107 !important;
}
.bg-merah,
.bg-merah > a {
    color: #fff !important;
}

.bg-merah {
    background-color: #dc3545 !important;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
    color: #222!important;
    background-color: #ddd!important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #ddd!important;
    background-color: #222!important;
}