.timeline>li>.timeline-badge,
.timeline:before {
  left: 30px;
}

.timeline>li.timeline-inverted>.timeline-panel {
  margin-left: 70px;
  float: none !important;
  width: 90%;
}

.header-container {
  background: #fff;
  padding: 30px;
  width: 100%;
}

.mm-envios-btn {
  /* display: block; */
  margin-left: auto;
  padding: 5px 100px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  /* margin-bottom: 10px; */
  background: #53E69D;
  color: #fff;
}

.salvar-btn {
  /* display: block; */
  margin-left: auto;
  padding: 5px 100px;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  /* margin-bottom: 10px; */
  background: #2CABE3;
  color: #fff;
}

.main-container {
  margin-top: 20px;
  padding: 30px;
  background: #fff;
}

.main-header-tabs {
  height: 45px;
  display: flex;
  align-items: center;
  /* padding-bottom: 10px; */
  border-bottom: 1px solid #EEEFF0;
}

.main-header-tabs a {
  text-decoration: none;
  padding: 10px;
  color: #313131;
  cursor: pointer;
}

.router-link-active {
  border: 1px solid #EEEFF0;
  border-bottom: 4px solid #fff;
}

.config-component,
.termos-component,
.produtos-component {
  display: flex;
}

.config-navbar,
.termos-navbar,
.produtos-navbar {
  width: 150px;
  border-right: 1px solid #EEEFF0;
}

.config-navbar a,
.termos-navbar a,
.produtos-navbar a {
  padding: 10px 20px;
  color: #313131;
  display: block;
}

.config-navbar .router-link-active,
.produtos-navbar .router-link-active,
.termos-navbar .router-link-active {
  border: none;
  background: #2CABE3;
  color: white;
}

.cadastro-container,
.produtos-container,
.termos-container {
  padding: 0 20px;
  width: 100%;
}

.cadastro-header,
.termos-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cadastro-header {
  width: 90%;
}

