.sw-theme-circles {
    margin: 20px 0;
}

.sw-theme-circles .sw-container {
    min-height: 300px;
}

.sw-theme-circles .step-content {
    padding: 10px 0;
    background-color: #FFF;
    text-align: left;
}

.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 {
    position: relative;
    background: #fff;
    border: none;
    list-style: none;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.sw-theme-circles ul.step-anchor li {
    border: none;
    z-index: 98;
    text-align: center;
    position: relative;
    flex-grow: 2;
    flex-basis: 0;
}
 .sw-theme-circles ul.step-anchor li:first-child, .sw-theme-circles ul.step-anchor li:last-child, 
 .sw-theme-circles ul.step-anchor li:nth-child(3)  {
        flex-grow: 1;
    }
    .sw-theme-circles ul.step-anchor li:first-child:after, .sw-theme-circles ul.step-anchor li:nth-child(3):after {
        width: 150%;
    }

    .sw-theme-circles ul.step-anchor li:nth-last-child(2):after {
        width: 75%;
    }
        
.sw-theme-circles ul.step-anchor li a {
    border: 2px solid #dddddd;
    background: #f5f5f5;
    width: 48px !important;
    height: 48px !important;
    line-height: 42px;
    padding: 0;
    border-radius: 50%;
    text-decoration: none;
    outline-style: none;
    z-index: 99;
    color: #888888;
    font-size: 21px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}
    .sw-theme-circles ul.step-anchor li a span.ng-binding {
        line-height: 44px;
        font-size: 24px;
    }
.sw-theme-circles ul.step-anchor li:after {
    content: "";
    position: absolute;
    top: 22px;
    bottom: 0;
    height: 2px;
    background-color: #dddddd;
    z-index: -1;
    width: 100%;
    transition: all 1s;
}

.sw-theme-circles ul.step-anchor li.active a {
    border-color: #ffffff;
    color: #fff;
    background: #0177bf;
    animation: pulse-blue 2s infinite;
}


.sw-theme-circles ul.step-anchor li.error.active a {
    animation: none;
}

.sw-theme-circles ul.step-anchor li.active a {
    animation: pulse-blue 2s infinite;
}


.sw-theme-circles ul.step-anchor li.active small {
    color: #0177bf;
}


.sw-theme-circles ul.step-anchor li:last-child:after {
    width: 0;
}
.sw-theme-circles ul.step-anchor li.done:after  {
    background-color: #01a767;
}
.sw-theme-circles ul.step-anchor li.skipped.done:after, .sw-theme-circles ul.step-anchor li.done li.skipped:after  {
    background-color: #dddddd;
}
.sw-theme-circles ul.step-anchor li.error.active:after  {
    background-color: #ee2843;
}


.sw-theme-circles ul.step-anchor li.done a span {
    visibility: hidden;
    width: 0;
    font-size: 0;
}

.sw-theme-circles ul.step-anchor li.done a span:after {
    visibility: visible;
    font-size: 21px;
    font-family: FontAwesome;
    content: "\f00c";
    font-weight: normal;
}

.sw-theme-circles ul.step-anchor li.done a {
    border-color: #01a767;
    color: #01a767;
    background: #ffffff;
}

.sw-theme-circles ul.step-anchor li.done small {
    color: #01a767;
    margin-top: 10px;
}

.sw-theme-circles ul.step-anchor li.skipped.done a span, .sw-theme-circles ul.step-anchor li.done li.skipped a span, .sw-theme-circles ul.step-anchor li.error.active a span {
    visibility: hidden;
    width: 0;
    font-size: 0;
}

.sw-theme-circles ul.step-anchor li.skipped.done a span:after, .sw-theme-circles ul.step-anchor li.done li.skipped a span:after {
    visibility: visible;
    font-size: 21px;
    font-family: FontAwesome;
    content: "\f071";
    font-weight: normal;
    color:#888888
}

.sw-theme-circles ul.step-anchor li.skipped.done a, .sw-theme-circles ul.step-anchor li.done li.skipped a {
    border-color: #dddddd !important;
    background: repeating-linear-gradient(-45deg, transparent, transparent 3px, #f7f7f7 3px, #f7f7f7 6px), #eeeeee !important;
}

.sw-theme-circles ul.step-anchor li.skipped small {
    color:#888888
}

.sw-theme-circles ul.step-anchor li.error.active a span:after {
    visibility: visible;
    font-size: 21px;
    font-family: FontAwesome;
    content: "\f071";
    font-weight: normal;
    color:#ee2843
}

.sw-theme-circles ul.step-anchor li.error.active a {
    border-color: #ee2843 !important;
    background:  #eeeeee !important;
}

.sw-theme-circles ul.step-anchor li.error.active small {
    color:#ee2843
}

.sw-theme-circles>ul.step-anchor li ul {
    padding: 0;
    margin: 0;
}

.sw-theme-circles ul.step-anchor li.anchor li.hidden {
    display: block;
    opacity: 0;
    margin-top: 10px;
    position: absolute;
    width: 100%;
    transition: all 1s;
}

.sw-theme-circles ul.step-anchor li.anchor:hover li.hidden {
    opacity: 1;
}

.sw-theme-circles ul.step-anchor li li.hidden a {
    display: block;
}

.sw-theme-circles ul.step-anchor li small {
    position: relative;
    color: #888888;
    display: block;
    text-align: center;
    margin-top:10px;
}


.sw-theme-circles ul.step-anchor>li.disabled>a, .sw-theme-circles ul.step-anchor>li.disabled>a:hover {
    color: #eee !important;
}



.sw-btn-group .sw-btn-prev, .sw-btn-group .sw-btn-next, .sw-btn-group-extra .sw-btn-cancel {
    box-sizing: border-box;
    border-width: 2px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 12px;
    border-color: #66615B;
    color: #66615B;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    width: 100px;
    margin-right: 20px !important;
    border-radius: 25px !important;
    outline: none !important;
}
.sw-btn-group .sw-btn-next.disabled {
    background-color: #ee2843;
    border-color: #ee2843;
}


.sw-btn-group .sw-btn-next {
    background-color: #0177bf;
    border-color: #0177bf;
    color: #ffffff;
}

@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0px rgba(1, 119, 191, 0);
    }
    70% {
        box-shadow: 0 0 0 2px rgba(1, 119, 191, 1);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(1, 119, 191, 0);
    }
    
}


