.card-pagamento {
  display: flex;
  gap: 15px;
  align-items: center;

  border: solid 1px #ebebeb;
  border-radius: 8px;
  padding: 10px;
}

.card-pagamento span {
  display: inline-block;
}

@media (max-width: 450px){
  .card-pagamento span {
    font-size: 12px;
  }
}

.card-pagamento .card-pagamento-info {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.card-pagamento .card-pagamento-bandeira-icon {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #ebebeb;

  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 0px 10px;
}

.card-pagamento .card-pagamento-bandeira-pequena {
  width: 20px;
  margin-right: 3px;
  display: none;
}

@media (max-width: 350px){
  .card-pagamento .card-pagamento-bandeira {
    display: none;
  }

  .card-pagamento .card-pagamento-bandeira-pequena {
    display: inline;
  }
}

.card-pagamento .card-pagamento-parcelas {
  font-size: 17px;
  font-weight: 500;
}

.card-pagamento .card-pagamento-status {
  font-weight: 500;
  color: #2BC155;
}

.branco-vazado-cor {
  background-color: #fff;
  width: 100%;
  height: calc(100% - 85px);
  position: absolute;
  border-radius: 15px;
  top: 85px;
}

.empresa-vendedora .material-symbols-outlined {
  font-size: 13px;
  color: #0e710e;
  font-variation-settings:
  'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.empresa-vendedora .nome {
  font-size: 10px;
  font-weight: 500;
  color: #0e710e;
}

.prescricao-partes .ck-editor__editable {
  min-height: 500px;
}

.prescricao-partes .ck-editor {
  width: 100%!important
}
