#application-form-block > .container {
    margin-top:10px;
    margin-bottom:80px;
}
form#lum-app {
    width:100%;
    font-family: "ronnia", "Open Sans", "system", sans-serif;
    margin: 40px auto 0;
}

#lum-app-courses {
    border:3px solid #eee;    
}
#lum-app-indicators {
    width:100%;
    padding:0;
    color:black;
    position: relative;
    padding-right: 40px;
}
#lum-app-indicators ul {
    list-style:none;
    display: flex; 
    background-color:#fff;
    margin-bottom: 0;
}
#lum-app-indicators ul li {
    color: #172731;
    padding: 0.75rem;
    background-color :#e6e6e6;
    margin: 0 0.1rem;
    font-size: 0.9rem;
    line-height: 1.1rem;
    position: relative;
    font-weight: 600;
/*  clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%); */
}
#lum-app-indicators ul {
    margin-left:0;
    justify-content: center;
}
#lum-app-indicators ul li.current {
    background-color:#e68061;
    color:#fff;
    padding-left: 30px;
}
#lum-app-indicators ul li.current:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 16px solid #e68061;
    position: relative;
    top: 45px;
    z-index: 1;
    left: -50%;
}
#lum-app-indicators ul li.active {
    color:white;
    cursor:pointer;
    background-color:#172731; 
}
/* 
#lum-app-indicators ul li.active:after {
    content: url(/wp-content/uploads/2021/09/greenTick-e1632496695249.png);
    height: 20px;
    width: 20px;
    background-image: url(/wp-content/uploads/2021/09/greenTick-e1632496695249.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 35px;
    z-index: 100;
    left: 11%;
} 
*/
#lum-app-indicators ul li.active:after {
    /*
    content:'\2713';
    display:inline-block;
    color:white;
    padding:0 0.5rem;    
    background-color:green;
    */
    content: '\2713';
    padding: 0 0.35em;
    background-color: #00bf4a;
    position: absolute;
    top: 33px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 22px;
    height: 22px;
}

.application_stage {
    width:100%; 
    color: #172731; 
    background-color:#fff;
    margin-top: 40px;
}
.application_stage .container {
    padding-left: 2rem;
    padding-right: 2rem;
}
.application_stage input[type="text"]::placeholder, 
.application_stage input[type="search"]::placeholder {
    font-size:1rem;
}
.application_stage textarea {
    font-size:1rem;
    margin-bottom: 2rem;
}
.application_stage label {
    color: #6c757d; 
    font-weight: 700;
    margin-bottom:0;
}
.application_stage .gdpr-consent strong {
    text-transform: none;
}
.application_stage h3 {
    margin: 1rem 0;
    font-family: "ronnia", "euclid", "Open Sans", "system", sans-serif;
    font-size: 2rem;
    color:#172731;
    font-weight: 100;
    line-height: 2rem;
    display: inline-block;
}
.application_stage .legal .blurb {
    /*font-size: .875rem;*/
    font-size: .8rem;
    line-height: 1rem;
}
.application_stage .error label {
    color:red;
}

#schools.error + .select2-container--default,
#app_stage_student_details select.input.error {
    border: 1px solid red;
}

.application_stage .label {
    font-family: "ronnia", "Open Sans", "system", sans-serif;
    color: #172731;
    background:#ffffff;
    font-size: 1.2rem;
    line-height:normal;
    padding: 0.5rem 0;
    font-weight: bold;
    white-space:normal;
}
.application_stage [type=radio] {
    margin: 0;
}
.application_stage .styled_checkbox input[type=checkbox], .application_stage .styled_checkbox input[type=radio] {
    display: flex!important;
    width: auto;
}
.application_stage .radio_app_toggle {
    background-color: #fff;
    border: 1px solid;
    border-radius: 6px;
    padding: .6rem;
    margin: 0 1rem 0 0;    
    min-width: 180px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor:pointer;
}
.application_stage .error .radio_app_toggle {
    border: 2px solid #af3535;
}
.application_stage .radiomark {
  position: relative;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50px;
  cursor: pointer;
}
.application_stage .radiomark:selected {
    background-color: #059862; 
    content:'\2713'; 
    color: #fff;
}

