﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --white: rgb(239, 239, 239);
    --dark: rgb(65,65,65);
    --nclRed: #DB2F2F;
    --nclGreen: #2ca774;
}

.customStatusMessage {
    background-color: #f1f1f1;
    padding: 5px;
    border-left: solid 1px rgb(165, 165, 165);
    border-right: solid 1px rgb(165, 165, 165);
}
/* -------------------- FEEDBACK -------------------- */
.feedbackBox {
    background: rgb(49, 49, 49);
    -moz-border-radius: 10px;
    -webkit-box-shadow: 0 8px 6px -6px #e0e0e0;
    box-shadow: 0 8px 6px -6px #e0e0e0;
    padding: 20px;
    border: 1px solid rgb(65,65,65);
    margin-bottom: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    position: fixed;
    bottom: 0px;
    width: 350px;
    /*left: -330px;*/
    padding-top: 15px;
    z-index: 1;
    border-radius: 10px;
    max-width: 97%;
    left: -100%;
}

    .feedbackBox:focus-visible {
        outline-color: #ffdf00;
    }

    .feedbackBox p, .feedbackBox h2 {
        color: white;
    }

.hideFeedback {
    font-size: 250%;
    text-decoration: none;
    right: 3%;
    position: absolute;
    top: -5px;
    color: #DB2F2F !important;
}

.feedbackLinkButton {
    width: auto;
    display: block;
    margin-bottom: 0;
    margin-top: 10%;
    text-align: center;
    color: black !important;
    background-color: #5abf95;
    animation: buttonAttention 1s ease-in 4s 3 normal backwards;
    font-size: large;
}

    .feedbackLinkButton:hover {
        background-color: #2ca774 !important;
    }

@keyframes buttonAttention {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.09);
    }

    100% {
        transform: scale(1);
    }
}

.feedbackBox a {
    text-decoration: none;
    color: black;
}

.feedback {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #414141eb;
    padding: 0.2rem;
    cursor: pointer;
    color: rgb(255 255 255);
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    z-index: 1;
    width: 130px;
}

/* -------------------- HUB - ADMIN PANEL -------------------- */

.adminActions {
    display: flex;
    justify-content: space-between;
    list-style-type: none
}

.hubManinInfoInpersonateForm {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem;
    background-color: rgb(239,239,239);
    border: solid 1px rgb(65,65,65);
    border-radius: 5px;
}

    .hubManinInfoInpersonateForm form {
        display: flex;
        flex-direction: column;
    }

    .hubManinInfoInpersonateForm p {
        margin-bottom: 1rem;
    }

    .hubManinInfoInpersonateForm 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;
    }

/* -------------------- HUB INFO -------------------- */

.hubYourHubHeading {
    color: var(--dark);
    font-size: 40px;
    margin-left: 250px;
}

.hubCloseBtn {
    position: absolute;
    right: 0;
    z-index: 2;
    width: 30px;
    filter: invert(19%) sepia(69%) saturate(2%) hue-rotate(314deg) brightness(92%) contrast(82%);
    margin: .5rem;
    cursor: pointer;
}

    .hubCloseBtn:hover {
        filter: invert(21%) sepia(72%) saturate(2856%) hue-rotate(346deg) brightness(102%) contrast(92%);
    }

.hubMain {
    width: 100%;
}

.hubMainBox, .hubAdminPanel {
    background-color: rgb(255, 255, 255, 0.46);
    border-radius: 10px;
    margin-left: 250px;
    margin-right: 250px;
    display: flex;
    justify-content: center;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
    margin-bottom: 2rem;
}

h2 {
    color: var(--dark);
}

.linkBox {
    width: 19%;
}

input[name="studentReference"] {
    min-height: 26px;
    width: 100%;
}

input[name="councilTaxSearchSubmit"] {
    min-height: 26px;
    margin-top: 1px;
    width: 100%;
}


