@charset "UTF-8";
table.table thead.table-light {
  border-color: #DBD4D5;
  --bs-table-bg: #F8F7F8;
}
table.table thead.table-light tr th {
  text-transform: none;
  text-align: left;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0;
}
table.table thead.table-light tr th:after {
  content: "|";
  color: #DBD4D5;
  float: right;
  position: relative;
  margin-right: -10px;
}
table.table thead.table-light tr th:last-child:after {
  display: none;
}
table.table tbody tr td {
  color: #B1A3A5;
  font-size: 14px;
}

.btn {
  text-transform: uppercase;
  box-shadow: none;
}
.btn:hover {
  box-shadow: none !important;
}
.btn i {
  margin-right: 5px;
}

.btn-primary {
  color: #F8F7F8;
}

body[class^=page-spot-quote] .badge {
  border: 1px solid;
  font-weight: 500;
  text-transform: inherit;
  padding: 5px 8px;
  font-size: 12px;
}
body[class^=page-spot-quote] .quotes .open {
  border-color: #3CACFC;
  color: #3CACFC;
}
body[class^=page-spot-quote] .quotes .gray {
  border-color: #adadad;
  color: #adadad;
}
body[class^=page-spot-quote] .quotes .refused {
  border-color: #E8381A;
  color: #E8381A;
}
body[class^=page-spot-quote] .quotes .closed, body[class^=page-spot-quote] .quotes .approved {
  border-color: #67C932;
  color: #67C932;
}
body[class^=page-spot-quote] .request-quotes .open {
  border-color: #3CACFC;
  color: #3CACFC;
}
body[class^=page-spot-quote] .request-quotes .send {
  border-color: #9d00ff;
  color: #9d00ff;
}
body[class^=page-spot-quote] .request-quotes .started {
  border-color: #FFAB00;
  color: #FFAB00;
}
body[class^=page-spot-quote] .request-quotes .approved {
  border-color: #FFAB00;
  color: #FFAB00;
}
body[class^=page-spot-quote] .request-quotes .refused {
  border-color: #FF3E1D;
  color: #FF3E1D;
}

body[class^=page-sales-order-index] span.badge, body[class^=page-sales-order-show] span.badge, body[class^=page-dashboard] span.badge {
  background: white !important;
  border: 1px solid;
  font-weight: 700;
  padding: 6px 10px;
  font-size: 12px;
}
body[class^=page-sales-order-index] span.badge.status-red-dark, body[class^=page-sales-order-show] span.badge.status-red-dark, body[class^=page-dashboard] span.badge.status-red-dark {
  border-color: #881122;
  color: #881122;
}
body[class^=page-sales-order-index] span.badge.status-gray, body[class^=page-sales-order-show] span.badge.status-gray, body[class^=page-dashboard] span.badge.status-gray {
  border-color: #adadad;
  color: #adadad;
}
body[class^=page-sales-order-index] span.badge.status-dark, body[class^=page-sales-order-show] span.badge.status-dark, body[class^=page-dashboard] span.badge.status-dark {
  border-color: #344E53;
  color: #344E53;
}
body[class^=page-sales-order-index] span.badge.status-info, body[class^=page-sales-order-show] span.badge.status-info, body[class^=page-dashboard] span.badge.status-info {
  border-color: #3CACFC;
  color: #3CACFC;
}
body[class^=page-sales-order-index] span.badge.status-danger, body[class^=page-sales-order-show] span.badge.status-danger, body[class^=page-dashboard] span.badge.status-danger {
  border-color: #FF3E1D;
  color: #FF3E1D;
}
body[class^=page-sales-order-index] span.badge.status-warning, body[class^=page-sales-order-show] span.badge.status-warning, body[class^=page-dashboard] span.badge.status-warning {
  border-color: #FFAB00;
  color: #FFAB00;
}
body[class^=page-sales-order-index] span.badge.status-success, body[class^=page-sales-order-show] span.badge.status-success, body[class^=page-dashboard] span.badge.status-success {
  border-color: #67C932;
  color: #67C932;
}
body[class^=page-sales-order-index] span.badge.status-light, body[class^=page-sales-order-show] span.badge.status-light, body[class^=page-dashboard] span.badge.status-light {
  border-color: #C9C0C1;
  color: #C9C0C1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
}

/* ✅ Ícone de sucesso (check) */
.swal2-icon.swal2-success {
  border-color: #A0E879; /* contorno */
  color: #A0E879;
}

/* ❌ Ícone de erro (X) */
.swal2-icon.swal2-error {
  border-color: #FF7E68;
  color: #FF7E68;
}

/* ⚠️ Ícone de aviso */
.swal2-icon.swal2-warning {
  border-color: #FFC754;
  color: #FFC754;
}

/* ℹ️ Ícone de informação */
.swal2-icon.swal2-info {
  border-color: #89DBFE;
  color: #89DBFE;
}

