@import url('https://fonts.googleapis.com/css2?family=Vina+Sans&display=swap');

body{
    background-color: mintcream;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}

#tableLoan thead th{
    vertical-align: middle;
}

#tableLoan thead th, #tableInsertPay thead th{
    vertical-align: middle;
}

table.dataTable td {
    padding: 4px !important;
}

table tbody td{
    color: darkslategrey !important;
}

.h7{
    font-size:10px;    
}

.my-custom-scrollbar {
    position: relative;
    height: 400px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}

.list-group-numbered { list-style: decimal inside; }
.list-group-alpha { list-style: lower-alpha inside; }
.list-group-roman { list-style: lower-roman inside; }
.list-group-alpha >li, .list-group-numbered >li { display: list-item }

.legend-title{
    font-family: 'Vina Sans', cursive;
    font-size: 31px;
}