@font-face {
  font-family: "Segoe UI Regular";
  src: url("../fonts/Segoe_UI.9a2931180d6b.woff") format("woff");
}

@font-face {
  font-family: "Segoe UI Regular";
  src: url("../fonts/Segoe_UI_Bold.52382539737f.woff") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Segoe UI Regular";
  src: url("../fonts/Segoe_UI_Bold_Italic.268e89298b93.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "Segoe UI Regular";
  src: url("../fonts/Segoe_UI_Italic.347c3ac06f20.woff") format("woff");
  font-style: italic;
}

body {
  margin: 0;
  box-sizing: border-box;
}

.main-container {
  min-height: 84vh;
}

.is-scroll {
  height: 200px;
  overflow: scroll;
  margin: 1rem 0;
}

.logout {
  color: black;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

/* https://learn.microsoft.com/en-us/azure/active-directory/develop/howto-add-branding-in-apps */
.ms-sign-up-button {
  height: 41px;
  font-family: "Segoe UI Regular";
  font-size: 15px;
  font-weight: 600;
  color: #5e5e5e;
  background-color: #ffffff;
  border: 1px solid #8c8c8c;
  border-radius: 0;
}

.ms-sign-up-button img {
  margin: 0 12px;
}

.account-settings-dropdown-header {
  min-width: 220px;
}

.account-settings-dropdown-item {
  width: 100%;
}

.list-item {
  cursor: pointer;
}

.list-item:hover {
  cursor: pointer;
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.2),
    0 0 0 1px rgba(10, 10, 10, 0.04);
}

a.box:hover {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.2),
    0 0 0 1px rgba(10, 10, 10, 0.04);
}

.min-w-50 {
  min-width: 50px;
}

.min-w-100 {
  min-width: 100px;
}

.min-w-150 {
  min-width: 150px;
}

.min-w-200 {
  min-width: 200px;
}
