@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins/Poppins-Regular.ttf");
  }
  
  @font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/poppins/Poppins-Medium.ttf");
  }
  
  @font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/poppins/Poppins-SemiBold.ttf");
  }

  :root{
    --tcaa-orange-primary:#F35C15;
    --tcaa-orange-secondary:#e76f37;
    --tcaa-blue:#0B7FCD;
    --tcaa-blue-primary:#007bff;
}
  
  /* Presets */
  
  textarea {
    resize: none;
  }
  
  input,
  textarea,
  select,
  button {
    font-family: "Poppins-Regular";
    font-size: 14px;
    color: #333;
  }
  
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
  }
  
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  ul {
    margin: 0;
  }
  
  ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  textarea {
    resize: none;
  }
  
  img {
    max-width: 100%;
    vertical-align: middle;
  }

  .has-error{
    border-color: red;
    outline: red;
  }

  /* Custom Styles for registration form */
  .wrapper {
    position: relative;
    width: 1000px;
    margin: auto;
    padding: 3em;
  }
  
  .wizard {
    position: relative;
    /* background: #fff; */
    padding: 64px 70px 19px;
    height: auto;
  }
  
  .steps .current-info,
  .steps .number {
    display: none;
  }
  
  .steps {
    position: absolute;
    right: 42px;
    top: 5px;
    z-index: 9;
  }
  
  .steps ul {
    position: relative;
  }
  
  .steps ul:before {
    content: "1";
    font-size: 40px;
    color: #000;
    font-family: "Poppins-Medium";
  }
  
  .steps ul:after {
    content: "/ 2";
    font-size: 15px;
    color: #000;
    font-family: "Poppins-Medium";
    position: absolute;
    left: 16px;
    top: 13px;
    width: 22px;
  }
  
  .steps ul.step-2:before {
    content: "2";
  }
  
  .steps ul.step-2:after {
    left: 31px;
  }
  
  /* h3 {
    font-family: "Poppins-SemiBold";
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 32px;
  }

  h4 {
    font-family: "Poppins-SemiBold";
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 10px;
  } */
  
  /* .form-row {
    display: flex;
    margin-bottom: 25px;
  }
  
  .form-row .form-col {
    width: 50%;
    margin-right: 40px;
  }
  
  .form-row .form-col:last-child {
    margin-right: 0;
  }
  
  .form-col label {
    color: #333;
    margin-bottom: 7px;
    display: block;
  }
  
  .form-holder {
    position: relative;
  }
  
  .form-holder i:not(.zmdi-chevron-down) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 17px;
  }
  
  .form-holder i.zmdi-chevron-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 17px;
  }
  
  .form-holder.password i {
    cursor: pointer;
  }
  
  .form-control, .form-select {
    height: 42px;
    border: 1px solid #ccc;
    width: 100%;
    background: none;
    font-size: 15px; */
    /* padding-left: 46px; */
    /* color: #000;
    font-family: "Poppins-Medium"; */
    /* &::-webkit-input-placeholder { 
        color: #333;
    }
    &::-moz-placeholder { 
        color: #333;
    }
    &:-ms-input-placeholder { 
        color: #333;
    }
    &:-moz-placeholder { 
        color: #333;
    } */
  /* }
  
  .form-control:focus {
    border-color: #3377c0;
  } */
  
  .solid-button {
    border: none;
    display: inline-flex;
    height: 42px;
    padding: 0 1em;
    align-items: center;
    color: #fff;
    cursor: pointer;
    background: var(--tcaa-orange-primary);
    text-transform: uppercase;
    justify-content: center;
    letter-spacing: 1px;
  }
  
  .solid-button:focus,
  .solid-button:hover {
    background-color: var(--tcaa-blue);
  }
  
  .outline-button {
    background: none;
    border: 1px solid var(--tcaa-orange-primary);
    color: #333;
    display: inline-flex;
    height: 42px;
    padding: 0 1em;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    justify-content: center;
    letter-spacing: 1px;
  }
  
  .outline-button:focus,
  .outline-button:hover {
    background-color: var(--tcaa-orange-primary);
    color: #fff;
  }

  h3 {
    /* font-family: "Poppins-SemiBold"; */
    font-size: 35px;
    color: var(--tcaa-blue);
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    letter-spacing: 3px;
  }
  
  h4 {
    /* font-family: "Poppins-SemiBold"; */
    font-size: 24px;
    color: var(--tcaa-blue);
    /* color: #000; */
    /* text-transform: uppercase; */
    text-align: left;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  
  h5 {
    /* font-family: "Poppins-SemiBold"; */
    font-size: 24px;
    color: #000;
    /* text-transform: uppercase; */
    text-align: left;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 10px;
  }
  
  .actions ul {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
    margin-bottom: 20px;
  }
  
  .actions ul.mat-7 {
    margin-top: 7px;
  }
  
  .actions li a {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    background-color: var(--tcaa-blue);
    border-color: var(--tcaa-blue);
    /* color: #a7afb7; */
    /* height: 42px;
    width: 112px; */
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-color: transparent; */
    border: 1px solid var(--tcaa-blue);
    /* padding: 0.975rem 0.95rem; */
    padding: 0.975rem 3rem;
    font-size: 0.975rem;
    line-height: 1;
    border-radius: 2px;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  
  .actions li a:hover {
    color: #fff;
      background-color: var(--tcaa-blue-primary);
      border-color: var(--tcaa-blue-primary);
  }
  .actions li a:focus,
  .actions li a.focus {
    color: #fff;
      background-color: var(--tcaa-blue-primary);
      border-color: var(--tcaa-blue-primary);
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 58, 85, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(38, 58, 85, 0.5);
  }
  
  .actions li:first-child a {
    display: inline-block;
      font-weight: 400;
      color: #fff;
      color: var(--tcaa-blue);
      /* border-color: #000; */
      /* color: #a7afb7; */
      /* height: 42px;
      width: 112px; */
      text-align: center;
      vertical-align: middle;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      background-color: transparent;
      border: 1px solid var(--tcaa-blue);
      /* padding: 0.975rem 0.95rem; */
      padding: 0.975rem 3rem;
      font-size: 0.975rem;
      line-height: 1;
      border-radius: 2px;
      align-items: center;
      text-decoration: none;
      justify-content: center;
      -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
      transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  }
  
  .actions li:first-child a:hover {
    color: #fff;
      background-color: var(--tcaa-blue);
      border-color: var(--tcaa-blue);
    /* border-color: transparent;
    color: #fff;
    background: #333; */
  }
  
  .actions li:first-child a:focus,
  .actions li:first-child a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 23, 55, 0.5);
      box-shadow: 0 0 0 0.2rem rgba(0, 23, 55, 0.5);
  }
  
  .actions li[aria-disabled="true"]:before {
    content: "";
  }
  
  .actions li[aria-disabled="true"] a {
    display: none;
  }
  
  @media (max-width: 767px) {
  
    h3 {
      font-size: 30px;
    }
  
    .wrapper {
      width: auto;
      padding: 2em;
    }
  
    .wizard {
      height: auto;
      padding: 60px 20px 20px;
    }
  
    .form-row {
      display: block;
    }
  
    .form-row .form-col {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px;
    }
  
    .actions ul {
      flex-direction: column;
      align-items: flex-end;
    }
  
    .actions ul li {
      margin-bottom: 20px;
    }
  }