.hubMainInfo {
    color: var(--dark);
    padding: 1rem;
    width: 750px;
}

    .hubMainInfo h2 {
        font-size: 2rem;
        margin-bottom: .5rem;
    }

.hubMainAdminActions {
    color: var(--dark);
    padding: 1rem;
    width: 100%;
}

.hubSubmittedApps {
    margin-bottom: 1.5rem;
}

.hubUnsubmittedApps {
    background-color: #f1f1f1;
    border-radius: 8px;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: solid 1px rgb(165, 165, 165);
}

.hubUnsubmittedAppsLinks {
    display: flex;
    margin-top: 5px;
}

.hubUnsubmittedApps a, .hubUnsubmittedAppsBox a {
    text-decoration: none;
    background-color: #92bddd !important;
    width: 165px;
    height: 40px;
    padding: .3rem;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #000000;
    border-radius: 5px;
    text-decoration: none;
    font-size: 17px;
}

.hubUnsubmittedAppsBox .testLink, .adminActions a {
    background-color: #ff9974 !important;
    /*width: 169px !important;*/
}

    .testLink:hover, .adminActions a:hover {
        background-color: #fa794a !important;
    }

.hubSubmittedAppHeader {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #444444;
    border-radius: 5px 5px 0px 0px;
    color: var(--white);
    padding: 0.5rem;
}

    .hubSubmittedAppHeader h3 {
        font-weight: 500;
    }

    .hubSubmittedAppHeader p {
        font-size: 16px;
        color: var(--white);
        font-weight: 500;
    }

    .hubSubmittedAppHeader div {
        min-width: 250px;
        text-align: center;
        color: var(--dark);
        border-radius: 5px;
        font-size: 15px;
        font-weight: 900;
        padding: .2rem;
        border: white 1px solid;
        margin-left: 10px;
    }

.hubSubmittedAppsContent {
    background-color: #f1f1f1;
    border-radius: 0px 0px 5px 5px;
    padding: .5rem;
    border: solid 1px rgb(165, 165, 165);
}

.hubSubmittedAppsLinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .hubSubmittedAppsLinks div,
    .hubSubmittedAppsLinks a, .adminActions a {
        background-color: #92bddd;
        width: 165px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        color: #000000;
        border-radius: 5px;
        text-decoration: none;
        cursor: pointer;
        min-height: 40px;
        font-size: 17px;
    }

.adminActions a {
    min-height: 55px;
    width: auto !important;
}

.hubWithdrawBtn {
    background-color: #ff8383 !important;
}

    .hubWithdrawBtn:hover {
        background-color: #f74c4c !important;
    }

.hubAcctionBtnEmpty {
    background-color: inherit !important;
}

