::before,
::after,
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.iframe {
    width: 100%;
}

.Error404, .ErrorInternalServerError {
    margin: auto;
}

::selection {
    background-color: darkred;
    color: white;
} 

.checkboxDiv {
    display: flex;
    flex-direction: row !important;
    align-items: center;
}

    .checkboxDiv > input {
        margin-right: 8px;
    }

.nurseryTickBoxes {
    flex-direction: column !important;
    align-items: flex-start;
}

/*this moves the help over to the left*/
span.material-symbols-outlined.formInfoIcon {
    padding: 0px;
    cursor: help;
    transform: translate(3px,5px)
}

.formInfoIcon {
    font-size: 30px;
    transform: translate(5px, 5px);
    cursor: pointer;
}

/* --------------- PASSWORD REST ---------------- */
.passwordReset {
    border-radius: 10px;
    border: black 1px solid;
    padding-top: 1rem !important;
}

    .passwordReset h1 {
        text-align: center;
    }

.passwordBox {
    justify-content: center;
    display: flex;
}
/* --------------- COMMON ---------------- */
#careExpStatementTxt {
    margin-bottom: .5rem;
}

.locked {
    display: flex !important;
    flex-direction: unset !important;
    justify-content: space-between;
    width: auto !important;
}

input[type="text"]:disabled:hover, select:disabled:hover {
    border: 1px solid rgb(65,65,65);
}

select:disabled:hover {
    border: 1px black solid !important;
}

.lockedDOB {
    width: 28% !important;
}

.uploadborder {
    border: 1px dashed #000 !important;
    padding: 5px !important;
    border-radius: 6px !important;
    background: #FFF !important;
    cursor: pointer;
    margin-bottom: 25px;
    margin-top: 10px;
}

.fileuploads {
    border-radius: 6px !important;
    background-color: #FFF;
    margin-bottom: 25px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 98%;
    border: 1px solid #000;
    overflow: hidden;
    padding-bottom: 10px;
}

    .fileuploads .file {
        border-radius: 4px;
        min-height: 40px;
        max-width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        border: 1px solid #000;
        margin-bottom: 3px;
        position: relative;
        background-color: #FFF;
    }

    .fileuploads .title {
        padding: 10px;
        font-weight: 700;
        width: 100%;
        background-color: #92bddd;
        border-bottom: 1px solid #000;
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

.elementbin {
    border-left: 1px solid #000;
    background-color: #FFF;
    width: 10%;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    overflow: hidden;
}

    .elementbin:hover, .elementbin:active, .elementbin:focus {
        background-color: #ff6767;
        cursor: pointer;
    }

    .elementbin img {
        height: 35px;
        width: 50px;
        margin-top: 40px;
    }

.elementname {
    width: 88%;
    margin-left: 1%;
    height: 100%;
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

.uploadborder:hover, .uploadborder:active, .uploadborder:focus {
    border: 1px solid #000 !important;
    background: #D9D9D9 !important;
}

#fileuploadsub {
    display: none;
}

.docexample {
    display: none;
    width: 54%;
}

    .docexample li .bold {
        font-weight: 700;
    }

#resfilelist, #pvgfilelist, #feefilelist, #qualfilelist {
    display: none;
}

.uploadborder .uploadlabel {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    /*height: 30px;*/
    margin: 20px 0px 10px 0px;
}

.uploadborder .filelist {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: -5px;
    animation: fadeIn 5s;
}

.approvedtypes {
    font-size: 0.8em;
}

.upload-list-item {
    position: relative;
    overflow: hidden;
    width: 98%;
    margin: 0% 1% 0% 1%;
    padding: 5px;
    border-radius: 4px;
    height: auto;
    background: #f7e786;
    clear: both;
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    -webkit-transition: background-color 1000ms linear;
    transition: background-color 1000ms linear;
}

    .upload-list-item span {
        width: 48%;
    }

.uploadsection {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
}

.formtopicon {
    width: 30px;
    height: 30px;
}

.lockedName {
    width: 70% !important;
}