/* ❓ Ícone de pergunta */
.swal2-icon.swal2-question {
  border-color: #89DBFE;
  color: #89DBFE;
}

div:where(.swal2-icon) .swal2-icon-content {
  font-weight: bold;
}

.swal2-container.swal2-center.swal2-backdrop-show {
  z-index: 9999;
  background: rgba(42, 64, 68, 0.47);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.swal2-title {
  color: #231E1F;
  font-weight: 600;
  font-size: 24px;
}

.swal2-html-container {
  color: #77888C !important;
  font-size: 14px !important;
  margin: 5px 10px 15px !important;
}

.swal2-actions {
  padding: 0 0 20px;
}
.swal2-actions button {
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: none !important;
}
.swal2-actions button.swal2-confirm {
  background: #F71E3D !important;
  border-color: #F71E3D !important;
  color: #FFFFFF;
}
.swal2-actions button.swal2-styled {
  background: #F71E3D !important;
  border-color: #F71E3D !important;
  color: #FFFFFF;
}

.modal {
  background: rgba(42, 64, 68, 0.47);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.modal .modal-content .modal-header {
  -ms-flex-pack: center;
      justify-content: center;
}
.modal .modal-content .modal-header .modal-title {
  color: #231E1F;
  font-size: 24px;
  text-align: center;
}
.modal .modal-content .modal-header .modal-title small {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #231E1F;
}

.form-control:focus,
.form-select:focus {
  border-color: #8A7578 !important;
  box-shadow: 0 0 0.25rem 0.05rem rgba(138, 117, 120, 0.1098039216) !important;
}

select.form-select,
select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2852, 78, 83, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2852, 78, 83, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 17px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #231E1F;
}

.group-file {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.group-file .file-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 150px;
}
.group-file .file-upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.group-file .group-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

label.form-label,
.form-label,
.col-form-label {
  font-size: 15px;
  font-weight: 400;
  color: #231E1F;
  text-transform: math-auto;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.text-icon {
  color: #B1A3A5;
}
.text-icon i {
  font-size: 20px;
  font-weight: 500;
}

.text-gray-300 {
  color: #B1A3A5;
}

.text-black {
  color: #000000 !important;
}

.text-limit-200 {
  max-width: 200px;
}

body[class^=page-dashboard] ul.nav button.nav-link {
  box-shadow: none !important;
}

@media (max-width: 768px) {
  body[class^=page-dashboard] .tab-content {
    padding: 0;
  }
  body[class^=page-dashboard] .tab-content tspan {
    font-weight: 400;
    font-size: 12px;
  }
  body[class^=page-dashboard] .last-orders h3 {
    font-size: 16px;
  }
  body[class^=page-dashboard] .last-orders a.btn.btn-primary.btn-filter {
    padding: 10px;
    font-size: 12px;
  }
}
.last-orders {
  margin-bottom: 30px;
}
.last-orders #filter-card {
  display: none;
}
.last-orders h3 {
  margin: 0;
}

body[class^=page-sales-order-index] .block-indicators {
  background: #F8F7F8;
}
body[class^=page-sales-order-index] .block-indicators .col {
  border-right: 1px solid #DBD4D5;
  padding-right: 20px;
  margin-right: 5px;
}
body[class^=page-sales-order-index] .block-indicators .col:last-child {
  border-right: none;
  padding-right: 10px;
}
body[class^=page-sales-order-index] .block-indicators .col p.fw-semibold.text-gray-300 {
  font-size: 12px;
  margin: 0;
  line-height: 14px;
}
body[class^=page-sales-order-index] .block-indicators .box-to-invoice .badge {
  background: #FFE5B0;
  padding: 5px;
  margin-left: 10px;
}
body[class^=page-sales-order-index] .block-indicators .box-to-invoice .badge i {
  color: #FFAB00;
  font-size: 25px;
}
body[class^=page-sales-order-index] .block-indicators .box-nf-processing .badge {
  background: #DBD4D5;
  padding: 5px;
  margin-left: 20px;
}
body[class^=page-sales-order-index] .block-indicators .box-nf-processing .badge i {
  color: #8A7578;
  font-size: 25px;
}
body[class^=page-sales-order-index] .block-indicators .box-occurrence .badge {
  background: #FDB9C3;
  padding: 5px;
  margin-left: 10px;
}
body[class^=page-sales-order-index] .block-indicators .box-occurrence .badge i {
  color: #881122;
  font-size: 25px;
}
body[class^=page-sales-order-index] .block-indicators .box-to-deliver .badge {
  background: #D8F7FE;
  padding: 5px;
  margin-left: 10px;
}
body[class^=page-sales-order-index] .block-indicators .box-to-deliver .badge i {
  color: #3CACFC;
  font-size: 25px;
}
body[class^=page-sales-order-index] .block-indicators .box-invoiced .badge {
  background: #EBEDEE;
  padding: 5px;
  margin-left: 20px;
}
body[class^=page-sales-order-index] .block-indicators .box-invoiced .badge i {
  color: #344E53;
  font-size: 25px;
}
body[class^=page-sales-order-index] .block-indicators .box-delivered .badge {
  background: #D3F4C1;
  padding: 5px;
  margin-left: 10px;
}
body[class^=page-sales-order-index] .block-indicators .box-delivered .badge i {
  color: #71DD37;
  font-size: 25px;
}
body[class^=page-sales-order-index] .block-indicators .box-canceled .badge {
  background: #FFECE8;
  padding: 5px;
  margin-left: 10px;
}
body[class^=page-sales-order-index] .block-indicators .box-canceled .badge i {
  color: #FF3E1D;
  font-size: 25px;
}

body[class^=page-sales-order-show] .box-info-right strong {
  font-weight: 600;
}
body[class^=page-sales-order-show] .status-occurrence-info {
  background: #881122;
  color: #FEE9EC;
  padding: 6px 7px;
  border-radius: 7px;
  font-weight: bold;
  font-size: 12px;
  margin-left: 10px;
  cursor: pointer;
}
body[class^=page-sales-order-show] .status-occurrence-info:hover {
  opacity: 0.8;
}

@media (min-width: 769px) and (max-width: 1440px) {
  body[class^=page-sales-order-index] .block-indicators .col {
    padding-right: 10px;
    margin-right: 2px;
  }
  body[class^=page-sales-order-index] .block-indicators .col h2 {
    font-size: 25px;
  }
  body[class^=page-sales-order-index] .block-indicators .col span.fw-semibold.text-gray-300 {
    font-size: 8px !important;
  }
  body[class^=page-sales-order-index] .block-indicators .col .badge i {
    font-size: 17px !important;
  }
}
@media (max-width: 768px) {
  body[class^=page-sales-order-index] .block-indicators {
    width: 90%;
    margin: 0 auto;
    border-radius: 8px;
  }
  body[class^=page-sales-order-index] .block-indicators .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  body[class^=page-sales-order-index] .block-indicators .row .col {
    border-right: none;
    border-bottom: 1px solid #DBD4D5;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 11px;
    margin-bottom: 15px;
  }
  body[class^=page-sales-order-index] .block-indicators .row .col:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  body[class^=page-sales-order-index] .last-orders h3 {
    font-size: 18px;
  }
  body[class^=page-sales-order-index] .order-actions .d-flex.search-clear {
    -ms-flex-pack: end;
        justify-content: flex-end;
    width: 100%;
    margin-bottom: 8px;
  }
  body[class^=page-sales-order-index] .order-actions .align-items-center input.form-control.me-2.mb-2.mb-md-0 {
    margin-left: 10px;
    margin-bottom: 12px !important;
  }
  body[class^=page-sales-order-index] .order-actions .nav-align-right {
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  body[class^=page-sales-order-show] span.status-occurrence-info {
    display: block;
    margin-top: 15px;
  }
  body[class^=page-sales-order-show] .control-page div {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  body[class^=page-sales-order-show] .control-page div a {
    display: block;
    width: 100%;
  }
  body[class^=page-sales-order-show] .box-info-right strong {
    font-weight: 600;
  }
  body[class^=page-sales-order-show] .table-details .card-header h3.card-title {
    font-size: 15px;
    white-space: nowrap !important;
    margin: 0;
  }
  body[class^=page-sales-order-show] .table-details .card-header .col-lg-6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  body[class^=page-sales-order-show] .table-details .card-header .fs-6.text {
    font-size: 11px !important;
  }
  body[class^=page-sales-order-show] .table-details .card-header span.rounded-pill {
    font-size: 11px !important;
  }
}
body[class^=page-sales-order-print] .subnav {
  background-color: #354E53 !important;
}
body[class^=page-sales-order-print] p {
  font-size: 12px;
}
body[class^=page-sales-order-print] strong, body[class^=page-sales-order-print] b {
  font-weight: 500 !important;
}

@media print {
  body[class^=page-sales-order-print] {
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
         print-color-adjust: exact;
    margin: 0;
    padding: 0;
    background: white !important;
  }
  @page {
    body[class^=page-sales-order-print] {
      size: A4;
      margin: 0;
    }
  }
  body[class^=page-sales-order-print] .container {
    max-width: 100% !important;
  }
  body[class^=page-sales-order-print] .container .row.box-info-right.mb-4 {
    margin-bottom: 5px !important;
  }
  body[class^=page-sales-order-print] .container .row.box-info-right.mb-4 .card {
    padding: 5px 10px !important;
  }
  body[class^=page-sales-order-print] .container .col-lg-6, body[class^=page-sales-order-print] .container .col-lg-12 {
    padding: 0;
  }
  body[class^=page-sales-order-print] .container .col-lg-6, body[class^=page-sales-order-print] .container .col-lg-5 {
    width: 50% !important;
  }
}
body.page-team-show .card.team-info .card-body {
  background: #F8F7F8;
  border-radius: 8px;
}
body.page-team-show .card.team-info .dropdown button.btn {
  font-weight: 500;
  width: 100%;
  overflow: hidden;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-left: 10px;
}
body.page-team-show .card.team-info .dropdown .limit-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block !important;
}
body.page-team-show .card.team-info .dropdown ul.dropdown-menu {
  max-height: 400px;
  overflow: auto;
}
body.page-team-show .card.team-info .dropdown ul.dropdown-menu li a.dropdown-item i {
  font-size: 12px;
}
body.page-team-show .roles .box-roles .card-body {
  background: #F8F7F8;
  border-radius: 8px;
}
body.page-team-show .roles .box-roles .card-body a.d-flex {
  color: #B1A3A5;
}
body.page-team-show .roles .add a.btn.btn-outline-secondary {
  padding: 5px 8px !important;
  font-size: 13px;
  font-weight: 600;
}
body.page-team-show .roles .add a.btn.btn-outline-secondary i {
  margin: 0;
}

@media (max-width: 768px) {
  body.page-team-mine .info-team-text a.btn {
    width: 100%;
  }
  body.page-team-mine .info-team-text {
    padding-left: 25px;
  }
  body.page-team-show .card.team-info .dropdown button.btn {
    font-size: 12px;
  }
  body.page-team-show .card.team-info .dropdown button.btn i {
    font-size: 13px;
  }
  body.page-team-show .card.team-info .dropdown ul.dropdown-menu.show {
    overflow: auto;
    max-width: 100%;
    font-size: 10px;
  }
  body.page-team-show .card.team-info .dropdown .limit-text {
    max-width: 120px;
  }
  body.page-team-show .card.team-info .text-end {
    display: -ms-flexbox;
    display: flex;
  }
  body.page-team-show .card.team-info .text-end a.btn {
    width: 100%;
  }
  body.page-team-show .team-members .box-members-actions .text-end {
    text-align: left !important;
    margin-top: 20px;
  }
  body.page-team-show .team-members .box-members-actions .text-end a.btn {
    margin: 5px 0 !important;
    width: 190px;
    white-space: nowrap !important;
    font-size: 13px;
  }
}
@media (min-width: 769px) and (max-width: 1368px) {
  body.page-team-show .card.team-info .text-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  body.page-team-show .card.team-info .text-end a.btn {
    width: 100%;
    font-weight: 500;
    font-size: 12px;
  }
}
@media (min-width: 769px) and (max-width: 1299px) {
  body.page-team-show .card.team-info .dropdown button.btn {
    font-size: 10px;
    min-height: 40px;
  }
  body.page-team-show .card.team-info .dropdown button.btn i {
    font-size: 13px;
  }
  body.page-team-show .card.team-info .dropdown .limit-text {
    max-width: 105px;
  }
}
@media (min-width: 1300px) and (max-width: 1600px) {
  body.page-team-show .card.team-info .dropdown button.btn {
    font-size: 11px;
  }
  body.page-team-show .card.team-info .dropdown .limit-text {
    max-width: 100px;
  }
}
@media (min-width: 1601px) and (max-width: 1920px) {
  body.page-team-show .card.team-info .dropdown button.btn {
    font-size: 12px;
  }
  body.page-team-show .card.team-info .dropdown .limit-text {
    max-width: 185px;
  }
}
body[class^=page-inconsistencies] table.table tbody tr td {
  color: #000000;
}
body[class^=page-inconsistencies] .label-error, body[class^=page-inconsistencies] .label-success {
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 12px;
}
body[class^=page-inconsistencies] .label-success {
  background: #67C932;
}
body[class^=page-inconsistencies] .label-error {
  background: #E8381A;
}
body[class^=page-inconsistencies] .card-status {
  gap: 20px;
}

@media (max-width: 768px) {
  body[class^=page-inconsistencies] .card-body.order-actions input.form-control {
    margin: 0 0 10px 0 !important;
  }
  body[class^=page-inconsistencies] .card-body.order-actions .search-clear {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  body[class^=page-inconsistencies] .card-body.order-actions .search-clear a.btn {
    width: 48%;
  }
}
body[class^=page-spot-quotes-list] .status-legend {
  background: #F8F7F8;
  border: 1px solid #DBD4D5;
  border-radius: 6px;
  margin: 0 0 10px 0;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 0;
}
body[class^=page-spot-quotes-list] .status-legend .box-status-legend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
body[class^=page-spot-quotes-list] .status-legend .box-status-legend .badge {
  padding: 16px;
}
body[class^=page-spot-quotes-list] .status-legend .box-status-legend .text {
  font-size: 14px;
  line-height: 15px;
  padding-left: 9px;
}

.quote-closed {
  text-align: center;
}
.quote-closed h1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  color: #EBEDEE;
}
.quote-closed h1 i {
  font-size: 200px;
}

body[class^=page-spot-catalog] .catalog-chosen-part {
  background: #2F474C;
  color: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
body[class^=page-spot-catalog] .catalog-chosen-part .box-info {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
body[class^=page-spot-catalog] .catalog-chosen-part .box-info p {
  margin: 0 15px 0 0;
}
body[class^=page-spot-catalog] .catalog-chosen-part .box-info p i {
  margin: -2px 0 0 5px;
}
body[class^=page-spot-catalog] .catalog-chosen-part .box-info p:last-child:after {
  display: none;
}
body[class^=page-spot-catalog] .catalog-chosen-part .box-info p:after {
  content: "";
  width: 1px;
  height: 25px;
  background: rgba(255, 255, 255, 0.3);
  display: inline-block;
  position: absolute;
  margin: 0 20px;
}
body[class^=page-spot-catalog] .catalog-chosen-part .box-action a {
  color: #FFFFFF;
  font-weight: bold;
  transition: 0.5s ease;
  padding: 10px;
  border-radius: 8px;
}
body[class^=page-spot-catalog] .catalog-chosen-part .box-action a i {
  font-size: 22px;
  margin-top: -4px;
}
body[class^=page-spot-catalog] .catalog-chosen-part .box-action a:hover {
  background: #FFFFFF;
  color: #134792;
}
body[class^=page-spot-catalog] .filter-header {
  gap: 20px;
  padding: 0 13px;
  margin-bottom: 20px;
}
body[class^=page-spot-catalog] .search-by-plate {
  background: #FFFFFF;
  padding: 20px;
  border-radius: 8px;
}
body[class^=page-spot-catalog] .search-by-plate h2 {
  font-size: 20px;
  color: #344E53;
}
body[class^=page-spot-catalog] .search-by-plate h2 i {
  font-size: 23px;
  margin-right: 10px;
  margin-top: -6px;
}
body[class^=page-spot-catalog] .search-by-vehicle {
  background: #344E53;
  padding: 20px;
  border-radius: 8px;
}
body[class^=page-spot-catalog] .search-by-vehicle h2 {
  font-size: 20px;
  color: #FFFFFF;
}
body[class^=page-spot-catalog] .search-by-vehicle label {
  display: none;
}
body[class^=page-spot-catalog] .btn-add-product {
  width: 30px;
  height: 30px;
}
body[class^=page-spot-catalog] .btn-add-product i {
  padding: 0;
  margin: 0;
  font-weight: bold;
}

body[class^=page-spot-quote] .quote-resume-actions .btn-accept-quote {
  background: #509D27;
  color: #FFFFFF;
}
body[class^=page-spot-quote] .quote-resume-actions .btn-reject-quote {
  background: #AF152B;
  color: #FFFFFF;
}
body[class^=page-spot-quote] .quote-totals .accordion .accordion-item.active {
  box-shadow: none;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote {
  border-radius: 10px;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote.border-reject {
  border: 1px solid #E8381A;
  box-shadow: 4px 3px 4px rgba(201, 50, 50, 0.1);
}
body[class^=page-spot-quote] .quote-wrapper .block-quote.border-reject .quote-line {
  pointer-events: none;
  opacity: 0.5;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote.border-reject-wo {
  border: 1px solid #E8381A;
  box-shadow: 4px 3px 4px rgba(201, 50, 50, 0.1);
}
body[class^=page-spot-quote] .quote-wrapper .block-quote.border-reject-wo .quote-line {
  pointer-events: none;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote.border-accept {
  border: 1px solid #67C932;
  box-shadow: 4px 3px 4px rgba(103, 201, 50, 0.1);
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-counter {
  padding: 0 30px;
  border-radius: 10px 0 0 10px;
  max-width: 85px;
  width: 100%;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-counter span {
  font-weight: bold;
  font-size: 25px;
  color: #000000;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-counter.color-default {
  background: #DBD4D5;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-counter.color-accept {
  background: #67C932;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-counter.color-accept i {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 40px;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-counter.color-reject {
  background: #E8381A;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-counter.color-reject i {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 40px;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-content {
  padding: 20px 0;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-content .quote-line {
  padding: 0 0 15px 0;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-content .quote-line:not(:first-child) {
  border-top: 1px solid #DBD4D5;
  margin-top: 15px !important;
  padding-top: 15px !important;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-actions .btn {
  width: 45px;
  height: 45px;
  padding: 0;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-actions .btn i {
  font-size: 20px;
  margin: 0;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-actions .btn:hover {
  opacity: 0.7;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .quote-actions .disable {
  opacity: 0.5;
  pointer-events: none;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .btn-details {
  background: #509D27;
  color: #FFFFFF;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .btn-trash {
  background: #FFC3B9;
  color: #FF3E1D;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .btn-seller {
  background: #344E53;
  color: #FFFFFF;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .btn-accept {
  background: #67C932;
  color: #FFFFFF;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .btn-reject {
  background: #E8381A;
  color: #FFFFFF;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .btn-edit {
  background: #25373B;
  color: #FFFFFF;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .btn-similar {
  border: 1px solid #344E53;
  color: #344E53;
}
body[class^=page-spot-quote] .quote-wrapper .block-quote .btn-attFiles {
  border: 1px solid #344E53;
  background: #344E53;
  color: #FFFFFF;
}

body[class^=page-spot] .upload-file {
  cursor: pointer;
}
body[class^=page-spot] .upload-file a.filepond--credits {
  display: none;
}
body[class^=page-spot] .upload-file .filepond--drop-label {
  background: #FFFFFF;
  border: 1px dashed #C0C8CA;
  border-radius: 10px;
}
body[class^=page-spot] .upload-file .filepond--drop-label label {
  line-height: 18px;
}
body[class^=page-spot] .upload-file .filepond--drop-label .label-file {
  font-weight: bold;
  color: #344E53;
}
body[class^=page-spot] .upload-file .info-type-file {
  font-size: 12px !important;
  color: #77888C;
}
body[class^=page-spot] .upload-file i.bx-upload {
  font-size: 20px;
  font-weight: bold;
  color: #AF152B;
  position: relative;
  top: -1px;
}
body[class^=page-spot] .filepond--list-scroller .filepond--image-preview {
  background: white;
  border: none;
}
body[class^=page-spot] .filepond--list-scroller .filepond--image-preview-overlay-idle {
  background: none;
}
body[class^=page-spot] .filepond--list-scroller .filepond--image-preview-overlay.filepond--image-preview-overlay-idle {
  opacity: 0.05 !important;
}
body[class^=page-spot] .filepond--list-scroller .filepond--file-info span {
  color: #162123;
  font-weight: bold;
}

body[class^=page-catalog-search] #search-filter ul#buscaTabs li button {
  font-weight: bold;
  padding: 10px 0;
}
body[class^=page-catalog-search] #search-filter ul#buscaTabs li button i {
  font-size: 20px;
}
body[class^=page-catalog-search] #search-filter ul#buscaTabs li button.active {
  background-color: #344E53;
  box-shadow: none;
}
body[class^=page-catalog-search] #search-filter .tab-content {
  padding: 0;
}

@media (max-width: 768px) {
  body[class^=page-catalog-search] .card-body {
    padding: 15px;
  }
  body[class^=page-catalog-search] #search-filter .bg-light.rounded-pill.p-1.mb-3 {
    border-radius: 8px !important;
  }
  body[class^=page-catalog-search] #search-filter ul#buscaTabs li button {
    font-weight: 400;
    padding: 10px 3px;
    font-size: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    border-radius: 8px !important;
  }
  body[class^=page-catalog-search] #search-filter ul#buscaTabs li button i {
    font-size: 30px;
    font-weight: 500;
    display: block;
  }
  body[class^=page-catalog-search] #search-filter .tab-content {
    padding: 0;
  }
}
body[class^=page-catalog-search] .row-table-results .card-header h5 {
  color: #FFFFFF;
}
body[class^=page-catalog-search] .badge {
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 8px;
  font-weight: 400;
}
body[class^=page-catalog-search] .badge-group {
  background-color: #BEEFA3;
  color: #3E7A1E;
}
body[class^=page-catalog-search] .badge-brand {
  background-color: #B1EBFE;
  color: #134792;
}
body[class^=page-catalog-search] #productModal .info-header-modal span {
  font-size: 15px;
  font-weight: 400;
  color: #25373B;
}
body[class^=page-catalog-search] #productModal table.table tr th {
  font-weight: bold;
  text-transform: inherit;
  letter-spacing: 0;
}
body[class^=page-catalog-search] #productModal table.table tr td {
  color: #1D2B2E;
  font-size: 14px;
}

@media (max-width: 768px) {
  body[class^=page-catalog-search] {
    /* valor do campo */
    /* última coluna (ação/ícone) flutua à direita, sem label */
  }
  body[class^=page-catalog-search] .table-mobile-cards {
    background: #EBEDEE;
  }
  body[class^=page-catalog-search] .table-mobile-cards thead {
    display: none;
  }
  body[class^=page-catalog-search] .table-mobile-cards tbody,
  body[class^=page-catalog-search] .table-mobile-cards tr,
  body[class^=page-catalog-search] .table-mobile-cards td {
    display: block;
    width: 100%;
  }
  body[class^=page-catalog-search] .table-mobile-cards tr {
    background: #FFFFFF;
    border: 1px solid #C0C8CA;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    margin: 0.75rem 0;
    position: relative;
  }
  body[class^=page-catalog-search] .table-mobile-cards td {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    gap: 0;
    padding: 0.2rem 0;
    border: 0 !important;
  }
  body[class^=page-catalog-search] .table-mobile-cards td::before {
    content: attr(data-label);
    -ms-flex: 0 0 36%;
        flex: 0 0 36%;
    max-width: 36%;
    font-size: 12px;
    color: #1D2B2E;
    font-weight: 500;
  }
  body[class^=page-catalog-search] .table-mobile-cards td > * {
    margin: 0;
  }
  body[class^=page-catalog-search] .table-mobile-cards td:last-child {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    padding: 0;
  }
  body[class^=page-catalog-search] .table-mobile-cards td:last-child::before {
    content: "";
  }
  body[class^=page-catalog-search] .table-mobile-cards td i.bx {
    font-size: 32px;
    position: absolute;
    right: 2px;
    color: #A2AEB0 !important;
  }
  body[class^=page-catalog-search] .row-table-results .card-header h5 {
    font-size: 15px;
    padding-left: 20px;
    left: 10px;
  }
  body[class^=page-catalog-search] .row-table-results .card-header h5 i {
    font-size: 28px;
    position: absolute;
    left: 10px;
    top: 27px;
  }
  body[class^=page-catalog-search] .row-table-results .card-header h5 .counter-results {
    display: block;
    font-size: 12px;
    font-weight: 400 !important;
    padding-top: 5px;
  }
  body[class^=page-catalog-search] #productModal .info-header-modal span {
    font-size: 15px;
    font-weight: 400;
    color: #25373B;
  }
  body[class^=page-catalog-search] #productModal .info-header-modal .line {
    display: block;
  }
  body[class^=page-catalog-search] #productModal .info-header-modal .mx-2 {
    display: none;
  }
}
body[class^=page-spot-quote] .badge {
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 4px;
  padding: 5px 8px;
  font-weight: 400;
}
body[class^=page-spot-quote] .badge-group {
  background-color: #BEEFA3;
  color: #3E7A1E;
}
body[class^=page-spot-quote] .badge-brand {
  background-color: #B1EBFE;
  color: #134792;
}
body[class^=page-spot-quote] #modalSimilarParts .info-header-modal span {
  font-size: 15px;
  font-weight: 400;
  color: #25373B;
}
body[class^=page-spot-quote] #modalSimilarParts table.table tr th {
  font-weight: bold;
  text-transform: inherit;
  letter-spacing: 0;
}
body[class^=page-spot-quote] #modalSimilarParts table.table tr td {
  color: #1D2B2E;
  font-size: 14px;
}

