body .sub_btn {
    float: right;
    display: inline-block;
    width: 300px;
}
body .form-label {
    margin-bottom: .5rem;
    font-size: var(--font-size-18);
}
select.form-control {
    font-size: var(--font-size-18);
    height: 45px;
}
/* Make select2 same height as Bootstrap input */
.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important; /* same as form-control */
    padding: 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
}

/* Adjust text inside */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
    padding-left: 0 !important;
}

/* Adjust arrow position */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    right: 8px;
}
/* Font size inside the Select2 box */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 18px !important;
}

/* Font size inside the dropdown list */
.select2-container--default .select2-results__option {
    font-size: 18px !important;
}
table.table-bordered.dataTable th, table.table-bordered.dataTable td {
    border-bottom-width: 1px;
    font-size: 18px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
    font-size: 18px;
}