select {
    background-image: url('../images/downArrow.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

.sharecode {
    text-decoration: none;
    color: #DB2F2F;
}

select:focus {
    background-image: url('../images/upArrow.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}


/* --------------- DROP DOWN ICON ---------------- */

.tabIcon {
    filter: invert(100%) sepia(12%) saturate(272%) hue-rotate(291deg) brightness(114%) contrast(84%);
    width: 35px;
    margin-right: 1.2rem;
    margin-left: .5rem;
    height: 35px;
}

.uploadFile img {
    margin-right: 1.2rem;
    margin-left: .5rem;
    float: left;
}

.tabArrow {
    width: 18px;
    height: 18px;
    margin-right: .5rem;
    margin-left: 0.5rem;
    transition: 0.3s ease-in-out;
    pointer-events: none;
    touch-action: none;
}

.formMain select, .col-md-10 select {
    background-image: url('../images/downArrow.png');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
}

    .formMain select:focus, .col-md-10 select:focus {
        background-image: url('../images/upArrow.png');
        background-repeat: no-repeat;
        background-position: center right;
        background-size: contain;
    }

input.formDateWorkExp, input.formDate, select, button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input.formDateWorkExp {
    padding: 7px 8px 7px 15px !important;
    min-width: 95%;
    height: 35px;
}

.importantBoxHighlight {
    border: 1.5px black solid;
    padding: 1%;
    border-radius: 10px;
    margin-bottom: 1%;
}

input.formDate {
    padding: 7px 8px 6px 15px !important;
    display: flex;
}

    input.formDate:before {
        content: '\1F512';
        padding-right: 4px;
    }

input[type="text"]:disabled, input[type="date"]:disabled, select:disabled {
    background: #dddddd;
    background-color: #ddd !important;
}

.lockedCareExperience {
    opacity: 1;
}
/*Recite Accessibility */
.reciteme {
    border-bottom-left-radius: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    background-color: rgb(65, 65, 65);
    padding: 0.7rem;
    cursor: pointer;
    color: rgb(255 255 255);
    font-family: "Poppins", sans-serif;
    width: 140px;
    margin-bottom: 2rem;
    max-height: 50px;
}

.recitemeMedia {
    display: none;
}

:focus-visible {
    outline: 2px solid red;
}

.loginButton:focus-visible, .hubLinksBtn:focus-visible, .feedbackLinkButton:focus-visible {
    outline-offset: -2px;
}

button:focus-visible, div.workExperienceRemoveBtn:focus-visible, .logonButton:focus-visible, a#CollegeLogin:focus-visible, a#RegisterNew:focus-visible {
    outline-color: rgb(65,65,65) !important;
}

span:focus-visible {
    outline: auto;
    outline-color: red;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    touch-action: manipulation;
    background-color: #7F7F7F;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23909090' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23a2a2a2' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23b3b3b3' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23c5c5c5' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23D6D6D6' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23dedede' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23e6e6e6' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23efefef' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23f7f7f7' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23FFFFFF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.logoMobile {
    display: none;
}

.backToTopBtn {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 6px 10px 1px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 1;
}

    .backToTopBtn:hover {
        background-color: red;
    }

        .backToTopBtn:hover img {
            color: rgba(0, 0, 0, 0.4);
        }

    .backToTopBtn img {
        transform: rotate(180deg);
        width: 40px;
        color: #FFF;
        height: 40px;
    }

/* --------------- BUTTONS --------------- */
button,
.loginButton,
.workExperienceAddBtn div,
.feedbackLinkButton {
    margin: auto;
    padding: 0.7rem;
    cursor: pointer;
    background-color: #DB2F2F;
    font-family: "Poppins", sans-serif;
    border: none;
    width: 300px;
    margin-bottom: 2rem;
    border-radius: 30px;
    transition: ease-in-out .3s;
    font-size: inherit;
    color: white !important;
    margin-top: .6rem;
}

a#CollegeLogin:hover, a#RegisterNew:hover {
    border-bottom: 0px;
}

.TabLinksBox {
    margin: auto;
}

a.tabLinks {
    color: white;
    font-size: 16px;
    border: solid 2px transparent;
    background-color: #665df4;
    width: max-content;
    display: inline-flex;
    padding: 2px;
    border: solid 2px transparent;
    border-radius: 4px;
    margin-top: 7px;
    width: 100%;
    justify-content: center;
}

    a.tabLinks:hover {
        border: black 2px solid;
        color: white;
        text-decoration: none;
    }

.buttondisabled, .buttondisabledquals {
    background-color: rgb(65, 65, 65);
    margin: auto;
    padding: 0.7rem;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    border: none;
    margin-bottom: 2rem;
    border-radius: 30px;
    transition: ease-in-out .3s;
    font-size: inherit;
    color: #FFF;
    text-align: center;
    max-width: 300px;
    width: 300px;
    text-decoration: none;
    margin-top: .6rem;
}

#enrolmentsubdisabled, .submitBtn, .submitEnrolmentBtn, submitEnrolmentBtnPay, #applicationsubdisabled {
    margin-top: 30px;
}

#paypal-button-container {
    margin: auto;
    width: 100%;
    height: 100%;
    margin-top: 0.8rem;
}

#applicationsubenabled {
    margin-top: 30px;
}

.hidebox {
    display: none;
}

.showbox {
    display: block;
}

button:active,
.loginButton:active {
    background-color: rgb(65,65,65);
}

button:hover, .loginButton:hover {
    box-shadow: 0px 5px 8px #6b0000;
}

