/* Body */
body {
  height: 100vh;
  width: 100vw;
}


/* Navbar */
.navbar {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100px;
}

.logo {
  align-items: center;
  display: flex;
  margin-left: 10px;
}

.navbar .text-primary {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 3px;
  margin-left: 10px;
}

.filters {
  display: flex;
}

.form-group {
  margin: 0 3px;
}


/* Loading */
.hide {
  display: none;
}


/* Table */
.table-scroll {
  -webkit-overflow-scrolling: touch;
}

thead {
  position: sticky;
}


/* Modal */
.modal .label {
  margin-bottom: 10px;
}

.modal span {
  font-weight: 400;
  font-size: 12px;
}