﻿.formLabel {
    text-transform: uppercase;
    line-height: 18px;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    width: 100%;
    font-family: Roboto Condensed;
}

.form-radiobox.type {
    display: flex;
    align-items: center;
}

.generic-form .form-radiobox.type {
    padding-top: 5px;
    padding-bottom: 15px;
}

.form-radiobox.type input.slb-radio[type="radio"] + label {
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px;
}

.generic-form .type input.slb-radio[type="radio"]:checked + label {
    margin-bottom: 0px;
}

.form-radiobox.type input[type="radio"] + label {
    color: rgb(36,36,36);
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.generic-form .form-radiobox.type .radio-option-label {
    text-transform: none;
    margin-top: 0px;
    margin-right: 40px;
}

    .generic-form .form-radiobox.type .radio-option-label .text {
        font-size: 14px;
    }

input.slb-radio[type="radio"] + label span.outer {
    margin-right: 20px !important;
}
