@import url('https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.4/css/bulma.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');

body {
  min-height: 100vh;
  background-color: #FFFAFA;
}

input[type=number] {
  width: 5em;
}

div.modal-content.is-fullwidth,
div.modal-card.is-fullwidth {
  width: 80%;
}

div#drop_area {
  border: dashed 2px blue;
}

div.tile.trello {
  overflow-y: scroll;
  min-height: calc(100vh - 15rem);
}

.container {
  max-width: 90%;
}

.title_right {
  float: right;
}

.logo {
  height: 50px;
}


.tile.is-vertical {
  background-color: rgb(245 245 245);
}

.tile.is-vertical>.tile.is-child:not(:last-child) {
  margin-bottom: 0.4rem!important;
