.sidebar {
    background-color: #252B36;
} /*#000119 #0d32ec*/

/*  557DB6  CB2071  */
.add-btn{
    background-color: #CB2071!important;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #557DB6!important;
}

.statistics{
    color:  #557DB6!important;
}
.text-purble{

  color:  #557DB6!important;
}

.nav-sidebar .nav-link i{
  color: #557DB6
}

.btn-grad {
    background-image: linear-gradient(to left, #4e4376 0%,  #CB2071  51%, #557DB6  100%);
    margin: 10px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    border: none;
    display: block;

 }

.btn-grad:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
  

.back-btn{
    color: #557DB6;
}

.submit-btn{
    background-color: #557DB6!important;
    color: white;
}

.active {
    background-color: #557db66b!important;
}

.active-page{

    color: #557DB6!important;
    font-weight: bold;
}

.form-control-feedback {
    top: 12px;
}

.page-title{
    color: #557DB6;
    font-weight: bold;
}
.breadcrumb-item:hover{
    color: #557DB6;
    font-weight: bold;
}

.navbar-static {
    background-color: #252B36;
}



.bar
{
  background-color: #819FF7;
  width:0%;
  height:5px;
  border-radius: 3px;
}

.percent
{
  position:absolute;
  display:inline-block;
  top:3px;
  left:48%;
}

.btn-color-right{
    background-color: #3fbf82;
    color: white;
    float: right;
    position: relative;
    top: 32%;
    margin-top: -32px;
    font-size: 13px;
    font-weight: 500;
}
.btn-color-right:hover{
    background-color: #57a37e;
    color: white;
}

.btn-color-left{
    background-color: #3fbf82;
    color: white;
    float: left;
    position: relative;
    top: 32%;
    margin-top: -32px;
    font-size: 13px;
    font-weight: 500;
}

.btn-color-left:hover{
    background-color: #57a37e;
    color: white;
}

    /* ------------------------------------------------------------------------------
*
*  # Steps wizard
*
*  An all-in-one wizard plugin that is extremely flexible, compact and feature-rich
*
*  Version: 1.2
*  Latest update: Aug 10, 2016
*
* ---------------------------------------------------------------------------- */
.wizard {
    width: 100%;
  }
  .wizard > .steps .current-info,
  .wizard > .content > .title {
    position: absolute;
    left: -99999px;
  }
  .wizard > .content {
    position: relative;
    width: auto;
    padding: 0;
  }
  .wizard > .content > .body {
    padding: 0 40px;
  }
  .wizard > .content > iframe {
    border: 0 none;
    width: 100%;
    height: 100%;
  }
  .wizard > .steps {
    position: relative;
    display: block;
    width: 100%;
  }
  .wizard > .steps > ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .wizard > .steps > ul > li {
    display: table-cell;
    width: auto;
    vertical-align: top;
    text-align: center;
    position: relative;
    font-family: 'AvenirNextDemiBold','Helvetica', 'Arial', sans-serif!important;
  }
  .wizard > .steps > ul > li a {
    position: relative;
    padding-top: 48px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: block;
  }
  .wizard > .steps > ul > li:before,
  .wizard > .steps > ul > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 58px;
    width: 50%;
    height: 2px;
    background-color: #557DB6;
    z-index: 9;
  }

  [dir=ltr] .wizard > .steps > ul > li:before {
    left: 0;
  }

  [dir=ltr] .wizard > .steps > ul > li:after {
    right: 0;
  }

  [dir=rtl] .wizard > .steps > ul > li:before {
    right: 0;
  }

  [dir=rtl] .wizard > .steps > ul > li:after {
    left: 0;
  }


  .wizard > .steps > ul > li:first-child:before,
  .wizard > .steps > ul > li:last-child:after {
    content: none;
  }
  .wizard > .steps > ul > li.current:after,
  .wizard > .steps > ul > li.current ~ li:before,
  .wizard > .steps > ul > li.current ~ li:after {
    background-color: #eeeeee;
  }
  .wizard > .steps > ul > li.current > a {
    color: #557DB6;
    cursor: default;
  }
  .wizard > .steps > ul > li.current .number {
    border-color: #557DB6;
    color: #557DB6;
  }
  /*.wizard > .steps > ul > li.current .number:after {
    content: '\e913';
    font-family: 'icomoon';
    display: inline-block;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 34px;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }*/
  .wizard > .steps > ul > li.disabled a,
  .wizard > .steps > ul > li.disabled a:hover,
  .wizard > .steps > ul > li.disabled a:focus {
    color: #A5AEB7;
    cursor: default;
  }
  .wizard > .steps > ul > li.done a,
  .wizard > .steps > ul > li.done a:hover,
  .wizard > .steps > ul > li.done a:focus {
    color: #557DB6;
  }
  .wizard > .steps > ul > li.done .number {
    font-size: 0;
    background-color: #557DB6;
    border-color: #557DB6;
    color: #fff;
  }
  .wizard > .steps > ul > li.done .number:after {
    content: '\ed6e';
    font-family: 'icomoon';
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .wizard > .steps > ul > li.error .number {
    border-color: #F44336;
    color: #F44336;
  }
  @media (max-width: 768px) {
    .wizard > .steps > ul {
      margin-bottom: 20px;
    }
    .wizard > .steps > ul > li {
      display: block;
      float: left;
      width: 50%;
    }
    .wizard > .steps > ul > li > a {
      margin-bottom: 0;
    }
    .wizard > .steps > ul > li:first-child:before,
    .wizard > .steps > ul > li:last-child:after {
      content: '';
    }
    .wizard > .steps > ul > li:last-child:after {
      background-color: #00BCD4;
    }
  }
  @media (max-width: 480px) {
    .wizard > .steps > ul > li {
      width: 100%;
    }
    .wizard > .steps > ul > li.current:after {
      background-color: #557DB6;
    }
  }
  .wizard > .steps .number {
    background-color: #fff;
    color: #A5AEB7;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -19px;
    width: 38px;
    height: 38px;
    border: 2px solid #eeeeee;
    font-size: 14px;
    border-radius: 50%;
    z-index: 10;
    line-height: 34px;
    text-align: center;
  }
  .panel-flat > .wizard > .steps > ul {
    border-top: 1px solid #ddd;
  }
  .wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    padding: 40px;
    padding-top: 20px;
  }
  .wizard > .actions > ul {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .wizard > .actions > ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .wizard > .actions > ul > li {
    float: left;
  }
  .wizard > .actions > ul > li + li {
    margin-left: 10px;
  }
  .wizard > .actions > ul > li > a {
    background: #557DB6;
    color: #fff;
    display: block;
    padding: 10px 25px;
    font-family: 'AvenirNextDemiBold','Helvetica', 'Arial', sans-serif!important;
    border-radius: 0px;
    text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      border: 2px solid #557DB6;
  }
  .wizard > .actions > ul > li > a:hover,
  .wizard > .actions > ul > li > a:focus {
  }
  .wizard > .actions > ul > li > a:active {
  }
  .wizard > .actions > ul > li > a[href="#previous"] {
    background-color: #fff;
    color: #4A4A49;
    border: 2px solid #EDEDED;
  }
  .wizard > .actions > ul > li > a[href="#previous"]:hover,
  .wizard > .actions > ul > li > a[href="#previous"]:focus {

  }
  .wizard > .actions > ul > li > a[href="#previous"]:active {

  }
  .wizard > .actions > ul > li.disabled > a,
  .wizard > .actions > ul > li.disabled > a:hover,
  .wizard > .actions > ul > li.disabled > a:focus {
    background-color: #fff;
    color: #4A4A49;
    border: 2px solid #EDEDED;
  }
  .wizard > .actions > ul > li.disabled > a[href="#previous"],
  .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover,
  .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  label{
    display:block;
  }
  label.error{
    color:red;
  }
