.backgroud {
    background: #444444;
}

.backgroud .card {
    background-color: #fff;
    color: #444;
}

.card-body {
    padding-top: 0;
    padding-bottom: 0;
}

.card-side-bar {
    border-left: 1px solid #444444;
}

.pwt-step {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    display: table;
    border-collapse: separate;
}

.pwt-step li {
    list-style: none;
    display: table-cell;
    vertical-align: top;
    text-align: center;
}

.pwt-step li span {
    display: block;
    margin-bottom: 35px;
    position: relative;
    font-size: 16px;
    line-height: 32px;
    color: var(--default);
    text-align: center;
    text-decoration: none;
}

.pwt-step li span::before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    background-color: #666;
    z-index: 5;
    left: 0;
    right: 50%
}

.pwt-step li span::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    z-index: 4;
    left: 12px;
    right: 0;
    background-color: #666;
    ;
}

.pwt-step li:first-child span::before {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.pwt-step li:last-child span::after {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.pwt-step li span i {
    position: relative;
    top: 35px;
    display: inline-block;
    z-index: 20;
    padding: 0 15px;
    min-width: 80px;
}

.pwt-step li.done span::before {
    background: var(--default);
    box-shadow: #fff;
    right: 0%;
}

.pwt-step li.active span::before {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: var(--default);
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-left: 0;
}

.input-group-text {
    background-color: #fff;
}

.text-heading {
    background-color: var(--default);
    color: #fff;
    margin-top: 20px;
    margin-left: -21px;
    display: inline-grid;
    padding: 10px;
    padding-left: 21px;
}

.form-pages {
    position: relative;
    bottom: 0;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    background-color: var(--default);
    border-color: var(--default);
}
.has-error .input-group .input-group-text {
    border-color: #dc3545;
}
.has-success .input-group .input-group-text {
    border-color: #28a745;
}


/* .input-group-text {
    border-right: 0;
} */
.form-control.error {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.valid{
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.has-error .form-error{
    color: #dc3545;
}