.buttondisabled:hover {
    box-shadow: 0px 5px 8px rgba(0,0,0,0.4);
    cursor: not-allowed;
}

.buttondisabled:active {
    animation: shake 200ms 2 linear;
    -moz-animation: shake 200ms 2 linear;
    -webkit-animation: shake 200ms 2 linear;
    -o-animation: shake 200ms 2 linear;
}

.validation-summary-errors {
    color: red;
}

    .validation-summary-errors li::marker {
        list-style-type: none;
    }

.prevPersonalStatementButton {
    border-radius: 0px;
    align-items: flex-start;
    border-radius: 30px;
    background-color: rgb(22 156 20);
}

    .prevPersonalStatementButton:hover {
        box-shadow: 0px 5px 8px #69c743b9;
    }

.subDiv, .subDiv-error {
    margin: auto;
    width: 50%;
    display: flex;
}

/* --------------- LOADING BAR --------------- */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.btnFormSave {
    position: relative;
}

.load {
    position: absolute;
    width: 30px;
    height: 30px;
    border: solid 5px white;
    border-radius: 50%;
    border-right-color: transparent;
    border-bottom-color: transparent;
    -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    transition: all 0.5s ease-in;
    animation-name: rotate;
    animation-duration: 1.0s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0;
    left: 0;
    bottom: 0;
    right: 70%;
    margin: auto;
}

.checkIcon {
    position: absolute;
    transform: rotate(45deg);
    height: 24px;
    width: 12px;
    border-bottom: 7px solid #ffffff;
    border-right: 7px solid #ffffff;
    top: 0;
    left: 0;
    bottom: 0;
    right: 50%;
    margin: auto;
}

/* --------------- ERRORS --------------- */

#personalDetailsForm-errors,
#emergencyContactForm-errors,
#educationAssistanceCareForm-errors,
#equalityDiversityForm-errors,
#workExperienceForm-errors,
#personalStatementForm-errors,
#UpdateQualifications-errors,
#fileupload-errors,
#application-errors,
#statutoryInformationForm-errors,
#enrolmentPaymentForm-errors,
#weekPrefForm-errors {
    margin-bottom: .5rem;
    color: red;
}

/* --------------- CRIMINAL HISTORY--------------- */


details {
    border: 1px dashed darkgrey;
    width: 100%;
    height: auto;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: background-color 250ms;
    cursor: pointer;
}

    details[open] {
        background-color: #FFF;
    }

    details p {
        margin-top: 5px;
        text-align: justify;
        font-weight: 300 !important;
        line-height: 1.5;
    }

    details summary {
        font-weight: 700;
    }

    details ul li {
        font-weight: 300 !important;
        margin-top: 10px;
        line-height: 1.5;
    }

    details ul {
        margin-left: 16px;
        list-style-type: none;
    }

.uploadquestion > ul > li {
    font-weight: 300 !important;
    margin-top: 10px;
    line-height: 1.5;
}

.uploadquestion > ul {
    margin-left: 16px;
    list-style-type: none;
}

    .uploadquestion > ul > li > .bold {
        font-weight: 700;
    }

.documentation-examples {
    display: none;
    font-weight: 700;
}

.chistory-padding {
    margin-bottom: 20px;
}

/* --------------- FOOTER --------------- */

footer {
    background-color: #0c111e;
    width: 100%;
    margin-top: auto;
}

    footer p {
        color: rgb(224, 224, 224);
        font-size: 15px;
        padding: 1rem;
    }

    footer .navFooter {
        display: flex;
        justify-content: flex-end;
        padding-right: 5%;
    }

        footer .navFooter ul a:hover {
            border-bottom: solid 2px white;
        }

.navFooter a {
    color: #CBCBCB;
}

.navFooter li {
    margin: 0.3rem;
    margin-left: 0.1rem;
    padding-top: 4px;
}

footer .footerLogo img {
    width: 300px;
    filter: invert(1);
    padding: 1rem;
}

footer .footerSlogan {
    color: rgb(203, 203, 203);
    width: 400px;
    margin-left: 2rem;
}

/* --------------- NAVIGATION ---------------- */

.logo {
    padding: 0.3rem;
}

    .logo img {
        width: 300px;
        height: 133px;
    }

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}

    nav ul {
        display: flex;
    }

    nav li {
        list-style: none;
    }

    nav a {
        text-decoration: none !important;
        color: black;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    nav ul li a:hover {
        border-bottom: solid 2px #DB2F2F;
    }

.mobileBtnContainer {
    display: none;
}

form#logoutForm {
    display: flex;
}

/* --------------- FORM PAGE --------------- */
/* --------------- DROPDOWN MENU --------------- */

