.custom-control-input {
  width: 1.1rem;
  height: 1.22rem;
}

.pedido-teste .titulo-acordion {
  color: #828282;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  height: 33px;

  padding-top: 1.2rem;    
  padding-bottom: 2.2rem;
}


.titulo-acordion-body {
  color: #828282;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  height: 33px;   
  padding-bottom: 2.2rem;
}

.pedido-teste .panel-group .panel-heading {
  color: #696969;
  font-size: 12px;
  line-height: 24px;
  padding: 1.2rem;
}

.pedido-teste .panel-group .panel-heading .panel-title {
  font-size: 1.0rem;
}

.panel-group .panel {
  margin-bottom: 1.2rem;
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
  margin-top: 0px;
}

.accordin-body {
  border-top: 1px solid #ddd;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.btn-default-blue {
  border: 1px solid #2F80ED;
  color: #2F80ED;
  font-family: Open Sans;
  font-style: normal;  
  font-size: 16px;
}

.btn-default-green {
  border: 1px solid #3aaa35;
  font-style: normal;
}

.detail-pedido .text-red {
  color: red;
}

.text-red {
  color: red;
}

.text-green {
  color: #3aaa35;
}

.text-darkblue {
  color: darkblue
}

.text-black {
  color: black
}

.text-valor-medium span {
  font-size: 1.0rem;
  font-weight: normal;
}

.background-bola {  
  position: absolute;
  width: 3px;
  height: 45px;
  background-color: #F4F4F4;
  padding-top: 8px;
}

.bola {
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #2F80ED;
  position: absolute;
  margin-left: -0.1rem;
}

.bola-blue {
  background-color: #2F80ED;
}

.bola-red {
  background-color: red;
}

.bola-grafit {
  background-color:#4F4F4F;
}

.bola-disable {
  background-color: rgb(184, 184, 184);
}

.detail-pedido fieldset .text-blue {
  color: #2F80ED;
}

.detail-pedido fieldset .text-grafit {
  color: #4F4F4F;
}

.detail-pedido fieldset .text-disable {
  color: rgb(184, 184, 184);
}

.detail-pedido fieldset .text-small-disable {  
  font-size: small;
  color: rgb(184, 184, 184);
}

.detail-pedido fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 1.01em;
  padding-inline-start: 1.40em;
  padding-inline-end: 0.75em;
  padding-block-end: 1.01em;
  min-inline-size: min-content;
  border: 1px solid #C4C4C4;
  margin-bottom: 1.3rem;
}

.detail-pedido fieldset legend {  
  width: auto;  
  font-size: medium;
  font-weight: 600;
  color: #4F4F4F;
  padding: 0 0.5rem;
}

.detail-pedido fieldset span {
  font-weight: bold;
  color: #4F4F4F;  
  font-size: 0.9rem;
}

.detail-pedido fieldset p {  
  color: #4F4F4F;  
  font-size: 1.0rem;
  padding-top: 0.3rem;
}

.detail-pedido fieldset img {   
  padding-top: 0.3rem;
}

.detail-pedido fieldset i {   
  color: #1477F8
}

.detail-pedido fieldset .text-small {  
  font-size: small;
}

.detail-pedido fieldset .scroll-hitory p {   
  font-size: 0.9rem;
}

.detail-pedido fieldset .scroll-hitory .text-small { 
  text-align: center;
  padding-right: 4.82rem;
  padding-bottom: 0.4rem;
  margin-top: 0rem;
  font-size: 0.9rem;
}

.detail-pedido fieldset .scroll-hitory legend { 
  padding-bottom: 0.9rem;
}

.detail-pedido fieldset .row { 
  padding-left: 0.2rem;
}

.detail-pedido fieldset .row-padding-bottom {   
  padding-bottom: 1.1rem;
}

.detail-pedido .badge-success {
  color: #fff !important;
  background-color: #28a745;
  width: 9.2rem;
  height: 1.8rem;
  border-radius: 1.2rem;
  padding-top: 0.4rem;
}

.detail-pedido .badge-warning {
  color: #212529 !important;
  background-color:#ffc107;
  width: 9.2rem;
  height: 1.8rem;
  border-radius: 1.2rem;
  padding-top: 0.4rem;
}

