.amarelo {
  background: linear-gradient(rgb(255, 255, 118), rgba(255, 255, 126, 0.822));
}

.verde {
  background: linear-gradient(#7aba69, #7bba69b4);
}

.pfui {
  margin: 3px;
  float: left;
  width: 500px;
  height: 93px;
  border-radius: 10px;
  border: 3px solid black;
  text-align: center;
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  color: black;
  font-weight: 600;
}

.pfui:hover {
  transform: scale(1.05);
  transition: ease-in-out 20ms;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-family: "Ubuntu", sans-serif;
  background-color: #1c3357;
  width: 100%;
  font-size: 16px;
  height: 65px;
  border-bottom: 3px solid rgb(172, 172, 172);
}

h1 {
  text-align: center;
  color: white;
}

body {
  background: radial-gradient(#284b7f, #284b7fe3) ;
  margin: 0 auto;
  min-height: 100vh;
}

.mainContent {
  display: flex;
  flex-direction: column;
}

.pro_ky,
.usuario,
.plantao {
  display: none;
}

.nome{
  text-align: center;
}

.listaPaineis {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding-right: 60px;
  position: absolute;
  top: 9%;
}

.texto {
  font-size: 18px;
  margin-left: 60px;
}

.nome {
  float: left;
  width: 99%;
  margin: -4px;
  padding: 2px;
  font-size: 20px;
  margin-bottom: 1px;
  border-top: 3px solid black;
  border-right: 3px solid black;
  border-left: 3px solid black;
  border-bottom: 2px solid black;
  background-color: rgba(255, 255, 255, 0.623);
  border-radius: 10px;
}

.foto {
  z-index: auto;
  display: block;
  margin: -4px;
  padding: -13px;
  border-radius: 10px;
  text-align: left;
  position: absolute;
}

.foto img {
  height: 95px;
  width: 95px;
  border-radius: 10px;
  border: 1px solid black;
}

.deFerias {
  background-color: cyan;
}

.botoesDoHeader {
  display: flex;
  position: absolute;
  min-width: 620px;
  right: 1%;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 4px;
  top: 3%;
  align-items: center;
  margin-top: 10px;
}

button:hover {
  transition: 0.1s ease-in-out;
  transform: scale(1.02);
}

button:active {
  transform: scale(0.90);
  background-color: black;
  color: white;
}

.buttonHeader {
  width: 110px;
  height: 40px;
  border: 1px black solid;
  border-radius: 20px;
  font-family: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: bold;
  background-color: #1e3961;
  color: white;
  font-style: none;
}

.buttonAdicionar {
  border: 1px black solid;
  font-style: none;
  font-weight: bold;
  font-family: "Ubuntu", sans-serif;
  font-size: 30px;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  background-color: #1e3961;
  color: white;
}

.modal-content {
  background: #535353;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  min-width: 300px;
  font-family: "Ubuntu", sans-serif;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  color: white;
}

.usuario-btn {
  display: block;
  margin: 10px;
  padding: 10px;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 5px;
}

.modal-base {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: rgba(0, 0, 0, 0.7);

  display: none;

  justify-content: center;
  align-items: center;

  z-index: 99999;
}

.usuario-btn:hover {
  background: #535353;
}

#ibbSimbol {
  max-width: 50px;
  max-height: 50px;
  padding: 5px;
}

#ladoEsq {
  display: flex;
  align-items: center;
  gap: 10px;
}

.acoes-modal {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.btn {
  padding: 10px 18px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
}

/* botão confirmar */
.btn.confirmar {
  background-color: #28a745;
  color: white;
}

.btn.confirmar:hover {
  background-color: #218838;
}

/* botão cancelar */
.btn.cancelar {
  background-color: #dc3545;
  color: white;
}

.btn.cancelar:hover {
  background-color: #c82333;
}

#inputDataFerias {
  padding: 8px;
  font-size: 14px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

.btn:active {
  transform: scale(0.96);
}

#inputRecado {
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

#inputSenha{
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin-top: 10px;
}

#modalInput input[type="number"] {
  width: 100%;
  padding: 10px 15px;
  font-size: 1.2rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 10px;
}

#modalRecado input[type="text"] {
  width: 100%;
  padding: 10px 15px;
  font-size: 1.2rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 10px;
}

/* Botão hamburguer */
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  background: none;
  border: none;
  cursor: pointer;
  color: white;
}

/* MOBILE */
@media (max-width: 1062px) {
  .menu-toggle {
    display: block;
  }

  .botoesDoHeader {
    position: absolute;
    top: 60px;
    right: 10px;
    background: #1e1e1e;
    border-radius: 10px;
    padding: 10px;
    display: none;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
  }

  .botoesDoHeader.ativo {
    display: flex;
  }
}

/* ================= KIOSK MODE ================= */
body.kiosk .header {
  justify-content: center;
}

body.kiosk .pfui {
  width: 350px;
  height: 90px;
  font-size: 20px;
}

body.kiosk .nome {
  font-size: 18px;
}

body.kiosk .texto {
  font-size: 14px;
}