.formHeading {
    width: 1250px;
    margin: auto;
    color: rgb(65,65,65);
}

    .formHeading .closeOpenAll {
        display: flex;
        margin-top: 5px;
    }

        .formHeading .closeOpenAll p {
            margin-right: 1.5rem;
            cursor: pointer;
        }

            .formHeading .closeOpenAll p:hover {
                color: red;
            }

.closeOpenAll img {
    filter: brightness(0) saturate(100%);
    width: 18px;
    height: 18px;
    transform: translate(0px, 4px);
    height: auto;
}

#closeAllBtn img {
    transform: translate(0px, 4px) rotate(180deg);
}

.dropdownMenu {
    width: 1250px;
    margin: auto;
}

.dropdownSubmenu {
    max-width: 97.5%;
    margin: auto;
}

    .dropdownSubmenu ul ::marker {
        list-style-type: none;
    }

.dropdownMenuItemTitle {
    background-color: rgb(65,65,65);
    border: solid 1px rgb(65, 65, 65);
    color: #ffffff;
    padding: .6rem;
    margin-top: 12px;
    cursor: pointer;
    pointer-events: all;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

    .dropdownMenuItemTitle span,
    .dropdownMenuItemTitle p {
        pointer-events: none;
        touch-action: none;
    }

.dropdownIcons {
    display: flex;
    align-items: center;
}

.dropdownMenuItemTitle:hover {
    background-color: #DB2F2F;
}

.dropdownMenuItemTitle:active {
    background-color: black;
}

.dropdownMenuItemData {
    margin: 0;
    overflow: hidden;
    transition: height 0.3s ease-out;
}

    .dropdownMenuItemData.hide {
        height: 0;
    }

    .dropdownMenuItemData.show {
        height: var(--openHeight);
    }

.fileUploadBar {
    width: 200px;
    height: 30px;
    border-radius: 5px;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    text-align: center;
}

.file-selected {
    border: 2px solid #f7e786 !important;
}

.file-uploaded {
    text-align: center;
}

.successbar {
    border: 2px solid #69c743b9 !important;
}

.failbar {
    border: 2px solid #fc8c03 !important;
}

.dropdownMenuProgressBar {
    width: 200px;
    height: 30px;
    border-radius: 5px;
    border: 2px solid #FE5858;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .dropdownMenuProgressBar p {
        color: white;
    }

.dropdownMenuProgressBarCompleted {
    border: 2px solid #69c743b9 !important;
}

.dropdownMenuItemTitle:hover .dropdownMenuProgressBar {
    border: 2px solid rgb(243, 243, 243) !important;
}

.dropdownMenuItemTitle:hover .dropdownMenuProgressBarCompleted {
    border: 2px solid rgb(243, 243, 243) !important;
}

.flipArrow img:first-child {
    transform: translate(0px, 0px) rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

.requirementsBox p.entryTitle {
    font-size: 20px;
}

.requirementsBox {
    padding-bottom: 2%;
}

    .requirementsBox li, .chistory-padding li, .docexample > li {
        list-style-type: square;
    }

        .requirementsBox li::marker, .chistory-padding li::marker, .docexample > li::marker {
            color: red;
            font-size: large;
        }

/*current course DD*/
.curcourse {
    display: none;
}

.lengthOfStay {
    display: none;
}

.status {
    display: none;
}

/* --------------- FORMS --------------- */
.formMain {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 3rem;
    margin-bottom: .5rem;
    /*background-color: rgb(228 240 251);*/
    background-color: rgb(239,239,239);
    border: solid 1px rgb(65,65,65);
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-horizontal {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
}

    .form-horizontal h1 {
        border-bottom: 2px #DB2F2F solid;
    }

.formMain img {
    width: 20px;
    opacity: 0.7;
    transform: translate(0, -20px);
    cursor: pointer;
}

.formMain div,
.form-horizontal div {
    display: flex;
    flex-direction: column;
}

.formMain div {
    width: 550px;
}

.formMain .PSBox, .formMain .weekprefTextArea {
    width: 70%;
}

textarea#PStextbox {
    min-height: 100%;
}

.form-horizontal div {
    width: 400px;
}

.formMain input,
.formMain textarea,
.formMain select,
.form-horizontal input {
    color: black;
    padding: 8px 8px 8px 13px;
    margin-bottom: 1rem;
    width: 100%;
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
    border-radius: 5px;
    border: solid 1px rgb(65,65,65);
    background-color: white;
}

.form-horizontal input {
    margin-bottom: auto;
}

    .formMain input[type=text],
    .form-horizontal input[type=text],
    input.formDate {
        padding-left: 13px;
        color: black;
    }


input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    box-shadow: 0 0 5px rgb(35, 117, 222, 0.85);
    border: solid 1px #8a8a8b;
}

.formMain select {
    padding: 8px 28px 8px 13px;
}

textarea {
    resize: none;
    /*max-height: 200px;*/
    max-width: max-content;
    min-width: 100%
}

form label {
    font-size: 16px;
}

form option {
    word-wrap: break-word !important;
    text-overflow: inherit !important;
    white-space: normal !important;
}


.formMain input[type=checkbox] {
    width: 25px;
    height: 25px;
    margin-top: 1rem;
    display: flex;
}

form .formDisabilityBox {
    border-bottom: 1px solid gray;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    padding: 0.1rem;
    width: 100% !important;
}

.disabilityOptionsBox {
    margin-bottom: 2%;
}


formMain .formReceiveBox {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
    padding: 0.5rem;
}

.formDisabilityBox input,
.formReceiveBox input {
    min-width: 25px;
    max-width: 25px;
    margin-right: 1rem;
}

.formDisabilityBox input {
    max-width: 30px;
}

.formInfoBox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    border: 1px solid rgb(65, 65, 65);
    border-radius: 5px;
    padding: 0.5rem;
    background-color: rgb(203, 203, 203);
    position: absolute;
    width: 300px;
    transform: translate(420px, -20px);
    display: none;
    cursor: pointer;
    z-index: 1;
    word-break: break-word;
}

