﻿/*.select2-container .select2-selection--single {
    height: calc(3.5rem + 2px);*/ /* Bootstrap form-floating height */
    /*padding: 0.5rem 0.75rem;
    display: flex;
    align-items: center;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: normal;
    padding-left: 0;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    height: calc(3.5rem + 2px);
}*/

.form-floating .select2-container .select2-selection--single {
    height: calc(3.5rem + 2px);
    padding: 1.625rem 0.75rem 0.625rem;
}

.option-card {
    background-color: #f8f9fa; /* Bootstrap light gray */
    border: 1px solid #e5e7eb;
}

    .option-card > .card-body {
        background-color: transparent;
    }
.suboption-card {
    background-color: #ffffff;
    border: 1px dashed #dee2e6;
}
.option-card:hover {
    background-color: #f1f3f5;
}
#contactsTable td, #contactsTable th,
#contractsTable td, #contractsTable th {
    vertical-align: middle;
}

    /* Actions column should never wrap or stretch weirdly */
    #contactsTable th:last-child, #contactsTable td:last-child,
    #contractsTable th:last-child, #contractsTable td:last-child {
        white-space: nowrap;
        width: 1%;
    }

    /* Email column: keep it stable */
    #contactsTable td:nth-child(3) {
        white-space: nowrap;
    }