.hidden-content {
  display: none;
}

.aspect-ratio-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.aspect-ratio-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lmf-container > div:not(:last-of-type) {
  padding-bottom: 32px;
}

.new-application {
  width: 100%;
  padding-bottom: 48px;
}

.new-application > div:first-of-type {
  padding-bottom: 24px;
}

.new-application > md-filled-button {
  margin-top: 24px;
}

.new-application > div {
  width: 100%;
}

.application {
  width: 100%;
  background-color: #F5F0F0;
  padding: 24px;
  border-radius: 8px;
  cursor: pointer
}

.applications > div:first-of-type {
  margin-bottom: 16px;
}

.applications > a > div {
  margin-bottom: 16px;
}

.application > div:first-of-type {
  padding-bottom: 24px;
}

.application > div:first-of-type {
  padding-bottom: 8px;
}

.application > div:first-of-type > span{
  padding-right: 8px;
}

.application > div {
  display: flex;
  align-items: center;
}

.bankid-container {
  width: 100%;
  background-color: #FFFFFF;
  padding: 24px;
  border-radius: 8px;
}

.bankid-container md-tabs {
  padding-top: 8px;
}

.form-row .md-radio:not(:last-of-type) {
  padding-bottom: 8px;
}

.itemList {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9999; 
  max-height: 200px;
  overflow-y: auto;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.dropdown .open {
  display: block;
}

.dropdown {
  position: relative;
}

.itemList md-list-item:hover {
  background: var(--hover-color);
}

#iframe-container-error {
  color: red !important;
}

.image-text {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: 'headline/headline small', sans-serif !important;
  font-size: 34px !important;
}

.ki-warning {
  background-color: white;
}

.ki-warning h2 {
  color: black !important;
  font-weight: bold !important
}

.company-info {
    display: grid;
    grid-template-columns: 0.8fr 2fr  !important;
    background-color: #efe4e48e;
    padding: 24px;
    border-radius: 8px;
}