.formInfoBoxCloseBtn span {
    font-size: 25px;
}

.formRequirementsParagraph {
    width: 70%;
}

.requirementsBox {
    width: 70% !important;
}

.PSparagraph {
    width: 70%;
    padding-bottom: 2%;
}

.formRequirementsAcknowledgementBox {
    border: 1px solid rgb(65, 65, 65);
    padding: 1rem;
    margin-bottom: 2rem;
    font-weight: bolder;
}

.formRequirementsAcknowledgementBoxRed {
    border: 1px solid red;
    padding: 1rem;
    margin-bottom: 2rem;
    font-weight: bolder;
}

div#getAddress-autocomplete-container {
    width: auto;
}

.getAddress_autocomplete_list {
    border-top: 2px solid black;
    position: absolute;
    left: 0px;
    right: 0px;
    transform: translateY(37px);
}

.getAddress_autocomplete_list {
    border-color: #d4d7e5;
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding-left: 0.5rem;
}

.getAddress_autocomplete_suggestion {
    padding: 10px;
}

    .getAddress_autocomplete_suggestion b {
        color: #153BF9;
    }

.SectionInfoParagraph {
    margin-bottom: 2%;
}

.appSVGdiv {
    position: relative;
}

.appSVGwave {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.WorkExpItemsBox {
    width: 500px !important;
    max-height: 550px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 2rem;
}

.workExperienceAdded {
    border: solid 1px grey;
    border-radius: 10px;
    padding: .5rem;
    margin-bottom: 2rem;
    width: 300px !important;
    background-color: white;
}

#update-WorkExpItems {
    align-items: center;
    /*width: 300px !important;*/
}

.workExperienceAdded p {
    font-weight: bolder;
    margin-bottom: .5rem;
    width: 300px !important;
}

.workExperienceAdded span {
    font-weight: 100;
    word-wrap: break-word;
}

.workExperienceAddBtn {
    background-color: rgb(22 156 20) !important;
    position: relative;
}

    .workExperienceAddBtn:hover {
        box-shadow: 0px 5px 8px #69c743b9;
    }

    .workExperienceAddBtn:active {
        background-color: black;
    }

.workExperienceRemoveBtn {
    background-color: #DB2F2F;
    margin-bottom: 0;
    width: 283px !important;
    padding: .2rem;
    text-align: center;
    color: white;
    border-radius: 25px;
    cursor: pointer;
}

    .workExperienceRemoveBtn:hover {
        box-shadow: 0px 5px 8px #cc3e3eb2;
    }

    .workExperienceRemoveBtn:active {
        background-color: black;
    }

.marginBottom {
    margin-bottom: 1rem;
}

#application-errors {
    background: rgb(255, 255, 255, 0.55);
    border-radius: 5px;
    padding: 1rem;
    margin: auto;
    margin-bottom: 1rem;
}

/* --------------- APPLICATION MODAL SUBMIT --------------- */

.applicationModalBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.897);
    animation: applicationModalBackgroundAnimation .5s;
}

@keyframes applicationModalBackgroundAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.applicationModalBox {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.applicationModalForm {
    animation: applicationModalFormAnimation .2s forwards;
    transform: translateY(-650px);
}

@keyframes applicationModalFormAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.applicationModalForm {
    width: 700px;
    padding: 2rem;
    border-radius: 10px;
    background-color: white;
    display: none;
    flex-direction: column;
    justify-content: center;
    color: rgb(32, 32, 32);
    z-index: 20;
}

    .applicationModalForm a {
        font-weight: bolder;
        color: rgb(32,32,32);
    }

    .applicationModalForm label {
        font-weight: bolder;
    }

.termsAndConditionsBox {
    border: solid 1px rgb(32,32,32);
    display: flex;
    flex-direction: column;
    margin: auto;
    padding: 1rem;
    margin-bottom: 2rem;
}

.applicationModalForm input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.modalSubmitBtn:hover {
    box-shadow: 0px 5px 8px #6b0000;
}

.modalSubmitBtn:active {
    background-color: black !important;
}

.applicationModalInactiveBtn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 50px;
    border: none !important;
}

