
  .progress-bar {
    background-image: linear-gradient(to right, #08c177, #078181);
  }

  .progress {
    background-image: linear-gradient(to right, #eee, #d8d8d8);
  }

  textarea {
    height: auto !important;
  }

  .relative {
    position: relative;
  }

  .date-icon {
    width: 24px;
    position: absolute;
    right: 23px;
    top: 13px;
  }

  .btn-apply {
    background: #76D390;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 0;
    width: 220px;
    margin: 30px auto 5px auto;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
  }

  .btn-apply:hover {
    color: #fff;
  }

  .modal-logo {
    height: 80px;
    margin: 25vh auto 0 auto;
  }

  .left-sidebar {
    width: 300px;
    height: 100%;
    background-color: #ccc;
    width: 535px;
    height: 100%;
    z-index: 100000;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 30px 30px 0;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #101f30;

  }

  .modal-backdrop {
    background: rgba(0, 0, 0, 0.25);
    bottom: 0;
    position: fixed;
    z-index: 1040;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
  }


  .step-form-page {
    margin-top: 60px;
  }

  .step-form-wraper {
    margin-bottom: 80px !important;
    margin-top: 60px !important;
  }

  .btn-continue {
    background-color: #08c177;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    height: 50px;
    padding: 10px 20px;
    border: none;
  }

  .btn-continue:hover {
    color: #fff;
    background-color: #069059;
  }

  .step-form-page .form-control {
    font-size: 16px;
    height: 50px;
  }

  .btn-back {
    background-color: #0F2D61;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    height: 50px;
    margin-right: 10px;
    padding: 10px 20px;
    border: none;
  }

  .btn-back:hover {
    color: #fff;
  }

  .btn-default {
    background: #ff704d;
    line-height: normal;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 0;
    width: 220px;
    margin: 30px auto 5px auto;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    border: none;
  }

  .btn-default:hover {
    color: #fff;
  }

  .left-sidebar-model .modal-dialog {
    width: 535px;
    height: 100%;
    z-index: 100000;
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 30px 30px 0;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: #101f30;
    /* background-clip: padding-box; */
    /* background-image: radial-gradient(circle at 50% 0, #08c177, #078181); */
  }

  .left-sidebar-model .modal-header {
    border: none;
  }

  .left-sidebar-model .modal-content {
    background-color: #101f30;
    border: none;
  }

  .close {
    color: #fff;
    position: absolute;
    right: 4px;
    top: -18px;
    text-align: right;
    font-size: 51px;
    font-weight: 300;
    cursor: pointer;
    opacity: 2;
  }

  .close:hover {
    opacity: 2 !important;
    color: #fff;
  }
  /* Hide all steps by default: */
  .tab {
    display: none;
  }
  #prevBtn {
    background-color: #0F2D61;
  }

  #prevBtn:hover {
    background-color: #081a38;
  }

  /* Make circles that indicate the steps of the form: */
  .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
  }

  .step.active {
    opacity: 1;
  }

  /* Mark the steps that are finished and valid: */
  .step.finish {
    background-color: #04AA6D;
  }

   .left-sidebar-model input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    height: 50px;
  }

  /* Mark input boxes that gets an error on validation: */
   .left-sidebar-model input.invalid {
    background-color: #ffdddd;
  }
  .datepicker {
    position: relative;
  }
  .datepicker button {
    position: absolute;
    right: 10px;
    top:13px;
    border: none;
  }
  .hide {
    display:none;
  }

  .show {
    display:block;
  }