.cadastro-status {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cadastro-status p {
  margin-bottom: 0 !important;
}

.cadastro-status span {
  padding: 3px 20px;
  border-radius: 7px;
  background: none;
  color: white;
}

.info-mm-container {
  display: flex;
  justify-content: space-between;
  margin-right: 10%;
}

.cadastro-form,
.info-mm {
  margin-top: 15px;
  width: 90%;
  display: flex;
}

.first-column,
.second-column {
  width: 100%;
}

.first-column {
  margin-right: 50px;
}

.divided-row {
  display: flex;
  justify-content: space-between;
}

.mm-input input,
.mm-input select {
  width: 100%;
  background: none;
  border: 1px solid #EEEFF0;
  padding: 10px 25px;
  border-radius: 3px;
  margin-bottom: 22px;
}

.mm-input input:disabled {
  border: none;
  background: #eee;
}

.mm-input input:invalid,
.mm-input input:invalid:focus {
  border: 1px solid red;
}

/* Produtos Component */
.produtos-container {
  height: 100%;
}

.produtos-header {
  margin-bottom: 17px;
}

.termos-header button {
  height: 33px;
  width: 150px;
  border-radius: 3px;
  border: 1px solid #2CABE3;
  background: none;
  color: #2CABE3;
  transition: all .2s ease-in-out;
}

.produtos-header button:hover,
.termos-header button:hover {
  background: #2CABE3;
  color: white;
}

.filtro-container {
  display: flex;
  justify-content: space-between;
}

.filtro {
  display: flex;
}

.exportar-btn {
  border: 1px solid #2CABE3;
  color: #2CABE3;
}

.exportar-btn:hover {
  background: #2CABE3;
  color: #fff;
}

.habilitar-btn,
.habilitar-todos-btn {
  border: 1px solid #53E69D;
  color: #53E69D;
}

.habilitar-btn:hover,
.habilitar-todos-btn:hover {
  background: #53E69D;
  color: #fff;
}


.desabilitar-btn,
.desabilitar-todos-btn {
  border: 1px solid #FF7777;
  color: #FF7777;
}

.desabilitar-btn:hover,
.desabilitar-todos-btn:hover {
  background: #FF7777;
  color: #fff;
}

.habilitar-btn.disabled,
.desabilitar-btn.disabled {
  background: #f1f1f1;
  color: #797979;
  border: 1px solid #f1f1f1;
}

.habilitar-btn.disabled:hover,
.desabilitar-btn.disabled:hover {
  background: #f1f1f1;
}

.product-buttons {
  display: flex;
  justify-content: flex-end;
  padding: 25px 0 35px 0;
  margin-bottom: 10px;
}

.product-buttons button {
  margin-left: 20px;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 600;
  background: none;
  transition: all .2s ease-in-out;
}

.product-buttons button:first-child {
  margin-left: 0px;
}

.produtos-table {
  width: 100%;
}

.produtos-table .table,
.produtos-table .table-nao-qualificados  {
  list-style: none;
}

.produtos-table .table {
  display: grid;
  grid-template-columns: .3fr .7fr 1.3fr 4fr 1fr 1fr 1fr;
  column-gap: 15px;
}

.produtos-table .table-nao-qualificados {
  display: grid;
  grid-template-columns: .7fr 1.3fr 4fr 1fr 1fr 1fr;
  column-gap: 15px;
}

.table {
  padding: 0;
}

.produtos-table .row {
  padding: 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #EEEFF0;
}

.produto-mm-envios-status span {
  text-transform: capitalize;
  background: #FF7676;
  color: white;
  padding: 3px 20px;
  border-radius: 7px;
}

.table-header {
  font-weight: bold;
}

.produto-status span {
  text-transform: capitalize;
  background: #56E69E;
  color: white;
  padding: 3px 20px;
  border-radius: 7px;
}

.details-btn {
  background: none;
  border: none;
  padding: 10px;
}

.details-btn img {
  margin: 0;
}

.details-row {
  display: flex;
}

.details-row p {
  margin-right: 30px;
  text-align: left !important;
}


/* .produtos-table-head {
  padding: 100px;
}
.produtos-table-head tr th {
  padding: 10px 0;
  font-weight: bold;
  color: #313131;
}
.produtos-table-body tr button {
  margin: auto 0;
  height: 40px;
  padding: 10px;
  border: none;
  background: none;
}
.produtos-table-body tr td {
  padding: 8px 0;
  border-bottom: 1px solid #EEEFF0;
  color: rgba(51, 51, 51, 0.8);
}
 */

.produtos-footer {
  display: flex;
  justify-content: space-between;
}

.produtos-footer p {
  color: #898989;
}

.paginator ul {
  list-style: none;
  display: flex;
  align-items: center;
}

.paginator ul li {
  display: flex;
  align-items: center;
  margin: 0 3px;
}

.paginator ul li a {
  text-decoration: none;
  height: 24px;
  width: 24px;
  color: #898989;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  border-bottom: none !important;
}

.paginator ul li a.router-link-exact-active {
  background: #2CABE3;
  color: white;
}

.paginator ul li a img {
  margin: 0;
}

/* Termos de Condições */
.text-container {
  height: 50vh;
  overflow-x: hidden;
  border: 1px solid #EEEFF0;
  padding: 30px 5px;
  border-radius: 2px;
}

.text-container p {
  font-weight: 400 !important;
  color: rgba(51, 51, 51, 0.8);
}

.text-container::-webkit-scrollbar {
  width: 5px;
}

.text-container::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(51, 51, 51, 0.5);
}

.text-container::-webkit-scrollbar-track {
  border-radius: 5px;
}

.termos-footer {
  display: flex;
  align-items: center;
  padding: 30px 0;
  margin-left: 50px;
}

.termos-footer label {
  margin-left: 17px;
}

.unqualified {
  color: #FF7676;
  font-weight: bold;
}

.disable-mmenvios {
  background: #FF7676;
}