.modalMustAcceptTC, .PayPalTransactionCancelled {
    color: #DB2F2F;
    text-align: center;
    /*    margin-bottom: 1rem;
*/ /*opacity: 0;*/
    transition: .3s ease-in-out;
    display: none;
}

.modalSubmitCloseBtn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    filter: invert(19%) sepia(69%) saturate(2%) hue-rotate(314deg) brightness(92%) contrast(82%);
    margin: .5rem;
    cursor: pointer;
}

    .modalSubmitCloseBtn:hover {
        filter: invert(21%) sepia(72%) saturate(2856%) hue-rotate(346deg) brightness(102%) contrast(92%);
    }


/* ---------------- REGISTRATION PAGE ---------------- */
.regMain, #loginForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 6%;
}

.formMain input:hover, .formMain select:hover, .formMain textarea:hover {
    border: 1px solid #79b6de;
}

.regMain form {
    width: 700px;
    border: solid 1px black;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.regMain label {
    color: black;
}

.regMain input,
.regMain select,
#loginForm input {
    border-radius: 5px;
    border: solid 1px black;
}

input:-webkit-autofill::first-line {
    font-size: 16px
}

.regMain h1, .regMain p {
    width: 700px;
    margin: auto;
    color: rgb(65, 65, 65);
}

.registerDob {
    flex-direction: row !important;
}

    .registerDob input {
        width: 60px;
        margin-right: 1rem;
        padding: 8px 8px 8px 8px;
    }

        .registerDob input[type=text] {
            padding-left: 8px;
            text-align: center;
        }

    .registerDob -webkit-input-placeholder {
        margin-left: 1rem;
    }

    .registerDob > :nth-child(3) {
        width: 100px;
    }

.registerFormErrorBox {
    color: #DB2F2F;
    margin-bottom: 2rem;
    margin-left: 2.5rem;
}
/* ---------------- LOGIN PAGE ---------------- */
.row {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

p#Error {
    padding-left: 0px !important;
}

#loginForm form {
    width: 500px;
    padding-bottom: 1.5%;
    border: solid 1px black;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

#loginCourseDetails, #loginCourseDetailsinfoMessage {
    padding: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    margin-bottom: 10px;
    width: 500px;
}

.signInHelp {
    padding-bottom: 6px !important;
}

#loginForm label {
    color: black;
    font-size: inherit;
    font-weight: bold;
}

.form-horizontal a {
    color: black;
    text-decoration: none;
}

.form-horizontal p {
    padding-top: 2%;
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 2%;
}

.form-horizontal a:hover {
    border-bottom: #DB2F2F solid 2px;
}

.form-horizontal input[type=checkbox] {
    width: 25px;
    height: 25px;
    display: flex;
    margin-bottom: 5px;
}

.checkbox {
    padding-bottom: 10px;
}

