﻿.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btnPrev {
    padding: 8px 18px;
}
label.nearbyArea {
    cursor: pointer;
    padding: 8px 18px !important;
}
label.alert-success {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    border: 0px solid #eee !important;
    color: #fff;
    padding: 5px 15px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 15px;
}
.panel-default {
    border-color: #ddd;
}
.nearbyArea {
    min-width: 245px!important;
}

.swal2-popup .swal2-content {
    font-size: 1.2em!important;
}
label.nearbyArea {
    font-size: 16px !important;
    border-radius: 3px !important;
    border: 1px solid #dbdbdb!important;
}
    label.nearbyArea:hover {
        background-color: #eaeaea;
    }
input.labelauty + label {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #000;
    font-weight: 600;
}
input.labelauty:not(:checked):not([disabled]) + label:hover {
    color: #000;
}
.toggle-group label.btn, .toggle-group span.btn {
    font-size: 15px !important;
}
.toggle-group span.btn {
    margin-top:-4px;
}
.pricingList li {
    font-size: 15px!important;
    line-height:24px!important;
}
#tablePricing {
    font-size: 15px !important;
}
.wizardTitle {
    max-width: 620px;
    margin: auto;
}

#wizard .content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wizard {
    position: relative;
}

    .wizard > .steps {
        z-index: 9;
    }

        .wizard > .steps .current-info, .wizard > .steps .number {
            display: none;
        }

        .wizard > .steps ul {
            display: flex;
            justify-content: center;
            border-bottom: 1px solid #efefef;
            padding-bottom: 20px;
            margin-left: 0px;
            padding-left: 0px;
        }

            .wizard > .steps ul li {
                list-style: none;
            }

        .wizard > .steps li a {
            display: inline-block;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #e9e0cf;
            margin-right: 78px;
            position: relative;
        }

            .wizard > .steps li a:before {
                content: "";
                width: 58px;
                height: 2px;
                background: #e9e0cf;
                position: absolute;
                right: 22px;
                top: 5px;
            }

            .wizard > .steps li a:after {
                content: "";
                width: 0;
                height: 2px;
                background: #416f85;
                position: absolute;
                left: -68px;
                top: 5px;
                transition: all 0.6s ease;
            }

        .wizard > .steps li.first a {
            background: #416f85;
        }

        .wizard > .steps li.checked a {
            background: #416f85;
        }

            .wizard > .steps li.checked a:after {
                width: 58px;
            }

        .wizard > .steps li:last-child a {
            margin-right: 0;
        }

        .wizard > .steps li:first-child a:before {
            display: none;
        }

        .wizard > .steps li:first-child a:after {
            display: none;
        }

@media(max-width: 991px) {
    .wizard > .steps li a:before {
        width: 30px;
    }

    .wizard > .steps li a {
        margin-right: 50px;
    }

    .wizard > .steps li.checked a:after {
        width: 30px !important;
    }

    .wizard > .steps li a:after {
        left: -40px;
    }
}

@media(max-width: 600px) {
    .wizard > .steps li a:before {
        width: 20px;
    }

    .wizard > .steps li a {
        margin-right: 40px;
    }

    .wizard > .steps li.checked a:after {
        width: 20px !important;
    }

    .wizard > .steps li a:after {
        left: -30px;
    }
}

@media(max-width: 500px) {
    .wizard > .steps li a:before {
        width: 10px;
    }

    .wizard > .steps li a {
        margin-right: 30px;
    }

    .wizard > .steps li.checked a:after {
        width: 10px !important;
    }

    .wizard > .steps li a:after {
        left: -20px;
    }
}

@media(max-width: 400px) {
    .wizard > .steps li a:before {
        width: 5px;
    }

    .wizard > .steps li a {
        margin-right: 25px;
    }

    .wizard > .steps li.checked a:after {
        width: 5px !important;
    }

    .wizard > .steps li a:after {
        left: -15px;
    }
}

.wizardQuestion {
    font-weight: 700;
    font-size: 18px;
    border-bottom: dashed 2px #efefef;
    padding: 10px;
    display: block;
    margin-bottom: 10px;
}

.toggle-group label {
    color: #FFFFFF !important;
    font-weight: 700 !important;
}

button.btnPrev {
    font-weight: 700;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.pricingTitle {
    color: #274350 !important;
    font-weight: 700;
}

.registerFinish {
    font-size: 22px;
    width: 80%;
    margin: auto;
}

.swal2-popup {
    min-width: 400px !important;
}

.pac-container {
    background-color: #FFF;
    z-index: 2000 !important;
    position: fixed;
    display: inline-block;
    float: left;
}

.nearbyArea {
    min-width: 200px;
    text-align: left !important;
    margin-bottom: 5px;
    margin-right: 5px;
}

    .nearbyArea input {
        margin-right: 10px;
    }