@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
/* ======================================== WEBFONTS ======================================== */

@font-face {
    font-family: 'Sen';
    src: url('webfonts/Sen-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sen';
    src: url('webfonts/Sen-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

.e-control {
    font-family: 'Sen', serif;
}
.e-tab .e-toolbar-items .e-toolbar-item .e-tab-text {
    font-family: 'Sen', serif;
}
.e-card {
    font-family: 'Sen', serif;
    justify-content: stretch;
}

.mud-icon-root mud-svg-icon mud-icon-size-medium {
    vertical-align:text-bottom
}
/* ======================================== GLOBALS ======================================== */

/*Override gutter size to stop overflow*/
.row {
    --bs-gutter-x: 0!important;
}
.nav-item {
    cursor: pointer;
}

html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
}

body {
    margin: 0 auto;
    background: rgb(18, 18, 18);
    background: linear-gradient(130deg, rgba(18, 18, 18, 1) 0%, rgba(0, 23, 59, 1) 55%, rgba(0, 23, 59, 1) 100%);
    color: #000;
    /* Default font */
    font-family: 'Sen', -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6rem;
}

/* Default */
a, a:not([href]) {
    color: #0028a1;
    text-decoration: none;
    transition: 0.5s;
}

    a:hover, a:not([href]):hover {
        color: #0033cf;
    }


.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darkmode {
    color: #fff;
}

    .darkmode a, .darkmode a:visited, .darkmode a:not([href]) {
        color: #9cc3d2;
        text-decoration: none;
        transition: 0.5s;
    }

        .darkmode a:hover, .darkmode a:not([href]):hover {
            color: #caecf9;
            text-decoration: none;
        }

a:active, a:focus,
button:active, button:focus,
input:active, input:focus {
    outline: none;
}

.off-white {
    color: #e8edf4;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.grecaptcha-badge {
    visibility: hidden;
}
/* ======================================== PAGES AND IMAGE FORMATTING ======================================== */

/* GENERAL */

.coach-mark{
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#fff;
    opacity:0.8;
    z-index:9999;
}

.section-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
}

.section-container-fullscreen {
    width: 100%;
    height: calc(100vh - 50px);
}

@media only screen and (max-width: 576px) {
    .section-container-fullscreen {
        max-height: 40vh;
    }
}

.section-border-top {
    border-top: solid 5px #fff;
}

.page-header-bg {
    background-color: transparent;
    color: #000;
    padding: 40px 0;
}

/* HOME Page */

.about-bg-gradient-1 {
/*    background: linear-gradient(130deg, rgba(18, 18, 18, 1) 0%, rgba(0, 23, 59, 1) 55%, rgba(0, 23, 59, 1) 100%);*/
    color: #fff;
}

.home-feature-bg {
    background-image: url('../images/pilemain.jpg');
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
    padding: 40px 0;
    min-height: 30vh;
    max-height: 70vh;
    display: grid;
    align-content: center;
}

    .home-feature-bg h1 {
        letter-spacing: -0.15rem;
    }

.home-bg-1 {
    background-color: #00173b;
}

.home-bg-2 {
    background: linear-gradient(#00173b, #4f5e7c);
}

.home-bg-3 {
    background-color: #4f5e7c;
}

.home-feature-card {
    width: 100%;
    display: grid;
    grid-template-columns: 1;
    align-content: stretch;
    aspect-ratio: 2 / 1;
    border-radius: 5px;
    box-shadow: 0 10px 22px -8px #010813;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(90%);
    transition: 0.5s;
}

    .home-feature-card:hover {
        filter: brightness(100%);
        background-color: lightgrey;
        transition: background-color 0.3s ease;
    }

.home-feature-card, .home-feature-img {
    max-height: 500px;
    max-width: 500px;
}

.home-feature-card-logo {
    display: block;
    width: 48px;
    height: 44px;
}

.home-feature-card-title {
    width: 100%;
/*    background: linear-gradient(transparent 70%, #000);*/
    color: #e8edf4;
    padding: 10px;
    display: grid;
    grid-template-columns: 1;
    align-content: end;
}

    .home-feature-card-title h3,
    .home-feature-card-title h4 {
        margin: 0;
        color: #fff;
    }

.home-card-img-about {
    background-image: url("/Img/home-card-img-about.jpg");
}

.home-card-img-services {
    background-image: url("/Img/home-card-img-services.jpg");
}

.home-card-img-team {
    background-image: url("/Img/home-card-img-team.jpg");
}

.home-keyword {
    color: #9cc3d2;
}

.home-newsreel .news-card {
    margin: 10px 10px 20px 10px;
}

.darkmode .approval-mark {
    filter: invert();
    width: 100%;
}

/* ======================================== HEADINGS ======================================== */

h1, h2, h3, h4, h5 {
    font-weight: 700;
    letter-spacing: -0.02rem;
}

h1 {
    /* Page titles */
    font-size: 4rem;
    line-height: 4rem;
    margin-bottom: 2.4rem;
}

    h1:focus {
        outline: none;
    }

h2 {
    /* Page subtitles, section titles, or news article titles */
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 2rem;
}

h3 {
    /* Main headings within content */
    font-size: 1.6rem;
    line-height: 2rem;
}

h4 {
    /* Sub-headings within content */
    font-size: 1.2rem;
    line-height: 1.6rem;
}

h5 {
    /* Small titles, all caps */
    font-size: 1.1rem;
    line-height: 1.6rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
}

.border-bottom {
    margin: 0 auto;
    padding: 8px 0;
    border-bottom: solid 1px #d8dde6;
}


.section-heading-text {
    background-color: #00173b;
    font-weight: bold;
    border-color: #d8dde6;
    border-width: 0.2rem;
    border-radius: 0.5rem;
    text-align: center;
    color: white;
    vertical-align: middle;
    line-height: 2.8rem;
    box-sizing:border-box;
}

.white-text {
    color: white;
}

/* Scale down heading sizes on mobile and tablet devices */
@media only screen and (max-width: 576px) {
    h1 {
        font-size: 3.2rem;
        line-height: 3.2rem;
    }

    h2 {
        font-size: 2.2rem;
        line-height: 2.4rem;
    }

    h3 {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
}

/* ======================================== MUDBLAZOR CUSTOM CSS ======================================== */

.selectedRow {
    background-color: #00173b;
    font-weight: bold;
    border-color: #d8dde6;
    border-width: 0.2rem;
    border-radius: 0.5rem;
    color: white;
    vertical-align: middle;
    box-sizing: border-box;
    cursor: pointer;
}

.selectedCells {
    color: white!important;
    font-weight: bold;
}


/* ======================================== FORMS ======================================== */

textarea {
    resize: vertical;
}

/* ======================================== HEADER ======================================== */

.slpe-header {
    position: sticky;
    top: 0;
    z-index: 99;
    width: 100%;
    padding: 10px;
    background: #fff;
}

.slpe-header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .slpe-header-content div {
        display: flex;
        flex-direction: row;
        gap: 40px;
        align-items: center;
    }

        .slpe-header-content div:first-child {
            justify-self: flex-start;
        }

        .slpe-header-content div:last-child {
            justify-self: flex-end;
        }

.header-logo {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 0.95rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

.header-logo:focus, .header-logo:hover {
    text-decoration: none;
}

.home-partner-logos {
    display:inline-flex;
    padding: 1rem;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    height:120px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 10px 22px -8px #010813;
    transition: 0.5s;
}

.home-partner-logos img {
    max-width: 100%;
    height: auto;
}

    /*Kill Blazor Errors*/

/*Requied to disable blazor reconnect overlay*/
#components-reconnect-show, #components-reconnect-modal, #components-reconnect-failed, #components-reconnect-rejected {
    display: none !important;
}

.components-reconnect-show, .components-reconnect-modal, .components-reconnect-failed, .components-reconnect-rejected {
    display: none !important;
}

/*ICONS*/

.nav-bar-icon {
    height: 20px;
    width: 20px;
    margin-right: 8px;
    
}
.cwe {
    background-image: url("/Images/clockworkengineering.svg");
    background-size: 90%
}

.slpe {
    background-image: url("/Images/slpe-logo-purple.svg");
    background-size: 90%
}

/*NAVBAR*/

hr {
    display: block;
    height: 4px;
    border: 0;
    border-top: 4px solid #ccc;
    margin: 1em 0;
    padding: 0;
    color: red;
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type {
    padding-top: 1rem;
}

.nav-item:last-of-type {
    padding-bottom: 1rem;
}

.nav-item a {
    color: #d7d7d7;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item a.active {
/*    background-color: rgba(255,255,255,0.25);*/
    color: white;
}

.nav-item a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable {
        /* Allow sidebar to scroll for tall menus */
/*        height: calc(100vh - 3.5rem);*/
        height: 100vh;
        overflow-y: auto;
        scrollbar-width:none;
    }
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

/*.collapse {*/
/*    display:revert!important*/
/*}*/

main {
    flex: 1;
}

.sidebar {
/*    background-color: #00173b;*/
    display:revert!important;
}

.collapse nav-scrollable {
    display:revert!important
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row ::deep a, .top-row .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100%;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}



.container {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background-color: #fff;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    height: 100%;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;

}
.title-alignment {
    text-align: center;
}
.pricing-card {
    border: 2px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.1);
    overflow-x: auto;
    max-width: 100%;
    height: 100%;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.pricing-best{
    outline: 4px solid #437feb;
}

.recommended-col {
    background-color: #437feb;
    color: white;
    border-radius: 6px;
    top: -1.7rem;
    left: 50%;
    transform: translateX(-50%);
    width:50%;
}
.description {
    height: 5rem;
}
.button--logout {
    background-color: #00173b;
    color: #ffffff;
    border-color: #00173b;
}

.button {
    background-color: #00173b;
    font-family: 'Sen', sans-serif;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.5rem 1.2rem;
    border-radius: 6px;
    border: 2px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
    margin: 0;
    color: white;
}

.carousel-container {
    width: 300px;
    overflow: hidden;
    position: relative;
}

.carousel-slide {
    display: none;
    width: 100%;
    height: 200px;
    text-align: center;
    line-height: 200px;
    background-color: #00173b;
    transition: all 0.5s ease;
    color:white;
}

    .carousel-slide.active {
        display: block;
    }

.progress-bar-wrapper {
    width: 10%;
    height: 1rem;
    background-color: #ccc;
    opacity: 0.8;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 25px;
    transition: all 0.25s ease;
}

.progress-bar-fill {
    height: 100%;
    width: 100%;
    background-color: white;
    transform: scaleX(0);
    transform-origin: left;
}

    .progress-bar-fill.animate {
        animation: fillBar 4.5s linear forwards;
        animation-iteration-count: infinite;
    }

@keyframes fillBar {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

.gradient-bg {
    background: #878a91;
    /*    background: linear-gradient(90deg, rgba(135, 138, 145, 1) 0%, rgba(0, 23, 59, 1) 50%, rgba(0, 0, 0, 1) 100%);*/
    color: white;
}

.home-hero-bg {
    background-image: url('../images/windmill-outlook-blue.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: auto;
    width: max-content;
    min-height: 100vh;
    display: grid;
    align-self: center;
}
.home-hero-bg-tint {
    background: linear-gradient(0deg, rgba(0, 23, 59, 0.98) 5%, rgba(16, 42, 71, 0.5) 55%, rgba(22, 58, 98, 0.5) 100%);
    /*    background-color: rgba(0, 23, 59, 0.6);*/
    height: 100%;
    text-align: center;
}

.button-hero-height{
    height: 3rem;
    width: 15rem;
}
.custom-img {
    width: 100%;
    height: auto;
    max-width: 900px;
    /*    box-shadow: 3px 3px 4px 4px rgba(255, 255, 255, 0.3);*/
    margin: 0 auto;
/*    transform: perspective(800px) rotateY(-8deg);*/
    transition: transform 1s ease 0s;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.024) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 1px 0px 0px, rgba(0, 0, 0, 0.03) 0px 0px 8px 0px, rgba(0, 0, 0, 0.1) 0px 20px 30px 0px;
}
.custom-img2 {
    width: 100%;
    height: auto;
    max-width: 900px;
    /*    box-shadow: 3px 3px 4px 4px rgba(255, 255, 255, 0.3);*/
    margin: 0 auto;
    transform: perspective(800px) rotateY(8deg);
    transition: transform 1s ease 0s;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.024) 0px 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 1px 0px 0px, rgba(0, 0, 0, 0.03) 0px 0px 8px 0px, rgba(0, 0, 0, 0.1) 0px 20px 30px 0px;
}

.img-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 20vh;
}
.praise-section{
    min-height: 50vh;
    display:flex;
}
.praise-bg {
    width: 100%;
    min-height: 100vh;
    background: #00173B;
    /*    background: linear-gradient(180deg, rgba(0, 23, 59, 0.99) 20%, rgba(16, 42, 71, 1) 65%, rgba(0, 23, 59, 1) 100%);*/
    background: linear-gradient(180deg,rgba(0, 23, 59, 0.99) 15%, rgba(21, 41, 59, 1) 35%, rgba(0, 23, 59, 1) 100%);
}
/*.h3-dynamic-size{
    height: 17rem;
    min-height: 17rem;
}*/
.praise-desc{
    min-height: 60vh;
}
@media (min-width:1400px) {
    .h3-dynamic-size{
        font-size:1.5rem;
    }
    .h2-dynamic-size{
        font-size:2.4rem;
    }
}
@media (max-width:1400px) {
    .h3-dynamic-size{
        font-size:1rem;
    }
    .h2-dynamic-size {
        font-size: 1.75rem;
    }

}

@media (max-width:1200px) {
    .praise-desc {
        min-height: 45vh;
    }

    .mobile-button {
        width: 50% !important;
    }

    .mobile-button-div {
        flex-direction: column;
    }
}

.button-fit {
    width: fit-content;
    padding: 0.5rem;
}

.home-hero-logo {
    display: block;
    width: 100%;
    height: 30%;
}

.fade {
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

    .fade.fade-active {
        opacity: 1;
        transform: translateX(0);
    }

.invert-svg {
    filter: invert(99%) sepia(0%) saturate(2%) hue-rotate(48deg) brightness(103%) contrast(101%);
}

.price-button {
    height: 3rem;
}

.develop-section {
    background: #00173b;
    background: linear-gradient(180deg,rgba(0, 23, 59, 0.98) 45%, rgba(0, 15, 38, 1) 95%, rgba(0, 5, 15, 0.96) 100%);
    min-height: 40vh;
}

.divider {
    height: 2rem;
}

.divider-lg {
    height: 6rem;
}

.pricing-section {
    background: #00173B;
    /*    background: linear-gradient(180deg,rgba(0, 23, 59, 1) 35%, rgba(16, 42, 71, 1) 70%, rgba(108, 107, 118, 1) 100%);*/
    background: linear-gradient(180deg,rgba(0, 23, 59, 1) 45%, rgba(21, 41, 59, 1) 80%, rgba(108, 107, 118, 0.99) 100%);
    width: 100%;
    min-height: 80vh;
}

.recommended-button {
    background: #6b1010;
    background: linear-gradient(90deg, rgba(107, 16, 16, 1) 0%, rgba(253, 29, 29, 1) 50%, rgba(252, 176, 69, 1) 100%);
    transition: background 0.5s ease;
}

    .recommended-button:hover {
        /*    background: #6b1010;*/
        background: linear-gradient(90deg,rgba(87, 14, 14, 1) 0%, rgba(199, 32, 32, 1) 50%, rgba(207, 141, 50, 1) 100%);
    }

.patch-notes-bg {
    background-image: url('../images/windmill-sunset-offshore.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    height: auto;
    width: max-content;
    display: grid;
    align-self: center;
    min-height: 60vh;
}

.list-align {
    text-align: start;
}

.list-items {
    margin-left: 5%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.patch-title {
    height: fit-content;
}

.tab-circle {
    height: 1rem;
    width: 1rem;
    background: white;
    opacity: 0.8;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.snap-scroll {
    scroll-snap-align: center;
}

/*.load-bg {
    filter: blur(5px);
    pointer-events: none;
    transition: all 0.3s ease-in-out;
}*/

.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.heading-bg {
    font-size: 1.4rem;
    color: white;
    font-weight: 600;
    background-color: #00173b;
    text-transform: uppercase;
    padding: 1rem 1rem;
    margin: 0 0 1.5rem 0;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid #00173b;
    transition: all 0.3s ease;
    min-height: 53.6px;
    font-family: 'Sen', sans-serif !important;
}

.analysis_button {
    width: 15rem;
    margin: 0.5rem;
    height: 3rem;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    border: none;
    background-color: #00173b;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.button-circle {
    height: 1.25rem;
    width: 1.25rem;
    background: white;
    color: #00173b;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: solid 2px white;
    border-radius: 50%;
    display: inline-flex;
    font-size: 1rem;
    /*    text-align: start;*/
    padding: 0;
}

.button-circle-inverse {
    height: 2.5rem;
    width: 2.5rem;
    color: white;
    background: #00173b;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    border: solid 2px white;
    border-radius: 50%;
    display: inline-flex;
    font-size: 1.5rem;
    /*    text-align: start;*/
    padding: 0;
}

    .button-circle-inverse:hover {
        color: white;
        background: grey;
    }

.modal-attr {
    display: block;
    align-content: center;
    backdrop-filter: blur(5px);
}

.modal-header-background {
    background-color: #00173b;
    color: white;
}

.modal-title-attr {
    margin: 0 0 1rem 0;
    height: 2.5rem;
    padding-left: .5rem;
}

    .modal-title-attr:focus {
        outline: 2px solid #00173b;
    }

.modal-dropdown-attr {
    margin: 0;
    text-align: initial;
    height: 2.5rem;
    padding-left: .5rem;
}

.modal-description-attr {
    margin: 0;
    text-align: initial;
    height: 5rem;
    padding-left: .5rem;
}

    .modal-description-attr:focus {
        outline: 2px solid #00173b;
    }

.create-btn {
    font-weight: bold;
    font-family: 'Sen', sans-serif !important;
    background-color: green;
    color: white;
}

.generic_button {
    margin: 0.5rem;
    color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.35);
    border: none;
    background-color: #00173b !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

/*.tutorial-overlay {
    position: relative;
    filter: blur(10px) brightness(80%);
    pointer-events: none;
}

.tutorial-reduce {
    position: relative;
    background: lightgrey;
}

.tutorial-highlight {
    position: relative;
    pointer-events: none;
    box-shadow: 0 0 10px 3px rgba(0,123,255,0.8);
    background: white;
}

.tutorial-container {
    background-color: rgb(69, 69, 69);
    transition: none;
    width: 75%;
    color: white;
    text-align: center;
    padding: 1rem;
    align-content: center;
}*/

.table-head {
    background: #00173b;
    color: white;
    font-size: 0.75rem;
    text-align: center;
    height: 3rem;
    width: 100%;
}

.table-head-cell {
    border: 1px solid white;
    min-width: 20%;
}

.table-main-cell {
    border: 1px solid lightgrey;
}

.delete-button {
    border: 1px solid red;
    font-size: 0.5rem;
    font-weight: bold;
    text-align: center;
    align-items: center;
    align-content: center;
    margin: auto 0;
    margin-right: 0.5rem;
    color: white;
    background: red;
}

.primary-nav-bar-logo {
    width: 80%;
    height: 80%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.subheading {
    position: relative;
    font-size: 0.9rem;
    color: white;
    font-weight: 100;
    background-color: #00173b;
    text-transform: uppercase;
    padding: 1rem 1rem;
    margin: 1.5rem 0;
    border-radius: 6px;
    text-align: center;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.2);
    border: 2px solid #00173b;
    transition: all 0.3s ease;
}
.accordion-button-padding {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.accordion-header-layout{
    padding: 1rem 1.25rem 0rem 1.25rem;
}

.expand-button {
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
}
    .expand-button:not(.collapsed) {
        transform: rotate(-180deg); /* Point up when expanded */
    }

.danger-container {
    border-radius: 8px;
    background-color: #f67d88;
    border-color: #f5c2c7;
    color:white;
}

.analysis-bar-container {
    width: 100%;
    height: 0.75rem;
    background-color: #eee;
    border-radius: 10px;
    overflow: hidden;
}

.analysis-bar {
    height: 100%;
    background-color: #00173b;
    transition: width 0.3s ease-in-out;
    border-radius: 10px;
}

    .analysis-bar.loading {
        animation: pulseBar 1s ease-in-out infinite;
    }

@keyframes pulseBar {
    0%, 100% {
        opacity: 1;
        transform: scaleY(1);
    }

    50% {
        opacity: 0.6;
        transform: scaleY(0.95);
    }
}
.radio-input {
    accent-color: #00173b;
}