html,
body,
main {
  margin: 0px;
  width: 100%;
  height: 100%;
  font-family: Helvetica, "Trebuchet MS", Verdana, sans-serif;
}

main {
  display: flex;
  flex-direction: column;
  overflow: clip;
}

.top-bar {
  margin: 0px;
  text-align: center;
  padding: 0px;
  background: #faac50;
  display: flex;
}

.top-bar div a {
  all: unset;
  width: fit-content;
}

.top-bar-left {
  margin: 10px;
  float: left;
  font-size: x-large;
}

.top-bar-right {
  margin: 3px;
  padding: 7px;
  background-color: #dd8f00;
  float: right;
  font-size: x-large;
  border-radius: 20px;
  padding-inline: 10px;
}

.menu-pane {
  flex: 0.25;
  display: flex;
  padding: 16px 40px;
  flex-direction: column;
  align-items: center;
  color: #676a6c;
}

.inbox-pane {
  flex: 0.75;
  display: flex;
  background-color: #fff;
  color: #676a6c;
  flex-direction: column;
}

.email-pane {
  flex: 0.75;
  display: flex;
  background-color: #fff;
  color: #676a6c;
  flex-direction: column;
}

.email-separator {
  height: 5px;
  display: flex;
  background-color: #EEEEEE;
  color: #676a6c;
  flex-direction: column;
}

.attachment-container {
  overflow-x: scroll;
  overflow-y: clip;
  flex-direction: row;
  display: flex;
  text-align: center;
  padding-bottom: 10px;
}

.attachment-item {
  padding-left: 5px;
  width: 100px;
  height: 70px;
}

.attachment-icon {
  margin-top: 10px;
  font-size: 40px;
}

.attachment-label {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}

#email-content {
  flex: 90;
}

.email-data-line {
  border-bottom: 1px solid #EEEEEE;
  margin-left: 5px;
}

.email-data-line-bottom {
  margin-left: 5px;
}

.content-pane {
  display: flex;
  flex: 1 1 auto;
  padding: 16px;
  padding-left: 0;
  background-color: #eeeeee;
}

.inboxes {
  white-space: nowrap;
  flex: 0.25;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: scroll;
}

.folder-item {
  display: flex;
  border-bottom: 1px solid #dad5d5;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.mail-item {
  height: 40px;
  display: flex;
  border-collapse: collapse;
  border-top: 1px solid #e7eaec;
  align-items: center;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  background-color: #f9f8f8;
  white-space: nowrap;
}

.mail-sender {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex: 0.4;
}

.mail-subject {
  margin-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex: 0.6;
}

.mail-time {
  overflow: clip;
  margin-left: auto;
  margin-right: 25px;
  display: flex;
  flex: 0.1;
  justify-content: flex-end;
}

.center-container {
  position: fixed;
  inset: 0px;
  width: fit-content;
  height: fit-content;
  max-width: 100vw;
  max-height: 100dvh;
  margin: auto;
  text-align: center;
}

.not-found-number {
  margin-bottom: 0px;
  font-size: xxx-large;
  margin-top: 0px;
}

.not-found-text {
  margin-top: 0px;
  margin-bottom: 10px;
}

.signup-container {
  background-color: orange;
  border-radius: 5px;
  padding: 20px;
}

.form-error {
  background-color: red;
  padding: 5px;
  border-radius: 5px;
}

.form-error {
  padding: 5px;
  border-radius: 5px;
}