.hubActionBtn,
.linkToEnrolFromHub {
    box-shadow: 0 0 0 0 rgb(74, 121, 65, 0.70);
    background-color: #2ca774 !important;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

/*.hubActionBtn:hover,
.linkToEnrolFromHub:hover {
    background-color: #2ca774 !important;
}*/

.linkToEnrolFromHub {
    display: block;
    text-decoration: none;
    color: white;
    border-radius: 5px;
    padding: .6rem;
    width: auto;
    text-align: center;
    margin-top: 8px;
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(90, 191, 149, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(90, 191, 149, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(90, 191, 149, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 10px rgba(90, 191, 149, 0);
    }
}

.hubUnsubmittedAppsRemove {
    margin-left: 14px;
    background-color: #ff8383;
    color: #000000;
    padding: .3rem;
    border-radius: 5px;
    width: 165px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
}

    .hubUnsubmittedAppsRemove:hover {
        background-color: #f74c4c !important;
    }

.hubAcctionBtnEmpty {
    cursor: default !important;
}

.hubConfirmedEventDate {
    margin-top: 1rem;
    grid-area: 3/1/3/3;
}

.hubViewProgressBtn {
    background-color: #92bddd !important;
}

    .hubViewProgressBtn:hover, .hubUnsubmittedApps a:hover, .hubSubmittedAppsLinks a.hubLinksBtn:hover {
        background-color: #6197c1 !important;
    }

.hubFundingAppInfo,
.enrolmentLinkHubBox {
    border: 1px solid rgb(165, 165, 165);
    padding: .5rem;
    border-radius: 5px;
    margin-top: .5rem;
    background-color: #f1f1f1;
}

    .hubFundingAppInfo a {
        background-color: var(--nclGreen);
        color: white;
        margin-right: 10px;
        text-decoration: none;
        width: 165px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 5px;
        min-height: 40px;
    }

    .hubFundingAppInfo h2,
    .enrolmentLinkHubBox h2 {
        font-size: 19px;
    }

.hubFundingAppInfoBtns {
    margin-top: 1rem;
    display: flex;
}

    .hubFundingAppInfoBtns div {
        width: 165px;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        color: #000000;
        border-radius: 5px;
        text-decoration: none;
        cursor: pointer;
        min-height: 40px;
        font-size: 17px;
    }


/* ---------------------  LOADING ICON ------------------------------- */
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

.spinner::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #000;
    border-bottom-color: #000;
    animation: spinner .8s ease infinite;
    opacity: 1;
    transition: .3s ease-in-out;
}

/* ---------------------  HUB PROGRES ------------------------------- */
#hubProgressBox {
    background-color: rgb(255, 255, 255, 0.46);
    margin-top: 2rem;
    border-radius: 10px;
    margin-left: 250px;
    margin-right: 250px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.hubProgressCard {
    margin-left: 110px;
    margin-right: 1rem;
    padding-top: 50px;
}

    .hubProgressCard h2 {
        font-size: 2rem;
    }

.hubProgress {
    border: 1px solid rgb(32,32,32);
    padding: .5rem;
    border-radius: 5px;
    background: inherit;
}

.hubProgressBar {
    background: #2ca774;
    text-align: center;
    border: 1px solid var(--dark);
    border-radius: 5px;
}

    .hubProgressBar p {
        color: rgb(32, 32, 32);
        background-color: white;
        width: 50px;
        margin: auto;
        border-radius: 5px;
        border: 1px solid rgb(32,32,32);
    }

/* -------------------- TIMELINE -------------------- */

.timeline {
    display: flex;
    flex-direction: column;
    margin: auto;
    padding-left: 110px;
    padding-right: 1rem;
}

    .timeline h2 {
        font-size: 2rem;
        margin-top: 2rem;
    }

.timeline__event {
    background-color: rgb(255, 255, 255, 0.46);
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.timeline__event__content {
    padding: 20px;
    min-height: 200px;
    opacity: 0.2;
}

.timeline__event__date {
    font-size: 1.5rem;
    font-weight: 600;
    min-width: 300px;
    padding: 1.2rem;
    color: var(--white);
}

.timeline__event__icon {
    border-radius: 8px 0 0 8px;
    display: flex;
    justify-content: center;
    width: 300px;
    font-size: 2rem;
    opacity: 0.2;
}

    .timeline__event__icon i {
        position: absolute;
        top: 50%;
        left: -65px;
        font-size: 2.5rem;
        transform: translateY(-50%);
    }

.timeline__event__description {
    flex-basis: 60%;
}

.timeline__event:after {
    content: "";
    width: 1px;
    height: 130%;
    background: black;
    position: absolute;
    top: 52%;
    left: -3.5rem;
    z-index: -1;
}

.timeline__event:before {
    content: "";
    width: 3rem;
    height: 3rem;
    position: absolute;
    border-radius: 100%;
    left: -6rem;
    top: 50%;
    transform: translate(33%, -55%);
    border: 1px solid rgb(32, 32, 32);
    background: white;
}

.timeline__event--type1 .timeline__event__icon {
    background-image: url(../images/hub_ncl_timeline/ncl_timeline_application.png);
    background-size: cover;
}

.timeline__event--type2 .timeline__event__icon {
    background-image: url(../images/hub_ncl_timeline/ncl_timeline_decision.png);
    background-size: cover;
}

.timeline__event--type3 .timeline__event__icon {
    background-image: url(../images/hub_ncl_timeline/ncl_timeline_funding.png);
    background-size: cover;
}

.timeline__event--type4 .timeline__event__icon {
    background-image: url(../images/hub_ncl_timeline/ncl_timeline_preenrolment.png);
    background-size: cover;
}

.timeline__event--type5 .timeline__event__icon {
    background-image: url(../images/hub_ncl_timeline/ncl_timeline_enrolment.png);
    background-size: cover;
}

.timeline__event--type6 .timeline__event__icon {
    background-image: url(../images/hub_ncl_timeline/ncl_timeline_enrolment2.png);
    background-size: cover;
}

.timeline__event--type7 .timeline__event__icon {
    background-image: url(../images/hub_ncl_timeline/ncl_timeline_funding_app_1.png);
    background-size: cover;
}

.timeline__event--type8 .timeline__event__icon {
    background-image: url(../images/hub_ncl_timeline/ncl_timeline_funding_app_2.png);
    background-size: cover;
}

.timeline__event--type9 .timeline__event__icon {
    background-image: url(../images/hub_ncl_timeline/ncl_timeline_funding_app_3.png);
    background-size: cover;
}

.timeline__event:last-child:after {
    content: none;
}

.timelineActive:before {
    content: url('../images/hub_ncl_timeline/arrow-right-circle.svg');
    display: flex;
    justify-content: center;
    background-color: var(--nclGreen);
}

.progressAddOpactity {
    opacity: 1;
}

@media (max-width: 720px) {

    .timelineActive:before {
        content: url('../images/hub_ncl_timeline/arrow-right-circle-mobile.svg');
    }
}

/* -------------------- LINKS -------------------- */

.hubLinksMain {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    max-width: 90%;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.hubLinkCards {
    display: inline-block;
    background-size: cover;
    background-position: 50% 50%;
    pointer-events: all;
    height: 252px;
    text-decoration: none;
    color: rgb(32,32,32);
    transition: .2s ease-in-out;
}

    .hubLinkCards p {
        padding-top: 260px;
    }

    .hubLinkCards:is(:focus) {
        filter: grayscale(100%);
    }

    .hubLinkCards:is(:hover) {
        filter: saturate(0);
    }

.hubLinkBar {
    display: none;
}

.hubLinksCardsHeading {
    font-weight: bold;
    font-size: large;
}

.hubLinkCard1 {
    background-image: url(../images/hub_ncl_cards/card_my_ncl.png);
}

.hubLinkCard2 {
    background-image: url(../images/hub_ncl_cards/card_saas.png);
}

.hubLinkCard3 {
    background-image: url(../images/hub_ncl_cards/card_stud_info_scotland.png);
}

.hubLinkCard4 {
    background-image: url(../images/hub_ncl_cards/card_stud_association.png);
}

.hubLinkCard5 {
    background-image: url(../images/hub_ncl_cards/card_edu_supp.png);
}

.hubLinkCard6 {
    background-image: url(../images/hub_ncl_cards/card_stud_fund.png);
}

/* -------------------- MODAL ACTION -------------------- */

.hubModalBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.897);
    z-index: 10;
    animation: modalBackgroundAnimation .5s;
}

@keyframes modalBackgroundAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hubModalOffer {
    display: unset;
    position: fixed;
    top: -500px;
    left: 50%;
    transform: translate(-50%);
    z-index: 20;
    animation: hubModalOfferAnimation .5s forwards;
}

.offerTxt {
    color: #444444;
    border-bottom: var(--nclRed) 2px solid;
    margin: 30px;
}

@keyframes hubModalOfferAnimation {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 600px);
    }
}