.loginButton {
    width: 50%;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

/* ---------------- MEDIA ---------------- */


@media screen and (max-width: 1288px) {

    /* ---------------- FORM PAGE ---------------- */

    .dropdownMenu {
        width: 95%;
    }

    .formHeading {
        width: 95%;
    }

    select.formApplication {
        width: auto;
    }

    .applicationModalBox {
        top: 20px;
        width: 100%;
    }

    .applicationModalForm {
        width: 90%;
        margin: auto;
        border-radius: 5px;
    }
}

@media screen and (max-width: 1180px) {
    .formInfoBox {
        transform: translate(20px, 20px);
    }

    select.formApplication {
        width: auto;
    }

    .statusbox,
    .notifications,
    #header-container-done,
    .journeyTitle {
        font-size: inherit;
    }

    footer .navFooter {
        justify-content: center;
    }
}

@media screen and (max-width: 1023px) { /*original value 1030px, changed due to laptop having burger bar*/
    /* ---------------- FORM PAGE ---------------- */
    .logoMobile {
        display: unset;
    }

    nav ul li a:hover {
        border-bottom: solid 2px white;
    }

    nav li a {
        color: white !important;
    }

    .logoMobile img {
        width: 200px;
        margin: .5rem;
        height: 89px;
    }

    .formHeading {
        font-size: 14px;
    }

    .mobileBtnContainer {
        display: block;
        position: fixed;
        right: 20px;
        top: 20px;
        cursor: pointer;
        z-index: 1;
        padding: .1rem;
        border-radius: 5px;
    }

    .mobileBtnContainerBackground {
        background-color: rgb(255, 255, 255, 0.20);
    }

    .reciteme {
        display: none;
    }

    .navHeader a {
        color: rgb(255,255,255);
    }

    .mobileBtnContainer div {
        width: 35px;
        height: 3px;
        background-color: rgb(65, 65, 65);
        margin: 5px;
        border-radius: 2px;
        transition: 0.5s ease-in-out;
    }

    .recitemeMedia {
        display: flex;
        text-align: center;
        background-color: rgb(65, 65, 65);
        width: 100%;
        cursor: pointer;
        color: rgb(255, 255, 255);
        font-family: "Poppins", sans-serif;
        border: none;
        padding: 1rem;
        justify-content: center;
    }

        .recitemeMedia p {
            border-bottom: solid 2px transparent;
        }

        .recitemeMedia:hover p {
            border-bottom: 2px solid white;
        }

    .navHeader {
        display: block;
        width: 100%;
        background-color: rgb(0, 0, 0);
        transition: 0.3s ease-in-out;
        position: fixed;
        top: -1px;
        transform: translateY(-100%);
    }

        .navHeader ul {
            display: unset;
        }

        .navHeader li {
            margin: 1rem;
            margin-left: 2rem;
            color: white !important;
        }

        .navHeader a {
            color: rgb(255 255 255);
            margin-left: 0rem;
            margin-right: 0rem;
        }

        .navHeader img {
            filter: invert(1);
        }

    .mobileBtnLine1X {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .mobileBtnLine2X {
        opacity: 0;
    }

    .mobileBtnLine3X {
        transform: rotate(45deg) translate(-5px, -6px);
    }

    .navToggle {
        transform: translateY(0);
    }

    form#logoutForm {
        display: block;
    }

    footer .navFooter {
        margin-right: 0rem;
        justify-content: flex-start;
    }

        footer .navFooter ul {
            display: block;
            margin-top: 0.8rem;
            margin-left: 1rem;
            font-size: 18px;
        }

    footer .footerLogo img {
        width: 200px;
    }

    footer .footerSlogan {
        width: 80%;
        margin-left: 2rem;
    }

    .backToTopBtn img {
        width: 30px;
    }

    .modalSubmitCloseBtn {
        width: 25px;
    }
}

@media screen and (max-width: 940px) {
    /* ---------------- FORM PAGE ---------------- */

    .formMain {
        font-size: 15px;
    }

    .backGroundMain {
        display: none;
    }

    .logo {
        display: none;
    }

    .applicationModalForm {
        font-size: .9rem;
        padding: 1rem;
        padding-top: 3rem;
    }

    .applicationModalInactiveBtn {
        bottom: 15px;
        width: 300px;
        height: 41px;
    }

    .docexample {
        width: 65%
    }
}
/* ---------------- PASSWORD RESET ---------------- */
.passwordReset {
    width: 90%;
    margin: auto;
    margin-bottom: 2rem;
}



@media screen and (max-width: 800px) {
    /* ---------------- SUBMIT MODAL ---------------- */
    .modalSubmitCloseBtn {
        top: 5px;
        right: 5px;
        transform: translate(0px,0px) !important;
    }

    /* ---------------- FORM PAGE ---------------- */

    .dropdownMenuItemTitle img {
        margin-right: 0.5rem;
        margin-left: 0rem;
    }

    .formRequirementsParagraph, .PSparagraph, .formDisabilitiesPara {
        width: 90%
    }

    .PSparagraph {
        padding-bottom: 5%;
    }

    .formMain .PSBox {
        width: 90%;
    }

    textarea {
        resize: none;
        max-width: max-content;
    }

    .logo img {
        width: 200px;
    }

    .formMain {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

        .formMain div {
            width: 90%;
        }

        .formMain input,
        .formMain textarea,
        .formMain select,
        .formMain .getAddress_autocomplete_container,
        .form-horizontal input {
            width: auto;
        }

        .formMain input, .form-horizontal input {
            /*padding: 0.5rem;*/
            padding: 8px 8px 8px 13px;
        }

    .workExperienceRemoveBtn {
        align-self: center;
    }

    .dropdownMenuItemTitle {
        flex-direction: column;
        align-items: start;
        padding: .5rem;
    }

    .dropdownMenuProgressBar {
        width: 100%;
        margin-top: 5px;
        border: 1px solid #FE5858;
        font-size: 14px;
    }

    .dropdownMenuItemTitle:hover .dropdownMenuProgressBar {
        border: 1px solid rgb(243, 243, 243);
    }

    .prevPersonalStatementButton {
        max-width: 300px;
    }

    .subDiv, .subDiv-error {
        width: 90%;
    }

    .chistory-padding {
        width: 100% !important;
    }

    .importantBoxHighlight {
        padding: 2%;
    }
    /* ---------------- FILE UPLOAD ---------------- */
    .docexample {
        width: 85%;
    }
    /* ---------------- LOGIN PAGE ---------------- */
    #loginForm form, #loginCourseDetails {
        width: 70%;
    }

    #loginForm {
        margin-bottom: 15%;
        /*   margin-top: 10%;*/
    }

    .form-horizontal div {
        width: auto;
        min-width: 80%;
    }

    .linkStyle h1 {
        font-size: inherit;
    }

    /* ---------------- REGISTRATION PAGE ---------------- */

    .regMain form {
        width: 90%;
    }

    .regMain label {
        font-size: 13px;
    }

    .regMain h1, .regMain p {
        width: 90%;
    }

    .regMain h1 {
        font-size: 18px;
    }

    .regMain p {
        font-size: 13px;
    }

    .registerDob input {
        width: 50px !important;
    }

    .registerDob > :nth-child(3) {
        width: 90px !important;
    }
}

