.selectize-dropdown.form-control {
    z-index: 1051;
}

.payment-step-wrapper {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.payment-step-wrapper:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #ddd;
}

.payment-step {
    position: relative;
    margin-bottom: 25px;
}

.payment-step-number {
    position: absolute;
    left: -30px;
    top: 0;
    width: 22px;
    height: 22px;
    background: #337ab7;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
}

.payment-step-title {
    font-weight: bold;
    font-size: 16px;
}

.payment-step-desc {
    color: #777;
    margin-top: 5px;
}

.payment-card {
    background: #fff;
    padding: 25px;
    border-radius: 6px;
    border: 1px solid #eee;
}

.doc-card {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
}

.doc-title {
    font-size: 18px;
    font-weight: bold;
}

.doc-desc {
    color: #777;
    margin-top: 5px;
    margin-bottom: 15px;
}

.doc-status {
    font-size: 13px;
    margin-bottom: 15px;
}

.status-ready {
    color: #3c763d;
}

.status-pending {
    color: #a94442;
}

.doc-icon {
    font-size: 30px;
    margin-right: 15px;
    color: #337ab7;
}

.doc-header {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .xs-container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
}