.hubFormOffer {
    width: 500px;
    height: auto;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #444444;
    position: relative;
    padding: .5rem;
    -webkit-box-shadow: 0px 0px 28px -6px rgba(219,47,47,1);
    -moz-box-shadow: 0px 0px 28px -6px rgba(219,47,47,1);
    box-shadow: 0px 0px 28px -6px rgba(219,47,47,1);
}

    .hubFormOffer h2 {
        margin-bottom: .5rem;
    }

.modalOfferCloseBtn:hover,
.modalErrorCloseBtn:hover {
    color: var(--nclRed);
}

.modalOfferCloseBtn,
.modalErrorCloseBtn {
    position: absolute;
    top: -8px;
    right: -16px;
    cursor: pointer;
    line-height: normal;
    color: rgb(32,32,32);
    font-size: 30px;
}

.AcceptOffer {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
}

.hubFormBtnAccept,
.hubFormBtnDecline {
    padding: .5rem;
    border: 0;
    border-radius: 5px;
    color: var(--white);
    cursor: pointer;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    transition: 0.3s ease-in-out;
    height: 41px;
    width: 100px;
    display: flex;
    justify-content: center;
}

.hubFormBtnAccept {
    background-color: #2e8b2d;
}

    .hubFormBtnAccept:hover {
        box-shadow: 0px 5px 8px #2e8b2d;
    }

