@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{
  --ucaa-orange-primary:#F35C15;
  --ucaa-orange-secondary:#e76f37;
  --ucaa-blue:#0B7FCD;
  --ucaa-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;
}

/* Custom styles for pre_registration page */
.versus {
  position: absolute;
  background: #f7f8f9;
  border-radius: 100%;
  border: 1px solid #333;
  color: #333;
  font-size: 1.25em;
  height: 78px;
  left: 50%;
  margin-left: -39px;
  padding-top: 22px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 78px;
  z-index: 4;
}

.divided {
  position: relative;
  /* background: #f7f8f9; */
  /* font-family: 'Poppins-Regular'; */

}

.divided-title {
  /* font-family: "Poppins-SemiBold"; */
  font-size: 35px;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 32px;
}

.divided::after {
  background: linear-gradient(#f0f7fd 0, #333 50%, #f0f7fd 100%);
  width: 1px;
  top: 100px;
  bottom: 100px;
  left: 50%;
  height: auto;
  right: auto;
  position: absolute;
}

@media (max-width: 760px) {
  .divided::after {
    background: linear-gradient(90deg, #f0f7fd 0, #813FD9 50%, #f0f7fd 100%);
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    height: 1px;
    width: 100%;
  }
  .reg-org{
    margin-top: 6em;
  }

}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-sm-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-sm-top-0 {
    border-top: 0 !important;
  }

  .border-sm-right-0 {
    border-right: 0 !important;
  }

  .border-sm-left-0 {
    border-left: 0 !important;
  }

  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-md-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-md-top-0 {
    border-top: 0 !important;
  }

  .border-md-right-0 {
    border-right: 0 !important;
  }

  .border-md-left-0 {
    border-left: 0 !important;
  }

  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-lg-top-0 {
    border-top: 0 !important;
  }

  .border-lg-right-0 {
    border-right: 0 !important;
  }

  .border-lg-left-0 {
    border-left: 0 !important;
  }

  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
}

@media (min-width: 1200px) {}

/* 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: "/ 3";
  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;
}

.steps ul.step-3:before {
  content: "3";
}

.steps ul.step-3:after {
  left: 31px;
}

h3 {
  /* font-family: "Poppins-SemiBold"; */
  font-size: 35px;
  color: var(--ucaa-blue);
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  letter-spacing: 3px;
}

h4 {
  /* font-family: "Poppins-SemiBold"; */
  font-size: 24px;
  /* color: var(--ucaa-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;
}

.p {
  /* font-family: "Poppins-SemiBold"; */
  font-size: 14px;
  color: #333;
  /* 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(--ucaa-blue);
  border-color: var(--ucaa-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(--ucaa-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(--ucaa-blue-primary);
    border-color: var(--ucaa-blue-primary);
}
.actions li a:focus,
.actions li a.focus {
  color: #fff;
    background-color: var(--ucaa-blue-primary);
    border-color: var(--ucaa-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(--ucaa-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(--ucaa-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(--ucaa-blue);
    border-color: var(--ucaa-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;
  }
}
