.ui.form .field.description {
  font-size: .8rem;
  margin-top: 10px;
}

.project-name-save-button,
#annotation-tracking-branch-helper-icon {
  cursor: pointer;
}

.project-title > .buttons {
  display: flex;
  align-items: center;
}

i.small.icon.project-name-save-button {
  font-size: 1.1rem;
}

.project-name-input {
  margin: -4px;
}

#create-project-form.ui.form .fields>.field {
  flex: 1 1 auto;
}

.label-studio-steps.ui.grid .column .segment {
  height: 100%;
}

.label-studio-steps.ui.grid .column > .segment > img {
  display: block;
  width: 8rem;
  margin: .5rem auto;
}

.label-studio-steps.ui.grid .column > .segment > .header {
  margin-bottom: .5rem;
}

.video-card {
  width: 80%;
  border-radius: .5rem;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, .1);
  cursor: pointer;
}
