html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
}

.left-border-margin {
  padding-left: 10px;
}

.pointer {
  cursor: pointer;
}

.icon-link:hover {
  cursor: pointer;
}

.float-right {
  float: right;
}

.field-label {
  font-weight: 500;
}

.bi-trash {
  color: #dc3545;
}

.bi-x-lg {
  color: red;
}

.bi-check-lg {
  color: lightseagreen;
}

.bi-pencil {
  color: #0d6efd;
}

.rockit-navbar {
  position: sticky;
  top: 0;
  z-index: 1020;
}