﻿.mud-paper.building-select-component {
    font-weight: bold !important;
    text-transform: uppercase;
    line-height: 1.2 !important;
    background-color: #F2F2F2;
    box-shadow: rgba(50,50,105,0.15) 0 2px 5px 0,rgba(0,0,0,0.05) 0 1px 1px 0;
    border-right: var(--mud-palette-secondary);
    border-width: 4px;
    border-top: 0;
    border-bottom: 0;
}

.heading-custom {
    color: var(--custom-palette-primary);
    width: fit-content;
}

.building-select-component input {
    background-color: #FFFFFF;
}

.building-select-component input-label {
    display: none;
}

.equal-size-card {
    height: 20vh;
    display: flex;
    justify-content: center;
}