@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

body { background: #f7f9fc; font-family: 'Poppins', sans-serif; }

a { color: #3f80ea; text-decoration: none; }

.fw-bold { font-weight: 500 !important; }

.card { border: 0; box-shadow: 0 0 .875rem 0 rgba(41,48,66,.05); }
.card-title { margin-bottom: 1em; }
.card-header { background: none; border: 0; padding: 1rem 1rem 0; }

.btn-primary { background-color: #3f80ea; border-color: #3f80ea; }

.bg-dark { background: #293042 !important; }

.navbar-brand img { max-height: 25px !important; width: auto; }

.table th { font-size: 0.85rem; font-weight: 500; padding: 0.3rem 0.6rem; }

.nav-tabs { border: 0; }
.nav-tabs .nav-link { border: 0; }


