﻿.skin-green {
    background-color: #3a8104!important;
}

.card {
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

body {
    overflow: hidden;
    /* Hide scrollbars */
}

.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.text-bold {
    font-weight: 500;
}

.text-bolder {
    font-weight: 600;
}

.icon {
    margin-top: 0px;
    padding-top: 8px;
}

.small-box {
    box-shadow: unset;
}

.text-green {
    color: #29de18;
}