body {
  font-family: Arial, sans-serif;
  padding: 30px;
  background-image: url("\img/fundoblack.png");
}
#main {
  transition: margin-left 0.5s;
}
.botoes {
  position:absolute;
  top: 25px;
  left: 30px;
  display: grid;
  width: 104px;
  height:94px;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  grid-template-areas: "voltar descricao" "filtros descricao";
  grid: gap 0;
}
.iconVoltar {
  border: solid rgba(238, 223, 211);
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  margin-left: 12px;
  margin-top: 10px;
  grid-area: voltar;
}
.icon {
  width: 35px;
  height: 5px;
  background-color: rgba(238, 223, 211);
  margin: 6px 0;
  grid-area: filtros;
  cursor: pointer;
}
.descricao {
  color:rgba(238, 223, 211);
  grid-area: descricao;
}
.descricao h3 {
  margin-bottom: 23px;
  margin-top: 11px;
}
h1 {
  color: #f5f5f5;
  text-align: center;
  padding-bottom: 1%;
}
table {
  background: white;
  border: 0px solid #ffffff;
  border-collapse: collapse;
  border-radius: 15px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.5);
  margin: auto;
  overflow: hidden;
  width: 60%;
  position: absolute;
  table-layout: auto;
}
#table {
  left: calc(50%);
  transform: translate(-50%);
  transition: transform 0.5s;
}
.del_btn {
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.1);
  font-size: 20px;
  cursor: pointer;
}
.del_btn:hover {
  background-color: rgba(255, 0, 0, 0.5);
}
.update_btn{
  border: none;
  border-radius: 15px;
  background-color: #41624d10;
  cursor: pointer;
}
.update_btn:hover{
  color:#f5f5f5;
  background-color: #41624d;
}
th,tr,tbody {
  text-align: center;
  padding: 25px;
  border-radius: 10px;   
}
th {
  padding: 25px 5px;
}
table td:first-child {
  padding-left: 10px;
}
table td:first-child+td {
  text-align: left;
  padding-left: 10px;
}
table tr:nth-child(even) {
  background-color: #f5f5f5;
}
tr:last-child td {
  border-bottom: 25px solid white;
}
table tr:hover {
  background-color: #a7ddb3;
}
tr.headers:hover {
  background-color: white;
}
.menu {
  background-image: url("\img/fundogreen.png");
  background-size: contain;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: scroll;
  padding-top: 40px;
  transition: 0.5s;
}
.close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  text-decoration: none;
  color: rgba(238, 223, 211);
  line-height: 0.5;
}
.filter_box {
  display: flex;
  flex-direction: column;
  width: 235px;
  margin: 10px;
  margin-bottom: 50px;
}
.filters {
  transition: background-color 0.4s;
  background-color: rgba(238, 223, 211,0.2);
  color: #eedfd3;
  border-radius: 15px;
  padding: 5%;
  font-size: 15px;
  margin: 10px;
}
.filters:hover {
  transition: background-color 0.4s;
  background-color: rgba(238, 223, 211);
  color: #221b1b;
}
#find {
  background-color: #221b1b81;
  color: rgba(238, 223, 211);
}
#find:hover{
  background-color: #221b1b;
  color: #eedfd3;
}
.procurar {
  color: #f5f5f5;
  background-color: #41624d;
  border: 1px solid #41624d;
  margin-left: 50px;
}
button {
  grid-gap: 8px;                    
  align-self: center;
  background-color: rgba(238, 223, 211);
  border: 1px solid rgba(238, 223, 211);
  border-radius: 50px;
  cursor: pointer;
  flex-shrink: 0;
  justify-content: center;
  overflow: hidden;
  padding: 12px 16px;
  text-overflow: ellipsis;
  transition: all .14s ease-out;
  white-space: nowrap;
  margin-top: 10px;
}
button:hover {
  box-shadow: 4px 4px 0 #221b1b;
  transform: translate(-4px,-4px);
}
button:focus-visible {
  outline-offset: 1px;
}
.box_sql {
  height: 50px;
  width: 100%;
  white-space: nowrap;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.box_sql span {
  transition: background-color 0.4s;
  background-color:  rgba(167, 221, 179, 0.2);
  color: #eedfd3;
  border-radius: 15px;
  font-size: 15px; 
  padding: 12px 25vw;
  margin: 5px;
  cursor: pointer;
}
.box_sql span:hover {
  transition: background-color 0.4s;
  background-color: #a7ddb3;
  color: #221b1b;
}
.box_sql span:focus {
  visibility: hidden;
  transition: background-color 0.4s;
  background-color: #a7ddb3;
  color: #221b1b;
}
#cover {
  visibility: hidden;
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#errorupdate, #errorinsert {
  visibility: hidden;
  text-align: center;
  color:#eedfd3;
  font-weight: bolder;
  margin-bottom: 0px;
  text-decoration: overline;
  text-shadow: 1px 1px 1px #221B1B, 2px 2px 1px #221B1B;
}
.sql {
  visibility: hidden;
  background-image: url("\img/fundogreen.png");
  background-size: cover;
  border-collapse: collapse;
  color: #f5f5f5;
  box-shadow: 0 2px 15px rgba(0,0,0,0.5);
  border-radius: 15px;
  padding: 5px 5%;
  font-size: 15px;
  min-width: fit-content;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sql h4 {
  text-align: center;
  font-size: 20px;
}
.sql strong {
  line-height: 30px;
}
.sql h5 {
  display: inline-block;
  font-size: 15px;
  color:#eedfd3;
  margin: 0px;
  font-weight:normal;
  font-style: oblique;
}
.sql p {
  text-align: center;
}
.sql label {
  line-height: 15px;
}
textarea {
  width: 60%;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}
input[type="number"] {
  width: 40px;
}
.sql button {               
  background-color: #a7ddb3;
  border: 1px solid #a7ddb3;
  border-radius: 50px;
  cursor: pointer;
  flex-shrink: 0;
  overflow: hidden;
  padding: 12px 16px;
  text-overflow: ellipsis;
  transition: all .14s ease-out;
  white-space: nowrap;
  margin-top: 5px;
  margin-right: 8px;
}
.sql button:hover {
  box-shadow: 4px 4px 0 #221b1b;
  transform: translate(-4px,-4px);
}
.sql button:focus-visible {
  outline-offset: 1px;
}