.hubFormBtnDecline {
    background-color: var(--nclRed);
}

    .hubFormBtnDecline:hover {
        box-shadow: 0px 5px 8px var(--nclRed);
    }

/* -------------------- MODAL ERROR -------------------- */

.hubErrorModalBackground {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.897);
    z-index: 10;
    animation: modalBackgroundAnimation .5s;
}

.hubModalError {
    display: unset;
    position: fixed;
    top: -500px;
    left: 50%;
    transform: translate(-50%);
    z-index: 20;
    animation: hubModalErorrAnimate .5s forwards;
}

@keyframes hubModalErorrAnimate {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(-50%, 600px);
    }
}

.hubModalErrorContent {
    width: 500px;
    height: 300px;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: rgb(32, 32, 32);
    position: relative;
    -webkit-box-shadow: 0px 0px 28px -6px rgba(219,47,47,1);
    -moz-box-shadow: 0px 0px 28px -6px rgba(219,47,47,1);
    box-shadow: 0px 0px 28px -6px rgba(219,47,47,1);
}

    .hubModalErrorContent img {
        width: 60px;
        margin: auto;
        margin-bottom: 1rem;
        margin-top: 0;
        filter: invert(19%) sepia(69%) saturate(2%) hue-rotate(314deg) brightness(92%) contrast(82%);
    }

/* -------------------- MODAL WITHDRAW -------------------- */

.hubModalWithdraw,
.hubModalWithdrawUnsubmitted {
    display: none;
    position: fixed;
    top: -500px;
    left: 50%;
    transform: translate(-50%);
    z-index: 20;
    animation: hubModalErorrAnimate .5s forwards;
}

.hubModalWithdrawBackground,
.hubModalWithdrawUnsubmittedBackground {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.897);
    z-index: 10;
    animation: hubModalWithdrawAnimate .5s;
}

