﻿.custom-dropdown {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    border: 2px solid #007BFF;
    width: 200px;
    background-color: #f5f5f5;
    margin-right: 15px;
}

.custom-dropdown-focus {
    border-color: #007BFF;
    background-color: #e0f7ff;
}

#totalDisplay {
    font-size: 18px;
    font-weight: bold;
    color: #007BFF;
    padding-right: 15px;
    font-family: 'Arial', sans-serif;
}

#footer {
    background-color: #f8f9fa;
}




select {
    text-align: center;
    text-align-last: center; /* For Firefox */
}

option {
    text-align: center;
}
/* Center-align the selected option in the dropdown input box */
.select2 {
    text-align: center; /* Centers the selected text */
    text-align-last: center; /* Ensures text is centered */
    font-weight: bold;
}

/* Center-align the dropdown options */
.select2-container--default .select2-results__option {
    text-align: center; /* Centers the dropdown options */
}

.bttonPrint {
    font-weight: bold;
    font-size: 14px
}


