
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

html, body {
  background: #061325;
  font-family: Poppins;
}

main > .container {
  padding: 60px 15px 0;
}

.color-body {
  background-color: #1c2c3f;
  color: white;
}

.bordaazul {
  border-left: 4px solid blue;
  border-radius: 6px;

}

.bordaverde {
  border-left: 4px solid green;
  border-radius: 6px;

}

.bordaamarela {
  border-left: 4px solid yellow;
  border-radius: 6px;
}

.bordavermelho {
  border-left: 4px solid red;
  border-radius: 6px;
}

.center {
  text-align: center;
  align-items: center;
  align-content: center;
}


.boder-primeiro {
  border-left: 4px solid green;
  border-radius: 4px 10px 10px 4px;
}

.boder-segundo {
  border-left: 4px solid blue;
  border-radius: 0 10px 10px 0 ;
}

.boder-terceiro {
  border-left: 4px solid #ffcc00;
  border-radius: 0 10px 10px 0 ;
}

.boder-quarto {
  border-left: 4px solid #00e6e6;
  border-radius: 0 10px 10px 0 ;
}
  

.text-blue {
  color: blue;
}

#list-pdv {
  border-radius: 10px;
  background-color: ##061325;

}

#list-pdv th  {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;

}

#list-pdv td   {
    padding: 5px;
}

  .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }