.register-dealer-bg {
    background-image: url(../img/register_dealer_background.png);
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

.progressbar {
    counter-reset: step;
    z-index: 9;
    width: 50%;
    float: left;
    margin-left: -1.5rem;
}

.help-block-select {
    position: relative;
    margin-top: 25px;
}

.progressbar li {
    list-style-type: none;
    width: 18%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}

.progressbar li:before {
    width: 35px;
    height: 35px;
    content: counter(step);
    counter-increment: step;
    line-height: 35px;
    border: 2px solid #b5b5b5;
    display: block;
    text-align: center;
    margin: 0 auto 10px 0px;
    border-radius: 50%;
    background-color: #b5b5b5;
    color: #b5b5b5;
}

.progressbar li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #b5b5b5;
    top: 17px;
    left: -80%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active:before {
    background: url(../../front/img/tick.png);
    background-size: contain;
    border: none;
    color: transparent;
    border-radius: 0px;
    background-repeat: no-repeat;
}

.progressbar li.active {
    color: #000;
    font-weight: 700;
}

.progressbar li.active:before {
    border-color: #b5b5b5;
}

.progressbar li.active+li:after {
    background-color: #b5b5b5;
}

.register-dealer-fieldset {
    max-width: 65%;
}

.register-dealer-input {
    width: 80%;
}

.register-dealer-single-input {
    width: 38.5%;
}

.register-dealer-input-full {
    width: 90%;
}

.action-wizard-button-next {
    margin-right: 20%;
    padding: 0.6rem 2.2rem !important;
}

.action-wizard-button-prev {
    padding: 0.6rem 2.2rem !important;
}

.select2-container {
    width: 80% !important;
    float: left;
    text-align: left;
}

.select2-container--default .select2-selection--single:focus {
    outline-color: transparent !important;
    border: 1px solid #ced4da !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline-color: transparent !important;
}

.select2-container .select2-selection--single {
    height: 34px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: 45px !important;
    border-radius: 0.25rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 80% !important;
}

.document-upload {
    position: relative;
    max-width: 285px;
    margin: 0px auto;
}

.document-upload .document-edit {
    position: absolute;
    left: 180px;
    z-index: 1;
    top: 18px;
}

.document-upload .document-edit input {
    display: none;
}

.document-upload .document-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #ffffff;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.document-upload .document-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.document-upload .document-edit input+label:after {
    content: "\f040";
    font-family: "FontAwesome";
    color: #757575;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}

.document-upload .document-preview {
    width: 200px;
    height: 200px;
    position: relative;
    border-radius: 0px;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.document-upload .document-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0.8rem;
}

.document_name {
    width: 200px;
    padding-top: 15px;
    font-weight: 600;
}

#imagePreview1,
#imagePreview2,
#imagePreview3 {
    background-image: url(../img/no-image.png);
}