*,
::after,
::before {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vv-header-logo {
  max-height: 2rem;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  border-style: none;
}
@media screen and (min-width: 1200px) {
  .vv-header-logo {
    max-width: 100%;
    max-height: 3rem;
  }
}
.k-card-title,
.k-card-text,
.k-card-date {
  width: 100%
}
.k-card-tra {
    height: 240px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s;
}
.k-card:hover .k-card-tra{
    transform: scale(1.1);
}
.vv-clickable-element {
    cursor: pointer;
}
.vv-search-process {
  padding: 20px;
}
.vv-search-process .k-input-solid, .vv-search-process .k-input-solid {
  background-color: transparent;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ced4da;
}
.vv-search-process .k-input-solid:focus, .vv-search-process .k-input-solid.k-focus, .vv-search-process .k-input-solid:focus-within {
    background-color: var(--kendo-color-surface-alt, #ffffff);
}
.vv-search-process-textbox,
.vv-search-process-button {
    height: 40px
}
.demo-window .footer-content {
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}
.loginDisplay {
  margin-bottom: 10px;
}
.k-card-deck {
  justify-content: center;
}
.vv-search-submissions {
  background-color: #f8f9fa;
}
.vv-search-submissions .vv-search-submissions-inner {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 300px
}
.vv-TimePicker .k-list-content li {
  display: inline-block;
  min-width: calc(33.33% - 3px);
  border-right: 1px solid #d1d0d0;
}
.vv-TimePicker .k-list-content li:nth-child(3n) {
  border-right: none;
}
.vv-TimePicker .k-list-header {
  text-align: center;
  background-color: #e9ecef;
  border-bottom: 1px solid #d1d0d0;
}
@media screen and (max-width: 767px) {
  .k-flex-wrap [class*='k-flex-basis-'] {
    flex-basis: 100%
  }
}
@media screen and (max-width: 991px) {
  .vv-form-label {
    margin-bottom: 6px
  }
  .k-flex-wrap [class*='k-flex-basis-1\/3'],
  .k-flex-wrap [class*='k-flex-basis-2\/3'] {
    flex-basis: 100%
  }
  .k-flex-wrap .k-full-mobile {
    flex-direction: column;
  }
}