/* _content/Nessy.Help.Razor/Pages/ConnectivityCheck.cshtml.rz.scp.css */

header[b-s5arlsuvwa] {
    height: 10vh;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.email-btn[b-s5arlsuvwa] {
    border: 2px solid #8DB5D8;
    padding: 20px 30px;
    border-radius: 50px;
    cursor: pointer;
    display: none;
    box-shadow: 1px 2px 5px #8DB5D8;
}

    .email-btn:hover[b-s5arlsuvwa] {
        background: #8DB5D8;
        color: black;
        border: 2px solid white;
    }

.counters[b-s5arlsuvwa] {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
}

.card[b-s5arlsuvwa] {
    flex: 1;
    background: white;
    padding: 1rem;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
}

    .card h2[b-s5arlsuvwa] {
        margin: 0;
        font-size: 2rem;
    }

details[b-s5arlsuvwa] {
    background: white;
    margin-bottom: 0.5rem;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    min-width: fit-content;
}

summary[b-s5arlsuvwa] {
    padding: 0.75rem 1rem;
    cursor: pointer;
    font-weight: bold;
    border-radius: 6px;
    list-style: none;
}

details div[b-s5arlsuvwa] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #eee;
}

.valid[b-s5arlsuvwa] {
    background-color: hsl(148, 49%, 80%);
}

.invalid[b-s5arlsuvwa] {
    background-color: #f8d7da;
}

.accessContainer[b-s5arlsuvwa] {
    margin: 35px 0;
}