.application_stage .form-wrapper {
    display:flex;
}
.application_stage .form-wrapper .col {
    width:100%;
    margin-right:1rem;
}
.application_stage .required, .application_stage .optional {
    font-weight:normal;
    font-size:0.8em;
}
#stage-complete {
    background-color:#172731;
    padding:1rem 2rem;
    color:#fff;
    margin:1rem 0;
    cursor:pointer;
    border-radius:6px;
    border-color: #e68061;
    font-weight:bold;
    margin-left: 16px;
}
input.error,
.dob-select.error,
.country-select.error,
.language-select.error {
    border-width:1px;
    /*border-color:red;*/
    outline: 1px solid red;
}

/*** CONSENT STAGE PAGE ***/
#app_stage_consent {
    padding-top:0;
}
#app_stage_consent .intro {
    padding:40px;
    background-color:#172731;
    color:#fff;
    text-align:center;
    font-weight:bold;
}
#app_stage_consent .intro h2 {
    color:#fff;
    margin-top:20px;
    margin-bottom:20px;
}
#app_stage_consent .intro p {
    color:#fff;
}
#app_stage_consent .container p {
    margin-bottom:1.3rem;
}
#app_stage_consent .legal {
    margin-top:40px;
}
#app_stage_consent .legal h4 {
    line-height:1.5rem;
    margin-top:0;
}
#app_stage_consent .legal h5 {
    margin-top:5px;
    font-size:.9rem;
}
#app_stage_consent .legal p,
#app_stage_consent .legal ul li {
    font-size: .8rem;
    line-height: 1rem;
}
#app_stage_consent label {
    color: #172731;
    border: none;
    background: #fff;
    padding: 0px 10px;
    margin: 0;
}

#app_stage_consent input {
    margin-top: 5px;
}

#app_stage_consent .styled_checkbox {
    display: flex;
}

/*** SELECT A COURSE STAGE ***/
label[for="SportAcademies"],
label[for="AcademicYearID"] {
    font-weight: 700;
    color: #172731;  
    padding-top: 10px;
    font-size: 1.5rem;
}
#app_stage_select_a_course table tbody td {
    border: 0;
    color: #172731;
    background-color: #e6e6e6;
    font-size: 1rem;
    width: 50%;
}
#app_stage_select_a_course table#selected-course-table {
    background-color: #fff;
    padding: 1rem 0;
    border-radius: 6px;
    margin-top: 20px;
    margin-left: 0;
}
#app_stage_select_a_course table#selected-course-table tbody, 
#app_stage_select_a_course table#selected-course-table tbody tr:nth-child(even) {
    border: 0;
    background-color: #fff;
}
#app_stage_select_a_course select, #course-filter [type=text] { 
    border: 0;
    border-radius: 6px;
    color: #172731;
    background-color: #e6e6e6;
}

/*** COURSE FILTER ***/
#search-courses {
    margin-bottom:10px;
}
#course-filter {
    margin:40px auto 0;
}
#course-filter p {
    color: #172731;
    font-weight: bold;
    margin-bottom:10px;
}
#course-filter select {
    cursor:pointer;
    border: 2px solid #ccebed;
}
#course-filter [type=text] {
    box-shadow: none;
}
#course-filter #search-courses-btn {
    cursor: pointer;
    background-color: #019ca6;
    padding: 7px;
    text-align: center;
    color: #172731;
    font-weight: bold;
    border-radius: 2rem;
    margin-top: 1rem;
    font-size: .9rem;
    width: 100%;
    border: 1px solid #172731;
}
#course-search-result > div {
    padding: 5px 0;
    margin: 10px 0;
}
#course-search-result {
    color: #003a70; 
}
#course-search-result > div > span { 
    padding: 0.5rem;
    cursor: pointer;
    margin: 0 0.5rem 0 0;
    color: #172731;
    background-color: #e6e6e6; 
    font-weight: 700;
    line-height: 2.5;
}
#quick-search-btn,
#full-search-btn {
    cursor: pointer;
    background-color: #019ca6;
    padding: 6px;
    text-align: center;
    color: #172731;
    font-weight: bold;
    border-radius: 2rem;
    margin: 0;
    font-size: .9rem;
    width: 200px;
    display: inline-block;
    margin-right: 10px;
    border: 1px solid #172731;
}
.application-link {
    display: block;
    margin:20px 0;
    font-weight:bold;
}

