body{
    color: #000;
}

.bg-color{
    background-color: #EEEEFF;
}

.width{
    width: 60%;
}

.fs-14{
    font-size: 14px;
}

.w-space{
    white-space: pre-wrap;
}

.fw-600{
    font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: Blue !important;
    background-color: #EEEEFF !important;
    font-weight: 600;
}

.fs-10{
    font-size: 10px;
}

.input-width{
    width: 95%;
}