#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
}

#msform fieldset {
    border: 0 none;
}

.form-card {
    text-align: left;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform .error {
    border-color: #dc3545 !important;
}

.form-control.is-invalid,
.was-validated .form-control:invalid{
    border-color: #dc3545 !important;
}

#msform input.form-control,
#msform textarea,
#msform select {
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
}

#msform input[type="file"] {
    padding: 8px 15px 38px 15px;
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #767676;
    background: #f3f3f3;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input.form-control:focus,
#msform textarea:focus,
#msform select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #D02027;
    outline-width: 0;
}

#msform .action-button {
    float: right;
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #D02027;
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform .action-button {
    width: 100px;
    background: #D02027;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000;
}

.steps {
    text-align: right;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #D02027;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    padding: 0;
}

#progressbar #account:before {
    font-family: 'porto-icons';
    content: '\e91a';
}

#progressbar #business:before {
    font-family: 'porto-icons';
    content: "\e831";
}

#progressbar #bank:before {
    font-family: 'porto-icons';
    content: "\e832";
}

#progressbar #supporting-document:before {
    font-family: 'FONT AWESOME 5 FREE';
    content: "\f15b";
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #D02027;
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #D02027;
}

.bootstrap-tagsinput .tag {
    background: #2c7d68;
    padding: 5px;
    color: #fff;
}

.bootstrap-tagsinput input:first-of-type {
    background: transparent;
    display: inline-block;
    width: auto;
    float: none;
    border: none;
}

.bootstrap-tagsinput input {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    background-color: #eceff1;
    font-size: 16px;
    letter-spacing: 1px;
}



.add-button-style,
.delete-button-style {
    flex-direction: column;
    align-items: end;
    display: flex;
    justify-content: center;
}

.btn-add_CR,
.style-btn-owners,
.btn-add_bank,
.btn-add_authorize,
.btn-add-references,
.btn-add-contacts {
    border: 2px solid #D02027;
    border-radius: 0px;
    color: #D02027;
    font-size: 16px;
    box-shadow: none;
}

.btn-delete_CR i,
.btn-delete-owners i,
.btn-delete_branche i,
.btn-delete-bank i,
.btn-delete_authorize i,
.btn-delete-references i,
.btn-delete-contacts i {
    color: red;
    padding-left: 33%;
}

.hide {
    display: none !important;
}

label.term_condition {
    margin: 0;
    padding-left: 5px;
}

label.term_condition a {
    cursor: pointer;
    text-decoration: none;
    color: #2c7d68;
}

label.term_condition a:hover {
    text-decoration: underline;
}

.invalid-feedback.show {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

.display-block {
    display: block;
}

.file-counter {
    padding-right: 5px;
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.not-empty > :after {
    content: '*';
    color: #e02b27;
    font-size: 18px;
    margin: 0 0 0 0.25em;
}