@keyframes hubModalWithdrawAnimate {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.hubModalWithdrawContent,
.hubModalWithdrawUnsubmittedContent {
    width: 500px;
    height: 300px;
    border-radius: 10px;
    background-color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: var(--dark);
    position: relative;
    -webkit-box-shadow: 0px 0px 28px -6px rgba(219,47,47,1);
    -moz-box-shadow: 0px 0px 28px -6px rgba(219,47,47,1);
    box-shadow: 0px 0px 28px -6px rgba(219,47,47,1);
}

    .hubModalWithdrawContent img,
    .hubModalWithdrawUnsubmittedContent img {
        margin: auto;
        margin-bottom: 1rem;
        margin-top: 0;
        width: 60px;
        filter: invert(19%) sepia(69%) saturate(2%) hue-rotate(314deg) brightness(92%) contrast(82%);
    }

.hubModalWithdrawButtonsBox,
.hubModalWithdrawUnsubmittedButtonsBox {
    display: flex;
    justify-content: space-evenly;
    margin-top: 2rem;
}

.hubModalWithdrawCancelBtn,
.hubModalWithdrawBtn,
.hubModalWithdrawUnsubmittedBtn,
.hubModalWithdrawUnsubmittedCancelBtn {
    color: var(--white);
    width: 100px;
    padding: .5rem;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.hubModalWithdrawCancelBtn,
.hubModalWithdrawUnsubmittedCancelBtn {
    background-color: #2e8b2d;
}

    .hubModalWithdrawCancelBtn:hover,
    .hubModalWithdrawUnsubmittedCancelBtn:hover {
        box-shadow: 0px 5px 8px #2e8b2d;
    }

.hubModalWithdrawBtn,
.hubModalWithdrawUnsubmittedBtn {
    background-color: var(--nclRed);
    display: flex;
    justify-content: center;
}

    .hubModalWithdrawBtn:hover,
    .hubModalWithdrawUnsubmittedBtn:hover {
        box-shadow: 0px 5px 8px var(--nclRed);
    }

/* -------------------- MEDIA -------------------- */

@media (max-width: 1300px) {

    .hubYourHubHeading {
        margin-left: 150px;
        font-size: 35px;
    }

    .hubMainBox, .hubAdminPanel {
        margin-left: 150px;
        margin-right: 150px;
    }

    #hubProgressBox {
        margin-left: 150px;
        margin-right: 150px;
    }

    .timeline {
        padding-left: 100px;
        padding-right: 20px;
    }
}

@media (max-width: 1100px) {

    .hubYourHubHeading {
        margin-left: 50px;
        font-size: 30px;
    }

    .hubMainBox, .hubAdminPanel {
        margin-left: 50px;
        margin-right: 50px;
    }

    #hubProgressBox {
        margin-left: 50px;
        margin-right: 50px;
    }

    .hubMainInfo {
        padding: 1rem;
    }

        .hubMainInfo h2 {
            font-size: 1.3rem;
            margin-bottom: .2rem;
            padding-left: 5px;
        }

    .timeline {
        padding-left: 110px;
        padding-right: 1rem;
    }

        .timeline h2 {
            font-size: 1.3rem;
        }

    .timeline__event {
        flex-direction: column;
    }

    .timeline__event__icon {
        border-radius: 8px 8px 0 0;
        width: 100%;
        justify-content: left;
    }

    .timeline__event__date {
        padding: .5rem;
    }

    .timeline__event--type1 .timeline__event__icon {
        background: #3654e4;
    }

    .timeline__event--type2 .timeline__event__icon {
        background: #c7560c;
        background-size: cover;
    }

    .timeline__event--type3 .timeline__event__icon {
        background: #8b7134;
    }

    .timeline__event--type4 .timeline__event__icon {
        background: #4e258a;
    }

    .timeline__event--type5 .timeline__event__icon {
        background: #0c5709;
    }

    .timeline__event--type6 .timeline__event__icon {
        background: #92bddd;
    }

    .timeline__event--type7 .timeline__event__icon {
        background: #eda5a5;
    }

    .timeline__event--type8 .timeline__event__icon {
        background: #2195eb;
    }

    .timeline__event--type9 .timeline__event__icon {
        background: #2ca774;
    }
}

@media (max-width: 980px) {

    .hubLinksMain {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 850px) {
    .linkBox {
        width: 100%;
    }

    .hubSubmittedAppHeader {
        display: block;
    }

    .hubSubmittedApps {
        margin-bottom: 1rem;
    }

    .hubSubmittedAppsLinks, .adminActions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row: auto auto;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        justify-content: center;
    }

        .hubSubmittedAppsLinks div,
        .hubSubmittedAppsLinks a, .adminActions a {
            height: 70px;
            width: 100% !important;
        }

    .hubAcctionBtnEmpty {
        display: none !important;
    }

    .adminActions li {
        margin-right: 0;
    }

    .hubSubmittedAppHeader div {
        margin-left: 0px;
    }
}

