﻿.fastsale-modal {
    border-radius: 8px;
}

.wizard-progress {
    margin-bottom: 25px;
}

.wizard-step {
    display: none;
}

    .wizard-step.active {
        display: block;
    }

.wizard-info {
    background: #f8f8f8;
    border-right: 4px solid #450757;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.progress {
    height: 8px;
}

.wizard-step-title {
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}

.modal-footer {
    text-align: left;
}

    .modal-footer .btn {
        min-width: 120px;
    }

.progress-bar-success {
    background-color: #450757 !important;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #450757 !important;
    border-color: #450757 !important;
}
.btn-success {
    color: #fff;
    background-color: #450757 !important;
    border-color: #450757 !important;
}
.centerAlighn{
    text-align:center !important;
    
}
.modal-dialog {
    margin-top: 0px !important;
    width: 90% !important;
}
.fs_refCode {
    font-weight: 700;
    text-decoration: underline;
}