.stepwizard-step h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #767176;
}
.step-done h5, .step-active h5 {
    color: #000;
}
.stepwizard-step h5.active {
    color: #000;
}
.stepwizard-step p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
}
.stepwizard-row {
    display: table-row;
    justify-content: flex-start !important;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 50px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: -28px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 99%;
    height: 2px;
    background-color: #445B8A;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 33%;
    background: #DAE3F3;
    padding: 15px;
}
.btn-circle {
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 2px 0px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 3px;
    margin-bottom: 10px;
    position: absolute;
    top: -44px;
    border: 0px !important;
}

.row1.m-t-20.m-b-30 {
    text-align: left;
}

.bottom-contain {
    text-align: left;
    /* border-top: 1px solid #fff; */
}
.top-contain {
    text-align: left;
    padding: 0;
    border: none;
    box-shadow: none;
    background: none;
    font-size: 14px !important;
}
.bottom-contain h2,
.top-contain h2 {
    text-align: center;
    font-weight: 600;
}

.bottom-contain h2.title-contain,
.top-contain h2.title-contain {
    text-align: left;
    font-size: 23px !important;
    font-weight: 600;
    line-height: 23px !important;
    padding: 0 !important;
}

h2.form__question.table-heading {
    font-size: 18px;
}

.table-row {
    display: flex;
    background: #337ab7;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.row-light {
    background: #acb8ca;
}

.table-data {
    border-left: 2px solid #fff;
    padding: 20px 30px;
    text-align: center;
    width: 100%;
}

.table-data h2 {
    color: #091422;
    font-size: 16px;
    font-weight: 700;
}

.table-data p {
    font-weight: 700;
    font-size: 18px;
}

.ragister-table {
    margin-top: 20px;
}

.ragister-table .table-row:nth-child(2),
.ragister-table .table-row:nth-child(3),
.ragister-table .table-row:nth-child(4) {
    border-top: 0;
}

.top-contain h2 {
}

.top-contain h2.form__question {
    line-height: 33px;
    font-size: 26px;
    padding: 0 30%;
}

.m-l-20 {
    margin-left: 20px;
}
.legal-operations-table .table-legal-data p {
    text-align: left;
    font-size: 15px !important;
    margin: 0;
    color: #091422;
}

.table-data p {
    margin: 0;
}

.table-data.table-legal-data {
    padding: 10px 10px;
}

.table-data.table-heading {
    padding: 10px;
    text-align: left;
    color: #091422;
}
button.top-close {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    background: red;
    z-index: 9999999;
    opacity: 1;
    border-radius: 20px;
    border: none;
    color: #fff;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 15px;
}

.registration-pop-modal button.pop-close {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 30px;
    width: 30px;
    background: red;
    z-index: 9999999;
    opacity: 1;
    border-radius: 20px;
    border: none;
    color: #fff;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 15px;
}

.not-active {
    pointer-events: none !important;
    cursor: default !important;
}
.stepwizard-step .btn-default {
    background: #ebebeb !important;
}
.none-event {
    pointer-events: none !important;
}
.align-check-icon {
    position: relative;
    top: -1px;
}
.step-completed .dark-btn-circle {
    background: #548235 !important;
    color: #fff;
    border: #111;
}
.stepwizard-row.setup-card .btn-primary {
    background: #ffc000 !important;
    border: #ffc000 !important;
}
.d-none {
    display: none !important;
}
.dark-btn-circle {
    font-weight: 800;
    color: #fff;
    background: #595959;
    border: 1px solid #ccc;
    padding: 4px 0px !important;
}