.bg-medal-first {
    background: linear-gradient( to bottom, #c39738, #deb761, #c39738);
}

.bg-medal-second {
    background: linear-gradient( to bottom, #bcc6cc, #eee, #bcc6cc);
}

.bg-medal-third {
    background: linear-gradient(to bottom, #CD7F32 0%, #BE7023 100%);
}

.normal-ranking p.text-lg {
    color: #fff;
    font-weight: bold;
    padding-top: 10px;
}

.card.ranking-vendedores {
    min-height: 370px;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #9b418d #fff;
}


/* Works on Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 8px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #9b418d;
    border-radius: 10px;
    border: 2px solid #fff;
}

.search-container {
    min-width: 300px;
}

div.row.pedido-impressao h5 {
    font-size: 16px !important;
}

div.row.pedido-impressao p {
    font-size: 14px !important;
}

div.row.pedido-impressao h6 {
    font-size: 16px !important;
}

div.row.pedido-impressao span {
    font-size: 14px !important;
}

div.row.pedido-impressao label {
    font-size: 13px !important;
}

div.row.pedido-impressao input {
    font-size: 14px !important;
}

div.row.pedido-impressao div.produto-container label {
    font-size: 13px !important;
}

div.row.pedido-impressao div.produto-container input {
    font-size: 16px !important;
}

div.row.pedido-impressao hr {
    border-color: #000;
}

.bg-gradient-caixabox {
    background-color: #9b418d;
}

select {
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto !important;
}

input.pd-autocomplete {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

div.table-responsive {
    min-height: 300px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

div.row.pedido-impressao p.obs-orcamento {
    padding-top: 20px;
    font-size: 10px !important;
}

div.row.pedido-impressao p.valor-total.final, div.row.pedido-impressao p.valor-total.final span {
    color:#9b418d;
    font-size:16px !important;
}