@media screen and (max-width: 720px) {

    footer h3 {
        font-size: 15px;
    }

    .navFooter a {
        font-size: 13px;
    }

    .footerParagraph p {
        font-size: 10px;
        margin-left: 1rem;
    }

    #update-WorkExpItems {
        width: 90% !important;
    }

    .form-horizontal h1 {
        width: min-content;
        min-width: 80%;
    }
}

@media screen and (max-width: 500px) {

    .locked {
        flex-direction: column !important;
    }

    .lockedDOB, .lockedName {
        width: 100% !important;
    }

    .docexample {
        width: 80%
    }

    .importantBoxHighlight {
        padding: 2%;
    }

    .hubFundingAppInfoBtns {
        display: flex;
        flex-direction: column;
    }

        .hubFundingAppInfoBtns div,
        .hubFundingAppInfoBtns a {
            width: 100% !important;
        }

        .hubFundingAppInfoBtns a {
            margin-bottom: .5rem;
        }
}

@media screen and (max-width: 425px) {

    .SectionInfoParagraph {
        margin-bottom: 5%;
    }

    div#EmailInput {
        width: auto;
        max-width: 80%;
    }

    .logoMobile img {
        width: 150px;
        margin: .5rem;
        height: 66px;
    }

    .formHeading h1 {
        font-size: 20px;
    }

    button, .buttondisabledquals {
        width: 100%;
    }

    #loginForm form, #loginCourseDetails {
        width: 90%;
    }

    .requirementsBox {
        width: 80% !important;
    }

    .workExperienceAdded {
        width: 100% !important;
    }

    #update-WorkExpItems {
        width: 90% !important;
    }

    .workExperienceAdded p {
        width: 100% !important;
    }

    .workExperienceRemoveBtn {
        width: 100% !important;
    }

    .loginButton {
        width: 100%;
    }

    div#buttondisabledquals {
        width: 100%;
    }

    .importantBoxHighlight {
        padding: 3%;
    }
}

@media screen and (max-width: 320px) {
    .formInfoBox {
        max-inline-size: min-content;
    }
}


/*BOOTSTRAP*/
/*
button#PersonalLogin {
    width: 100%;
}
*/
h2.titles {
    margin-left: 0;
    text-align: center;
}

h1.title {
    margin: auto;
    text-align: center;
    text-decoration: underline;
}

.backBtn {
    align-self: start;
    padding-left: 10px;
}


.buttons {
    margin-left: 5%;
    padding-bottom: 10px;
}

.col-md-10 {
    padding-right: 0px;
    padding-left: 0px;
}

.shake {
    animation: shake 200ms 2 linear;
    -moz-animation: shake 200ms 2 linear;
    -webkit-animation: shake 200ms 2 linear;
    -o-animation: shake 200ms 2 linear;
}

@keyframes shake {
    0% {
        transform: translate(3px, 0);
    }

    50% {
        transform: translate(-3px, 0);
    }

    100% {
        transform: translate(0, 0);
    }
}

@-moz-keyframes shake {
    0% {
        -moz-transform: translate(3px, 0);
    }

    50% {
        -moz-transform: translate(-3px, 0);
    }

    100% {
        -moz-transform: translate(0, 0);
    }
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: translate(3px, 0);
    }

    50% {
        -webkit-transform: translate(-3px, 0);
    }

    100% {
        -webkit-transform: translate(0, 0);
    }
}

@-ms-keyframes shake {
    0% {
        -ms-transform: translate(3px, 0);
    }

    50% {
        -ms-transform: translate(-3px, 0);
    }

    100% {
        -ms-transform: translate(0, 0);
    }
}

@-o-keyframes shake {
    0% {
        -o-transform: translate(3px, 0);
    }

    50% {
        -o-transform: translate(-3px, 0);
    }

    100% {
        -o-transform: translate(0, 0);
    }
}
