/* General form elements */
.form-group .input-group-text,
.form-group .form-control {
    font-size: 12px;
    padding: 6px 4px;
    margin-top: 0px;
}

.form-group .invalid-feedback {
    font-size: 10px;
}

/* *****end of General form elements***** */

/* select2 elements proper sizing */
.select2-container--bootstrap4 .select2-selection--single {
    height: 31.5px !important;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 2px 4px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important; 
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
.select2-container--bootstrap4 .select2-selection--single .select2-selection__placeholder,
.select2-container--bootstrap4 .select2-results__option {
    font-size: 12px;
    line-height: 1.5; /* Adjust line-height for vertical alignment */
    padding: 0; /* Ensure consistent padding */
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow {
    display: flex;
    align-items: center;
    padding-right: 4px;
    box-sizing: border-box;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__arrow b {
    font-size: 12px;
}
/* *******end of select2 sizing****** */


/* table elements style */
.table thead tr th, .table tbody tr td{
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
}

.rounded-image{
    vertical-align: middle;
    margin: 2px 0px; 
    border-radius: 50%; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.btn-edit, 
.btn-details, 
.btn-create, 
.btn-pdf, 
.btn-invoice-pdf, 
.btn-gate-pass-pdf, 
.btn-primary, 
.btn-danger, 
.btn-secondary, 
.btn-success, 
.btn-warning, 
.btn-light, 
.btn-dark, 
.btn-link, 
.btn-info {
    font-size: 10px;
    padding: 5px 10px;
    margin-top: 5px;
}

.table tfoot tr td {
    vertical-align: middle;
    text-align: right;
    font-size: 12px;
    line-height: 13px;
    font-weight: bold;
    color: blue;
}

/* end of table elements style */