.sidebar {
  padding-bottom: 170px;
  z-index: 105;
  position: fixed;
  background-color: rgba(54, 54, 54, 0.5);
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 200px;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: width 0.5s;
  
}

.sidebar-container {
  background-color: rgba(54, 54, 54, 0.5);
}
.sidebarheader {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0px 30px 0px;
}
.nav-bar {
  position: absolute;
  top: 10px;
  left: 160px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: transparent;
  opacity: 0.2;
  transition: left 0.3s, opacity 0.3s;
  cursor: pointer;
}

.nav-bar:hover {
  background-color: #525252;
  opacity: 1;
}
.nav-arrow {
  top: 10px;
  filter: invert(100%);
  height: 30px;
  object-fit: cover;
  margin: 0px 15px;
  transition: 0.3s;
}
h1 {
  color: white;
}
.tek-logo {
  border-radius: 0%;
  object-fit: cover;
  width: 80px;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.8));
}
.tek-terrorelharitas-felirat {
  color: #d8a000;
  font-weight: 800;
  font-size: 45px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.sidebar ul li {
  list-style: none;
}
.sidebar-row {
  color: white;
  width: 100%;
  height: 15px;
  margin: 0px;
  font-size: 18px;
  display: flex;
  padding: 15px 0px;
  align-items: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  transition: background-color 0.3s;
}
.sidebar-row:hover {
  background-image: url("../images/bg-pattern.png");
  cursor: pointer;
}
.sidebar-row:hover .sidebar-icon {
  margin: 0 12.5px;
  height: 30px;
}
.sidebar-icon {
  height: 25px;
  margin: 0 15px;
  filter: invert(100%);
  transition: height 0.2s;
}

.sidebar-text {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 15px;
  color: white;
}
.dropgown-arrow {
  text-align: right;
}
.login-panel {
  position: absolute;
  bottom: 30px;
  color: black;
  bottom: 30px;
}
.login-div {
  width: 200px;
  justify-content: center;
}
.login-style {
  width: 70%;
  font-weight: 800;
  border-radius: 5px;
  border: none;
  margin: 3px 0px;
  padding: 5px 10px;
  font-family: "rubik";
  height: 30px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.login-text {
  background-color: #d8a000;
  width: 180px;
  border: none;
  border-radius: 5px;
  margin: 3px;
  height: 30px;
  font-family: "rubik";
  font-weight: 700;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.login-text:hover {
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.9);
}
.login-text:active {
  background-color: #856100;
}
.logout-text {
  width: 180px;
  color: rgb(255, 255, 255);
  background-color: #000000;
  border: 2px solid #065e11;
  border-radius: 5px;
  margin: 3px;
  height: 30px;
  font-family: "rubik";
  font-weight: 700;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.logout-text:hover {
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.9);
}
.logout-text:active {
  background-color: #856100;
}
.copyrightdiv {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 10px;
  text-align: center;
  color: white;
}

.miniprofile {
  display: flex;
  align-items: center;
  background-color: #525252;
  border-radius: 5px;
  margin: 10px 5px;
  padding: 10px;
  transition: background-color 0.3s;
}

.miniprofile:hover {
  background-color: #6b6b6b;
}

.miniavatar {
  height: 55px;
  width: 55px;
  border-radius: 5px;
  margin-right: 10px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
}

.profilinfo {
  display: flex;
  flex-direction: column;
  color: white;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
}
.sidebaralnev {
  font-size: 22px;
  font-weight: 400;
}

.sidebarrendfokozat {
  font-size: 12px;
  font-weight: 500;
  color: lightgray;
}
.button-panel {
  display: flex;
  justify-content: center;
  align-items: center;
}
.miniavatar {
  height: 55px;
  width: 55px;
  object-fit: cover;
  border-radius: 5px;
  margin-left: 10px;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.8));
}
.profilinfo {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0px;
  flex: 1;
}
.sidebar-time {
  margin-bottom: 10px;
  color: lightgray;
  display: flex;
  justify-content: center;
  align-items: center;
}


