.sale-details{
    display: flex;
    justify-content: space-between;
    transition: all .3s ease-in-out;
    padding: 5px;
}
.sale-details:hover{
    background-color: rgba(0, 0, 0, 0.07);
}
.afip-copy{
    background: linear-gradient(90deg,#27ae60 0%, #2ecc71 100%);
    color: #fff !important;
    border: none !important;
    box-shadow: 0 2px 8px rgba(39,174,96,0.18);
}
.afip-copy:hover{
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(39,174,96,0.2);
}
.afip-copy.is-small{ padding-left:0.6rem; padding-right:0.6rem; }
.sale-new-page .column.is-one-quarter {
    background: #f8fafc;
    border-radius: 16px;
    padding: 1.5rem;
}
.sale-new-page .column.is-one-quarter h2.title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0a1628;
    text-align: center;
}
.sale-new-page .column.is-one-quarter hr {
    height: 2px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
}
.sale-new-page .column.is-one-quarter .select select,
.sale-new-page .column.is-one-quarter .input {
    border-radius: 10px;
    border: 2px solid #e2e8f0;
    background: #ffffff;
}
.sale-new-page .column.is-one-quarter .select select:focus,
.sale-new-page .column.is-one-quarter .input:focus {
    border-color: #0066ff;
    box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.1);
    outline: none;
}
input.sale_input-cant,
input.input.sale_input-cant{
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    caret-color: #000 !important;
    -webkit-appearance: textfield !important;
    appearance: textfield !important;
}
input.sale_input-cant::-webkit-outer-spin-button,
input.sale_input-cant::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0 !important;
    display: none !important;
}
input.sale_input-cant::placeholder{ color: rgba(0,0,0,0.45) !important; }
input.sale_input-cant:-webkit-autofill,
input.sale_input-cant:-internal-autofill-selected{
    -webkit-text-fill-color: #000 !important;
}
input.sale_input-cant{ background-color: #fff !important; opacity: 1 !important; text-shadow: none !important; box-shadow: none !important; }
input[type="text"].sale_input-cant, input.sale_input-cant[type="text"]{
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
}