.spinnerContainer[b-s5arlsuvwa] {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.loader[b-s5arlsuvwa] {
    width: 65px;
    height: 65px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.trouble-shooting-container[b-s5arlsuvwa] {
    padding: 2.5rem;
    max-width: 700px;
    margin: 5rem auto 3rem auto;
    display: none;
    flex-flow: column nowrap;
    row-gap: 1.5rem;
    background-image: repeating-linear-gradient(-27deg, #FA707C, #FA707C 5.76px, transparent 9px, transparent 14.76px, #FA707C 18px), repeating-linear-gradient(63deg, #FA707C, #FA707C 5.76px, transparent 9px, transparent 14.76px, #FA707C 18px), repeating-linear-gradient(153deg, #FA707C, #FA707C 5.76px, transparent 9px, transparent 14.76px, #FA707C 18px), repeating-linear-gradient(243deg, #FA707C, #FA707C 5.76px, transparent 9px, transparent 14.76px, #FA707C 18px);
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

.inner-troubleShooting-container[b-s5arlsuvwa] {
    display: flex;
    flex-flow: column nowrap;
    row-gap: 1rem;
}

.troubleShooting-logout-container[b-s5arlsuvwa] {
    display: none;
    padding: 2.5rem;
    max-width: 700px;
    margin: 4rem auto 5rem auto;
    background-image: repeating-linear-gradient(-27deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px), repeating-linear-gradient(63deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px), repeating-linear-gradient(153deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px), repeating-linear-gradient(243deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px);
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

/*Mobile Styles*/

@media (max-width: 768px) {
    .counters[b-s5arlsuvwa] {
        flex-direction: column;
        row-gap: 1.8rem;
    }
}
/* _content/Nessy.Help.Razor/Pages/Index.cshtml.rz.scp.css */
.logo[b-na0a26jdco] {
    width: 400px;
    height: auto;
}

.logo-container[b-na0a26jdco] {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3.5rem;
    margin-top: 10vh;
}

h2[b-na0a26jdco] {
    font-size: 1.5rem;
    padding: 10px 0;
    line-height: 30px;
    text-align: center;
}

.flex-column[b-na0a26jdco] {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    height: 30vh;
    min-height: fit-content;
    justify-content: center;
    padding: 0 5rem;
    background: hsl(148, 49%, 80%);
}

.actionBtn-container[b-na0a26jdco] {
    margin: 5rem 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 4rem;
    justify-content: center;
}

.action-btn[b-na0a26jdco] {
    padding: 40px;
    border-radius: 50px;
    font-size: 18px;
    border: 2px solid hsl(148, 49%, 70%);
    background: inherit;
    cursor: pointer;
    min-width: fit-content;
    width: 20%;
}

a.action-btn[b-na0a26jdco] {
    text-align: center;
    text-decoration: none;
    color: inherit;
}

    .action-btn:hover[b-na0a26jdco] {
        background: hsl(148, 49%, 80%);
        color: black;
        border: 2px solid white;
        box-shadow: 2px 3px 10px hsl(148, 49%, 70%);
    }

    .action-btn:active[b-na0a26jdco] {
        background: hsl(148, 49%, 40%);
        color: white;
        border: 2px solid white;
    }


.troubleShooting-logout-container[b-na0a26jdco] {
    display: flex;
    justify-content: center;
    margin: 0 2rem 4rem 2rem;
    flex-direction: column;
    align-items: center;
    row-gap: 3rem;
}

.troubleShooting-inner-logout-container[b-na0a26jdco] {
    padding: 2.5rem;
    max-width: 800px;
    display: flex;
    flex-flow: column nowrap;
    row-gap: 1.5rem;
    background-image: repeating-linear-gradient(-27deg, hsl(148, 49%, 60%), hsl(148, 49%, 60%) 5.76px, transparent 9px, transparent 14.76px, hsl(148, 49%, 60%) 18px), repeating-linear-gradient(63deg, hsl(148, 49%, 60%), hsl(148, 49%, 60%) 5.76px, transparent 9px, transparent 14.76px, hsl(148, 49%, 60%) 18px), repeating-linear-gradient(153deg, hsl(148, 49%, 60%), hsl(148, 49%, 60%) 5.76px, transparent 9px, transparent 14.76px, hsl(148, 49%, 60%) 18px), repeating-linear-gradient(243deg, hsl(148, 49%, 60%), hsl(148, 49%, 60%) 5.76px, transparent 9px, transparent 14.76px, hsl(148, 49%, 60%) 18px);
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

/*Mobile / Tablet Styles*/

@media (max-width: 768px) {

    h2[b-na0a26jdco] {
        font-size: 1.2rem;
    }

    .logo[b-na0a26jdco] {
        width: 280px;
    }

    .actionBtn-container[b-na0a26jdco] {
        row-gap: 3rem;
        flex-direction: column;
        align-content: center;
    }

    .action-btn[b-na0a26jdco] {
        font-size: 16px;
        width: 60%;
        min-width: fit-content;
    }

    .flex-column[b-na0a26jdco] {
        padding: 2rem 5rem;
    }
}

@media (max-width: 600px) {

    .flex-column[b-na0a26jdco] {
        padding: 2rem 2rem;
    }
}
/* _content/Nessy.Help.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-n2qcmkqr74] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-n2qcmkqr74] {
  color: #0077cc;
}

.btn-primary[b-n2qcmkqr74] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-n2qcmkqr74], .nav-pills .show > .nav-link[b-n2qcmkqr74] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-n2qcmkqr74] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-n2qcmkqr74] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-n2qcmkqr74] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-n2qcmkqr74] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-n2qcmkqr74] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Nessy.Help.Razor/Pages/Shared/_Navbar.cshtml.rz.scp.css */
.nav-background[b-31d61nmcru] {
    background-color: #fff;
    height: 3.75rem;
    display: flex;
    width: 100%;
    align-items: center;
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
}

.wrapper[b-31d61nmcru] {
    padding: 0px 30px;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
}

    .wrapper .nav-links[b-31d61nmcru] {
        display: inline-flex;
    }

.nav-links li a[b-31d61nmcru] {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.nav-links .mobile-item[b-31d61nmcru] {
    display: none;
}

.wrapper .btn[b-31d61nmcru] {
    cursor: pointer;
    display: none;
    font-size: 28px;
}

    .wrapper .btn.close-btn[b-31d61nmcru] {
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .wrapper .btn.menu-btn[b-31d61nmcru] {
        padding-left: 10px;
    }

nav input[b-31d61nmcru] {
    display: none;
}

/* Hover menu items */

.nav-logo[b-31d61nmcru] {
    padding: 3px 12px;
    width: 10.5rem;
    height: 3.75rem;
}

.hover-underline-animation[b-31d61nmcru] {
    line-height: 1.5rem;
    display: inline-block;
    position: relative;
}

    .hover-underline-animation[b-31d61nmcru]::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: hsl(148, 49%, 48%);
        transition: transform 0.25s ease-out;
    }

    .hover-underline-animation:hover[b-31d61nmcru]::after {
        transform: scaleX(1);
    }

    .hover-underline-animation.left[b-31d61nmcru]::after {
        transform-origin: bottom right;
    }

    .hover-underline-animation.left:hover[b-31d61nmcru]::after {
        transform-origin: bottom left;
    }

/*Tablet Styles*/

@media screen and (max-width: 768px) {
    .wrapper .btn[b-31d61nmcru] {
        display: block;
    }

    .wrapper .nav-links[b-31d61nmcru] {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #fff;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
        color: black;
    }

    /* custom scroll bar */
    [b-31d61nmcru]::-webkit-scrollbar {
        width: 10px;
    }

    [b-31d61nmcru]::-webkit-scrollbar-track {
        background: #242526;
    }

    [b-31d61nmcru]::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links[b-31d61nmcru] {
        left: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn[b-31d61nmcru] {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn[b-31d61nmcru] {
        display: block;
    }

    .nav-links li[b-31d61nmcru] {
        margin: 15px 10px;
    }

        .nav-links li a[b-31d61nmcru] {
            padding: 0 20px;
            display: block;
            font-size: 20px;
        }

    .nav-links .desktop-item[b-31d61nmcru] {
        display: none;
    }

    .nav-links .mobile-item[b-31d61nmcru] {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

        .nav-links .mobile-item:hover[b-31d61nmcru] {
            background: #3A3B3C;
        }

    .hover-underline-animation[b-31d61nmcru] {
        line-height: 3rem;
    }

        .hover-underline-animation[b-31d61nmcru]::after {
            width: 45%;
            left: 15px;
        }
}
/* _content/Nessy.Help.Razor/Pages/SystemTimeCheck.cshtml.rz.scp.css */
.layout-container[b-ju3im7hzbw] {
    height: 100%;
    width: 100%;
    min-width: 300px;
    display: flex;
    flex-flow: column nowrap;
}

.top-flex[b-ju3im7hzbw] {
    width: 100%;
    height: 100%;
    min-height: 400px;
    flex: 1;
}

.bottom-flex[b-ju3im7hzbw] {
    width: 100%;
    flex-basis: 100%;
    background: hsl(148, 49%, 80%);
    flex: 2;
}

.bottom-container-inner-flex[b-ju3im7hzbw] {
    margin-top: 5rem;
    margin-bottom: 3rem;
}

.top-container-inner-flex[b-ju3im7hzbw] {
    display: flex;
    flex-flow: column nowrap;
    row-gap: 1.2rem;
}

.inner-flex[b-ju3im7hzbw] {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    height: 100%;
    justify-content: center;
    row-gap: 5rem;
    padding: 0 2rem;
}

.inner-flex-heading[b-ju3im7hzbw] {
    display: flex;
    flex-flow: column nowrap;
    row-gap: 10px;
    align-items: center;
}


.time-error-message[b-ju3im7hzbw] {
    padding: 2.5rem;
    width: 80%;
    max-width: 700px;
    display: none; /* change to flex via code */
    flex-flow: column nowrap;
    align-items: center;
    row-gap: 2rem;
    font-size: 20px;
    background-image: repeating-linear-gradient(-27deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px), repeating-linear-gradient(63deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px), repeating-linear-gradient(153deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px), repeating-linear-gradient(243deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px);
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

.troubleShooting-logout-container[b-ju3im7hzbw] {
    padding: 2.5rem;
    max-width: 700px;
    background-image: repeating-linear-gradient(-27deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px), repeating-linear-gradient(63deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px), repeating-linear-gradient(153deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px), repeating-linear-gradient(243deg, #000000, #000000 5.76px, transparent 9px, transparent 14.76px, #000000 18px);
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
}

.troubleShooting-logout-margin[b-ju3im7hzbw] {
    margin: 4rem 0;
}

.error-message-fix-list[b-ju3im7hzbw] {
    display: flex;
    flex-flow: column nowrap;
    row-gap: 12px;
    align-items: center;
}

.text-date-flex[b-ju3im7hzbw] {
    display: flex;
    flex-flow: row wrap;
    column-gap: 10px;
    font-size: 20px;
}

.plus-font[b-ju3im7hzbw] {
    font-size: 25px !important;
}

/*Mobile Styles*/
@media (max-width: 768px) {
    .inner-flex[b-ju3im7hzbw] {
        row-gap: 2.5rem;
    }

    .time-error-message[b-ju3im7hzbw] {
        width: 100%;
        font-size: 18px;
    }

    .text-date-flex[b-ju3im7hzbw] {
        flex-direction: column;
        row-gap: 10px;
        font-size: 16px;
    }

    .text-time-variance-flex[b-ju3im7hzbw] {
        flex-direction: column;
    }

    .plus-font[b-ju3im7hzbw] {
        font-size: 20px !important;
    }
}
