/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

table.table.text-small {
    font-size: 0.8em
}

table .table-header-center th {
    text-align: center;
}

table.table-zak tbody td,
table.table-zak tfoot td, 
table.table-zak tfoot th {
    text-align: center;
    padding:4px;
}

table.table-bordered {
    border-color: #dedede
}

table.table-bordered-none {
    border:none
}

table.table-zak  {
    border: 1px solid #000;
    color: #000;
}
table.table-zak thead th {
    background-color: #9ec981;
    vertical-align: middle;
}

table.mb-0 {
    margin-bottom: 0;
}

table.table-fixed {
    table-layout: fixed
}

.radio-padding  {
    padding-top: 8px;
}

.label-amount {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.card-title-zak {
    background-color: #9ec981;
    padding: 4px;
}

.empty-label {
    margin-top: 13px;
}

.tiada-transaksi {
    font-style: italic;
    padding: 10px !important;
}

.text-uppercase {
    text-transform: uppercase;
}

.zak-logo > img {
    height: 35px;
}

.form-control {
    text-transform: uppercase;
}

.btn-primary {
    background-color: #3A1078 !important;
}

@media screen {
    .sheet {
        border:1px solid #000;
        width: 210mm;
        height: 148mm;
        padding: 5mm;
    }    

    section.resit-header {
        height: 49mm;
    }

    section.jualan-data {
        height: 65mm;
    }
    
    section.footer-notes {
        height: 25mm;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    section.footer-notes > .notes > .notes-area {
        height: 10mm;
    }
    section.footer-notes > .info {
        display: flex;
        justify-content: space-between;
    }
}
