<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * SmartWizard v4.3.x
 * jQuery Wizard Plugin
 * http://www.techlaboratory.net/smartwizard
 *
 * Created by Dipu Raj
 * http://dipuraj.me
 *
 * Licensed under the terms of MIT License
 * https://github.com/techlab/SmartWizard/blob/master/LICENSE
 */

/* SmartWizard Theme: Dots */
.sw-theme-dots {
}

.sw-theme-dots .sw-container {
    min-height: 300px;
}

.sw-theme-dots .step-content {
    padding: 10px 0;
    border: none;
    /* background-color: #FFF; */
    text-align: left;
}

.sw-theme-dots .sw-toolbar {
    /* background: #fff; */
    border-radius: 0 !important;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0 !important;
}

.sw-theme-dots .sw-toolbar-top {
    border-bottom-color: #ddd !important;
}

.sw-theme-dots .sw-toolbar-bottom {
    border-top-color: #ddd !important;
    border-bottom-color: #ddd !important;
}

.sw-theme-dots &gt; ul.step-anchor {
    position: relative;
    /* background: #fff; */
    border: 0px solid #ccc !important;
    list-style: none;
	margin-left: 0;
}

/* .sw-theme-dots &gt; ul.step-anchor:before {
    content: " ";
    position: absolute;
    top: 70px;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    z-order: 0;
    z-index: 95;
} */

.sw-theme-dots &gt; ul.step-anchor &gt; li {
    border: none;
}
/* Anchors styles */
.sw-theme-dots &gt; ul.step-anchor &gt; li &gt; a {
    position: relative;
    text-align: center;
    font-weight: bold;
    background: transparent;
    border:0;
    border-top: 3px solid #2c4966;
    border-radius: 0;
    color: #ccc;
    text-decoration: none;
    outline-style: none;
    z-index: 96;
    display: block;
}

/* .sw-theme-dots &gt; ul.step-anchor &gt; li &gt; a:before {
    content: ' ';
    position: absolute;
    bottom: 2px;
    left: 40%;
    margin-top: 10px;
    display: block;
    border-radius: 50%;
    color: #428bca;
    background: #f5f5f5;
    border: none;
    width: 30px;
    height: 30px;
    text-decoration: none;
    z-index: 98;
} */

/* .sw-theme-dots &gt; ul.step-anchor &gt; li &gt; a:after {
    content: ' ';
    position: relative;
    left: 43%;
    bottom: 2px;
    margin-top: 10px;
    display: block;
    width: 15px;
    height: 15px;
    background: #f5f5f5;
    border-radius: 50%;
    z-index: 99;
} */

.sw-theme-dots &gt; ul.step-anchor &gt; li &gt; a:hover {
    color: #ccc;    
    border-top: 3px solid #2c4966;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li &gt; a:focus {
    color: #ccc;
    border-top: 3px solid #2c4966;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li.clickable &gt; a:hover {
    color: #999;
    border-top: 3px solid #2c4966;
}
/* Active anchors */
.sw-theme-dots &gt; ul.step-anchor &gt; li.active &gt; a {
    color: #5bc0de;
    border-top: 3px solid #a2c3a4;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li.active &gt; a:hover {    
    border-top: 3px solid #a2c3a4;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li.active &gt; a:after {
    background: #5bc0de;
}
/* Done anchors */
.sw-theme-dots &gt; ul.step-anchor &gt; li.done &gt; a {    
    border-top: 3px solid #a2c3a4;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li.done &gt; a:hover {    
    border-top: 3px solid #99cf9d;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li.done &gt; a:after {
    background: #5cb85c;
}
/* Danger anchors */
.sw-theme-dots &gt; ul.step-anchor &gt; li.danger &gt; a {
    color: #d9534f;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li.danger &gt; a:after {
    background: #d9534f;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li.disabled &gt; a, .sw-theme-dots &gt; ul.step-anchor &gt; li.disabled &gt; a:hover {
    color: #eee !important;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li.disabled &gt; a:after {
    background: #eee;
}


.sw-theme-dots &gt; ul.step-anchor &gt; li.hidden {
    display:none;
}


.sw-theme-dots &gt; ul.step-anchor:before {
    background-color: #2c4966;
    height: 3px;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li{
	min-width: 33.33%;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li &gt; a:before {
	background: #2c4966;
	left: 50%;
	margin-left: -15px;
	width: 32px;
    height: 32px;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li.active &gt; a:after {
    background: #fff;
}

.sw-theme-dots &gt; ul.step-anchor &gt; li &gt; a:after {
    left: 50%;
	bottom: -3px;
	margin-left: -12px;
    margin-top: 1px;
    width: 26px;
    height: 26px;
    background: #eaeaea;
}

.sw-btn-prev, .sw-btn-next {
    padding: 20px;
    border-radius: 1px;
    min-width: 165px;
    margin-left: 15px!important;
    color: #fff;
    border: none;
}

.sw-btn-prev.disabled, .sw-btn-next.disabled {
    border: 3px solid #cacaca;
    background-color: transparent;
    color: #cacaca;
}

.sw-btn-prev {
    background-color: #cacaca;
}

.sw-btn-next {
    background-color: #a2c3a4
}</pre></body></html>