svg {
}

.btn-bottom.active {
  color: #000;
}

.btn-bottom {
  color: #999;
}

#tab-mailboxes {
}

body {
  font-family: nunito;
  font-weight: 200;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

.card .nav-tabs .nav-link.active {
  background: white;
  /*border-bottom: 2px solid #f0f0f0;*/
  color: #000;
  font-weight: 500;
}

.card .nav-tabs .nav-link {
  color: #999;
}

.btn-add-bottom {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 80px;
  right: 10px;
}

.tab-content-header {
  position: sticky;
  top: 60px;
  margin-right: -12px;
  margin-left: -12px;
  padding-left: 24px;
  padding-right: 12px;
  z-index: 10;
}

.tab-content-subheader {
  z-index: 10;
  margin-right: -12px;
  margin-left: -12px;
  padding-left: 24px;
  padding-right: 12px;
  position: sticky;
  top: 104px;
  margin-top: -20px;
}

a.block-link {
  text-decoration: none;
  color: #000;
}

.btn-mailroom-add-parcel {
  height: 50px;
  width: 50px;
  position: fixed;
  bottom: 30px;
  right: 10px;
}

.mt-nt10 {
  /*margin-top: -10px !important;*/
}

.form-input-spacing {
  margin-bottom: 15px;
  margin-top: -5px;
}

