
/* nav-wizard code .......................*/
.nav-wizard .nav-link {
    display: flex; 
    align-items: center;
    padding: 8px 10px;
    margin-right: 6px;
    margin-left: 6px;
  }
   
  .nav-wizard .nav-link .wizard-step-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      height: 25px;
      width: 25px;
      flex-shrink: 0;
      margin-right: 10px;
      border-radius: 100px;
      background-color: #6777ef;
      color: white;
  }

  
  .nav-wizard .nav-link .wizard-step-icon i,
  .nav-wizard .nav-link .wizard-step-icon svg,
  .nav-wizard .nav-link .wizard-step-icon .feather {
    color: white;
  }
  .nav-wizard .nav-link .wizard-step-text {
    line-height: 1;
    text-align: left;
  }
  .nav-wizard .nav-link .wizard-step-text .wizard-step-text-name {
    font-size: 14px;
    margin-bottom: 0.25rem;
    color: #333333;
    line-height: 18px;
  }
  .nav-wizard .nav-link .wizard-step-text .wizard-step-text-details {
    font-weight: 400;
    font-size: 0.875rem;
    color: #69707a;
  }
  .nav-wizard .nav-link.active .wizard-step-icon {
    background-color: #fff;
      color: #6777ef;
  }
  .nav-wizard .nav-link.active .wizard-step-icon i,
  .nav-wizard .nav-link.active .wizard-step-icon svg,
  .nav-wizard .nav-link.active .wizard-step-icon .feather {
    color: #0061f2;
  }
  .nav-wizard .nav-link.active .wizard-step-text .wizard-step-text-name {
    color: #fff;
  }
  .nav-wizard .nav-link.active .wizard-step-text .wizard-step-text-details {
    color: rgba(255, 255, 255, 0.5);
  }
  .card-header.wiz-header {
      background-color: #f8f8f8 !important;
      padding: 10px 0px !important;
      border: 0px !important;
      box-shadow: 0px 2px 4px 0 #ddd!important;
      -webkit-box-shadow: 0px 2px 4px 0 #ddd!important;
  }
  .nav-wizard {
      width: 100%;
  }
  .nav-wizard .active {
      background-color: #6777ef !important;
      box-shadow: none !important;
  }
  .wizard-progress {
      max-width: 1170px;
      margin: auto;
      width: 100%; 
  }
  .wiz-content { 
      max-width: 700px;
      margin: auto;
  }
  .input-content h5 {
    margin-bottom: 30px;
    font-size: 17px;
    color: #000; 
  }
  .wizard-progress .card-body
  {
  background-color: #fff !important;
  position: relative;
  }
  .btn-nextbb {
      background-color: #6777ef;
      color: #fff !important;
  }
  .wizard-step-icon i {
    font-size: 12px;
}
 .btn.btn-stepnext {
    text-transform: capitalize !important;
    background-color: #6777ef !important;
    color: #fff !important;
    box-shadow: none !important;
    font-size: 14px !important;
}
.btn.btn-stepprevious
{
    text-transform: capitalize !important;
    background-color: #e6e6e6 !important;
    color: #333 !important;
    box-shadow: none !important;
    font-size: 14px !important;
}  
.nextpre-action {
    border-top: 1px solid #ddd;
    padding-top: 6px;
}
.modal-wizard .modal-dialog {
    max-width: 900px!important;
    width: 100%!important;
}
.modal-wizard .modal-body {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
} 
.input-content label {
    color: #333;
    font-size: 14px;
}  
.inputt-radius input {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.inputt-radius select {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
} 
.dd11 {
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 4px;
} 
.wiz-content table tr td {
  color: #333;
}
.form-group.input-ff label {
  margin-left: 0px !important;
  box-shadow: none !important;
  font-family: sans-serif !important;
}
.page-title h2 {
  margin-top: 10px !important;
}
.tab-edit {
  border: 1px solid #6777ef !important;
}  
.input-content .form-control:focus {
  box-shadow: none !important;
}
/* nav-wizard code .......................*/