html body {
    background-color: #f0f0f0;
  }
  
  .fs-16 {
    font-size: 16px !important;
  }
  
  .mega-dropdown-menu ul {
    display: flex;
  }
  
  .mega-dropdown-menu ul li + li {
    margin-left: 25px;
  }
  
  .mega-dropdown-menu ul li p {
    font-size: 15px !important;
  }

  .resumo h4 {
    font-weight: bold;
  }
  
  .resumo .media {
    padding: 15px 5px;
  }
  
  .resumo .media-body h5 {
    margin-bottom: 0px;
    font-weight: bold;
  }
  
  .resumo .media-body p:last-child {
    margin-bottom: 0px;
    text-align: right;
  }
  
  .resumo-dash .card-body p {
    margin-bottom: 0px;
    text-align: center;
  }
  
  .resumo-dash .card-body h4 {
    margin-bottom: 20px;
  }
  
  .resumo-dash .card-body .btn-group {
    margin-top: 20px;
    width: 100%;
  }
  
  .resumo-dash .pagamentos p {
    font-size: 23px;
    color: green;
  }
  
  .resumo-dash .recebimentos p {
    font-size: 23px;
    color: red;
  }
  
  .resumo-dash .show > .dropdown-menu {
    width: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    box-shadow: 1px 1px 5px rgb(146 146 146 / 50%);
  }
  
  .resumo-dash .show > .dropdown-menu a {
    color: #6b6f82;
  }
  
  .resumo-dash .show > .dropdown-menu a:hover {
    color: #145d6e;
  }
  
  .juridica-input,
  .fisica-input,
  .estrangeira-input {
    display: none;
  }
  
  [data-form-add='juridica-form'] .juridica-input,
  [data-form-add='fisica-form'] .fisica-input,
  [data-form-add='estrangeira-form'] .estrangeira-input {
    display: block;
  }
  
  [data-form-add='estrangeira-form'] .informacoes-fisica {
    display: none;
  }
  
  .green-price {
    color: #2ca53e !important;
  }
  
  .red-price {
    color: #f12e28 !important;
  }
  
  .blue-price {
    color: #2471e1 !important;
  }
  
  .tag-green {
    background-color: #cef9c6;
    color: #16452d;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: bold !important;
    border-radius: 4px;
  }
  
  .form-add-new-date textarea {
    resize: none;
  }
  
  .form-add-new-date label {
    color: #575757;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
  }
  
  .form-add-new-date hr {
    border-color: #72727214;
    width: 100%;
  }
  
  .form-add-new-date span.required-field {
    color: #b7192b;
    font-weight: bold;
  }
  
  .form-add-new-date .sub-title {
    font-size: 16px;
    margin-bottom: 2px;
    display: block;
  }
  
  .form-add-new-date .account-form-feedback {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  
  .form-add-new-date .account-form-feedback h3 {
    margin-top: 30px;
  }
  
  .form-add-new-date .account-form-feedback .btn {
    margin-top: 20px;
  }
  
  .form-add-new-date .tooltip-info {
    display: inline-block;
    padding: 0 2px;
    position: relative;
  }
  
  .form-add-new-date .tooltip-info-icon {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #2687e9;
    font-size: 10px;
    line-height: 0;
    letter-spacing: 0;
  }
  
  .form-add-new-date .tooltip-info-icon:hover + .tooltip-info-text {
    animation: animaTooltip 0.3s forwards;
    display: block;
  }
  
  .form-add-new-date .tooltip-info .tooltip-info-text {
    position: absolute;
    background-color: #2687e9;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s;
    font-weight: 400;
    padding: 6px 7px;
    z-index: 99;
    border-radius: 2px;
    display: none;
    font-size: 13px;
    letter-spacing: 0.3px;
    max-width: 260px;
    min-width: 180px;
    text-align: center;
  }
  
  @keyframes animaTooltip {
    from {
      opacity: 0;
      margin-top: 10px;
      display: none;
    }
  
    to {
      display: block !important;
      opacity: 1;
      margin-top: 1px;
    }
  }
  
  .btn-custom-outline {
    color: #1b69c8;
    background-color: #f1f4f9;
    border-color: #c9d3dd;
    font-weight: 600;
  }
  
  .btn-custom-outline:hover {
    background-color: #dfe6f1;
  }
  
  .btn-custom-outline i {
    color: #1b69c8;
  }
  
  .form-add-new-date .row {
    margin-bottom: 10px;
  }
  
  .form-add-new-date .row .box-input {
    min-height: 90px;
  }
  
  .informacoes-adicionais {
    margin-top: 50px;
  }
  
  /* .header-navbar.navbar-static-top {
    display: none;
  } */
  
  /* Cadastrar -> Clientes */
  .form-add-new-date .informacoes-fisica .box-input-optante {
    flex-direction: column;
    display: flex;
  }
  
  .form-add-new-date .outros-contatos .box-input {
    min-height: 50px;
  }
  
  .form-add-new-date .outros-contatos button[type='submit'] {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 6px;
    min-width: 200px;
    margin-top: 20px;
  }
  
  .form-add-new-date .outros-contatos .card-body {
    overflow-x: auto;
  }
  
  .form-add-new-date .outros-contatos .card-body .row {
    min-width: 900px;
  }
  
  /* Cadastrar -> Produtos */
  .form-add-new-date .estoque .box-obs-info {
    display: flex;
    justify-content: flex-start;
    gap: 16px;
    padding: 16px;
    border-radius: 4px;
    border: 1px #2687e9 solid;
    border-left: 8px #2687e9 solid;
    margin-top: 15px;
  }
  
  .form-add-new-date .estoque .box-obs-info strong,
  .form-add-new-date .estoque .box-obs-info p {
    color: #333;
    font-size: 14px;
  }
  
  .form-add-new-date .estoque .box-obs-info strong {
    display: block;
    margin-bottom: 4px;
  }
  
  .form-add-new-date .estoque .box-obs-info p {
    margin-bottom: 0;
  }
  
  .form-add-new-date .estoque .box-obs-info svg {
    width: 24px;
    height: 24px;
  }
  
  .form-add-new-date .estoque .box-obs-info svg path {
    fill: #2687e9;
  }
  
  .form-add-new-date .pesos-dimensoes .box-input p:not(.tooltip-info-text) {
    color: #9b9b9b;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 3px;
  }
  
  .form-add-new-date .pesos-dimensoes .col-12 img {
    margin: 10px auto 40px;
    display: block;
  }
  
  /* Cadastrar -> Serviços */
  .form-add-new-date .dados-fiscais .box-cnae .box-input {
    min-height: 70px;
  }
  
  .form-add-new-date .dados-fiscais .box-text-description strong {
    color: #7a7a7f;
  }
  
  .form-add-new-date .dados-fiscais .box-text-description small {
    color: #7a7a7f;
    display: block;
    margin-top: 2px;
    margin-bottom: 6px;
  }
  
  .form-add-new-date .dados-impostos .header-date-custom {
    background-color: #f1f4f9;
    padding: 10px 0;
    position: relative;
  }
  
  .form-add-new-date .dados-impostos .header-date-custom::before,
  .form-add-new-date .dados-impostos .header-date-custom::after {
    content: '';
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 15px;
    background-color: #fff;
    top: 0;
  }
  
  .form-add-new-date .dados-impostos .header-date-custom::before {
    left: 0;
  }
  
  .form-add-new-date .dados-impostos .header-date-custom::after {
    right: 0;
  }
  
  .form-add-new-date .dados-impostos .header-date-custom strong {
    display: inline-block;
    padding-left: 10px;
    font-size: 13px;
  }
  
  .form-add-new-date .dados-impostos .card-custom-footer {
    border-top: 1px solid #c9d3dd;
    padding: 16px;
    max-width: calc(100% - 30px);
    margin: 0 auto 16px;
  }
  
  .form-add-new-date .dados-impostos .btn-delete {
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 6px;
    min-width: 200px;
    margin-top: 2 px;
  }
  
  .form-add-new-date .dados-impostos .card-body {
    overflow-x: auto;
  }
  
  .form-add-new-date .dados-impostos .card-body .row {
    min-width: 900px;
  }
  
  /* Cadastrar -> Contas */
  .account-type-options div {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin: 10px 0 14px;
  }
  
  .account-type-options div label {
    align-items: center;
    display: flex;
    font-weight: 500;
    gap: 5px;
  }
  
  .conta-cartao-credito .cards-list-buttons ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 30px 0;
  }
  
  .conta-cartao-credito .cards-list-buttons button {
    height: 54px;
    width: 52px;
    border-radius: 3px;
    border: 1px solid #c9d3dd;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
  }
  
  .conta-cartao-credito .cards-list-buttons button span {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px;
    border-radius: 3px;
    background-color: #2687e9;
    min-width: max-content;
    color: #fff;
    opacity: 0;
    touch-action: none;
    transition: 0.3s;
  }
  
  .conta-cartao-credito .cards-list-buttons button:hover span {
    opacity: 1;
    touch-action: initial;
    top: -30px;
  }
  
  .accordion-box .accordion {
    border: 1px solid #c9d3dd;
    border-radius: 4px;
    padding: 1px 0 16px;
  }
  
  .accordion-box .card-header {
    padding: 16px 16px 0;
  }
  
  .accordion-box .card-body {
    padding: 16px;
  }
  
  .accordion-box .card-header .card-title {
    color: #333;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: -0.2px;
  }
  
  .accordion-box .box-input-optante .custom-control-label::after {
    top: 2.9px;
    left: -20.9px;
    height: 14.6px;
    width: 1.1rem;
  }
  
  .accordion-box-contacts .btn-delete {
    margin-top: 22px;
    padding: 8px 17px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f1f4f9;
    border-color: #c9d3dd;
    font-weight: 600;
  }
  
  .accordion-box-contacts .btn-delete:hover {
    background-color: #dfe6f1;
  }
  
  .accordion-box-contacts .btn-delete i {
    color: #1b69c8;
  }
  
  .accordion-box .photos-updload-header {
    background-color: #f1f4f9;
    margin-bottom: 18px;
  }
  
  .accordion-box .photos-updload-header p {
    padding: 12px 10px 11px 18px;
    margin-bottom: 0;
  }
  
  .accordion-box .photos-updload-header div:nth-child(2) p {
    padding-left: 0;
  }
  
  .accordion-box .photos-updload-body div[data-repeater-item] {
    margin-bottom: 18px;
  }
  
  .accordion-box .photos-updload-body .btn-photo-add {
    color: #6b6f82;
    background-color: #f1f4f9;
    font-weight: 600;
    border-color: #6b6f82;
  }

  .actions-details {
    margin-top: 0px;
    margin-bottom: 20px;
    border-top: 1px solid #dedede;
    padding-top: 20px;
  }
  
  .actions-details .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 42px;
    font-weight: bold;
  }
  
  .actions-details .btn.btn-outline,
  .actions-details .btn.btn-editar,
  .actions-details .btn.btn-imprimir {
    border: 1px solid;
  }
  
  .actions-details .btn.btn-outline:hover,
  .actions-details .btn.btn-editar:hover,
  .actions-details .btn.btn-imprimir:hover {
    background-color: #6b6f82;
    color: #fff;
  }
  
  .actions-details .btn.btn-info {
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 10px;
  }
  
  .actions-details .btn.btn-green {
    background-color: #3ac048;
    color: #fff;
  }
  
  .actions-details .btn.btn-green:hover {
    background-color: #39d249;
  }
  
  .actions-details .d-flex > div {
    display: flex;
    gap: 20px;
  }
  
  .actions-details-bottom {
    padding-top: 0;
    border-top: none;
  }
  
  .accordion-total-info .card-header {
    padding: 16px 40px 0px 16px !important;
    border-bottom: none !important;
    border: none !important;
  }
  
  .accordion-total-info .card-header div:nth-child(1) span {
    color: #666;
    font-weight: bold;
    font-size: 12px;
    position: relative;
    top: -2px;
  }
  
  .accordion-total-info .card-header div:nth-child(2) span {
    color: #060606;
  }
  
  .accordion-total-info .accordion-total-info-details {
    justify-content: flex-end;
    gap: 40px;
  }
  
  .accordion-total-info-details {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    max-width: 280px;
    justify-content: space-between;
    padding-right: 24px;
  }
  
  .accordion-total-info-details p {
    margin-bottom: 4px;
    font-size: 13px;
  }
  
  .accordion-total-info-details p:last-child,
  .accordion-total-info-details strong:last-child {
    margin-bottom: 0;
  }
  
  .accordion-total-info-details strong {
    margin-bottom: 4px;
    color: #000;
  }
  
  .accordion-expiration-reminder-info .btn-custom-outline {
    padding-right: 32px;
    padding-left: 32px;
  }
  
  .nav-tabs-sell .nav {
    height: auto;
    border-bottom: #b7b7b7 solid 1px !important;
  }
  
  .nav-tabs-sell .nav-item {
    max-width: 270px;
  }
  
  .nav-tabs-sell a.nav-link {
    font-weight: bold;
    color: #2471e1 !important;
  }
  
  .nav-tabs-sell a.nav-link::before {
    background-color: #2471e1 !important;
  }
  
  .table-sale-send th {
    background-color: transparent !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  
  .table-sale-send tbody td {
    padding: 0px 14px 6px !important;
    font-size: 14px;
  }
  
  .table-sale-send tbody td p {
    margin-bottom: 0;
  }
  
  .accordion-tax-information .card-header {
    border-bottom: none !important;
  }
  
  .accordion-tax-information .card-header strong,
  .accordion-tax-information .card-header p {
    color: #333;
    margin-bottom: 0;
  }
  
  .accordion-tax-information .accordion-total-info-details p {
    font-weight: bold;
  }
  
  .accordion-tax-information .accordion-total-info-details {
    padding-right: 35px;
    justify-content: flex-end;
    gap: 40px;
  }
  
  .accordion-tax-information .card-header > div > div:nth-child(2) span {
    color: #060606;
    font-size: 12px;
    font-weight: bold;
  }
  
  .accordion-in-opened-information .accordion-total-info-details {
    max-width: 800px;
    display: flex;
    text-align: right;
    padding-right: 34px;
    justify-content: flex-end;
    align-items: flex-start;
  }
  
  .accordion-in-opened-information
    .accordion-total-info-details
    div:first-child
    strong {
    display: block;
    color: #898989;
  }
  
  .accordion-in-opened-information .accordion-total-info-details div:first-child {
    display: block;
    color: #898989;
    font-size: 13px;
    width: 100px;
  }
  
  .accordion-in-opened-information
    .accordion-total-info-details
    div:nth-child(2) {
    width: 130px;
  }
  
  .accordion-in-opened-information
    .accordion-total-info-details
    div:nth-child(3) {
    width: 136px;
  }
  
  .accordion-in-opened-information .accordion-total-info-details div:last-child {
    width: 139px;
  }
  
  .accordion-infos-fisicas .accordion-total-info-details.edit {
    justify-content: flex-start;
    margin-left: 0;
    margin-right: auto;
  }
  
  .accordion-in-opened-information-right {
    display: grid;
    grid-template-columns: repeat(5, max-content);
    max-width: 475px;
    gap: 12px;
  }
  
  .accordion-in-opened-information-right strong {
    display: block;
  }
  
  .accordion-in-opened-information-right > span:first-child {
    display: inline-block;
    width: 115px;
  }
  
  .accordion-in-opened-information-right > span:nth-child(2),
  .accordion-in-opened-information-right > span:nth-child(4) {
    width: 30px;
  }
  
  .accordion-in-opened-information-right > span:nth-child(2) svg {
    position: relative;
    top: 2px;
  }
  
  .accordion-in-opened-information-right > div:nth-child(4) svg {
    position: relative;
    top: 4px;
  }
  
  .accordion-in-opened-information-right p {
    font-size: 12px;
  }
  
  .accordion-infos-fisicas strong {
    color: #6b6f82;
  }
  
  .global-form-config .card-header {
    padding-right: 50px;
    border-bottom: 1px dotted #ccc;
  }
  
  .global-form-config .card-header-left h2 {
    margin-bottom: 0;
  }
  
  .global-form-config .card-header-left input {
    margin-left: 10px;
    border: none;
    background-color: #f1f1f1;
    width: 80px;
    font-size: 18px;
    text-align: center;
    padding: 4px;
    border-radius: 4px;
  }
  
  .global-form-config .card-header-right strong {
    font-size: 36px;
    color: #3a5b74;
  }
  
  .global-form-config .card-header-right strong span {
    font-size: 25px;
    color: #6b6f82;
  }
  
  .global-form-config table[data-table-config] [data-repeater-delete] {
    transition: 0.3s;
  }
  
  .global-form-config
    table[data-table-config].has-just-one-row
    [data-repeater-delete] {
    opacity: 0;
    touch-action: none;
    visibility: hidden;
  }
  
  .global-form-config table thead tr th {
    border-left-color: transparent;
    border-right-color: transparent;
    background-color: #f1f4f9;
  }
  
  .global-form-config table thead tr th:first-child {
    border-left-color: #dcdcdc;
  }
  
  .global-form-config table thead tr th:nth-last-child(2),
  .global-form-config table tbody tr th:nth-last-child(2) {
    border-right-color: #dcdcdc;
    text-align: right;
  }
  
  .global-form-config table thead tr th:last-child,
  .global-form-config table tbody tr td:last-child {
    background-color: transparent;
    border-top: none;
    border-bottom: none !important;
  }
  
  .global-form-config table thead tr th:last-child {
    border-right: 1px solid #e3ebf3;
  }
  
  .global-form-config table tbody tr td {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  
  .global-form-config table tbody tr select {
    width: calc(100% - 5px);
    min-height: 38px;
  }
  
  .global-form-config table tfoot {
    border-color: transparent;
  }
  
  .global-form-config table tfoot td {
    padding-top: 20px;
  }
  
  .global-form-config table .btn-add-line {
    color: #6b6f82;
    background-color: #f1f4f9;
    font-weight: 600;
    border-color: #6b6f82;
  }
  
  .global-form-config table .btn-add-line:hover {
    background-color: #edf4ff;
  }
  
  .global-form-config .switchery {
    display: block;
  }
  
  .global-form-config .has-no-label {
    padding-top: 23px;
  }
  
  .global-form-config table {
    width: 100%;
    border-color: #dcdcdc;
  }
  
  .global-form-config
    table
    .select2-container--classic
    .select2-selection--single,
  .global-form-config
    table
    .select2-container--default
    .select2-selection--single {
    background-color: transparent;
    border: none;
  }
  
  .global-form-config table input,
  .global-form-config table select {
    border: none;
    height: 100%;
  }
  
  .global-form-config table input:disabled {
    background-color: transparent;
    color: #373737;
    text-align: right;
  }
  
  .global-form-config table th {
    padding: 10.5px 14px;
  }
  
  .global-form-config .card-footer-action {
    border-top: 1px dotted #ccc;
    padding-top: 32px;
  }
  
  .global-form-config .card-footer-action button {
    padding-left: 24px;
    padding-right: 24px;
    min-width: 106px;
  }
  
  .global-form-config .card-footer-action .btn {
    font-weight: 600;
  }
  
  .global-form-config .card-footer-action .btn-edit {
    color: #3a5b74;
    background-color: #f1f4f9;
    border-color: #3a5b74;
  }
  
  .global-form-config .card-footer-action .btn-edit:hover {
    background-color: #ecf0f6;
  }
  
  .global-form-config .infos-details-box {
    margin-bottom: 40px;
  }
  
  .global-form-config .infos-details-box span {
    color: #575757;
    font-size: 13px;
    margin-bottom: 3px;
    font-weight: 600;
    display: block;
  }
  
  .global-form-config .infos-details-box p {
    letter-spacing: 0.2px;
    color: #0b3b44;
    font-weight: 600;
    margin-bottom: 0;
    display: inline-block;
  }
  
  .global-form-config input::-webkit-outer-spin-button,
  .global-form-config input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
  }
  
  .global-form-config input[type='number'] {
    -moz-appearance: textfield; /* Firefox */
  }
  
  .infos-details-box-obs {
    border-bottom: 1px solid #e9e9e9;
    border-top: 1px solid #e9e9e9;
    padding: 20px 12%;
    margin-top: 40px;
  }
  
  .infos-details-box-obs div + div {
    margin-top: 20px;
  }
  
  .infos-details-box-obs strong {
    margin-bottom: 2px;
  }
  
  .infos-details-box-obs p {
    text-transform: initial !important;
    font-weight: 500 !important;
  }
  
  .infos-details-box-obs-contratos {
    padding: 20px 4%;
    margin-bottom: 20px !important;
  }
  
  .infos-details-box-obs-contratos > p {
    margin-bottom: 20px !important;
  }
  
  .infos-details-box-obs-contratos .infos-details-box-grid {
    padding: 0 20px;
    display: flex;
    gap: 60px;
  }
  
  .infos-details-box-obs-contratos .infos-details-box-grid div {
    margin-top: 0;
  }
  
  .infos-details-box-opcoes-contrato h3 {
    font-size: 17px;
    font-weight: 600;
    color: #0b3b44;
    margin-top: 5px;
    border-bottom: dotted 1px #e9e9e9;
    padding-bottom: 14px;
  }
  
  .infos-details-box-opcoes-contrato {
    padding-bottom: 20px;
  }
  
  .infos-details-box-opcoes-contrato ul {
    display: flex;
    list-style: none;
    gap: 30px;
    padding-left: 0;
    padding-top: 14px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  
  .infos-details-box-opcoes-contrato ul li {
    max-width: 200px;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 21px;
    width: 100%;
  }
  
  .infos-details-box-opcoes-contrato ul li span {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin-right: 3px;
    bottom: -1px;
  }
  
  .infos-details-box-opcoes-contrato > div p {
    letter-spacing: 0.2px;
    color: #0b3b44;
    margin-bottom: 0;
  }
  
  .accordion-report .card-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ebf0f7;
    margin-top: -1px;
  }
  
  .accordion-report .card-header .card-title.lead {
    color: #184090;
    font-size: 15px;
  }
  
  .accordion-report .card.accordion {
    padding-bottom: 0;
  }
  
  .accordion-report .repeater-default > div {
    border: 1px solid #c9d3dd;
    border-radius: 4px;
  }
  
  .accordion-report thead tr th:last-child,
  .accordion-report tbody tr td:last-child,
  .accordion-report tbody tr td:nth-child(4) {
    text-align: right;
  }
  
  .accordion-report tbody tr td:first-child,
  .accordion-report tbody tr td:last-child {
    color: #184090;
  }
  
  .accordion-report tbody tr + tr {
    border-top: 1px solid #bac6d3;
  }
  
  .accordion-report tbody tr {
    transition: 0.3s;
  }
  
  .accordion-report tbody tr:hover {
    background-color: #cce2f9;
  }
  
  .accordion-report thead th {
    background-color: #f1f4f9 !important;
  }
  
  .accordion-report thead th:nth-child(3) {
    padding-left: 16px;
  }
  
  .accordion-report tbody td {
    padding: 10.5px 14px !important;
    font-weight: 600;
  }
  
  .accordion-report tbody tr td:nth-child(2) {
    width: 201px;
  }
  
  .accordion-report tbody tr td:nth-child(4) {
    color: #3ea749;
  }
  
  .accordion-report tbody td button[data-repeater-delete] {
    background-color: #f1f4f9;
    padding-left: 11px;
    padding-right: 11px;
    border-color: #dcdcdc;
  }
  
  .accordion-report tbody td button[data-repeater-delete] i {
    font-size: 22px;
    color: #2c4765;
  }
  
  .tag-new {
    font-size: 12px;
    background-color: #2471e1;
    color: #fff;
    padding: 3px 6px;
    border-radius: 5px;
  }
  
  .valor-liquido-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 56px;
    margin-top: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  
  .valor-liquido-box h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    color: #3a5b74;
  }
  
  .valor-liquido-box strong {
    font-size: 24px;
    font-weight: bold;
    color: #3a5b74;
  }
  
  .orcamento-total-grid {
    max-width: fit-content;
    margin-right: 0;
    margin-left: auto;
    gap: 20px;
  }
  
  .orcamentos-box-total {
    margin-top: -68px;
    padding-right: 56px;
  }
  
  .orcamentos-box-total .orcamentos-box-total-grid:nth-child(1) strong {
    text-align: right;
    font-size: 20px;
  }
  
  .orcamentos-box-total-grid {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
  }
  
  .orcamentos-box-total-grid + .orcamentos-box-total-grid {
    margin-top: 28px;
  }
  
  .orcamentos-box-total-grid:not(.orcamentos-box-total-grid-top)
    + .orcamentos-box-total-grid:not(.orcamentos-box-total-grid-top) {
    border-top: 1px solid #e9e9e9;
    padding-top: 20px;
  }
  
  .orcamentos-box-total-grid span {
    font-weight: 600;
  }
  
  .orcamentos-box-total-grid .orcamento-moeda {
    display: inline-block;
    width: 70px;
  }
  
  .orcamentos-box-total-grid .orcamento-desconto {
    width: 140px;
  }
  
  .orcamentos-box-total-grid .orcamento-total-grid {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  
  .orcamentos-box-total-grid-top span,
  .orcamentos-box-total-grid-top strong {
    color: #3a5b74;
  }
  
  .orcamentos-box-total-detalhes .orcamentos-box-total-grid {
    padding-left: 40px;
  }
  
  .orcamentos-box-total-detalhes .orcamentos-box-total-grid-top {
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
  }
  
  .orcamentos-box-total-detalhes .orcamento-total-grid {
    text-align: right;
    grid-template-columns: 1fr;
  }
  
  .orcamentos-box-total-detalhes .orcamento-total-grid span {
    font-size: 15px;
    color: #3a5b74;
  }
  
  .orcamentos-box-total-detalhes {
    margin-top: 30px;
    padding-right: 50px;
  }
  
  .valor-liquido-box-detalhes {
    margin-top: 20px;
    margin-right: 50px;
  }
  
  .box-input-vendas-actions label {
    margin-left: 6px;
  }
  
  .orcamentos-table {
    margin-top: 20px;
  }
  
  .orcamentos-table thead td:last-child,
  .orcamentos-table tbody td:last-child {
    text-align: right;
    padding-right: 50px;
  }
  
  .orcamentos-table thead {
    border-bottom: 1px solid #ccc;
  }
  
  .orcamentos-table thead td {
    font-weight: bold;
    padding-bottom: 10px;
  }
  
  .orcamentos-table tbody td {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid #e9e9e9 !important;
    color: #0b3b44;
  }
  
  .orcamentos-table-sell thead tr {
    background-color: #ebf0f7;
  }
  
  .orcamentos-table-sell thead td {
    padding-bottom: 10px;
    padding-top: 13px;
  }
  
  .orcamentos-table-sell thead td,
  .orcamentos-table-sell tbody td {
    padding-left: 10px;
  }
  
  .card-content-clients .card-header-left strong {
    margin-top: 3px !important;
    color: #0b3b44;
  }
  
  .card-content-clients .card-header-right {
    gap: 30px;
  }
  
  .card-content-clients .card-header-right p {
    margin-bottom: -3px;
    text-align: right;
    letter-spacing: 0.2px;
  }
  
  .card-content-clients .card-header-right strong {
    text-align: right;
    display: block;
    color: #3689db;
    font-size: 28px;
    line-height: 32px;
  }
  
  .card-content-clients .card-header-right strong span {
    font-size: 20px;
    margin-right: -3px;
  }
  
  .contratos .vigencia-total p {
    color: #3a5b74;
    letter-spacing: 0;
  }
  
  .contratos .vigencia-total p strong {
    display: block;
    font-weight: bold;
    font-size: 22px;
  }
  
  .contratos .card-footer-email {
    border-top: 1px dotted #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .contratos .card-footer-email h4 {
    color: #3a5b74;
  }
  
  .contratos .card-footer-email label span {
    margin-left: 6px;
  }
  
  .header-navbar .navbar-header .navbar-brand .brand-logo {
    max-height:52px;
    width: auto;
}

.header-navbar .navbar-header .navbar-brand {
    padding: 12px 0px;
}

.navbar-horizontal {
    background: #ffffff;
    border-top: 2px solid #eee;
}

.horizontal-menu .navbar-horizontal ul#main-menu-navigation > li > a {
    padding: 0.5rem 1rem;
    font-weight: 600;
    color: #707070;
}

