body{
    font-family: 'Poppins', sans-serif;
    background-color: #EEEEEE;
}
.active-bg{
    background-color: #EEEEEE;
}
.active-color{
    color: #348CD4;
}
.content{
    z-index:1;
    width: 100%;
}


/* ------------ home --------- */

.nav-tabs li{
    font-size: 13px;
}
.button-size{
    min-width: 100px;
    font-size: 12px;
}
/* ----- modal -------- */

.modal-title{
    font-size: 13px;
}
.modal-header button{
    font-size: 15px;
}
.modal-body .form-control{
  font-size: 12px;
}
.modal-dialog{
    width: 396px;;
}
.modal-body .btn{
    font-size: 13px;
}