/** STUDENT DETAILS STAGE **/
.radio-custom {
    display: inline;
}
#forename,
#surname,
#OtherForenames {
    margin:0!important;
}

.dob-select {
    width:32%;
    margin-right: 5px;
}
#app_stage_student_details #LegalSex, 
#app_stage_student_details #eu_select, 
#app_stage_student_details #criminal  {
    display: flex;
    padding-bottom: 20px;
}
#app_stage_student_details #LegalSex {
    padding-bottom:0;
}

#app_stage_student_details #addressfind {
    padding-bottom: 30px;
}

#app_stage_student_details #criminal {
    margin:20px 0 0;
    padding-bottom: 0;
}
#app_stage_student_details select,
#app_stage_student_details [type=text], 
#app_stage_student_details [type=tel], 
#app_stage_student_details [type=email],
#app_stage_student_details [type=date]{ 
    border: 1px solid #333;
    border-radius: 6px;
    color: #172731; 
    font-family: "ronnia", "euclid", "Open Sans", "system", sans-serif;
    margin-bottom: 20px;
    font-size:1rem;
}
#app_stage_student_details [type="email"],
#app_stage_student_details [type="tel"] {
    margin:0;
}
#app_stage_student_details select {
    margin-top:0;
    margin-bottom:0;
}
.manual_address, #app_stage_student_details label, 
#app_stage_student_details p {
    color: #172731;
    margin: 0;
}
.application_stage .postcode_lookup {
    background-color: #172731;
    border: none;
    color: #fff;
    border-radius: 6px;
    font-weight: 700;
    margin-top: 15px;
    padding: 9px;
}
.application_stage #postcodeIn,
.application_stage #postcode_in {
    max-width:80px;
    display:inline-block;
    vertical-align: top;
}
.application_stage #postcodeOut,
.application_stage #postcode_out {
    max-width:60px;
    display:inline-block;
    vertical-align: top;
}

/*** CAREER PROGRESSION STAGE ***/
#app_stage_career_progression label, 
#app_stage_career_progression p {
    color: #172731;    
}
#app_stage_career_progression #CurrentStudent, 
#app_stage_career_progression #InstitutionChoiceNumber {
    display: flex;
}
#app_stage_career_progression #InstitutionChoiceNumber {
    margin-bottom:40px;
}
#app_stage_career_progression [type=text]  { 
    border: 1px solid #333;
    border-radius: 6px;
    color: #172731; 
    margin: 0;
}
#WhereFoundOther {
    margin-top:20px!important;
}

/*** SUPPORT STAGE ***/
#app_stage_support textarea, #app_stage_support [type=text] {
    border: 1px solid #333;
    border-radius: 6px;
    color: #172731; 
}
#app_stage_support p {
    color: #172731; 
}
#app_stage_support .support-radio,
#app_stage_education .support-radio {
    display: flex;
    margin:10px 0;
}
#app_stage_support select { 
    border: 1px solid #333;
    border-radius: 6px;
    color: #172731; 
    font-family: "ronnia", "euclid", "Open Sans", "system", sans-serif;
    margin-bottom: 20px;
    font-size:1rem;
}
#EHCPAuthority-ef label,
#DisabilityNotes1-ef label,
#DisabilityNotes2-ef label {
    font-weight:600;
    font-size: 1rem;
}

#app_stage_support #HasEducationHealthCarePlan {
    padding-bottom: 30px;
}

/*** EDUCATION & REFEREE STAGE ***/
#app_stage_education select, #app_stage_education textarea {
    border: 1px solid;
    border-radius: 6px;
    color: #172731; 
}
#app_stage_referee [type=text] {
    border: 0;
    border-radius: 6px;
    color: #003a70; 
}
#app_stage_education select {

}
#app_stage_education label[for="OtherSchool"] {
    font-weight:400;
}

