<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--- wizard form ---*/
.wizard-main{
	padding: 30px 0px;
	position: relative;
}
.wizard-sec{
	padding: 30px 30px; 
	background:#FFFFFF; 
	border-radius: 0px 10px 10px 0px;
	}
.wizard-sec-bg{
	background:#FFFFFF; 
}
.form-step h4{
	font-size: 18px;
	font-weight: 400;
}
.form-step .form-control{
	border-color: #fff;
	border-radius: 0;
	box-shadow: 0 0 24px rgba(91, 94, 222, 0.16);
	font-size: 13px;
	padding: 5px 20px;
}

	
.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&gt;li,.tabcontrol ul&gt;li{
    display:block;
    padding:0
}
.wizard&gt;.steps .current-info,.tabcontrol&gt;.steps .current-info{
    position:absolute;
    left:-999em
}
.wizard&gt;.content&gt;.title,.tabcontrol&gt;.content&gt;.title{
    position:absolute;
    left:-999em
}
.wizard&gt;.steps{
    display:block;
    width:100%
}
.wizard.vertical&gt;.steps{
    display:inline;
    float:left;
    width:30%
}
.wizard&gt;.steps .number{
    font-size: 14px;
}
.wizard&gt;.steps&gt;ul&gt;li{
    width:25%
}
.wizard&gt;.steps&gt;ul&gt;li,.wizard&gt;.actions&gt;ul&gt;li{
    float:left
}
.wizard.vertical&gt;.steps&gt;ul&gt;li{
    float:none;
    width:100%
}
.wizard&gt;.steps a,.wizard&gt;.steps a:hover,.wizard&gt;.steps a:active{
    display:block;
    width:auto;
    margin:0 .5em .5em;
	font-size: 14px;
    padding: 5px 15px;
    text-decoration:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
}
.wizard&gt;.steps .disabled a,.wizard&gt;.steps .disabled a:hover,.wizard&gt;.steps .disabled a:active{
    background:#eee;
    color:#aaa;
    cursor:default
}
.wizard&gt;.steps .current a,.wizard&gt;.steps .current a:hover,.wizard&gt;.steps .current a:active{
    background:#3ea1e4;
    color:#fff;
    cursor:default
}
.wizard&gt;.steps .done a,.wizard&gt;.steps .done a:hover,.wizard&gt;.steps .done a:active{
    background:#9dc8e2;
    color:#fff
}
.wizard&gt;.steps .error a,.wizard&gt;.steps .error a:hover,.wizard&gt;.steps .error a:active{
    background:#f44236;
    color:#fff
}
.wizard &gt; .content {
	float: left;
	background: #ffffff;
	display: block;
	margin: .5em;
	min-height: auto;
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.wizard.vertical&gt;.content{
    display:inline;
    float:left;
    margin:0 2.5% .5em 2.5%;
    width:65%
}
.wizard&gt;.content&gt;.body{
    float:left;
    position:absolute;
    width:95%;
    height:auto;
    padding:2.5%
}
.wizard&gt;.content&gt;.body ul{
    list-style:disc!important
}
.wizard&gt;.content&gt;.body ul&gt;li{
    display:list-item
}
.wizard&gt;.content&gt;.body&gt;iframe{
    border:0 none;
    width:100%;
    height:100%
}
.wizard&gt;.content&gt;.body input{
    display:block;
	margin-bottom: 10px;
}
.wizard&gt;.content&gt;.body input[type="checkbox"]{
    display:inline-block
}
.wizard&gt;.content&gt;.body input.error{
    background:#fbe3e4;
    border:1px solid #fbe3e4;
    color:#8a1f11
}
.wizard&gt;.content&gt;.body label{
    display:inline-block;
    margin-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
}
.wizard&gt;.content&gt;.body label.error{
    color:#8a1f11;
    display:inline-block;
    margin-left:1.5em
}
.wizard &gt; .actions {
	position: fixed;
	display: block;
	text-align: right;
	bottom: 0px;
	right: 10px;
}
.wizard.vertical&gt;.actions{
    display:inline;
    float:right;
    margin:0 2.5%;
    width:95%
}
.wizard&gt;.actions&gt;ul{
    display:inline-block;
    text-align:right
}
.wizard&gt;.actions&gt;ul&gt;li{
    margin:0 .5em
}
.wizard.vertical&gt;.actions&gt;ul&gt;li{
    margin:0 0 0 1em
}
.wizard&gt;.actions a,.wizard&gt;.actions a:hover,.wizard&gt;.actions a:active{
    background:#3ea1e4;
    color:#fff;
    display:block;
    padding:.5em 1em;
    text-decoration:none;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px
}
.wizard&gt;.actions .disabled a,.wizard&gt;.actions .disabled a:hover,.wizard&gt;.actions .disabled a:active{
    background:#eee;
    color:#aaa
}
.wizard&gt;.loading{
}
.wizard&gt;.loading .spinner{
}
.tabcontrol&gt;.steps{
    position:relative;
    display:block;
    width:100%
}
.tabcontrol&gt;.steps&gt;ul{
    position:relative;
    margin:6px 0 0 0;
    top:1px;
    z-index:1
}
.tabcontrol&gt;.steps&gt;ul&gt;li{
    float:left;
    margin:5px 2px 0 0;
    padding:1px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px
}
.tabcontrol&gt;.steps&gt;ul&gt;li:hover{
    background:#edecec;
    border:1px solid #bbb;
    padding:0
}
.tabcontrol&gt;.steps&gt;ul&gt;li.current{
    background:#fff;
    border:1px solid #bbb;
    border-bottom:0 none;
    padding:0 0 1px 0;
    margin-top:0
}
.tabcontrol&gt;.steps&gt;ul&gt;li&gt;a{
    color:#5f5f5f;
    display:inline-block;
    border:0 none;
    margin:0;
    padding:10px 30px;
    text-decoration:none
}
.tabcontrol&gt;.steps&gt;ul&gt;li&gt;a:hover{
    text-decoration:none
}
.tabcontrol&gt;.steps&gt;ul&gt;li.current&gt;a{
    padding:15px 30px 10px 30px
}
.tabcontrol&gt;.content{
    position:relative;
    display:inline-block;
    width:100%;
    height:35em;
    overflow:hidden;
    border-top:1px solid #bbb;
    padding-top:20px
}
.tabcontrol&gt;.content&gt;.body{
    float:left;
    position:absolute;
    width:95%;
    height:95%;
    padding:2.5%
}
.tabcontrol&gt;.content&gt;.body ul{
    list-style:disc!important
}
.tabcontrol&gt;.content&gt;.body ul&gt;li{
    display:list-item
}
@media(max-width:767px){
    .wizard&gt;.steps&gt;ul&gt;li{
        width:50%
    }
    .wizard&gt;.steps a,.wizard&gt;.steps a:hover,.wizard&gt;.steps a:active{
        margin-top:.5em
    }
    .wizard.vertical&gt;.steps,.wizard.vertical&gt;.actions{
        display:block;
        float:none;
        width:100%
    }
    .wizard.vertical&gt;.content{
        display:block;
        float:none;
        margin:0 .5em .5em;
        width:auto
    }
}
@media(max-width:480px){
    .wizard&gt;.steps&gt;ul&gt;li{
        width:100%
    }
}
@media(min-width:1280px){
    .wizard&gt;.steps&gt;ul&gt;li{
        width:20%
    }
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.wizard &gt; .steps a, .wizard &gt; .steps a:hover, .wizard &gt; .steps a:active{
		font-size: 12px;
	}
	.wizard &gt; .steps .number {
		font-size: 12px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.wizard-sec{
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.wizard-sec{
		background: none;
	}
	.wizard-sec-bg{
		border-radius: 0;
		padding: 15px;
	}
}
@media (max-width: 767px) {
	.wizard-sec{
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.wizard-sec{
		background: none;
	}
	.wizard-sec-bg{
		border-radius: 0;
		padding: 15px;
	}
}
@media only screen and (min-width: 280px) and (max-width: 575px) {
	.wizard-sec{
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.wizard-sec{
		background: none;
	}
	.wizard-sec-bg{
		border-radius: 0;
		padding: 15px;
	}
}</pre></body></html>