.psv-navbar {
  flex-direction: column;
  right: 0;
  width: 60px;
  height: 100%;
  background: rgba(61,61,61,.8);
  align-items: center;
  left: unset;
}
.form-control-xs,
.input-group-sm > .form-control,
.input-group-xs > .input-group-prepend > .input-group-text,
.input-group-xs > .input-group-middle > .input-group-text,
.input-group-xs > .input-group-append > .input-group-text,
.input-group-xs > .input-group-prepend > .btn,
.input-group-xs > .input-group-append > .btn {
  padding: 0.2rem 0.2rem;
  font-size: 0.5rem;
  line-height: 0.75;
  border-radius: 0.12rem;
  height: auto;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0.4rem 0.8rem;
  font-size: 0.5rem;
  line-height: 0.75;
  border-radius: 0.12rem;
}
.vtEditorContainer, .vtEditorContainer * {
  box-sizing: border-box;
}
.vtEditorContainer {
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 1;
  right: 0;
  width: 0;
  border-right: 2px solid #057bff;
  border-radius: unset;
  background-color: rgba(61, 61, 61, 0.5);
  transition: width 50ms ease-out;
  height: 100%;
}
.vtEditorContainerShow {
  width: 300px !important;
  right: 60px;
  overflow: hidden;
  transition: all 100ms ease-in;
}

.formGroupHide {
  opacity: 0;
  top: -5000px;
  position: absolute;
}
.formGroupShow {
  visibility: visible;
  opacity: 1;
  transition: all 1000ms;
}
.actionBarContainer {
  height: 25px;
}
.vtEditorContainer p {
  margin-bottom: 0.25rem;
}
.vtEditorContainer label {
  font-size: 0.8rem;
  margin-bottom: 0.1rem;
}

.vtCardHeader:first-child {
  border-radius: unset;
}
.vtCardHeader {
  background-color: unset;
  padding: 0.1rem !important;
}
.vtCardHeader h6 {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-bottom: 0;
  color: #ffffff;
}
.vtCard {
  color: #ffffff;
  background-color: unset;
  opacity: 0;
  position: absolute;
}
.vtCardShow {
  opacity: 1;
  transition: opacity 1000ms;
  position: relative;
}
.vtCardFooter {
  border-radius: unset !important;
  padding: 0.25rem 0.25rem 1rem 0.25rem !important;
  background-color: unset;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
}
.vtFormContainer  {
  box-sizing: border-box;
}
.invisible {
  display: none;
}
.fadeIn {
  opacity: 1;
  position: relative;
  transition: opacity 2000ms;
}
.fadeOut {
  opacity: 0;
  position: absolute;
  transition: opacity 50ms;
}
.infoModeButtonOn {
  color: rgb(0, 123, 255);
}

.spinner-border-xs {
  height: 0.4rem;
  width: 0.4rem;
}

.deleteDropZoneContainer {
  height: 3rem;
  width: 3rem;
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.deleteDropZone {
  font-size: 2rem;
  color: white;
  opacity: 0.5;
}
.deleteDropZoneOver {
  font-size: 5rem;
  color: white;
  opacity: 1;
  transition: all 100ms;
}
.deleteDropZoneDrop {
  color: rgb(0, 123, 255);
  opacity: 1;
  transition: all 500ms;
}
.bearingOverlay {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
}

.bearingIndicator {
  background-color: #ff000066;
  width: 2px;
  flex: 1;
}

.add-new-post__editor .ql-editor,
.add-new-post__editor .ql-container,
.add-new-post__editor {
  min-height: 100px
}