@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css");
html, body, .board {
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px; }

body {
  overflow: hidden; }

#content {
  position: relative; }

.board {
  margin-bottom: 8px;
  overflow-x: auto;
  padding-bottom: 8px;
  margin-top: 2em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .board > .header {
    color: white;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    min-height: 40px;
    justify-content: space-between;
    padding: 4px 8px;
    position: sticky;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%; }
    .board > .header a {
      color: white; }

.board-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
  .board-wrapper > div {
    display: flex; }

.board-header {
  font-weight: 600;
  height: auto;
  padding: 8px 4px 4px 8px;
  position: relative;
  transition: padding 0.1s ease-in; }

.board-header-btn {
  border-radius: 3px;
  color: white;
  cursor: default;
  float: left;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
  text-decoration: none; }

.board-header-btn.mod-board-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  white-space: nowrap; }

.board-header-btn.mod-board-name .board-header-btn-text {
  padding: 0 12px; }

.list-wrapper {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 272px;
  flex-shrink: 0;
  margin: 0 2px;
  height: 100%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap; }

.list {
  background-color: #ebecf0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  max-height: 100%;
  position: relative;
  white-space: normal;
  margin: 0 0.25rem;
  overflow: auto;
  max-height: 80vh; }

.list-header {
  flex: 0 0 auto;
  padding: 10px 8px;
  position: relative;
  min-height: 20px; }

.list-header-name {
  color: #172b4d;
  border-radius: 3px;
  box-shadow: none;
  font-weight: 600;
  margin: -4px 0;
  height: 20px;
  min-height: 20px;
  padding: 4px 8px;
  resize: none;
  max-height: 256px;
  display: inline-block; }

.list-cards {
  flex: 1 1 auto;
  margin-bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0 4px;
  padding: 0 4px;
  z-index: 1;
  min-height: 0;
  margin-bottom: 10px; }

.list-card {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(9, 30, 66, 0.25);
  cursor: pointer;
  display: block;
  margin-bottom: 8px;
  max-width: 300px;
  min-height: 20px;
  position: relative;
  text-decoration: none;
  z-index: 0; }

.list-card:hover {
  background-color: #f4f5f7; }

.list-card-title {
  color: #172b4d; }

.list-card-details {
  overflow: hidden;
  padding: 6px 8px 2px;
  position: relative;
  z-index: 10; }

.open-card {
  display: flex;
  justify-content: center;
  z-index: 1000;
  width: 100%; }
  .open-card h3 {
    font-size: 16px;
    font-weight: 600;
    color: #172b4d; }
  .open-card .background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.64); }
  .open-card .window {
    background-color: #f4f5f7;
    border-radius: 2px;
    margin: 48px 0 80px;
    overflow: hidden;
    position: relative;
    width: 768px;
    z-index: 25; }
  .open-card .window-header {
    margin: 12px 20px 8px 56px;
    min-height: 32px;
    position: relative;
    z-index: 1; }
  .open-card .window-module {
    padding-top: 10px;
    padding-bottom: 10px; }
  .open-card .icon-column {
    flex-grow: 0;
    min-width: 44px;
    font-size: 18px;
    color: #42526e; }
  .open-card p.description a {
    text-decoration: underline;
    color: #0052cc; }
  .open-card .checklist .progress-bar {
    background-color: #5ba4cf; }
  .open-card .checklist .progress {
    background-color: rgba(9, 30, 66, 0.08);
    height: 8px;
    border-radius: 4px; }
  .open-card .checklist .is-checked {
    text-decoration: line-through; }
    .open-card .checklist .is-checked i {
      color: #0079bf; }
  .open-card .card-comment {
    background: white;
    padding: 8px 12px;
    box-shadow: 0 1px 2px -1px rgba(9, 30, 66, 0.25), 0 0 0 1px rgba(9, 30, 66, 0.08);
    margin: 4px 2px 4px 0;
    display: inline-block; }

.strong {
  font-weight: 500;
  font-size: 12px; }

.caps {
  letter-spacing: .04em;
  text-transform: uppercase; }

.tiny {
  font-size: 80% !important; }

.underlink {
  color: #172b4d;
  text-decoration: underline; }

.quiet, .quiet a {
  color: #5e6c84; }

.quiet a {
  text-decoration: underline; }

.very-quiet, .open-card .checklist .is-not-checked i {
  color: #b6b7bb; }

.avatar {
  font-size: 12px;
  font-weight: 700;
  background-color: #dfe1e6;
  color: #172b4d;
  cursor: pointer;
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  height: 32px; }

.badge {
  color: #5e6c84;
  padding-right: 12px; }

.badgecolor {
  color: #5e6c84; }

.label {
  display: inline-block;
  color: white;
  font-size: 10px;
  font-weight: bold;
  border-radius: 4px;
  margin: 2px;
  padding: 0px 6px; }
  .label:empty {
    display: inline-block;
    width: 50px;
    height: 12px; }

/*# sourceMappingURL=style.css.map */