.header {
  width: 100%;
  border-bottom: 1px solid #ccc;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
  margin-bottom: 30px;
  background-color: #fff;
}

.navbar {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 100px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 15px;
}

.nav-links ul.left-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 20px;
  align-items: center;
}

.nav-links ul.left-menu li img {
  height: 50px;
  width: auto;
  margin-right: 15px;
}

.nav-links .right-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-links .right-menu .user-icon {
  width: 35px;
  height: 35px;
  background-color: #ccc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-links .right-menu .user-icon img {
  display: none;
}

.nav-links .right-menu select {
  font-size: 14px;
  padding: 10px;
  display: none;
}

.nav-links ul li a.active {
  color: #379a8d;
  font-weight: bold;
}

.footer2 {
  background-color: #f6f8f9;
  font-size: 0.9rem;
  color: #000;
  border: #d5d5d5 1px solid;
}

.footer2-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.footer2 a {
  color: #423f3f;
  text-decoration: none;
  margin: 0 5px;
}

.footer2 a:hover {
  text-decoration: underline;
}

.nav-links ul.left-menu li a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.nav-links ul.left-menu li a.active {
  color: #379a8d;
  font-weight: bold;
}

.footer2-left {
  margin-left: 100px;
  color: #423f3f;
}

.footer2-right {
  display: flex;
  margin-right: 100px;
  gap: 20px;
}

.footer1 {
  background-color: #363636;
  font-size: 0.9rem;
  color: #000;
  margin-top: auto;
}

.footer1-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.footer1-images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.footer1-img {
  width: 120px;
  height: auto;
}

.footer1-text {
  font-size: 0.9rem;
  color: #fff;
  margin: 0;
  font-family: Arial, sans-serif;
}

.footer1,
.footer2 {
  box-sizing: content-box;
  width: 100%;
  padding: 15px 0;
}

#language {
  display: none;
}

a.settings-link {
  color: inherit;
  text-decoration: none;
}
