body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/bg-parafusos.jpg?8180df35bcd9bc317ce1451ea68b20b2);
  background-position: center;
  background-size: cover;
}

h3 {
  font-size: 24px;
  text-align: center;
}

.input {
  width: 100%;
  height: 45px;
  border-radius: 7px;
  background-color: rgb(236, 236, 236);
  border: 1px solid transparent;
  border-bottom: 1px solid #4AAC1B;
  transition: all 0.4s;
}

.input:hover {
  border: 1px solid #4AAC1B;
}

input[type=file] {
  display: none;
}

.label-import {
  cursor: pointer;
  background-color: #4AAC1B;
  padding: 1rem 2rem;
  border-radius: 7px;
  transition: all 0.4s;
  color: #FFFFFF;
  text-align: center;
}

.label-import:hover {
  background-color: #3d9117;
}

.span-arquivo {
  color: #000000;
}

#login {
  max-width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  background: #f3f3f3;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1.5rem;
  border-radius: 10px;
}

.btn-login {
  background-color: #4AAC1B;
  color: #FFFFFF;
  border: none;
  border-radius: 3px;
  width: 100px;
  height: 40px;
  transition: all 0.4s;
}

.btn-login:hover {
  background-color: #3d9117;
}

.link-login {
  color: black;
  -webkit-text-decoration: 1px transparent;
          text-decoration: 1px transparent;
  transition: all 0.4s;
}

.link-login:hover {
  color: black;
  -webkit-text-decoration: 1px underline #4AAC1B;
          text-decoration: 1px underline #4AAC1B;
}

#tabela-produtos {
  background-color: #FFFFFF;
  border-radius: 7px;
}

.content {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.btn-import {
  background-color: transparent !important;
  padding: 1rem 2rem !important;
  border: 1px solid #4AAC1B !important;
  border-radius: 7px !important;
  transition: all 0.4s !important;
  color: #4AAC1B !important;
  text-align: center !important;
}

.mt-table {
  margin-top: -6rem !important;
}

.synSincronizar {
  background-color: #4AAC1B;
  color: white;
}

.synSincronizando {
  background-color: #b88f08;
  color: white;
}

.synPendente {
  background-color: #5a5a5a;
  color: white;
}

.synError {
  background-color: #a30707;
  color: white;
}

.select_client:hover,
.select_funcionarios:hover,
.select_forn:hover {
  background: rgba(0, 110, 255, 0.233);
  transition: all 0.4s;
  cursor: pointer;
}

.select_product:hover {
  background: rgba(0, 110, 255, 0.233);
  transition: all 0.2s;
  cursor: pointer;
}

.desconto-active {
  border: 1px solid #4AAC1B !important;
}

.confirm-vendas {
  cursor: pointer;
  background: #4AAC1B;
  color: #FFFFFF;
}

#btn-lojas {
  color: #FFFFFF;
  border: none;
  padding: 5vh;
  width: 50%;
  border-radius: 10px;
  box-shadow: 23px 22px 40px -1px rgba(0, 0, 0, 0.48);
  transition: all 0.6s;
}

#btn-lojas.btn-lojas-active {
  background-color: #4AAC1B;
}

#btn-lojas.btn-lojas-disable {
  background-color: rgb(114, 114, 114);
}

#btn-lojas.btn-lojas-disable:hover {
  background-color: rgb(114, 114, 114);
  box-shadow: inset 23px 22px 40px -1px rgba(0, 0, 0, 0.48);
  transition: all 0.6s;
}

@media (max-width: 1080px) {
  .mt-table {
    margin-top: -5rem !important;
  }
}
@media (max-width: 500px) {
  .mt-table {
    margin-top: 0 !important;
  }
}
