body {
  background-image: url("https://res.cloudinary.com/dd46nhdrt/image/upload/f_auto,q_auto,w_768/eTichet/prod/7e4a166f-3b8e-48f2-9f96-08de36375b8e/bg") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

@media (min-width: 768px) {
  body {
    background-image: url("https://res.cloudinary.com/dd46nhdrt/image/upload/f_auto,q_auto,w_1280/eTichet/prod/7e4a166f-3b8e-48f2-9f96-08de36375b8e/bg") !important;
  }
}

@media (min-width: 1280px) {
  body {
    background-image: url("https://res.cloudinary.com/dd46nhdrt/image/upload/f_auto,q_auto,w_1920/eTichet/prod/7e4a166f-3b8e-48f2-9f96-08de36375b8e/bg") !important;
  }
}

.custom-card-container {
  height: 100%;
}

.custom-card {
  background-color: #ffffff !important;
}

.k-button {
  border: none;
  cursor: pointer;
  font-size: 16px;
}

.k-button.k-button-primary {
  background-color: #eb6740;
  color: #e4dbcd;
  &:hover {
    background-color: #e94b1b;
  }
}

.k-button-flat-primary {
  color: var(--kendo-color-primary-on-surface, #0d6efd);
}

.btn-link {
  font-family: "Canela light", Sans-serif;
  text-transform: none;
  font-style: normal;
  text-decoration: none;
  line-height: normal;
  letter-spacing: 0em;
  color: #e4dbcd !important;

  &:hover {
    color: #d1994b !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;
  }
}

.tenant-email {
  color: #e4dbcd;

  &:hover {
    color: #d1994b;
  }
}

@media (min-width: 100rem) {
  .performance-grid > :nth-child(1),
  .performance-grid > :nth-child(2) {
    grid-column: span 2;
  }
}
