﻿.register-container {
    background-color: #FAFBFF;
}
.register-header {
    background-color: white;
    /*padding: 0px 100px;*/
}
.register-content {
    background-color: #FAFBFF;
    /*padding: 0px 100px;*/
}
.role-active {
    background-color: #123195;
    color: white;
}
.role-inactive {
    background-color: white;
}
.role-btn {
    border-radius: 8px;
    border: 1px solid black;
}
.role-inactive:hover {
    background-color: #123195;
    color: white;
}

.register-container input:not(.checkbox), select {
    border-radius: 8px !important;
    border: none;
    background-color: rgb(232, 240, 254) !important;
}
.register-container .inputwithicon:not(.checkbox) {
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.register-container select{
    border:none;
    font-size:14px;
}
.input-icon {
    background-color: rgb(232, 240, 254);
    border: none;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
    border-radius: 8px;
}
.validate-btn, .next-btn, .prev-btn, .add-property-btn {
    border-radius: 8px;
    border: none;
    background-color: #123195;
    color: white;
}
.prev-btn, .add-property-btn {
    background-color: white;
    color: #202020;
    border: 1px solid lightgrey;
}
.prev-btn:hover, .add-property-btn:hover {
    background-color: lightgrey;
    border: 1px solid lightgrey;
    color: #202020;
}
.add-property-btn {
    background-color: #CDCDCD;
    color: #202020;
}
#radio1,#radio2{
    width:15px;
    height:15px;
}
/*Step Progress Bar Design Starts*/

.multi-steps > li.is-active ~ li:before, .multi-steps > li.is-active:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}

.multi-steps > li.is-active ~ li:after, .multi-steps > li.is-active:after {
    background-color: #F3F3F3;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .multi-steps > li {
        counter-increment: stepNum;
        text-align: center;
        display: table-cell;
        position: relative;
        color: black;
        z-index: 100;
    }

        .multi-steps > li:before {
            content: "\2713";
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 4px;
            background-color: #123195;
            width: 45px;
            height: 45px;
            text-align: center;
            font-weight: bold;
            border-width: 2px;
            border-style: solid;
            border-color: #123195;
            border-radius: 50%;
            color: white;
            font-weight: 900;
        }
.is-active:before{
    color:black !important;  
}

.multi-steps > li:after {
    content: "";
    height: 10px;
    width: 100%;
    background-color: #123195;
    position: absolute;
    top: 18px;
    left: 50%;
    z-index: -1;
}

        .multi-steps > li:last-child:after {
            display: none;
        }

        .multi-steps > li.is-active:before {
            background-color: #fff;
            border-color: #123195;
        }

        .multi-steps > li.is-active ~ li {
            color: #808080;
        }

            .multi-steps > li.is-active ~ li:before {
                background-color: #F3F3F3;
                border-color: #F3F3F3;
                color:grey;
            }
/*Step Progress Bar Design Ends*/

#register-block-two input[disabled], #register-block-two input[disabled] + .input-group-text.input-icon {
    background-color: #e1e4eb !important;
}

register-content input{
    border:none;
}