@media (max-width: 768px) {
  body[class^=page-spot-quote] #modalSimilarParts .info-header-modal span {
    font-size: 15px;
    font-weight: 400;
    color: #25373B;
  }
  body[class^=page-spot-quote] #modalSimilarParts .info-header-modal .line {
    display: block;
  }
  body[class^=page-spot-quote] #modalSimilarParts .info-header-modal .mx-2 {
    display: none;
  }
}
.filter-status {
  margin: 0 0 10px 0;
  -ms-flex-align: center;
      align-items: center;
  padding: 8px 0;
  gap: 20px;
}
.filter-status .col .card-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.filter-status .col .card-body img {
  max-width: 50px;
  margin-bottom: 10px;
}
.filter-status .col .card-body i {
  font-size: 80px;
}
.filter-status .col .card-body p {
  line-height: 25px;
  margin: 0;
}
.filter-status .col .card-body p .number {
  font-size: 40px;
  font-weight: bold;
  color: #5D7175;
  display: block;
  margin: 10px 0 5px 0;
}
.filter-status .col .card-body p .text {
  font-size: 17px;
  font-weight: 700;
  color: #5D7175;
}
.filter-status .col .card-body p .filter {
  font-size: 13px;
  font-weight: 500;
  color: #A2AEB0;
}