@media (max-width: 720px) {

    .hubYourHubHeading {
        margin-left: 5px;
    }

    .hubMainBox, .hubAdminPanel {
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 5px;
    }

    .hubMainInfo {
        padding: 5px;
    }

    .hubSubmittedApps {
        padding: 5px;
    }

    #hubProgressBox {
        margin-left: 5px;
        margin-right: 5px;
        border-radius: 5px;
    }

    .hubProgressCard {
        margin-left: 50px;
        padding-top: 10px;
    }

    .hubProgress {
        padding: .2rem;
        border-radius: 8px;
    }

    .hubProgressBar {
        border-radius: 5px;
    }

        .hubProgressBar p {
            width: 40px;
            font-size: .8rem;
            border-radius: 5px;
        }

    .hubUnsubmittedAppsBox, .adminActions {
        padding: 5px;
    }

    /* --------------------------- TIMELINE --------------------------- */

    .timeline {
        padding-left: 50px;
        padding-right: 20px;
    }

    .timeline__event:after {
        width: 1px;
        height: 170%;
        top: 52%;
        left: -1.5rem;
    }

    .timeline__event:before {
        width: 2rem;
        height: 2rem;
        transform: translate(175%, -55%);
        border: 1px solid rgb(32, 32, 32);
    }

    .timeline__event__content {
        padding: 8px;
        min-height: unset;
        font-size: .8rem;
    }

    .timeline__event__date {
        font-size: 1.2rem;
        font-weight: 200;
        min-width: unset;
    }

    .timeline__event__title {
        font-size: 1rem;
    }

    /* --------------------------- MODALS --------------------------- */

    .hubModalBox {
        position: relative;
    }

    .hubModalOffer {
        width: 100%;
    }

    .hubFormOffer {
        width: 90%;
        margin: auto;
        border-radius: 5px;
    }

        .hubFormOffer button {
            margin: 1rem;
        }

    .hubCloseBtnAction {
        right: 5%;
    }

    .hubModalErrorContent {
        width: 90%;
        margin: auto;
        position: relative;
    }

    .hubCloseBtnError {
        right: 5%;
    }

    .hubModalError {
        width: 100%;
    }

    .hubModalWithdraw,
    .hubModalWithdrawUnsubmitted {
        width: 100%;
    }

    .hubModalWithdrawContent,
    .hubModalWithdrawUnsubmittedContent {
        margin: auto;
        width: 90%;
    }

    .hubCloseBtn {
        right: 5%;
    }

    /* --------------------------- LINKS --------------------------- */

    .hubLinksMain {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 0rem;
        font-size: .8rem;
    }

    .hubLinkBar {
        display: unset;
        height: 1px;
        margin-bottom: 2rem;
        margin-top: .5rem;
        background-color: rgb(32,32,32);
    }

    .hubUnsubmittedAppsLinks {
        padding-top: 5px;
    }
}

@media (max-width: 500px) {
    .hubUnsubmittedAppsRemove, .hubUnsubmittedApps a, .hubUnsubmittedAppsBox a, .adminActions a {
        width: 100% !important;
    }

    .hubSubmittedAppsLinks, .adminActions {
        display: flex;
        flex-direction: column;
    }

    .hubSubmittedAppHeader div {
        width: 100%;
    }

    .hubSubmittedAppsLinks div, .hubSubmittedAppsLinks a, .adminActions a {
        height: 0;
        min-height: 40px;
    }

    /*.adminActions li:last-child a {
        margin-top: 8px;
    }*/

    .adminActions {
        flex-direction: column;
    }

        .adminActions li {
            margin-right: 0;
        }
}
/*
@media (max-width: 320px) {
    .feedbackBox {
        left: -292px;
    }
}
*/
