.layout {
  width: 100%;
  font-size: 0.8rem;
  color: black;
}

.layout .header {
  padding: 1rem;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}

.layout .header .titulo {
  font-size: 20px;
}

.layout .header .botao-criar {
  background: #004576;
  color: #fff;
}

.layout .pesquisa {
  padding: 1rem;
}

.layout .corpo {
  padding: 1rem;
}

.layout .table {
  width: 100%;
}

.layout .table th {
  padding: 10px;
  border-left: 0;
  border-right: 0;
  color: #212529;
  border-bottom: 2px solid #C4C4C4;
  text-align: start;
}

.layout .table td {
  padding: 10px;
  text-align: start;
  border-left: 0;
  border-right: 0;
}

.layout .table .acoes {
  text-align: center;
}

.layout .container-modal {
  display: flex;
  height: calc(100% - 56px);
  align-items: center;
  justify-content: center;
}

.layout .group-line-form {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.layout .modal-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.layout .modal-input {
  width: calc(100% - 100px);
}

.layout .button-delete {
  background: #D90202;
  color: #fff;
  margin: 4px;
}

.layout .color-button {
  background: #004576;
  color: #fff;
}

.layout .color-button-modal {
  background: #004576;
  color: #fff;
  margin: 4px;
}

.layout .loading-spinner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}

.layout .pagination {
  display: flex;
  justify-content: center;
}

.login {
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 85px 0 0.35rem;
}

.login .logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.login .form-login {
  justify-content: space-evenly;
  width: 95%;
  max-width: 414px;
  border-radius: 0;
}

.login .form-login > .login-title {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0;
  text-align: center;
}

.login .form-login > .input-login {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
  padding: 0;
}

@media screen and (min-width: 667px) {
  .login .form-login > .input-login {
    padding: 0 50px;
  }
}

.login .form-login > .enviar-login {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
}

@media screen and (min-width: 667px) {
  .login .form-login > .enviar-login {
    padding: 0 50px 50px 50px;
  }
}

.login .form-login > .enviar-login > .botao {
  width: 95%;
  max-width: 414px;
  color: #000000;
  background: #50A8B0;
  box-sizing: border-box;
  border-radius: 0;
}

#open_modal_marca,
#open_modal_trocar_marca {
  display: none;
}

.link-compra {
  cursor: pointer;
}

.link-compra:hover {
  background-color: #e1e1e1;
}

.detalhes-compra .aba {
  margin-bottom: 1rem;
}

.detalhes-compra .aba * {
  font-size: 1.1rem;
}

.detalhes-compra .aba h3 {
  font-size: 1.5rem;
}

.detalhes-compra .aba .input input,
.detalhes-compra .aba .input select {
  outline: none;
  width: 10rem;
  margin-bottom: 0.5rem;
}

.detalhes-compra .aba .input button {
  width: 10rem;
}

.detalhes-compra .aba#pagamento h3 {
  margin-left: 1rem;
}

.detalhes-compra .aba#pagamento img {
  margin-bottom: 1rem;
}

.detalhes-compra .aba#pagamento label {
  margin-left: 1rem;
}

.detalhes-compra .aba#pagamento label.ativo {
  color: #00b300;
}

.detalhes-compra .aba#pagamento button {
  margin-left: 1rem;
}

.detalhes-compra .aba textarea {
  width: 100%;
  max-width: 20rem;
  resize: none;
  margin-bottom: 1rem;
}

.detalhes-compra .aba button.button-comentarios {
  width: 100%;
  max-width: 20rem;
}

.detalhes-compra .aba .produto {
  margin-bottom: 1rem;
}

.detalhes-compra .aba .produto .categorias {
  margin-bottom: 0.2rem;
}

.detalhes-compra .aba .produto p {
  margin-bottom: 0.2rem;
}