.block-tabs ul#osTabs {
  margin: 0;
  padding: 0 !important;
  background: #C0C8CA;
  border-radius: 8px 8px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.block-tabs ul#osTabs li.nav-item {
  width: 100%;
}
.block-tabs ul#osTabs li.nav-item button {
  font-weight: 500;
  font-size: 17px;
  padding: 15px 0;
}
.block-tabs ul#osTabs li.nav-item button.nav-link {
  background: #C0C8CA;
}
.block-tabs ul#osTabs li.nav-item button.nav-link.active {
  background-color: #344E53;
  color: white;
}
.block-tabs .tab-content {
  background: white;
}

body[class^=page-autoservice] .list-group .list-group-item .item-header {
  border-bottom: 1px solid #EBEDEE;
}
body[class^=page-autoservice] .list-group .list-group-item .item-header .os-id {
  font-weight: bold;
  font-size: 18px;
  color: #162123;
}
body[class^=page-autoservice] .list-group .list-group-item .item-header .os-items {
  background: #2F474C;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  border-radius: 4px;
  padding: 1px 4px;
  height: 20px;
  margin-top: 5px;
}
body[class^=page-autoservice] .list-group .list-group-item .item-line .text {
  color: #77888C;
  font-size: 12px;
}
body[class^=page-autoservice] .list-group .list-group-item .item-line .os-tag {
  color: #2F474C;
  background-color: #EBEDEE;
  font-size: 11px;
  padding: 2px 4px;
  float: left;
  border-radius: 4px;
}
body[class^=page-autoservice] .list-group .list-group-item:hover {
  background: #EBEDEE;
}

