body {
  margin: 0;
  padding: 0;
}

.password-container {
  height: calc(100vh - 140px);
  overflow: hidden;
  overflow-y: scroll;
}

.line-height-sm {
  line-height: 0.875rem !important;
}

.word-break {
  word-break: break-word;
}

.btk-min-h-screen {
  min-height: calc(100vh - 45px) !important;
}

.btk-vault {
  flex: 0 0 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .btk-vault {
    flex: 0 0 auto;
    width: 33.33%;
  }
}

@media (min-width: 992px) {
  .btk-vault {
    flex: 0 0 auto;
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .btk-vault {
    flex: 0 0 auto;
    width: 20%;
  }
}

.btk-h-select-item {
  height: calc(100vh - 82px);
}

.btk-copy-label {
  opacity: 0;
  transition: opacity 0.2s ease;
}

.btk-copy-group:hover .btk-copy-label {
  opacity: 1;
}

.btk-bullet {
  color: #4caf50;
  font-size: 0.5rem;
}

.btk-item-banner {
  background-image: url(/assets/item-select.png);
}

@media (max-width: 992px) {
  .item-details {
    position: absolute;
    top: 0px;
    min-height: 100vh;
    width: calc(100% - 0.25rem);
    padding: 0.5rem;
  }
}

