﻿
ul.toggleSwitch2 {
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
}

    ul.toggleSwitch2 li {
        float: left;
        position: relative;
        width: 50%;
    }

        ul.toggleSwitch2 li input[type="radio"] {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitch2 li input[type="radio"] + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 0;
                padding: 6px 12px;
                vertical-align: middle;
                background-color: #fff;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
            }

                ul.toggleSwitch2 li input[type="radio"] + label:hover {
                    color: #9cbf41;
                    border-color: #9cbf41;
                }

    ul.toggleSwitch2.small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitch2.x-small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitch2 li:first-child input[type="radio"] + label {
        border-radius: 4px 0 0 4px;
    }

    ul.toggleSwitch2 li:last-child input[type="radio"] + label {
        border-radius: 0 4px 4px 0;
    }

    ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label {
        background-color: #9cbf41;
        border-color: #9cbf41;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label {
        background-color: #9cbf41;
        border-color: #9cbf41;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label:hover {
        background-color: #9cbf41;
        border-color: #9cbf41;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label:hover {
        background-color: #9cbf41;
        border-color: #9cbf41;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {

    ul.toggleSwitch2 {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitch2 li {
            float: left;
            position: relative;
            padding: 0;
            width: 50%;
        }

            ul.toggleSwitch2 li input[type="radio"] {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitch2 li input[type="radio"] + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 12px;
                    margin-bottom: 0;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #fff;
                    border: 1px solid #103184;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: 400;
                }

                    ul.toggleSwitch2 li input[type="radio"] + label:hover {
                        color: #a83a68;
                        border-color: #a83a68;
                    }

        ul.toggleSwitch2.small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitch2.x-small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitch2 li:first-child input[type="radio"] + label {
            border-radius: 4px 0 0 4px;
        }

        ul.toggleSwitch2 li:last-child input[type="radio"] + label {
            border-radius: 0 4px 4px 0;
        }

        ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label {
            background-color: #9cbf41;
            border-color: #9cbf41;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label {
            background-color: #9cbf41;
            border-color: #9cbf41;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label:hover {
            background-color: #9cbf41;
            border-color: #9cbf41;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

        ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label:hover {
            background-color: #9cbf41;
            border-color: #9cbf41;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

    .proposalYYSelect {
        margin-top: 10px;
    }
}


ul.toggleSwitch {
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
}

    ul.toggleSwitch li {
        float: left;
        position: relative;
    }

        ul.toggleSwitch li input[type="radio"] {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitch li input[type="radio"] + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 0;
                padding: 6px 12px;
                vertical-align: middle;
                background-color: #fff;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
            }

                ul.toggleSwitch li input[type="radio"] + label:hover {
                    color: black;
                    border-color: black;
                }

    ul.toggleSwitch.small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitch.x-small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitch li:first-child input[type="radio"] + label {
        border-radius: 10px 0px 0px 10px;
        margin-right: 8px;
    }

    ul.toggleSwitch li:last-child input[type="radio"] + label {
        border-radius: 0px 10px 10px 0px;
    }

    ul.toggleSwitch li:first-child input[type="radio"]:checked + label {
        /*background-color: #5cb85c;*/
        background-color: #13AA41;
        border-color: #4cae4c;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch li:last-child input[type="radio"]:checked + label {
        background-color: #E03c31;
        border-color: #d43f3a;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch li:first-child input[type="radio"]:checked + label:hover {
        background-color: #449d44;
        border-color: #398439;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitch li:last-child input[type="radio"]:checked + label:hover {
        background-color: #c9302c;
        border-color: #ac2925;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {

    ul.toggleSwitch {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitch li {
            float: left;
            position: relative;
        }

            ul.toggleSwitch li input[type="radio"] {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitch li input[type="radio"] + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 12px;
                    margin-bottom: 0;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #fff;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: 400;
                }

                    ul.toggleSwitch li input[type="radio"] + label:hover {
                        color: black;
                        border-color: black;
                    }

        ul.toggleSwitch.small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitch.x-small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitch li:first-child input[type="radio"] + label {
            border-radius: 5px 0px 0px 5px;
            width: 80px;
            margin-right: 5px;
        }

        ul.toggleSwitch li:last-child input[type="radio"] + label {
            border-radius: 0px 5px 5px 0px;
            width: 80px;
        }

        ul.toggleSwitch li:first-child input[type="radio"]:checked + label {
            background-color: #5cb85c;
            border-color: #4cae4c;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch li:last-child input[type="radio"]:checked + label {
            background-color: #d9534f;
            border-color: #d43f3a;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch li:first-child input[type="radio"]:checked + label:hover {
            background-color: #449d44;
            border-color: #398439;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

        ul.toggleSwitch li:last-child input[type="radio"]:checked + label:hover {
            background-color: #c9302c;
            border-color: #ac2925;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

    .proposalYYSelect {
        margin-top: 10px;
    }

        .proposalYYSelect:after {
            margin-top: 10px;
        }
}

/* RadioButtonList with more than 2 options */
ul.toggleSwitchMore {
    list-style: outside none none;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 10px;
}

    ul.toggleSwitchMore li {
        float: left;
        min-width: 80px;
        position: relative;
    }

        ul.toggleSwitchMore li input {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitchMore li input + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                padding: 6px;
                vertical-align: middle;
                background-color: #f9f9f9;
                border: 1px solid #999;
                border-radius: 15px;
                margin-bottom: 8px;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
            }

                ul.toggleSwitchMore li input + label:hover {
                    color: #222;
                    border-color: #000;
                }
        
        ul.toggleSwitchMore li:nth-child(odd) input + label {
            border-radius: 4px;
        }

        ul.toggleSwitchMore li:nth-child(even) input + label {
            border-radius: 4px;
        }

    ul.toggleSwitchMore.small li input + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitchMore.x-small li input + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitchMore li:nth-child(odd) input:checked + label {
        background-color: #000;
        border-color: #000;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitchMore li:nth-child(even) input:checked + label {
        background-color: #000;
        border-color: #000;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitchMore li:nth-child(odd) input:checked + label:hover {
        background-color: #222;
        border-color: #000;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitchMore li:nth-child(even) input:checked + label:hover {
        background-color: #222;
        border-color: #000;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

#divDrivingExperience ul.toggleSwitchMore {
    grid-template-columns: repeat(1, minmax(120px, 1fr));
}

ul.toggleSwitchMore.chkOtherVehicle {
    grid-template-columns: repeat(1, minmax(180px, 1fr));
}

ul.toggleSwitchMore.rbl-row-3 {
    grid-template-columns: repeat(3, minmax(120px, 1fr));
}

@media only screen and (max-width: 992px) {
    ul.toggleSwitchMore {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }

        ul.toggleSwitchMore.rbl-row-3 {
            grid-template-columns: repeat(2, minmax(120px, 1fr));
        }

        ul.toggleSwitchMore li {
            text-align: center;
        }

            ul.toggleSwitchMore li:nth-child(even) {
                margin-right: 0px;
            }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    ul.toggleSwitchMore {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitchMore li {
            float: left;
            position: relative;
        }

            ul.toggleSwitchMore li input {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitchMore li input + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 12px;
                    margin-bottom: 8px;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #f9f9f9;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: 400;
                }

                    ul.toggleSwitchMore li input + label:hover {
                        color: #222;
                        border-color: #000;
                    }

        ul.toggleSwitchMore.small li input + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitchMore.x-small li input + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitchMore li:nth-child(odd) input:checked + label {
            background-color: #000;
            border-color: #000;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-in-out 0s;
        }

        ul.toggleSwitchMore li:nth-child(even) input:checked + label {
            background-color: #000;
            border-color: #000;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-in-out 0s;
        }

        ul.toggleSwitchMore li:nth-child(odd) input:checked + label:hover {
            background-color: #222;
            border-color: #000;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

        ul.toggleSwitchMore li:nth-child(even) input:checked + label:hover {
            background-color: #222;
            border-color: #000;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }
    }

    ul.toggleSwitch4 {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitch4 li {
            float: left;
            position: relative;
        }

            ul.toggleSwitch4 li input[type="radio"] {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitch4 li input[type="radio"] + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 14px;
                    font-weight: 400;
                    margin-bottom: 0;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #fff;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                }

                    ul.toggleSwitch4 li input[type="radio"] + label:hover {
                        color: black;
                        border-color: black;
                    }

        ul.toggleSwitch4.small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitch4.x-small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitch4 li:first-child input[type="radio"] + label {
            border-radius: 10px 0px 0px 10px;
            width: 70px;
            margin-right: 1px;
        }

        ul.toggleSwitch4 li:last-child input[type="radio"] + label {
            border-radius: 0px 10px 10px 0px;
            width: 70px;
        }

        ul.toggleSwitch4 li:first-child input[type="radio"]:checked + label {
            /*background-color: #5cb85c;*/
            background-color: #13AA41;
            border-color: #4cae4c;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-in-out 0s;
        }

        ul.toggleSwitch4 li:last-child input[type="radio"]:checked + label {
            background-color: #E03c31;
            border-color: #d43f3a;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-in-out 0s;
        }

        ul.toggleSwitch4 li:first-child input[type="radio"]:checked + label:hover {
            background-color: #449d44;
            border-color: #398439;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in-out 0s;
        }

        ul.toggleSwitch4 li:last-child input[type="radio"]:checked + label:hover {
            background-color: #c9302c;
            border-color: #ac2925;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in-out 0s;
        }

    ul.toggleSwitch3 {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitch3 li {
            float: left;
            position: relative;
        }

            ul.toggleSwitch3 li input[type="radio"] {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitch3 li input[type="radio"] + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 14px;
                    font-weight: 400;
                    margin-bottom: 0;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #fff;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: 400;
                }

                    ul.toggleSwitch3 li input[type="radio"] + label:hover {
                        color: black;
                        border-color: black;
                    }

        ul.toggleSwitch3.small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitch3.x-small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitch3 li:first-child input[type="radio"] + label {
            border-radius: 10px 0px 0px 10px;
            width: 160px;
            margin-right: 8px;
        }

        ul.toggleSwitch3 li:last-child input[type="radio"] + label {
            border-radius: 0px 10px 10px 0px;
            width: 160px;
        }

        ul.toggleSwitch3 li:first-child input[type="radio"]:checked + label {
            /*background-color: #5cb85c;*/
            background-color: #13AA41;
            border-color: #4cae4c;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-in-out 0s;
        }

        ul.toggleSwitch3 li:last-child input[type="radio"]:checked + label {
            background-color: #d9534f;
            border-color: #d43f3a;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-in-out 0s;
        }

        ul.toggleSwitch3 li:first-child input[type="radio"]:checked + label:hover {
            background-color: #449d44;
            border-color: #398439;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in-out 0s;
        }

        ul.toggleSwitch3 li:last-child input[type="radio"]:checked + label:hover {
            background-color: #c9302c;
            border-color: #ac2925;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in-out 0s;
        }

    @media only screen and (min-width: 0px) and (max-width: 767px) {

        ul.toggleSwitch3 {
            list-style: outside none none;
            margin: 0;
            overflow: auto;
            padding: 0;
            transition: all 0.8s ease-out 0s;
            vertical-align: middle;
        }

            ul.toggleSwitch3 li {
                float: left;
                position: relative;
            }

                ul.toggleSwitch3 li input[type="radio"] {
                    bottom: 0;
                    left: 0;
                    opacity: 0.011;
                    position: absolute;
                    right: 0;
                    top: 0;
                }

                    ul.toggleSwitch3 li input[type="radio"] + label {
                        -moz-user-select: none;
                        background-image: none;
                        cursor: pointer;
                        display: block;
                        font-size: 12px;
                        margin-bottom: 0;
                        padding: 6px 12px;
                        vertical-align: middle;
                        background-color: #fff;
                        border: 1px solid #999;
                        box-sizing: border-box;
                        display: inline-block;
                        height: 36px;
                        position: relative;
                        text-align: center;
                        width: 100%;
                        font-weight: 400;
                    }

                        ul.toggleSwitch3 li input[type="radio"] + label:hover {
                            color: black;
                            border-color: black;
                        }

            ul.toggleSwitch3.small li input[type="radio"] + label {
                font-size: 12px;
                line-height: 1.5;
                padding: 5px 10px;
            }

            ul.toggleSwitch3.x-small li input[type="radio"] + label {
                font-size: 12px;
                line-height: 1.5;
                padding: 1px 5px;
            }

            ul.toggleSwitch3 li:first-child input[type="radio"] + label {
                border-radius: 5px 0px 0px 5px;
                width: 80px;
                margin-right: 5px;
            }

            ul.toggleSwitch3 li:last-child input[type="radio"] + label {
                border-radius: 0px 5px 5px 0px;
                width: 80px;
            }

            ul.toggleSwitch3 li:first-child input[type="radio"]:checked + label {
                background-color: #5cb85c;
                border-color: #4cae4c;
                color: #fff;
                cursor: pointer;
                display: block;
                transition: all 0.8s ease-out 0s;
            }

            ul.toggleSwitch3 li:last-child input[type="radio"]:checked + label {
                background-color: #d9534f;
                border-color: #d43f3a;
                color: #fff;
                cursor: pointer;
                display: block;
                transition: all 0.8s ease-out 0s;
            }

            ul.toggleSwitch3 li:first-child input[type="radio"]:checked + label:hover {
                background-color: #449d44;
                border-color: #398439;
                color: #fff;
                opacity: 0.8;
                text-decoration: none;
                transition: all 0.2s ease-in 0s;
            }

            ul.toggleSwitch3 li:last-child input[type="radio"]:checked + label:hover {
                background-color: #c9302c;
                border-color: #ac2925;
                color: #fff;
                opacity: 0.8;
                text-decoration: none;
                transition: all 0.2s ease-in 0s;
            }

        .proposalYYSelect {
            margin-top: 10px;
        }
    }

    @media only screen and (max-width : 640px) {
        ul.toggleSwitchMore.rbl-business-kms {
            grid-template-columns: repeat(1, minmax(120px, 1fr));
        }
    }
