#login_div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1vh;
}

#user_div {
  flex-direction: column;
  align-items: center;
}

.settingsButton {
  background: #1C2321;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px;
  display: block;
  text-align: center;
}

.inputDiv {
  display: flex;
  flex-direction: row;
  gap: 4vw;
  width: -webkit-fill-available;
  justify-content: center;
}

.inputs {
  display: flex;
  flex-direction: column;
  gap: 1vh;
  width: -webkit-fill-available;
}

.buttonsSendLogOut button {
  background: #1C2321;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 15px;
  display: block;
  text-align: center;
}

.buttonsSendLogOut {
  display: flex;
  gap: 2vw;
}

#content_container {
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #1C2321;
  width: 100%;
  margin: auto;
}

.porudzbine {
  width: 95%;
  display: flex;
  justify-content: center;
  background-color: #5E6572;
}

#lista {
  height: fit-content;
}

.header {
  background-color: #5E6572;
  color: white;
  text-align: center;
  font-family: monospace;
  font-weight: bold;
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0px 5px #1C2321;
}

.task_container {
  background-color: white;
  display: flex;
  flex-direction: row;
  margin-bottom: 2vh;
  justify-content: space-between;
}

.container {
  width: 100%;
  overflow-y: auto;
  height: 500px;
}

#task_tool {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#task_done_button {
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-color: #5E6572;
  border: none;
  border-radius: 20px;
  outline: none;
  margin-right: 5px;
  color: white;
}

.zonaButton {
  background: #1C2321;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px;
  display: block;
  text-align: center;
}

#task_zona,
#task_ime,
#task_naselje,
#task_sprat,
#task_stan,
#task_interfon {
  display: none;
}