#pred-subject,
#pred-grade {
    display: inline-block;
    width: 200px;
    font-size: 1rem;
    border: 1px solid;
    border-radius: 6px;
    color: #172731;
    margin-top: 0;
}
#add-pred-grade {
    background-color: #e68061;
    padding: .6rem 2rem;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
    margin-top: 0;
}
.predict-fields table {
    margin-left:0;
    margin-right:0;
}
.predict-fields #pred-results .pred-grate-entry {
    
}
.predict-fields #pred-results .pred-subject-entry {
    font-size: 1rem;
    color: #172731;
    font-weight: 700;
    border: 1px solid;
}
.predict-fields #pred-results .pred-grade-entry {
    font-size: 1rem;
    color: #172731;
    font-weight: 700;
    border: 1px solid;
}
#pred-results .pred-entry-remove {
    background-color: #172731;
    padding: .6rem 2rem;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    font-weight: bold;
    display: inline-flex;
}
.select2-container {
    width:100%!important;
}


/*** PARENT DETAILS STAGE ***/
#app_stage_parent_details p {
    color: #172731; 
}
#app_stage_parent_details [type=text], 
#app_stage_parent_details [type=tel], 
#app_stage_parent_details [type=email]  { 
    border: 1px solid #333;
    border-radius: 6px;
    color: #172731; 
    margin-bottom: 20px;
}

/*** SUBMIT STAGE ***/
#app_stage_submit, #app_stage_submit p, #app_stage_submit table {
    color: #172731; 
}
#app_stage_submit table tbody {
    background-color: #fff;
    border: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
#app_stage_submit table {
    margin-bottom: 2rem;
}
#app_stage_submit hr {
    border-bottom: 1px solid #003a70;
}
#app_stage_submit table tbody td {
    border: 0;
    font-size: 1rem;
}
#app_stage_submit table tbody tr:nth-child(even) {
    background-color: #fff;
}
#app_stage_submit table td {
    width:50%;
}
#app_stage_submit table td.field-name {
    font-weight: 700;
    color:#172731;
    font-size: 1rem;
}
#app_stage_submit .edit-section {
    float: right;
    background-color: #172731;
    color:#fff;
    padding: 0.5rem;
    border-radius: 6px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    cursor:pointer;
    border: 1px solid #e68061;
}
#submit-application {
    width: 300px;
    display: block;
    padding: 1rem;
    border: none;
    background-color: #172731;
    color: #fff;
    font-weight: 700;
    margin: 3rem auto;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #e68061;
}

/*** COMPLETE STAGE ***/
#app_stage_complete {
    text-align: center;
}
#app_stage_complete .contactBtn, #app_stage_complete .anotherApp {
    background-color: #172731;
    padding: 1rem 2rem;
    color: #fff;
    margin: 1rem auto;
    cursor: pointer;
    border-radius: 6px;
    font-weight: bold;
    display: block;
    width: 300px;
    text-decoration: none;
    border: 1px solid #e68061;
}
#app_stage_complete hr {
    border-bottom: 1px solid #003a70;
    margin: 2rem;
}

@media screen and (max-width: 480px) {
    #lum-app-indicators ul, .application_stage .form-wrapper {
        flex-direction:column;
    }
    #lum-app-indicators ul li, #lum-app-indicators ul li.active {
        clip-path: none;
        -webkit-clip-path: none;
    }
    #app_stage_student_details #LegalSex, #app_stage_student_details #eu_select, 
    #app_stage_student_details #criminal, #app_stage_career_progression #CurrentStudent, 
    #app_stage_career_progression #InstitutionChoiceNumber, #app_stage_support .support-radio  {
        flex-direction: column;
    }
   .application_stage .radio_app_toggle {
      margin-bottom: .5rem;
   }
   #lum-app-indicators ul li.active:after {
       top: 0;
   }
   #lum-app-indicators ul li.current:after {
       border: 0;
   }
}

@media screen and (max-width: 767px) {
    #app_stage_select_a_course #quick-search-btn, #full-search-btn {
        width: 100%;
        margin-bottom: 10px;
        padding: 6px 0;
    }
    #app_stage_student_details #addressfind {
        padding-left: 15px;
    }
    #app_stage_consent label {
        padding: 0px 0px 0px 10px;
    }
    #lum-app-indicators ul li.active::after {
    left: 80%;
    top:25%;
    }   
}








