.main__banner {
  height: 35em;
}
.main .topo {
  margin-top: 10%;
  margin-left: 5%;
}
.main .topo__tituloBanner {
  font-size: 2em;
}

.description {
  margin: 6% 0;
}
.description__logo {
  display: flex;
  justify-content: center;
  margin: 4% 0;
}
.description__text {
  font-size: 1em;
  font-weight: normal;
  line-height: 27px;
  letter-spacing: -0.015em;
}

.politicaRma {
  background-image: url("../../../../img/novo-layout/banner-RMA.png");
  background-size: cover;
  width: auto;
  height: 40em;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.politicaRma__title {
  margin: 2% 0;
  font-size: 1.625em;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.015em;
}
.politicaRma__list {
  margin: 2%;
}
.politicaRma__item {
  padding: 2% 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: -0.015em;
}

.solicitarRma {
  margin: 7% 0;
}
.solicitarRma__logo {
  display: flex;
  justify-content: center;
  margin: 3% 0;
}
.solicitarRma__campos {
  display: flex;
  justify-content: center;
  margin: 5% 0;
}
.solicitarRma__inputTxt {
  width: 100%;
  height: 50px !important;
  border-radius: 50px !important;
  border: 1px solid #000;
  padding: 13px 20px 13px 12px;
}
.solicitarRma__labelCheckbox {
  font-size: 1em;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.015em;
  padding: 0 1%;
  cursor: pointer;
}
.solicitarRma__checkbox {
  cursor: pointer;
}
.solicitarRma__captcha {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.solicitarRma__labelCaptcha {
  margin-bottom: 1%;
  margin-right: 2%;
  font-size: 1em;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.015em;
  padding: 0 1%;
}
.solicitarRma__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 50px !important;
  padding: 0 20px;
  border-radius: 100px;
  background-color: #000;
  color: #FFF;
}
.solicitarRma__button:hover {
  color: #FFF;
}
.solicitarRma .svg {
  width: 18px;
  height: auto;
  margin: 0 7%;
}
.solicitarRma__form {
  display: flex;
  justify-content: center;
}
.solicitarRma form {
  width: 50%;
}

.input-motiva-rma {
  font-style: italic;
  padding-left: 8px;
}
.input-motiva-rma::placeholder {
  font-style: italic;
  padding-left: 4px;
}

.modal-footer-inserir-rma {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

#modalVisualizarSeriais {
  z-index: 1050 !important;
}
#modalVisualizarSeriais.show {
  display: block !important;
}
#modalVisualizarSeriais .modal-dialog {
  margin: 30px auto !important;
  width: 520px;
  margin-top: 5%;
}

.modal-backdrop {
  z-index: 1040 !important;
}

#modalFinalRma .modal-dialog {
  width: 520px;
}
#modalFinalRma .modal-body .rma-success-margin {
  margin: 30px !important;
}

#modalNatOpe .modal-dialog {
  width: 1200px;
  max-width: 95vw;
}
#modalNatOpe .close {
  opacity: 1;
  color: white;
}

#modal-entre-contato .rma-whatsapp-margin {
  margin: 30px !important;
}

.rma-products-table {
  font-size: 12px;
}
.rma-products-table-container {
  overflow: auto;
  height: 250px;
}
.rma-products-table thead {
  position: sticky;
  top: 0;
  background-color: white;
}
.rma-products-table .btn-visualizar-seriais {
  margin-right: 5px;
}
.rma-products-table .btn-remover-produto {
  background-color: #d9534f;
}
.rma-products-table .bi-eye,
.rma-products-table .bi-trash-fill {
  font-weight: bold;
}
.rma-products-table .bi-trash-fill {
  color: #ffffff;
}

.rma-modal-table {
  font-size: 11px;
}
.rma-modal-table .input-quantidade {
  height: 30px !important;
}

.rma-text-green {
  color: green;
}
.rma-text-red {
  color: red;
}
.rma-text-blue {
  color: blue;
}
.rma-text-gray {
  color: #666;
}
.rma-text-light-gray {
  color: #a9a9a9;
}

.rma-tooltip-position {
  position: relative;
}

.rma-serials-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: start;
  justify-content: start;
  gap: 4px;
}
.rma-serials-textarea-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: start;
  justify-content: start;
  gap: 4px;
}
.rma-serials-textarea {
  width: 100%;
}
.rma-serials-label {
  font-weight: bold;
}
.rma-serials-footer {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.rma-serials-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}
.rma-serials-error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}
.rma-serials-list {
  padding: 10px !important;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: #f5f5f5;
}
.rma-serials-list-items {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rma-serials-list-container {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 8px;
  background-color: #F5F5F5;
}
.rma-serials-list-container .rma-serials-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.rma-serials-copy-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rma-serials-actions-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.rma-import-excel {
  cursor: pointer;
  margin: 8px 0;
}
.rma-import-excel i {
  font-size: 1.2rem;
}
.rma-import-excel span {
  color: blue;
}

.rma-help-icon {
  font-size: 1.2rem;
  cursor: pointer;
}

.nav-link {
  font-weight: bold;
}

.thead-light {
  background-color: white;
}

.input-quantidade {
  height: 30px !important;
}

.rma-input-motivo {
  width: 100%;
}

.rma-select-hint {
  font-size: 12px;
  color: #a9a9a9;
}

.rma-modal-actions {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
}

.rma-modal-serials {
  width: 520px;
  margin-top: 5%;
}
.rma-modal-serials-body {
  max-height: 400px;
  overflow-y: auto;
}

.rma-modal-close {
  opacity: 1;
  color: white;
}

.rma-clipboard-icon {
  color: black;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.rma-no-serials {
  padding: 20px;
}
.rma-no-serials-text {
  color: #666;
}

.rma-modal-footer-actions {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.rma-modal-footer-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.rma-whatsapp-container {
  margin: 30px !important;
}

.rma-excel-example {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
  font-family: monospace;
}

.rma-footer-spacing {
  display: flex;
  justify-content: end;
  width: 100%;
  align-items: center;
}
.rma-footer-info {
  font-size: 12px;
  color: #a9a9a9;
}

.rma-help-example {
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 5px;
  font-family: monospace;
}

.rma-input-motivo-container {
  position: relative;
  display: flex;
  flex-direction: column;
}
.rma-input-motivo-container .campo-invalido {
  margin-top: 4px;
  margin-bottom: 0;
  text-align: right;
  font-size: 12px;
}

.rma-input-motivo {
  padding: 4px 8px;
  font-size: 11px;
  height: 28px;
}

.excel-ajuda-lista {
  margin-left: 32px;
}

#modalNatOpe {
  z-index: 1050;
}
#modalNatOpe .modal-body {
  position: relative;
  max-height: 70vh;
  overflow-y: auto;
  overflow-x: hidden;
}
#modalNatOpe .modal-dialog {
  margin: 30px auto;
  max-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
}
#modalNatOpe .modal-content {
  height: auto;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}

#modalAjudaSeriais {
  z-index: 1060 !important;
}

body.modal-ajuda-aberta .modal-backdrop:last-child {
  z-index: 1055 !important;
}

body.modal-open {
  overflow: hidden !important;
  padding-right: 17px !important;
}

.rma-actions-container {
  display: flex;
  justify-content: end;
  align-items: end;
}

/*# sourceMappingURL=new-rma.css.map */