.header-navbar{
    min-height: 4rem;
}

.horizontal-menu .navbar-horizontal .nav-item a span {
  top: 0;
}

.nav-item.destaque{
  background: #28d094;
  border-radius: 10px;
}

.nav-item.destaque > a > span {
  color: #fff;
}

select[readonly] {
  background: #eee; /*Simular campo inativo - Sugestão @GabrielRodrigues*/
  pointer-events: none;
  touch-action: none;
}

.menu-interna .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link,
.menu-interna .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link:hover:not(.active){
  border-right: none;
  color: #444444;
}

.menu-interna .nav-vertical .nav-left.nav-tabs li.nav-item a.nav-link.active {
  border: none;
  border-right: 0;
  border-radius: 0;
  border-left: 2px solid red;
  color: red;
}

.print-status i {
  opacity: .8;
}

.print-status.active i{
  opacity: 1;
}

.print-status{
  background: #dddcdc;
  width: 30px;
  height: 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  float: right;
}

.print-status.active {
  background: green;
  color: #fff;
}

#visualizacao_pedido {
  display: none;
}

#visualizacao_pedido.active {
  display: block;
}

.produtos-lista-data th {
  cursor: pointer;
}

@media print{.btn-print,.buy-now,.content-header,.footer,.main-menu,.open{display:none}#invoice-template,.content-wrapper{padding-top:0}#invoice-template,.app-content,.header-navbar,.navbar-container,.navbar-wrapper{margin:0!important;padding:0!important}#invoice-footer{position:relative;top:-80px!important}.table-responsive{-ms-overflow-style:none}}@page{size:auto;margin:0}