/*** APPLICATION STAGE CONDITIONALS ***/
body #app .container .complete input, body #app .container .complete textarea, body #app .container .checkbox-wrapper,
body #app .container .complete select, body #app .container .complete .radio-wrapper .radio-item,
body #app .container label input, body #app .container label select, body #app .container .radio-input .radio-item,
body #app .container textarea {
    border: 3px solid #ccebed;
}
body #app .container .error label input {
    border: 3px solid red;
}

#app .container label input:focus {
    border: 3px solid #009ca6!important;    
}
#app .container .stage .app-stage--next-wrap .app-stage--next-btn {
    background-color: #fafafa;
    border-radius: 2rem;
}
#app .container .stage .app-stage--next-wrap .app-stage--next-btn:hover {
    background-color: #1D252C;
    color: #ffffff;
} 

/*** YOUR APPLICATION STAGE ***/
#app .container .popout .description .popout-body .popout-close:before {
    border-radius: 0!important;
}
#app .container .popout .description {
    margin-left: 0!important;
}
#app .container .popout .description .popout-button {
    position: absolute!important;
}
#app .container .popout .description .popout-body {
    padding: 1rem!important;
    max-height: 140px;
    overflow: auto;
    background-color: #FAFAFA!important;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.3);
    border: 1px solid #fafafa!important;
    margin-bottom: 1rem;
}
#app .container .popout .description .popout-body p {
    font-size: 0.8rem;
    line-height: 1.1rem;
}

/*** CHOOSE YOUR COURSES STAGE ***/
#app-stage-course-select #app-selected-courses .selected-courses-wrap .app-selected-course .title {
    font-size: 1.3rem!important;
    line-height: normal;
    margin-right: 1.5rem;
}
#app-stage-course-select #app-selected-courses .selected-courses-wrap .app-selected-course.focus {
    border: 2px solid #009ca6!important;       
}
#app-stage-course-select .course-search-wrap #course-search .selected-course--button, 
#app-stage-course-select #app-selected-courses .selected-courses-wrap .app-stage-course-select--add-offer-slot {
    border: 1px solid #1D252C!important;
}
#app-stage-course-select .course-search-wrap #course-search .selected-course--button:hover {
    background-color: #1D252C;
    color: #ffffff;    
}
#app-stage-course-select #app-selected-courses .selected-courses-wrap .app-selected-course .selected-course--remove {
    background-color: #000;
    color: #fff;
    margin: 0.5rem;
    padding: 0.2rem 0.6rem!important;
}
#app-stage-course-select #app-selected-courses table thead {
    background-color: #CCEBED;
    border: 0;
}
#app-stage-course-select #app-selected-courses table tbody tr:nth-child(even) {
    background-color: #E6F5F6;
    border: 0;    
}
#app-stage-course-select #app-selected-courses table tbody, 
#app-stage-course-select #app-selected-courses table tfoot, 
#app-stage-course-select #app-selected-courses table thead {
    border: 0;    
}

/*** STUDENT DETAILS STAGE ***/
#app .container .field_info {
    margin-top: 0.5rem!important;
    width: auto!important;
}

/*** SUPPORT STAGE ***/
#app-stage-support .description .popout-body .popout-close {
    top: 0!important;
    right: 0!important;
}
#app-stage-support .description .popout-button {
    top: -1.5rem!important;
}
#app-stage-support .checkbox-wrapper {
    margin: 1rem 0.5rem 0.8rem!important;
    border: 0!important;
    background-color: #E6F5F6;
}
#app-stage-support .end-group {
    margin-bottom: 0!important;
}


/*** SUBMIT STAGE ***/
#app .container .stage {
    padding: 0 0 0 1rem;
    font-size: 1rem;
    line-height: 1.5rem; 
}
#app .container .stage > div {
    padding: 0.3rem;
}
#app-stage-submit .confirm-studentDetails {
    background-color: #e6f5f6;
}
#app-stage-submit .confirm-parentCarerDetails {
    background-color: #ffede7;
    margin: 2rem 0;
}

