.hackademy {
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-window {
  line-height: 1;
  display: grid;
  grid-template-columns: 100%;
}

.title-bar {
  font-size: 1.3em;
  background-color: lightgray;
  border: 1px solid darkgray;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}

.title-bar i {
  margin-right: 5px;
  cursor: pointer;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/materialicons.ttf) format('truetype');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}

.container-file-send-boutons {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.file-browse-dialog {
    display: none;
    margin-top: 100px;
}
