﻿.form-check-input[type=radio] {
    margin-top: 10px;
    height: 20px !important;
    width: 20px !important;
}

.select2-container .select2-selection--single, .select2-search__field {
    border: 1px solid #dddddd; /* Match Bootstrap's border */
    border-radius: 0.375rem; /* Match Bootstrap's border-radius */
    font-family: Saira, Helvetica, Arial, Lucida, sans-serif;
    font-size: 1rem;
    height: 38px; /* Match SIGMA's input height */
    padding: 0.18rem 0.75rem; /* Match Bootstrap's padding */
    width: 100% !important;
}

.select2-selection.form-select:focus {
    box-shadow: 0 0 0 1px #86b7fe;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
    margin-top: 2px;
    padding-left: 0;
}

.select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dddddd;
    border-radius: 0.375rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0d6efd; /* Bootstrap primary color */
    border: 1px solid #0a58ca;
    color: #fff;
    border-radius: 0.2rem;
    padding: 0.25rem 0.5rem;
}

.select2-search__field {
    border: 1px solid #dddddd !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

@media (min-width: 992px) {
    #ContactForm {
        width: 400px;
    }
}