.center-center {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 100%;
}

.app-form h3 {
  font-size: 32px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
}

.app-form h3:before {
  position: absolute;
  content: '';
  width: 150px;
  height: 4px;
  left: 0;
  bottom: -1rem;
  background-color: #333;
}

.app-form .app-form-flex {
  margin-bottom: 30px;
}

.app-form .app-form-flex .app-form-inner {
  padding: 20px;
}

.app-form .position-flex {
  height: 220px;
  overflow-y: scroll;
}

.app-form .position-flex .radio {
  margin: 16px 0;
  display: block;
  cursor: pointer;
}

.app-form .position-flex .radio:nth-last-child(1) {
  margin-bottom: 0 !important;
}

.app-form .position-flex .radio input {
  display: none;
}

.app-form .position-flex .radio input + span {
  line-height: 22px;
  height: 22px;
  padding-left: 22px;
  display: block;
  position: relative;
}

.app-form .position-flex .radio input + span:not(:empty) {
  padding-left: 30px;
}

.app-form .position-flex .radio input + span:before, .app-form .position-flex .radio input + span:after {
  content: '';
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
}

.app-form .position-flex .radio input + span:before {
  background: #D1D7E3;
  -webkit-transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2), -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
}

.app-form .position-flex .radio input + span:after {
  background: #fff;
  -webkit-transform: scale(0.78);
          transform: scale(0.78);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4), -webkit-transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
}

.app-form .position-flex .radio input:checked + span:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  background: #007bff;
}

.app-form .position-flex .radio input:checked + span:after {
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.app-form .resume-flex {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 220px;
}

.app-form .resume-flex .filepond--drop-label {
  color: #4c4e53;
}

.app-form .resume-flex .filepond--label-action {
  -webkit-text-decoration-color: #babdc0;
          text-decoration-color: #babdc0;
}

.app-form .resume-flex .filepond--panel-root {
  border-radius: 0;
  background-color: #fff;
  padding: 0;
  height: 3em;
}

.app-form .resume-flex .filepond--item-panel {
  background-color: #595e68;
}

.app-form .resume-flex .filepond--drip-blob {
  background-color: #7f8a9a;
}

.app-form .resume-flex .filepond--credits {
  display: none;
}

.app-form .resume-flex .filepond--root {
  height: 200px !important;
}

.app-form .personal-info-flex {
  height: 220px;
}

.app-form .personal-info-flex .form-group {
  margin: 16px 0;
  position: relative;
  overflow: hidden;
  /*
            &.req {
                &.req-full {
                    &:before {
                        color: $radioActive !important;
                        content: "\f058";
                    }
                }

                &:before {
                    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f071";
                    position: absolute;
                    width: 30px;
                    height: 30px;
                    font-size: 18px;
                    opacity: .3;
                    right: 5px;
                    top: 50%;
                    transform: translateY(-50%);
                    color: $red;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    text-align: center;
                }
            }
            */
}

.app-form .personal-info-flex .form-group .form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  height: 56px;
  font-size: 16px;
  font-weight: 300;
}
