.language-flag{
  width: 25px;
  margin: 0px 5px;
}


/* EMS Logo */
/* own */
.ems-logo {
  max-width: 200px;
  
  margin: 20px auto;
  margin-top: 40px;
  display: block;
}

.ems-logo-big {
  max-width: 500px;
  
  margin: 20px auto;
  margin-top: 60px;
  display: block;
}

/* Image */
/* own */
img, svg {
  vertical-align: middle;
}

.center{
  margin: 0 auto;
  display: block;
}

a.deactivated {
  pointer-events: none;
  cursor: default;
  opacity: 0.65;
}


.systemcode-input-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin: 20px 0;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.systemcode-input {
  flex: 1;
  max-width: 50px;
  height: 50px;
  font-size: 20px;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.3s;
}

.systemcode-input:focus {
  border: 2px solid #007BFF !important;
  outline: none !important;
}

.systemcode-dash {
  font-size: 24px;
  padding: 0 5px;
}


@media (max-width: 768px) {
  .systemcode-input {
    max-width: 35px;
    height: 40px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .systemcode-input {
    max-width: 30px;
    height: 35px;
    font-size: 16px;
  }
}

@media (max-width: 400px) {
  .systemcode-input {
    max-width: 25px;
    height: 30px;
    font-size: 14px;
  }
}





.link-container {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 10px;
}

.link-container-spezial {
  display: flex;
  align-items: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

  gap: 10px;
}

.icon-left {
  max-width: 24px;
}


.form-control2 {
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}








.user-icon-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.user-icon {
  cursor: pointer;
}

.user-icon-outline {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  width: 100px;
  height: 125px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.standard-icon .user-icon-outline {
  display: flex;
  justify-content: center;
  align-items: center;
}

.standard-icon {
  font-size: 40px;
  /* margin-right: 20px; */
  color: #333;
}

.user-icon-image {
  height: 60px;
  display: block;
  margin: 0 auto;
}

.user-icon-name {
  font-size: 14px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #333;
  text-align: center;
}


@media (max-width: 768px) {
  .user-icon-outline {
    width: 80px;
    height: 100px;
    padding: 8px;
  }

  .user-icon-image {
    width: 40px;
    height: 40px;
  }

  .user-icon-name {
    font-size: 12px;
  }

  .standard-icon {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .user-icon-outline {
    width: 60px;
    height: 80px;
    padding: 5px;
  }

  .user-icon-image {
    width: 30px;
    height: 30px;
  }

  .user-icon-name {
    font-size: 10px;
  }

  .standard-icon {
    font-size: 20px;
  }
}


.user-icon-outline:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
}





.user-icon.selected .user-icon-outline {
  border: 2px solid #007BFF;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
}

.top-right-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  color: #333;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.top-right-icon:hover {
  color: #007BFF;
}
