@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

header nav.navbar {
    justify-content: space-between;
    align-items: center;
}
header {
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    background: #fff;
    padding: 16px 0;
}
a,p,h1,h2,h3,h4,h5,h6, li, ul{
    margin:0;
    padding: 0;
}
a:hover, header nav li.active a{
    text-decoration: none;
    color: #000;
}
a{
    color: #4ad575;    
}
p{
    font-size: 16px;
    font-family: 'Barlow';
    color: #7b838b;
    margin: 0 0 12px;
}
.navbar-brand img {
    max-width: 240px;
}
.bg-fff{
  background-color: #fff;
}

.form-check-inline .form-check-label {
  margin-bottom: 0;
  font-weight: 500;
}
.BursaryScheme + section.BursaryScheme.formField.formSection {
  padding-top: 0;
}
header li a{
    color:#8d96a2;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

header li a:hover{
    color:#000;
}
nav.navbar li:not(:last-child) {
    margin: 0 50px 0 0px;
}
.applyNow {
    background: #4ad575;
    display: flex;
    align-items: center;
    margin: 0 0 0 24px;
    font-weight: 600;
    justify-content: center;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 16px;
}
.applyNow span {
    position: relative;
    display: block;
    padding-right: 12px;
    margin-right: 8px;
}
.applyNow span:before {
    content: "";
    background: #fff;
    height: 38px;
    right: 0;
    top: -8px;
    position: absolute;
    width: 1px;
}
header nav.navbar {
    padding-right: 50px;
    padding-left: 50px;
}
.formField h2{
    color: #7b838b;
    font-family: 'Barlow';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    position: relative;
}
/* h2.beforeAfter:before {
    content: "";
    left: calc(100% - 83%);
    width: 100px;
    height: 1px;
    background: #4ad575;
    position: absolute;
    top: 18px;
}*/
/* h2.beforeAfter:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #4ad575;
    position: absolute;
    bottom: -14px;
    transform: translateX(-49%);
    left: 50%;
} */
.signupForm label{
    color: #7b838b;
    font-family: 'Barlow';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.signupFormInner, .emailVerify {
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 8px;
    background: #fff;
    padding: 43px 40px;
}
.formField h2 + form {
    margin: 41px 0 0;
}
form li {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 0 0 9px;
    font-size: 14px;
    font-family: 'Barlow';
    color: #7b838b;
}
form p, form span {
    font-size: 16px;
    font-family: 'Barlow';
    color: #7b838b;
    margin: 0 0 12px;
}
form h5 {
    font-size: 16px;
    /* text-transform: capitalize; */
    font-family: 'Barlow';
    font-weight: 600;
    margin: 0 0 15px;
    color: #7b838b;
}
.formField {
    background: #F7F7F7;
    padding: 75px 0 36px;
}
.signupForm button[type="submit"] {
    background: #4ad575;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 18px;
}
.signupForm button[type="submit"]:hover{
    background-color: #3a4149;
}
form .row:not(:last-child) {
    margin-bottom: 16px;
}
form label {
    font-size: 16px;
    /* text-transform: capitalize; */
    font-family: 'Barlow';
    font-weight: 600;
    color: #7b838b;
}
.formField input:focus, .formField select:focus, .formField textarea:focus{
    outline: none;
    box-shadow: none;
    border-color: #4AD575;
}
form label span {
    font-size: 12px;
    color: #7b838b;
    display: block;
}
.emailVerify button {
    background: #4ad575;
    border: none;
    color: #fff;
    font-family: 'Barlow';
    text-transform: capitalize;
    min-width: 150px;
    min-height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: 600;
    margin: 30px auto 0;
}
.emailVerify button:hover{
    color:#000;
}
.emailVerify p {
    margin: 16px 0 0;
}
.forget {
    display: block;
    margin: 16px 0 0;
    font-size: 16px;
}
footer{
    padding: 60px 0;
}
footer h2 {
    color: #3a4149;
    font-family: 'Barlow';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
}
footer h4 {
    color: #3a4149;
    font-family: 'Barlow';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    margin: 25px 0 0;
}
footer a {
    display: block;
    margin: 25px 0 0;
    color: #3a4149;
    font-family: 'Barlow';
    font-weight: 600;
    font-size: 16px;
}
footer li a {
    color: #4ad575;
    font-size: 22px;
}
footer li {
    list-style: none;
    margin: 0 11px;
}
.user-avatar img {
    width: 100%;
    max-width: 157px;
    margin-bottom: 22px;
}
section.profilePg {
    background: #F7F7F7;
    font-family: 'Barlow' !important;
    padding: 75px 0;
}
.profilePg h2 {
    color: #7b838b;
    font-family: 'Barlow';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 26px;
    position: relative;
}
.bold{
    font-weight: 600;
}
.bg-fffPadding {
    box-shadow: 0px 0px 6px #ccc;
    border-radius: 8px;
    background: #fff;
    padding: 43px 40px;
}
.formList th, .formList td {
    padding: 8px 11px;
}
.userDetails .dropdown-menu {
    left: unset;
    right: 0;
}
.userDetails a.dropdown-item {
    padding: 4px 14px;
}
button:focus{
    outline: none;
    border: none;
}

th a {
    display: block;
}
.table th {
    background: #F7F7F7;
}

  .btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
  }
  .btn-toggle:focus,
  .btn-toggle.focus,
  .btn-toggle:focus.active,
  .btn-toggle.focus.active {
    outline: none;
  }
  .btn-toggle:before,
  .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  .btn-toggle:before {
    content: 'Off';
    left: -4rem;
  }
  .btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: 0.5;
  }
  .btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
  }
  .btn-toggle.active:before {
    opacity: 0.5;
  }
  .btn-toggle.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-sm:before,
  .btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
  }
  .btn-toggle.btn-sm:before {
    text-align: right;
  }
  .btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-toggle.btn-sm.active:before {
    opacity: 0;
  }
  .btn-toggle.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle:before,
  .btn-toggle:after {
    color: #6b7381;
  }
  .btn-toggle.active {
    background-color: #4ad575;
  }
  .btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
  }
  .btn-toggle.btn-sm:focus,
  .btn-toggle.btn-sm.focus,
  .btn-toggle.btn-sm:focus.active,
  .btn-toggle.btn-sm.focus.active {
    outline: none;
    box-shadow: none;
  }
  .btn-toggle.btn-sm:before,
  .btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  .btn-toggle.btn-sm:before {
    content: 'Off';
    left: -0.5rem;
  }
  .btn-toggle.btn-sm:after {
    content: 'On';
    right: -0.5rem;
    opacity: 0.5;
  }
  .btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.btn-sm.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
  }
  .btn-toggle.btn-sm.active:before {
    opacity: 0.5;
  }
  .btn-toggle.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-sm.btn-sm:before,
  .btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
  }
  .btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
  }
  .btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
  }
  .btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
  }
  .btn-toggle.btn-secondary:before,
  .btn-toggle.btn-secondary:after {
    color: #6b7381;
  }
  .btn-toggle.btn-secondary.active {
    background-color: #ff8300;
  }

  .reviewTitle {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reviewTitle + .date {
  margin: 8px 0 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #6b7381;
}
.reviewList p {
  margin-top: 16px;
  display: block;
}
 button{
  background: #4ad575;
  color: #fff;
  border: 0;
  text-transform: uppercase;
  font-family: 'Barlow';
  border-radius: .25rem;
  font-weight: 600;
  font-size: 18px;
  padding: 6px 11px;
}
button:hover {
  background-color: #3a4149;
}

textarea{
  resize: none;
}
.viewOuter{
  display: none;
}
.formField + .formField {
  padding-top: 0;
}

  



@media only screen and (min-width:992px) and (max-width:1200px){
    header nav.navbar {
        padding-right: 16px;
        padding-left: 16px;
    }
    nav.navbar li:not(:last-child) {
        margin: 0px 24px 0 0px;
    }
}


@media only screen and (min-width:768px) and (max-width:991px){
  .formField + .formField {
    padding-top: 0;
}
    header nav.navbar {
        padding-right: 16px;
        padding-left: 16px;
    }
    .navInner {
        display: flex;
        position: relative;
        flex-direction: row-reverse;
        width: 100%;
        /* margin-top: 20px; */
    }
    .collapseOuter {
        position: absolute;
        width: 50%;
        right: 0;
        top: -2px;
        background: #3c4588;
        z-index: 9;
        padding: 0 21px;
    }
    header li a {
        color: #fff;
        display: block;
    }
}
@media only screen and (max-width:767px){
  .formField + .formField {
    padding-top: 0;
}
    .bg-fffPadding {
        padding: 43px 16px;
    }
    .formField {
        padding: 36px 16px;
    }
    header nav.navbar {
        padding-right: 16px;
        padding-left: 16px;
    }
    .navInner {
        width: 100%;
        justify-content: flex-start;
        display: flex;
        position: relative;
        flex-direction: column;
        /* margin-top: 20px; */
    }
    .collapseOuter {
        position: absolute;
        left: 0;
        right: 0;
        top: -2px;
        background: #3c4588;
        z-index: 9;
        padding: 0 21px;
    }
    header li a {
        color: #fff;
        display: block;
    }
}


.error {
  color: #4ad575 !important;
}
.radioDiv label.error {
  position: absolute;
  top: 85%;
  left: 16px;
}

.fileUploadedList-rows .fileName + a {
  margin: 0 0 0 8px;
}
.uploadList .progress {
  max-width: 400px;
  width: 100%;
}
.uploadList .progress-bar {
  background-color: #4AD575;
}