.wizard,
.tabcontrol
{
    display: block;
    width: 100%;
    overflow: hidden;
}

.wizard a,
.tabcontrol a
{
    outline: 0;
}

.wizard ul,
.tabcontrol ul
{
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.wizard ul > li,
.tabcontrol ul > li
{
    display: block;
    padding: 0;
}

/* Accessibility */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info
{
    position: absolute;
    left: -999em;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}



/*
    Wizard
*/

.wizard > .steps
{
    position: relative;
    display: block;
    width: 100%;
}

.wizard.vertical > .steps
{
    display: inline;
    
}








.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active
{
    display: block;
    width: auto;
    margin: 0 0.5em 0.5em;
    padding: 1em 1em;
    text-decoration: none;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active
{
    background: #eee;
    color: #aaa;
    cursor: default;
}

.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background: #fcfcfc;
    color: #111;
    cursor: default;
}

.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background: #4CAF50;
    color: #fff;
}

.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active
{
    background: #ff3111;
    color: #fff;
}

.wizard > .content
{
  
    display: block;
    min-height: inherit;
    overflow: hidden;
    position: relative;
    width: auto;

   
}

.wizard ul{display: none;}

.wizard.vertical > .content
{
    display: inline;
    float: left;
    margin: 0 2.5% 0.5em 2.5%;
    width: 65%;
}

.wizard > .content > .body
{
    float: left;
    position: relative;
    width: 100%;
    height: 95%;
   
}

.wizard > .content > .body ul
{
    list-style: disc !important;
}

.wizard > .content > .body ul > li
{
    display: list-item;
}

.wizard > .content > .body > iframe
{
    border: 0 none;
    width: 100%;
    height: auto;
}

 input.form-control, .body input,  textarea.form-control
{
    display: block;
    border: 1px solid transparent;
}

.wizard > .content > .body input[type="checkbox"]
{
    display: inline-block;
}

input.form-control.error, input.error
{
    background:rgba(255, 255, 255, .8);
    border: 1px solid #EC297B;
    color: #000;
}

.wizard > .content > .body input#amount.error{border:0; border-bottom: 1px solid red;}


.wizard > .content > .body label.error
{
    color: #8a1f11;
    display: inline-block;
   
}

.wizard > .actions
{
    position: relative;
    display: block;
    text-align: center;
    width: 100%;
        margin-bottom: 5px
}

.wizard.vertical > .actions
{
    display: inline;
    float: right;
    
    width: 95%;
}

.wizard > .actions > ul {
    display: flex;
    justify-content: center;
    margin-top:10px;
}

.wizard > .actions > ul > li
{
  margin: 0 10px;  
}

.wizard.vertical > .actions > ul > li
{
    
}

.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    
}


.wizard > .actions a{
    min-width: auto;
    padding: 0px 44px 0 45px!important;
     /* background: red;
    color: #fff;
    border: 0;
    border-radius: 30px;
    padding: 0;
    height: 47px;
    font-size: 23px;
    background: linear-gradient(180deg, #FFAFD1 0%, #EC297B 33.33%, #EC297B 66.67%, #9B0041 100%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 7px 6px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    color: #D7DC3C;
    cursor: pointer;
    -webkit-text-fill-color: #D7DC3C;
    -webkit-text-stroke-width: 0.03em;
    -webkit-text-stroke-color: #25255F;
    padding-bottom: 5px;
    white-space: nowrap;
    font-family: 'DunbarTall-ExBold';
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: auto;
    padding: 0 30px; */
    
}


.wizard > .actions a:hover {
    /* background: linear-gradient(180deg, #FFAFD1 0%, #EC297B 23.33%, #EC297B 76.67%, #9B0041 100%); */
}



.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background: #eee;
    color: #aaa;
}

.wizard label.error{display: none!important;}
label.error{display: none!important;}

.wizard > .actions .disabled{display: none;}