#app-stage-submit .CriminalConvictionID, #app-stage-submit .DisabilityNotes2,
#app-stage-submit .EmergencyContactRelation2, #app-stage-submit .HighestQualID,
#app-stage-submit .WhereFound {
    padding-bottom: 2rem;
}
#app-stage-submit .confirm-support {
    background-color: #e5f4eb;
    margin: 2rem 0;
}
#app-stage-submit .confirm-progression {
    background-color: #fdeff5;
}
#app-stage-submit .confirm-education {
    background-color: #eff4ff;
}
#app .container .stage .confirm-studentDetails .container > div, 
#app .container .stage .confirm-support .container > div, 
#app .container .stage .confirm-progression .container > div, 
#app .container .stage .confirm-parentCarerDetails .container > div, 
#app .container .stage .confirm-education .container > div {
    padding: 0.5rem;    
}
#app #app-stage-submit .title {
    font-size: 1.2rem;
    padding: 1.5rem 2rem 0;
    background-color: #fef6e6;
    font-weight: 600;
    text-decoration: underline;
}
#app-stage-submit h5 {
    margin: 1rem 0;
    padding-left: 2rem;
}
#app #app-stage-submit .confirm-courses {
    background-color: #fef6e6;
    margin-bottom: 2rem;
}
#app #app-stage-submit .details {
    margin-bottom: 1.5rem;
    padding: 1rem 2rem 2rem;
    background-color: #fef6e6;
    line-height: 1.6rem;
}
#app #app-stage-submit .stage-edit-button {
    display: block;
    border: 1px solid #333;
    padding: 0.5rem;
    width: 100px;
    text-align: center;
    margin: 0 0 1rem 2rem;
    background-color: #fafafa;
    cursor: pointer;
    border-radius: 2rem;
}
#app #app-stage-submit .stage-edit-button:hover {
    background-color: #1D252C;
    color: #fff;
}

/*** APPLICATION CONSENT ***/
#app .container .stage > #AcceptMarketingConsent {
    background-color: #e8e9ea;
    margin: 2rem 0;
    padding: 2rem 2.8rem;
}

/*** APPLICATION NAVIGATION ***/
#app .container #app-navigation li.active::before {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.8rem;
    height: 1.3rem;
    border-right: 0.3rem solid #019ca6;
    transform: rotate(45deg);
    border-bottom: 0.3rem solid #019ca6;
    border-radius: 0.2rem;
    float: right;  
    margin: 0 0.5rem;
}
#app .container #app-navigation li.active {
    background-color: #1d252c;
}
#app .container #app-navigation li:hover {
    background-color: #CCEBED;
}
#app .container #app-navigation li.active:hover {
    color: #1d252c;
}
#app .container #application-reset button {
    border-radius: 3rem;
    text-align: center;
    margin-top: 1rem;
    border: 1px solid #1d252c;
    background-color: #fff;
    color: #1d252c;
}
#app .container #application-reset button:hover {
    background-color: #1d252c;
    color: #fff;
}


@media screen and (max-width: 480px) {
    #app-navigation {
        margin: 0 auto!important;
    }
    #app .container .stage > div {
        padding: 0;
    }
    #app .container .stage, 
    #app-stage-course-select #app-selected-courses .selected-courses-wrap {
        padding: 1rem 0!important;
    }
    #app .container .stage {
        border-left: 0!important;
        padding: 1rem 0;
    }
    #app-stage-course-select #app-selected-courses .selected-courses-wrap .app-selected-course .title {
        font-size: 1.1rem!important;
    }
    #app-stage-course-select .course-search-wrap, 
    #app-stage-course-select #app-selected-courses .selected-courses-wrap .app-selected-course {
        padding:0.5rem!important;
    }
    #app .container .stage .app-stage--next-wrap .app-stage--next-btn {
        position: relative!important;
        float: right;
    }
    #app .container .stage .app-stage--next-wrap {
        margin-top: 0!important;
    }

}

@media screen and (max-width: 1024px) {
    #app .container label i {
        position: relative!important;
        right: 0!important;
    }  
    #app .container .popout .description .popout-body .popout-close {
        position: absolute!important;
    }
}



