/* _content/COMP5322_HabitTracker_Razor/Pages/Analytics.cshtml.rz.scp.css */
#page-container[b-ocm7lo916g]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 40px 20px;
}

.hidden[b-ocm7lo916g] {
    display: none;
}


/*Style modified from https://codepen.io/tirthakmodi/pen/YPeEXY*/
.menu[b-ocm7lo916g] {
    cursor: pointer;
    filter: url("#shadowed-goo");
}

.menu-item[b-ocm7lo916g], .menu-open-button[b-ocm7lo916g] {
    background: #00bcd4;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    color: white;
    text-align: center;
    line-height: 41px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
}

.menu-open[b-ocm7lo916g] {
    display: none;
}

.hamburger[b-ocm7lo916g] {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    transition: transform 200ms;
}

.hamburger-1[b-ocm7lo916g] {
    transform: translate3d(0, -8px, 0);
}

.hamburger-2[b-ocm7lo916g] {
    transform: translate3d(0, 0, 0);
}

.hamburger-3[b-ocm7lo916g] {
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1[b-ocm7lo916g] {
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .hamburger-2[b-ocm7lo916g] {
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .hamburger-3[b-ocm7lo916g] {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu[b-ocm7lo916g] {
    position: fixed;
    bottom: 0%;
    right: 0%;
    z-index: 100;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left;
    transform: translate(-50%, -50%);
}

.menu-item:hover[b-ocm7lo916g] {
    background: white;
    color: #00bcd4;
    border: 1px solid #00bcd4;
}

.menu-item:nth-child(3)[b-ocm7lo916g] {
    transition-duration: 180ms;
}

.menu-item:nth-child(4)[b-ocm7lo916g] {
    transition-duration: 180ms;
}

.menu-item:nth-child(5)[b-ocm7lo916g] {
    transition-duration: 180ms;
}

.menu-item:nth-child(6)[b-ocm7lo916g] {
    transition-duration: 180ms;
}

.menu-open-button[b-ocm7lo916g] {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}

    .menu-open-button:hover[b-ocm7lo916g] {
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }

.menu-open:checked + .menu-open-button[b-ocm7lo916g] {
    transition-timing-function: linear;
    transition-duration: 200ms;
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item[b-ocm7lo916g] {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .menu-open:checked ~ .menu-item:nth-child(3)[b-ocm7lo916g] {
        transition-duration: 190ms;
        transform: translate3d(0, -50px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(4)[b-ocm7lo916g] {
        transition-duration: 290ms;
        transform: translate3d(0, -100px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(5)[b-ocm7lo916g] {
        transition-duration: 390ms;
        transform: translate3d(0, -150px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(6)[b-ocm7lo916g] {
        transition-duration: 490ms;
        transform: translate3d(0, -200px, 0);
    }


.highcharts-figure[b-ocm7lo916g],
.highcharts-data-table table[b-ocm7lo916g] {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table[b-ocm7lo916g] {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid var(--highcharts-neutral-color-10, #e6e6e6);
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption[b-ocm7lo916g] {
    padding: 1em 0;
    font-size: 1.2em;
    color: var(--highcharts-neutral-color-60, #666);
}

.highcharts-data-table th[b-ocm7lo916g] {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td[b-ocm7lo916g],
.highcharts-data-table th[b-ocm7lo916g],
.highcharts-data-table caption[b-ocm7lo916g] {
    padding: 0.5em;
}

.highcharts-data-table thead tr[b-ocm7lo916g],
.highcharts-data-table tbody tr:nth-child(even)[b-ocm7lo916g] {
    background: var(--highcharts-neutral-color-3, #f7f7f7);
}

.highcharts-description[b-ocm7lo916g] {
    margin: 0.3rem 10px;
}
/* _content/COMP5322_HabitTracker_Razor/Pages/Calendar.cshtml.rz.scp.css */
.page-container[b-btkyo6wlj3] {
    height: 100vh;
}

.calendar-container[b-btkyo6wlj3] {
    padding: 40px 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 14px;
}

#calendar[b-btkyo6wlj3] {
    max-width: 1100px;
    margin: 0 auto;
}

.hidden[b-btkyo6wlj3] {
    display: none;
}

/*Style is modified from https://uiverse.io/Yaya12085/foolish-dog-36*/
.modal[b-btkyo6wlj3] {
    background: #f1f7fe;
    color: #010101;
    border-radius: 1em;
    box-shadow: 0px 100px 48px -60px rgba(0,0,0,0.1);
    width: fit-content;
    height: auto;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: -100%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s, color 0.3s, top 1s ease-out;
    z-index: 100;
    display: flex;
    justify-content: center;
}

    .content > *[b-btkyo6wlj3], .modal > *[b-btkyo6wlj3] {
        padding: 0.875em;
    }

    .modal.show[b-btkyo6wlj3] {
        top: 20%;
        transition: top 1s ease-out;
    }

#datePicker[b-btkyo6wlj3] {
    background: transparent;
    border: none;
    outline: none;
}

#alert-badge-container[b-btkyo6wlj3] {
    position: absolute;
    display: flex;
    left: 100%;
    transition: transform ease-out 200ms;
}

#menu-alert-badge[b-btkyo6wlj3] {
    font-size: 0.7rem;
    z-index: 1000;
}

/*Style modified from https://codepen.io/tirthakmodi/pen/YPeEXY*/
.menu[b-btkyo6wlj3] {
    cursor: pointer;
    filter: url("#shadowed-goo");
}

.menu-item[b-btkyo6wlj3], .menu-open-button[b-btkyo6wlj3] {
    background: #00bcd4;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    color: white;
    text-align: center;
    line-height: 41px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
}

.menu-open[b-btkyo6wlj3] {
    display: none;
}

.hamburger[b-btkyo6wlj3] {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    transition: transform 200ms;
}

.hamburger-1[b-btkyo6wlj3] {
    transform: translate3d(0, -8px, 0);
}

.hamburger-2[b-btkyo6wlj3] {
    transform: translate3d(0, 0, 0);
}

.hamburger-3[b-btkyo6wlj3] {
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1[b-btkyo6wlj3] {
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .hamburger-2[b-btkyo6wlj3] {
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .hamburger-3[b-btkyo6wlj3] {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu[b-btkyo6wlj3] {
    position: fixed;
    bottom: 0%;
    right: 0%;
    z-index: 100;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left;
    transform: translate(-50%, -50%);
}

.menu-item:hover[b-btkyo6wlj3] {
    background: white;
    color: #00bcd4;
    border: 1px solid #00bcd4;
}

.menu-item:nth-child(3)[b-btkyo6wlj3] {
    transition-duration: 180ms;
}

.menu-item:nth-child(4)[b-btkyo6wlj3] {
    transition-duration: 180ms;
}

.menu-item:nth-child(5)[b-btkyo6wlj3] {
    transition-duration: 180ms;
}

.menu-item:nth-child(6)[b-btkyo6wlj3] {
    transition-duration: 180ms;
}

.menu-open-button[b-btkyo6wlj3] {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}

    .menu-open-button:hover[b-btkyo6wlj3] {
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }

.menu-open:checked + .menu-open-button[b-btkyo6wlj3] {
    transition-timing-function: linear;
    transition-duration: 200ms;
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item[b-btkyo6wlj3] {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu-open:checked ~ #eventTableNav[b-btkyo6wlj3],
.menu-open:checked ~ #eventTableNav ~ .tooltip[b-btkyo6wlj3],
.menu-open:checked ~ #alert-badge-container[b-btkyo6wlj3] {
    transition-duration: 190ms;
    transform: translate3d(0, -50px, 0);
}

.menu-open:checked ~ #habitTableNav[b-btkyo6wlj3] {
    transition-duration: 290ms;
    transform: translate3d(0, -100px, 0);
}

.menu-open:checked ~ #analyticsNav[b-btkyo6wlj3] {
    transition-duration: 390ms;
    transform: translate3d(0, -150px, 0);
}

.menu-open:checked ~ #toggleDatePickerModalButton[b-btkyo6wlj3] {
    transition-duration: 490ms;
    transform: translate3d(0, -200px, 0);
}

.menu-open:checked ~ #logoutNav[b-btkyo6wlj3] {
    transition-duration: 590ms;
    transform: translate3d(0, -250px, 0);
}

.menu-open:checked ~ .tooltip[b-btkyo6wlj3] {
    display: block;
}
/* _content/COMP5322_HabitTracker_Razor/Pages/EventTable.cshtml.rz.scp.css */
#page-container[b-ixmbig0t3w] {
    height: 100vh;
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#completeEventGrid[b-ixmbig0t3w] {
    flex-grow: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hidden[b-ixmbig0t3w] {
    display: none;
}

/*Style modified from https://codepen.io/tirthakmodi/pen/YPeEXY*/
.menu[b-ixmbig0t3w] {
    cursor: pointer;
    filter: url("#shadowed-goo");
}

.menu-item[b-ixmbig0t3w], .menu-open-button[b-ixmbig0t3w] {
    background: #00bcd4;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-left: -70px;
    margin-top: -40px;
    position: absolute;
    color: white;
    text-align: center;
    line-height: 41px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
}

.menu-open[b-ixmbig0t3w] {
    display: none;
}

.hamburger[b-ixmbig0t3w] {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    transition: transform 200ms;
}

.hamburger-1[b-ixmbig0t3w] {
    transform: translate3d(0, -8px, 0);
}

.hamburger-2[b-ixmbig0t3w] {
    transform: translate3d(0, 0, 0);
}

.hamburger-3[b-ixmbig0t3w] {
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1[b-ixmbig0t3w] {
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .hamburger-2[b-ixmbig0t3w] {
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .hamburger-3[b-ixmbig0t3w] {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu[b-ixmbig0t3w] {
    position: fixed;
    top: 90%;
    left: 100%;
    z-index: 100;
    margin-left: -80px;
    padding-top: 20px;
    padding-left: 80px;
    width: 650px;
    height: 150px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left;
}

.menu-item:hover[b-ixmbig0t3w] {
    background: white;
    color: #00bcd4;
    border: 1px solid #00bcd4;
}

.menu-item:nth-child(3)[b-ixmbig0t3w] {
    transition-duration: 180ms;
}

.menu-item:nth-child(4)[b-ixmbig0t3w] {
    transition-duration: 180ms;
}

.menu-item:nth-child(5)[b-ixmbig0t3w] {
    transition-duration: 180ms;
}

.menu-item:nth-child(6)[b-ixmbig0t3w] {
    transition-duration: 180ms;
}

.menu-open-button[b-ixmbig0t3w] {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}

    .menu-open-button:hover[b-ixmbig0t3w] {
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }

.menu-open:checked + .menu-open-button[b-ixmbig0t3w] {
    transition-timing-function: linear;
    transition-duration: 200ms;
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item[b-ixmbig0t3w] {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .menu-open:checked ~ #submitButton[b-ixmbig0t3w] {
        transition-duration: 190ms;
        transform: translate3d(0, -50px, 0);
    }

    .menu-open:checked ~ #cancelButton[b-ixmbig0t3w] {
        transition-duration: 290ms;
        transform: translate3d(0, -100px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(5)[b-ixmbig0t3w] {
        transition-duration: 390ms;
        transform: translate3d(0, -150px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(6)[b-ixmbig0t3w] {
        transition-duration: 490ms;
        transform: translate3d(0, -200px, 0);
    }


/*Style is modified from https://uiverse.io/Yaya12085/foolish-dog-36*/
.modal[b-ixmbig0t3w] {
    background: #f1f7fe;
    color: #010101;
    border-radius: 1em;
    box-shadow: 0px 100px 48px -60px rgba(0,0,0,0.1);
    width: fit-content;
    height: auto;
    overflow: hidden;
    position: fixed;
    left: 50%;
    top: -100%;
    transform: translate(-50%, -50%);
    transition: background-color 0.3s, color 0.3s, top 1s ease-out;
    z-index: 1000;
    display: flex;
    justify-content: center;
}

    .content > *[b-ixmbig0t3w], .modal > *[b-ixmbig0t3w] {
        padding: 0.875em;
    }

    .modal.show[b-ixmbig0t3w] {
        top: 20%;
        transition: top 1s ease-out;
    }

#datePicker[b-ixmbig0t3w] {
    background: transparent;
    border: none;
    outline: none;
}
/* _content/COMP5322_HabitTracker_Razor/Pages/HabitTable.cshtml.rz.scp.css */
#page-container[b-w7k3zkemzj] {
    height: 100vh;
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#editEventGrid[b-w7k3zkemzj] {
    flex-grow: 1;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.hidden[b-w7k3zkemzj] {
    display: none;
}

/*Style modified from https://codepen.io/tirthakmodi/pen/YPeEXY*/
.menu[b-w7k3zkemzj] {
    cursor: pointer;
    filter: url("#shadowed-goo");
}

.menu-item[b-w7k3zkemzj], .menu-open-button[b-w7k3zkemzj] {
    background: #00bcd4;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-left: -70px;
    margin-top: -40px;
    position: absolute;
    color: white;
    text-align: center;
    line-height: 41px;
    transform: translate3d(0, 0, 0);
    transition: transform ease-out 200ms;
}

.menu-open[b-w7k3zkemzj] {
    display: none;
}

.hamburger[b-w7k3zkemzj] {
    width: 25px;
    height: 3px;
    background: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    transition: transform 200ms;
}

.hamburger-1[b-w7k3zkemzj] {
    transform: translate3d(0, -8px, 0);
}

.hamburger-2[b-w7k3zkemzj] {
    transform: translate3d(0, 0, 0);
}

.hamburger-3[b-w7k3zkemzj] {
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .hamburger-1[b-w7k3zkemzj] {
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .hamburger-2[b-w7k3zkemzj] {
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .hamburger-3[b-w7k3zkemzj] {
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu[b-w7k3zkemzj] {
    position: fixed;
    top: 90%;
    left: 100%;
    z-index: 100;
    margin-left: -80px;
    padding-top: 20px;
    padding-left: 80px;
    width: 650px;
    height: 150px;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left;
}

.menu-item:hover[b-w7k3zkemzj] {
    background: white;
    color: #00bcd4;
    border: 1px solid #00bcd4;
}

.menu-item:nth-child(3)[b-w7k3zkemzj] {
    transition-duration: 180ms;
}

.menu-item:nth-child(4)[b-w7k3zkemzj] {
    transition-duration: 180ms;
}

.menu-item:nth-child(5)[b-w7k3zkemzj] {
    transition-duration: 180ms;
}

.menu-item:nth-child(6)[b-w7k3zkemzj] {
    transition-duration: 180ms;
}

.menu-open-button[b-w7k3zkemzj] {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}

    .menu-open-button:hover[b-w7k3zkemzj] {
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }

.menu-open:checked + .menu-open-button[b-w7k3zkemzj] {
    transition-timing-function: linear;
    transition-duration: 200ms;
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item[b-w7k3zkemzj] {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .menu-open:checked ~ #submitButton[b-w7k3zkemzj] {
        transition-duration: 190ms;
        transform: translate3d(0, -50px, 0);
    }

    .menu-open:checked ~ #cancelButton[b-w7k3zkemzj] {
        transition-duration: 290ms;
        transform: translate3d(0, -100px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(5)[b-w7k3zkemzj] {
        transition-duration: 390ms;
        transform: translate3d(0, -150px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(6)[b-w7k3zkemzj] {
        transition-duration: 490ms;
        transform: translate3d(0, -200px, 0);
    }
/* _content/COMP5322_HabitTracker_Razor/Pages/Login.cshtml.rz.scp.css */
.hidden[b-6g0nue5zky] {
    display: none;
}

.page-container[b-6g0nue5zky] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(130deg,#44ffd2, #87f6ff, #B5CFD9);
    background-size: 200% 100%;
    animation: gradient-animation-b-6g0nue5zky 20s ease infinite;
}

.form-box[b-6g0nue5zky] {
    max-width: 300px;
    overflow: hidden;
    background: #f1f7fe;
    color: #010101;
    border-radius: 18px;
    box-shadow: 0 0 1px;
}

@media screen and (max-width: 767px) {
    .form-box[b-6g0nue5zky] {
        width: 100vw;
        height: 100vh;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
        max-width: none;
        justify-content: space-between;
    }
}

.login-form[b-6g0nue5zky] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px 24px 24px;
    gap: 16px;
    text-align: center;
}

    .login-form .title[b-6g0nue5zky] {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .login-form .subtitle[b-6g0nue5zky] {
        font-size: 1rem;
        color: #666;
    }

    .login-form #loginButton[b-6g0nue5zky] {
        width: 100%;
        background-color: #0096A3;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        border: 0;
        border-radius: 18px;
        padding: 10px 16px;
        line-height: normal;
        cursor: pointer;
        transition: background-color .7s ease;
    }

        .login-form #loginButton:hover[b-6g0nue5zky] {
            background-color: #0066ff;
        }

    .login-form .form-check[b-6g0nue5zky]{
        display: flex;
    }

        .login-form .form-check label[b-6g0nue5zky]{
            flex-grow: 1;
        }

    .login-form .form-check:hover[b-6g0nue5zky]{
        font-weight: bold;
        text-decoration: underline;
    }

.form-container[b-6g0nue5zky] {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    margin: 1rem 0 .5rem;
}

.input[b-6g0nue5zky] {
    background: none;
    border: 0;
    border-bottom: 1px solid #eee;
    outline: none;
    height: 40px;
    width: 100%;
    padding: 8px 15px;
    font-size: .9rem;
}

.form-section[b-6g0nue5zky] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: .7rem;
    background-color: #e0ecfb;
    box-shadow: rgb(0 0 0 / 8%) 0 -1px;
}

    .form-section a[b-6g0nue5zky] {
        text-decoration: none;
        color: dodgerblue;
        font-weight: bold;
        color: #0066ff;
        cursor: pointer;
    }

        .form-section a:hover[b-6g0nue5zky] {
            color: blue;
            text-decoration: underline;
        }

@keyframes gradient-animation-b-6g0nue5zky {
    0% {
        background-position: 0% 50%; /* Start position */
    }

    50% {
        background-position: 100% 50%; /* End position, creating a slide */
    }

    100% {
        background-position: 0% 50%; /* Start position */
    }
}

#loginFailAlert[b-6g0nue5zky] {
    height: 0;
    color: red;
    font-weight: bold;
}

    #loginFailAlert i[b-6g0nue5zky] {
        margin: 0 5px;
    }

    #loginFailAlert.show[b-6g0nue5zky]{
        height: auto;
    }
/* _content/COMP5322_HabitTracker_Razor/Pages/Register.cshtml.rz.scp.css */
.page-container[b-6qseazpvpu] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(130deg,#44ffd2, #87f6ff, #B5CFD9);
    background-size: 200% 100%;
    animation: gradient-animation-b-6qseazpvpu 20s ease infinite;
}

.form-box[b-6qseazpvpu] {
    max-width: 300px;
    overflow: hidden;
    background: #f1f7fe;
    color: #010101;
    border-radius: 18px;
    box-shadow: 0 0 1px;
}

@media screen and (max-width: 767px) {
    .form-box[b-6qseazpvpu] {
        width: 100vw;
        height: 100vh;
        border-radius: 0px;
        display: flex;
        flex-direction: column;
        max-width: none;
        justify-content: space-between;
    }
}

.register-form[b-6qseazpvpu] {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 32px 24px 24px;
    gap: 16px;
    text-align: center;
}

    .register-form .title[b-6qseazpvpu] {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .register-form .subtitle[b-6qseazpvpu] {
        font-size: 1rem;
        color: #666;
    }

    .register-form #registerButton[b-6qseazpvpu] {
        width: 100%;
        background-color: #0096A3;
        color: #fff;
        font-size: 1rem;
        font-weight: 600;
        border: 0;
        border-radius: 18px;
        padding: 10px 16px;
        line-height: normal;
        cursor: pointer;
        transition: background-color .7s ease;
    }

        .register-form #registerButton:hover[b-6qseazpvpu] {
            background-color: #0066ff;
        }

.form-container[b-6qseazpvpu] {
    overflow: hidden;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    margin: 1rem 0 .5rem;
}

.input[b-6qseazpvpu] {
    background: none;
    border: 0;
    border-bottom: 1px solid #eee;
    outline: none;
    height: 40px;
    width: 100%;
    padding: 8px 15px;
    font-size: .9rem;
}

.form-section[b-6qseazpvpu] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: .7rem;
    background-color: #e0ecfb;
    box-shadow: rgb(0 0 0 / 8%) 0 -1px;
}

    .form-section a[b-6qseazpvpu] {
        text-decoration: none;
        color: dodgerblue;
        font-weight: bold;
        color: #0066ff;
        cursor: pointer;
    }

        .form-section a:hover[b-6qseazpvpu] {
            color: blue;
            text-decoration: underline;
        }

@keyframes gradient-animation-b-6qseazpvpu {
    0% {
        background-position: 0% 50%; /* Start position */
    }

    50% {
        background-position: 100% 50%; /* End position, creating a slide */
    }

    100% {
        background-position: 0% 50%; /* Start position */
    }
}
/* _content/COMP5322_HabitTracker_Razor/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-a33m409s8q] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-a33m409s8q] {
  color: #0077cc;
}

.btn-primary[b-a33m409s8q] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-a33m409s8q], .nav-pills .show > .nav-link[b-a33m409s8q] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-a33m409s8q] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-a33m409s8q] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-a33m409s8q] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-a33m409s8q] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-a33m409s8q] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