.detail-pedido .badge-danger {
  color: #fff !important;
  background-color: #dc3545;
  width: 9.2rem;
  height: 1.8rem;
  border-radius: 1.2rem;
  padding-top: 0.4rem;
}

.detail-pedido .label-green {
  color: #3aaa35;  
  font-weight: normal;
  font-size: 1.4rem;  
}

.detail-pedido .col-label-green {
  margin-top: 0.4rem; 
  padding-left: 1.7rem; 
  text-align: right;
}

.detail-pedido .label-green-large {
  color: #3aaa35;
  font-size: xx-large;
  font-weight: normal;
}

.history-disable {
  color: #cac9c9;
}

.scroll-details-history {
  height: 10.6rem; 
  margin-bottom: 10px; 
  overflow-y: scroll;   
  overflow-x: hidden;
  text-align:left;
}

::-webkit-scrollbar-track {
  background-color: #F4F4F4;
}

::-webkit-scrollbar {
  width: 0.3rem;  
}

::-webkit-scrollbar-thumb {
  background: darkgrey;
  border-radius: 10px;
}

.detail-pedido .values-item p {
  font-size: 0.9rem;
  color: #4F4F4F;
}

.detail-pedido .values-item .text-red {
  color: red;
}

.detail-pedido .values-item .text-green {
  color: #3aaa35;
}

.detail-pedido .values-repasse .text-red {
  color: red;
}

.modal-details-header h4 {  
  font-family: 'Open sans', sans-serif;
  font-weight: normal;
  color: #009688;
  font-size: xx-large;  
  text-align: center;
}

.modal-details .list-details {
  border: 1px solid #C4C4C4; padding: 1.2rem; margin-bottom: 0.9rem; margin: 0.9rem;
}

.modal-details-header p {
  font-style: italic;
  text-align: center;
}

.modal-details p {  
  font-size: 0.9rem;
  color: #4F4F4F;
}

.modal-details .label-green {
  color: #3aaa35;  
  font-weight: normal;
  font-size: 1.4rem;  
}

.modal-details .text-red {
  color: red;
}

.modal-details .text-green {
  color: #3aaa35; 
}

.modal-details .label-large {  
  font-size: xx-large;
  font-weight: normal;
}

.scroll-details-modal-values {
  height: 23.6rem;
  margin-bottom: 10px; 
  overflow-y: scroll;   
  overflow-x: hidden;
  text-align:left;
}

.lancamentos-pedido .lancamentos-pedido-header {
  padding-bottom: 2.6rem;
  padding-top: 1.0rem;
}

.lancamentos-pedido fieldset .row {
  padding-left: 0px;
  padding-right: 0.3rem;
}

.lancamentos-pedido fieldset .lancamentos-pedido-header span {
  color: black;
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
  height: 33px;   
  padding-bottom: 2.6rem;
  padding-top: 1.0rem;
  font-family: Poppins;
}

.lancamentos-pedido .lancamentos-pedido-body p {
  font-size: 0.9rem;
}

.lancamentos-pedido .lancamentos-pedido-body span {
  font-size: 1.0rem;
  font-weight: normal;
}

.lancamentos-pedido .lancamentos-pedido-body .label-danger {
  color: #fff;
  background-color: #bd2b0a !important;
  border-color: #bd2603;
}

.lancamentos-pedido .lancamentos-pedido-body .label-warning {
  background-color: #e2b20b;
}

.lancamentos-pedido .lancamentos-pedido-body .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.lancamentos-pedido .lancamentos-pedido-body .text-red {
  color: red;
}

.lancamentos-pedido .lancamentos-pedido-body .text-green {
  color: #3aaa35;
}

.lancamentos-pedido fieldset i {
  color: #fff;
}

.dropdown-button {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  background-color: #ffffff;
  color: #000000;
  margin: 0 !important;
}

.btn-group.open .btn-dropdown {
  border-radius: 4px 4px 0 0;
}

.dropdown-button:hover {
  opacity: 0.8;
}

.btn-group .line {
  margin: unset;
  color: #3aaa35;
  border-top: 1px solid;
}

.div-button-container {
  border: 1px solid #3aaa35;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  padding: unset;
}