body[class^=page-autoservice] .ghost-class {
  background: #FEE9EC;
}
body[class^=page-autoservice] .autoservice-board .js-col {
  min-height: 140px;
}
body[class^=page-autoservice] .autoservice-board .js-card {
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
body[class^=page-autoservice] .autoservice-board .js-card:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

:root {
  --aguardando: #29464d;
  --aprovado: #e3263b;
  --andamento: #f59e0b;
  --finalizado: #33c24d;
  --pill-bg: transparent;
  --pill-radius: 9999px;
  --pill-pad-y: .55rem;
  --pill-pad-x: 1.1rem;
  --pill-gap: .6rem;
  --pill-fw: 700;
  --pill-ls: .06em;
}

.tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 4px;
  padding: 2px 10px;
  border-radius: var(--pill-radius);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: var(--pill-ls);
  background: var(--pill-bg);
  border: 1px solid currentColor;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px !important;
}

.tag i {
  font-size: 1.2rem;
}

/* Variantes */
.tag--aguardando {
  color: var(--aguardando);
}

.tag--aprovado {
  color: var(--aprovado);
}

.tag--andamento {
  color: var(--andamento);
}

.tag--finalizado {
  color: var(--finalizado);
}

.tag:hover {
  background: color-mix(in srgb, currentColor 10%, transparent);
}

