  .text_red {
    color: red;
  }

  .header-title {
    font-size: 17px;
    font-weight: 400;
    background: #10678c;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    color: #fff;
    cursor: pointer;
    cursor: hand;
  }

  .input-padding {
    padding-left: 5px !important;
  }

  .title {
    color: #10678c;
  }

  .item-nao-encontrado {
    text-align: center;
    color: #f44336;
    padding-bottom: 50px;
  }

  .restricaoComercialRed {
    background-color: #f44336 !important;
  }

   .modal-pdv {
    width: 50%;
    padding: 10px;
  }

  .modal-pdv-height {
    height: 50%;
    border-radius: 0;
  } 

  .icone-grafico {
    font-size: 40px;
    color: #fff;
    width: 83px;
    height: 45px;
    display: inline-block;
    width: 83px;
    height: 45px;
    vertical-align: top;
  }

  .details {
    margin-top: 15px;
  }

  .box-info {
    background: #eeeeee;
    height: 100px;
    width: auto;
    padding: 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .btn-sugest {
    text-align: center;
    background: #10678C;
    border: none;
    color: #ffffff;
    height: 100px;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    transition: all 0.25s;
    padding: 16px;
  }

  .btn-sugest:hover {
    color: #fff;
    background: rgb(18, 121, 165);
  }


  .btn-sugest-mute {
    background: #ccc;
    border: none;
    color: #666;
    width: 100%;
    height: 100px;
    max-height: 100px;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: not-allowed;
  }

  .btn-sugest-mute:hover {
    color: #666;
  }

  .chart,
  .stats-bar {
    text-align: center !important;
  }

  .botoes-finalizacao {
    display: flex;
    flex-direction: row;
  }

  .botoes-finalizacao .btn-conteudo {
    width: 100%;
  }

  .botoes-finalizacao .alinhar-esquerda {
    text-align: left;
  }

  .botoes-finalizacao .alinhar-direita {
    text-align: right;
  }

  .motivo-ncompra-titulo {
    color: #10678c;
    font-size: 22px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }

  @media (max-width: 768px) {
    .modal-dialog {
      min-width: 95%;
      padding: 0;
    }
    .hover_img a:hover span {
      width: fit-content;
      right: 0 !important;
      left: 0;
      margin-left: auto;
      margin-right: auto;
    }
  }

  .modal-table {
    line-height: 1.8;
  }

  .modal-table__sub-header {
    color: #ffffff;
    grid-template-columns: 2fr 5fr;
    background-color: #fb8c00;
    text-align: center;
    display: grid;

  }

  .modal-table__data,
  .modal-table__item {
    background-color: #ecf4f9;
  }

  .modal-table,
  .modal-table__sub-header,
  .modal-table__data {
    display: grid;
    text-align: center;
  }

  .modal-table__sub-header,
  .modal-table__data {
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr 1fr 1fr;
    border-top: 0;
  }

  .styled-table {
    border-collapse: collapse;
    margin-top: 40px;
    font-size: 11px;
    font-family: sans-serif;
  }

  .btn-sku {
    border-radius: 100px;
    padding: 0 2px 0 1px;
  }

  .info {
    vertical-align: middle;
    font-size: 25px;
  }

  .box-fds {
    height: auto;
    width: auto;
    align-items: center;
    min-height: 106.25px;
    display: flex; 
    align-items: flex-start;
    overflow-y: auto;
    height: 18.6rem !important;
  }

  .icon-red {
    color: red;
    font-size: 20px;
  }

  .icon-green {
    color: green;
    font-size: 20px;
  }

  .hover_img a {
    position: relative;
  }

  .hover_img a span {
    position: absolute;
    display: none;
    z-index: 99;
  }

  .hover_img a:hover span {
    display: block;
    right: 40%;
    position: fixed;
    bottom: 10%;
    border: 10px solid #fff;
    border-radius: 30px;
  }

  .bg-table {
    background-color: transparent !important;
  }
  .col-padding{
    padding-right: 0;
  }

  .box-fds > div > span{
    font-weight: bold; 
    padding-left: 6px;
  }

  .box-fds > div > table > thead > tr > th{
    background-color: transparent !important; 
    color:black !important; 
    text-transform: capitalize; 
    padding-left: 6px !important;
  }

  .assessment-wrap{
    display: flex; 
    flex-wrap: wrap;
  }

  .box-fds> div > table > tbody > tr{
    height: 10% !important; 
    padding-left: 0 !important;
  }

  .box-fds> div > table > tbody > tr >td{
    padding: 5px !important;
  }
  .pointer-cursor{
    cursor: pointer;
  }
  .alinhar-texto-centro{
    text-align: center;
  }
  .alinhar-texto-direita{
    text-align: right;
  }