
.form-wizard-wrapper label {
    font-size: 14px;
    text-align: right;
}
.wizard .steps > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (max-width: 1199.98px) {
    .wizard .steps > ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.wizard .steps > ul > a,
.wizard .steps > ul > li {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.wizard .steps > ul > li {
    width: 100%;
}
.wizard .steps > ul > li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #495057;
    font-weight: 500;
    background-color: rgba(85, 110, 230, 0.1);
}
.wizard .steps > ul .current-info {
    position: absolute;
    left: -999em;
}
.wizard .steps .number {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 34px;
    border: 2px solid #7f1315;
    color: #7f1315;
    text-align: center;
    border-radius: 50%;
    margin-right: 0.5rem;
}
.wizard .steps .current a,
.wizard .steps .current a:active,
.wizard .steps .current a:hover {
    background-color: rgba(85, 110, 230, 0.2);
    color: #495057;
}
.wizard .steps .current a .number,
.wizard .steps .current a:active .number,
.wizard .steps .current a:hover .number {
    background-color: #7f1315;
    color: #fff;
}
.wizard > .content {
    background-color: transparent;
    padding: 14px;
    margin-top: 0;
    border-radius: 0;
    min-height: 150px;
}
.wizard > .content > .title {
    position: absolute;
    left: -999em;
}
.wizard > .content > .body {
    width: 100%;
    height: 100%;
    padding: 14px 0 0;
    position: static;
}
.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding-bottom: 10px;
}
.wizard > .actions > ul {
    display: block;
    text-align: right;
    padding-left: 0;
}
.wizard > .actions > ul > li {
    display: inline-block;
    margin: 0 0.5em;
}
.wizard > .actions a{
    align-items: center;
    display: flex;
}
.wizard > .actions a,
.wizard > .actions a:active,
.wizard > .actions a:hover {
    background-color: #7f1315;
    border-radius: 4px;
    padding: 8px 15px;
    color: #fff;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:active,
.wizard > .actions .disabled a:hover {
    opacity: 0.5;
    background-color: #7f1315;
    color: #fff;
    cursor: not-allowed;
}
.wizard.vertical-wizard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wizard.vertical-wizard .steps > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.wizard.vertical-wizard .steps > ul > li {
    width: 100% !important;
}
.wizard.vertical-wizard .actions,
.wizard.vertical-wizard .content,
.wizard.vertical-wizard .steps {
    width: 100%;
}
@media (min-width: 1200px) {
    .wizard.vertical-wizard .steps {
        width: 25%;
    }
}
.wizard.vertical-wizard .content {
    padding: 24px;
}
@media (min-width: 1200px) {
    .wizard.vertical-wizard .content {
        width: 75%;
        padding: 12px 24px;
    }
}
.wizard.vertical-wizard .content > .body {
    padding: 0;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}
@media (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_filter {
        text-align: center;
    }
}