.tag:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.tag--lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.05rem;
}

.app-brand .layout-menu-toggle {
  background-color: #D4233E;
  border: 7px solid #FBE9EC;
  left: 15.7rem;
}

html.layout-menu-collapsed:not(.layout-menu-hover):not(.layout-menu-offcanvas):not(.layout-menu-fixed-offcanvas) .layout-menu .app-brand.demo {
  width: 70px;
}

.menu-vertical .app-brand {
  padding-left: 1.5rem;
}

html.layout-menu-collapsed {
  /*custom container menu*/
}
html.layout-menu-collapsed .content-wrapper {
  padding-left: 90px;
}
html.layout-menu-collapsed .layout-navbar {
  margin-left: 113px;
}
html.layout-menu-collapsed .menu-item div {
  display: none; /* Esconde o texto dos itens */
}
html.layout-menu-collapsed .menu-item i {
  font-size: 1.5rem; /* Ajusta o tamanho do ícone */
  display: block;
  text-align: center;
}
html.layout-menu-collapsed .layout-menu {
  width: 90px;
}
html.layout-menu-collapsed .layout-menu:hover {
  width: 250px;
}
html.layout-menu-collapsed .layout-menu:hover ul.menu-inner li.menu-item {
  min-width: 250px;
}
html.layout-menu-collapsed .layout-menu:hover ul.menu-inner li.menu-item a.menu-link div {
  display: block;
}
html.layout-menu-collapsed .layout-menu:hover .app-brand a.layout-menu-toggle.menu-link.text-large.ms-auto {
  left: 230px;
}
html.layout-menu-collapsed .layout-menu ul.menu-inner li.menu-item {
  width: 100%;
}
html.layout-menu-collapsed .layout-menu .app-brand a.layout-menu-toggle.menu-link.text-large.ms-auto {
  left: 73px;
  opacity: 1 !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
html.layout-menu-collapsed .menu-vertical .menu-icon {
  width: 1.5rem !important;
  font-size: 1.25rem !important;
}

nav#layout-navbar {
  background: #25373B !important;
}

nav.navbar h1 {
  margin: 0;
  font-size: 24px;
}
nav.navbar .dropdown-menu.show {
  max-height: 400px;
  overflow: auto;
}
nav.navbar .dropdown li.info-change-vision {
  padding: 8px 17px;
  line-height: 16px;
}
nav.navbar .dropdown li.info-change-vision span {
  font-size: 13px;
}

@media (max-width: 768px) {
  nav#layout-navbar {
    background: white !important;
  }
  nav.navbar .dropdown.change-team .limit-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block !important;
    max-width: 135px;
    font-size: 10px;
  }
  nav.navbar .dropdown.change-team i {
    font-size: 11px;
  }
  nav.navbar .dropdown-menu.show {
    position: absolute;
  }
  nav.navbar .dropdown-menu.show li a.dropdown-item.text-wrap {
    font-size: 12px;
  }
  nav.navbar h1 {
    display: none;
  }
  nav.navbar .username {
    display: none;
  }
}
