/*!
 * 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
 */
.sw-theme-circles .sw-container{min-height:300px}.sw-theme-circles .step-content{text-align:left;background-color:#fff;padding:10px 0}.sw-theme-circles .sw-toolbar{background:#fff;padding-left:10px;padding-right:10px;margin-bottom:0!important}.sw-theme-circles .sw-toolbar-bottom{border-top-color:#ddd!important;border-bottom-color:#ddd!important}.sw-theme-circles>ul.step-anchor{background:#fff;border:none;margin-bottom:40px;list-style:none;position:relative}.sw-theme-circles>ul.step-anchor:before{content:" ";z-index:0;background-color:#f5f5f5;border-radius:3px;width:100%;height:5px;position:absolute;top:50%;bottom:0}.sw-theme-circles>ul.step-anchor>li{z-index:98;border:none;margin-left:40px}.sw-theme-circles>ul.step-anchor>li>a{text-align:center;z-index:99;color:#bbb;background:#f5f5f5;border:2px solid #f5f5f5;border-radius:50%;outline-style:none;width:75px;height:75px;padding:25px 0;line-height:1;text-decoration:none;-webkit-box-shadow:inset 0 0 0 3px #fff!important;box-shadow:inset 0 0 0 3px #fff!important}.sw-theme-circles>ul.step-anchor>li>a:hover{color:#bbb;background:#f5f5f5;border-width:2px}.sw-theme-circles>ul.step-anchor>li>a>small{color:#ccc;position:relative;bottom:-40px}.sw-theme-circles>ul.step-anchor>li.clickable>a:hover{color:#4285f4!important}.sw-theme-circles>ul.step-anchor>li.active>a{color:#fff;background:#5bc0de;border-color:#5bc0de}.sw-theme-circles>ul.step-anchor>li.active>a>small{color:#5bc0de}.sw-theme-circles>ul.step-anchor>li.done>a{color:#fff;background:#5cb85c;border-color:#5cb85c}.sw-theme-circles>ul.step-anchor>li.done>a>small{color:#5cb85c}.sw-theme-circles>ul.step-anchor>li.danger>a{color:#d9534f;background:#fff;border-color:#d9534f}.sw-theme-circles>ul.step-anchor>li.danger>a>small{color:#d9534f}.sw-theme-circles>ul.step-anchor>li.disabled>a,.sw-theme-circles>ul.step-anchor>li.disabled>a:hover{color:#eee!important}