.form-check {
    background-color: #fff;
    box-shadow: 0 4px 8px 4px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%) !important;
    padding: 1rem 1rem 1rem 2.73rem;
    width: 100%;
    min-height: 60px;
}

.form-check.disabled {
    background-color: #e3e4e5;
    height: 60px !important;
    padding: 0.825rem 0.825rem 0.825rem 2.73rem;
}

.form-check label {
    font-size: 1rem;
    margin-bottom: 0;
}

.form-check.selected {
    border: 1px solid #fa5100;
}

.cb-item {
    margin-bottom: 2rem;
}

.alert-primary{
    background-color: rgb(255 236 229) !important;
    background-image: none !important;
}

.btn-outline-primary {
    background-color: #ffffff00 !important;
}

.card-support-option{
    background-color: #f9f9f9 !important;
    border: 1px solid #afafaf;
    cursor: pointer;
    box-shadow: none !important;
    height: 280px;
}

.card-support-option .card-body{
    position: relative;
}

.card-support-option .card-title{
    position: absolute;
    bottom: 20px;
    justify-self: anchor-center;
}

.card-support-option .support-icon{
    position: absolute;
    bottom: 100px;
    justify-self: anchor-center;
}

.card-support-option:hover{
    box-shadow: -2px 2px 7px 0px rgba(0, 0, 0, 0.2) !important;
}

.support-icon{
    font-size: 80px;
    color: #000000;
}

.support-icon img{
    width: 80px !important;
}

.selected-support-option{
    background: #fe5e10 !important;
}

.selected-support-option .support-icon{
    color: #ffffff !important;
}

.selected-support-option .card-title{
    color: #ffffff !important;
}