.background-video {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.k-button {
  border-radius: 50rem;
}

.client-details-container {
  .k-card {
    backdrop-filter: blur(18px);
  }
}

.btn-link,
.tenant-email {
  color: #adb5bd !important;

  &:hover {
    color: #f8f9fa !important;
  }
}

.k-button.k-button-primary {
  background-color: #b8a585;
  border-color: #b8a585;
  color: #fff;

  padding: 10px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.08);

  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;

  &:hover,
  &.k-hover {
    background-color: #c3b397;
    border-color: #c3b397;
    color: #fff;
  }

  &:focus,
  &.k-focus {
    box-shadow: 0 0 0 0.25rem rgba(184, 165, 133, 0.5);
  }
}

.increment-btn {
  padding: 5px 15px !important;
}

.client-details-container {
  width: 100%;
  display: flex;
  justify-content: center;

  .k-card {
    width: auto !important;
    background-color: rgba(255, 255, 255, 0);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 0.5rem 1.75rem;
    border: none;
  }

  .k-card-header {
    color: white;
    border-color: white;
  }
}
