* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "museo_sans", "arial", "sans-serif";
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0 solid transparent;
  border-radius: 0;
}
.mailbox-widget .custom-tab .nav-item .nav-link {
  border: 0;
  color: #8e8e8e;
  border-bottom: 3px solid transparent;
}
.mailbox-widget .custom-tab .nav-item .nav-link.active {
  background: 0 0;
  color: #cfcfcf;
  border-bottom: 3px solid #2cd07e;
}
.font-light {
  font-weight: 300;
}
.hovered-item:hover {
  background-color: #262626;
}

#backButton {
  display: none;
}

#emailContainer {
  display: none;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

::-webkit-scrollbar-thumb {
  background: #888; 
}

::-webkit-scrollbar-thumb:hover {
  background: #555; 
}