/*!
 * SmartWizard v4.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 {
    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>ul.step-anchor {
    position: relative;
    background: #fff;
    border: 0px solid #ccc !important;
    list-style: none;
    background: #f2f2f2;
    padding: 50px 20px 30px;
}

/*.sw-theme-dots>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>ul.step-anchor>li {
    border: none;
    display: flex;
    width: 20%;
    text-align: center;
    align-items: center;
    justify-content: center;
}

/* Anchors styles */
.sw-theme-dots>ul.step-anchor>li>a span {
    position: relative;
    text-align: center;
    font-weight: bold;
    background: transparent;
    text-decoration: none;
    outline-style: none;
    z-index: 96;
    display: block;
    color: #606060;
    border: 4px solid #606060;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    padding: 0;
    background: #f2f2f2;
    margin: 0 auto;
    font-size: 14px; font-weight: 700;
}

.sw-theme-dots>ul.step-anchor>li>a {
    background: none;
    text-decoration: none;
    outline-style: none;
    position: relative;
    border: none;
    padding: 0;
    background: #f2f2f2;
    width:100%;
}

.sw-theme-dots>ul.step-anchor>li:last-child a:after {
    display: none;
}

/*.sw-theme-dots > ul.step-anchor > li > 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>ul.step-anchor>li>a:after {
    content: ' ';
    position: absolute;
    right: -40%;
    top: 2px;
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 4px;
    background: #606060;
    z-index: 1;
}

.sw-theme-dots>ul.step-anchor>li>a:hover {
    color: #ccc;
    background: transparent;
}

.sw-theme-dots>ul.step-anchor>li>a:focus {
    color: #ccc;
    border: none;
     background: #f2f2f2;
}

.sw-theme-dots>ul.step-anchor>li.clickable>a:hover {
    color: #999;
}

/* Active anchors */
.sw-theme-dots>ul.step-anchor>li.active>a span {
    color: #6DCCC1;
    border: 4px solid #6DCCC1;
}

.sw-theme-dots>ul.step-anchor>li.active>a:hover {
    border: none;
}



/* Done anchors */
.sw-theme-dots>ul.step-anchor>li.done>a span {
    background: #6DCCC1;
    color:#fff;
    border: 4px solid #6DCCC1;
}

.sw-theme-dots>ul.step-anchor>li.done>a:after {
    background: #6DCCC1;
}

/* Danger anchors */
.sw-theme-dots>ul.step-anchor>li.danger>a {
    color: #d9534f;
}

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

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

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

.sw-theme-dots>ul.step-anchor>li span.point-name {
    display: none;
    color: #6DCCC1;
    font-size: 18px;
    font-weight: 400;
    position: absolute;
    top: -25px
    
}

.sw-theme-dots>ul.step-anchor>li.nav-item.active span.point-name{ display: block;}

.sw-theme-dots>ul.step-anchor>li.nav-item.active:after{
    content: " ";
    position: absolute;
    opacity: 1;
    margin: 0 auto;
    bottom: -30px;
    border: 15px solid transparent;
    border-bottom-color: #fff;
}

/* Responsive CSS */
@media screen and (max-width: 768px) {
    .sw-theme-dots>ul.step-anchor:before {
        top: 0;
        bottom: 0;
        left: 10px;
        width: 5px;
        height: 100%;
        background-color: #f5f5f5;
        display: block;
        margin-right: 10px;
    }

   

    .sw-theme-dots>ul.step-anchor>li>a {
        text-align: left;
        margin-left: 0;
        display: block;
    }

    .sw-theme-dots>ul.step-anchor>li>a:before {
        top: 5px;
        left: -23px;
        margin-right: 10px;
        display: block;
    }

 
}

/* Loader Animation
 * Courtesy: https://codepen.io/emjay/pen/VjVBRq
 */
.sw-theme-dots>ul.step-anchor>li.loading>a:before {
    -webkit-animation: help-bubble-pulse 1.5s linear infinite;
    animation: help-bubble-pulse 1.5s linear infinite;
}

.sw-theme-dots>ul.step-anchor>li.loading>a:after {
    background-color: #ccc;
    opacity: 1;
    -webkit-animation: help-bubble-pulse 1.5s linear infinite;
    animation: help-bubble-pulse 1.5s linear infinite;
}

@-webkit-keyframes help-bubble-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75;
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75;
    }

    100% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}

@keyframes help-bubble-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75;
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .75;
    }

    100% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0;
    }
}



.btn-group.mr-2.sw-btn-group {
    background: #d8d8d8;
    padding: 25px;
    float: left;
    width: 100%;
    margin: 0;
}

.btn-group.mr-2.sw-btn-group button{  
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;}

.btn-toolbar.sw-toolbar.sw-toolbar-bottom.justify-content-end{ padding:0; }

.btn-group.mr-2.sw-btn-group button:hover, .btn-group.mr-2.sw-btn-group button:focus{ color:#fff;}

.sw-btn-next { background: #000; color:#fff; float: right !important;}

.sw-btn-prev{ background: #737373; float:left !important;}

.radio-toolbar {
   float: left; width: 100%;
  }
  
  .radio-toolbar input[type="radio"] {
      display:none; 
  }
  
  .radio-toolbar label {
    background: #737373;
    height: 40px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .radio-toolbar li{ float: left;  width: 30.6%;text-align: center;}
  

  
  .radio-toolbar input[type="radio"]:checked + label { 
      background-color:#6DCCC1;
      border-color: #6DCCC1;
  }

  .datepicker.dropdown-menu{ z-index: 9999 !important;}