/* /Layout/Footer.razor.rz.scp.css */
.icon-size-NavBar[b-j1jf0uk3pk] {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
  }

  .icon-size-mobile-NavBar[b-j1jf0uk3pk] {
    width: 1rem;
    height: 1rem;
    margin-right: 0.2rem;
  }

  .arrow-item-row[b-j1jf0uk3pk]{
    display: flex;
    align-items: center;
    gap: 0.2rem;
  }

  .mobile-sub-item[b-j1jf0uk3pk] {
    background-color: none;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    height: 30px;
    width: 100%;
    text-decoration: none;
  }
/*
.footer-divider {
    width: 100%;
    height: 2px;
    background-color: red;
}


.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.footer-content-left,
.footer-content-center,
.footer-content-right {
    flex: 1;
    padding-left: 50px;
}


.footer-content-center-links a {
    margin: 0 10px;
    text-decoration: none;
    color: inherit;
}


.footer-content-right-social a {
    margin: 0 5px;
}


.footer-content-left-logo img,
.footer-content-right-social img {
    max-width: 100%;
    height: auto;
}


.footer-content-right-social img {
    width: 30px;
    height: 30px;
}


.footer-content-left-logo img {
    max-width: 200px; 
    height: auto;
}
*/
/* /Layout/MainLayout.razor.rz.scp.css */
header[b-v8q5m4zhkd] {
  background-color: white;
}

main[b-v8q5m4zhkd] {
  margin-top: 9rem;
}

.greyed-out[b-v8q5m4zhkd] {
  opacity: 0.5;
  pointer-events: none; /* disables all mouse interactions */
}

.profile_edit[b-v8q5m4zhkd] {
  padding: 0px;
  width: 20%;
  border-radius: 62px;
  margin-left: 60%;
}

.left-column[b-v8q5m4zhkd] {
  display: flex;
  flex-direction: column;
}

.points[b-v8q5m4zhkd] {
  align-items: center;
  text-align: center;
}

.navigation-container[b-v8q5m4zhkd] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.navigation a[b-v8q5m4zhkd] {
  text-decoration: none;
  color: inherit;
}

.congrats[b-v8q5m4zhkd] {
  font-size: 14px;
  text-align: left;
  width: 80%;
  margin-bottom: 0px !important;
}
.icon-size[b-v8q5m4zhkd] {
  width: 20px;
  height: 20px;
}

.no-text-decoration[b-v8q5m4zhkd] {
  text-decoration: none;
}

.backround-highlight[b-v8q5m4zhkd] {
  background-color: var(--primary-color);
  border-radius: 10px;
  padding: 8px;
  display: flex;
  margin-right: 1rem;
}

.backround-invisible[b-v8q5m4zhkd] {
  background-color: var(--background-color);
  border-radius: 10px;
  padding: 8px;
  display: flex;
  margin-right: 1rem;
}



.resource-p[b-v8q5m4zhkd] {
  font-family: "JakartaPlusLight", sans-serif;
}

.resource-h[b-v8q5m4zhkd] {
  color: white;
}

.resource-container[b-v8q5m4zhkd] {
  background-color: var(--primary-color);
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  color: white;
  font-family: "JakartaPlusLight", sans-serif;
  display: flex;
  flex-direction: column;
}

.tip-container[b-v8q5m4zhkd] {
  background-color: #FBFCFD;
  border-color: #EAEAEA;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-width: 1.67px;
  padding: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  font-family: "JakartaPlusLight", sans-serif;
  display: flex;
  flex-direction: column;
  
}



.nav_item[b-v8q5m4zhkd] {
  margin-bottom: 1rem;
  display: flex;
  color: #101218 !important;
  align-items: center;
  text-decoration: none;
}

.nav_top_item[b-v8q5m4zhkd] {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #101218 !important;
  margin-bottom: 0px;
}

.nav_sub_item[b-v8q5m4zhkd] {
  display: flex;
  color: #101218;
  align-items: center;
  text-decoration: none;
  margin-left: 4rem;
}

/*
//margin-left: calc(3rem + 10px);
@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

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

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

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

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

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
#blazor-error-ui[b-v8q5m4zhkd] {
  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[b-v8q5m4zhkd] {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

#dankenoel[b-v8q5m4zhkd] {
    position:fixed;
    right:-2.5rem;
    bottom:6rem;
    padding: 10px;
}

.footer-bar[b-v8q5m4zhkd] {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  background-color: #fff;

  /* default: no border, no shadow */
  border-top: none;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .footer-bar[b-v8q5m4zhkd] {
    border-top: 2px solid #5b91fe;
    box-shadow: inset 0px 10px 10px -8px rgba(0,0,0,0.5);
  }
}
/* /Layout/NavMenu.razor.rz.scp.css */

.logo img[b-d13n4iuesv] {
    max-width: 220px;
}

.header-bar[b-d13n4iuesv] {

    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.sign-up[b-d13n4iuesv]{
    background-color:white;
    border: 2px solid #0c83d7;
    color: #0c83d7;
    border-radius: 10px;
    border-width: 2px;
    padding: 10px 40px 10px 40px;
}

.login[b-d13n4iuesv]{
    border-radius: 10px;
    border-width: 2px;
    padding: 10px 40px 10px 40px;
    max-width: 150px;
    min-height: 50px;
    font-family: 'JakartaPlus400', sans-serif;
    line-height: 27px;
    font-size: 16px;
}
/*.header-bar {
    width: 100%;
    height: 100px;
    background-color: white;
    border-radius: 5px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    padding: 0 10px;
}

.logo {
    grid-column: 2 / 4;
    text-align: center;
    max-width: 220px;
}

.responsive-image {
    max-width: 100%;
    height: auto;
}

.auth-buttons {
    cursor: pointer;
    justify-content: space-between;
    grid-column: 11 / 8;
}

.auth-buttons button{
    min-width: 150px;
    min-height: 50px;
    border-radius: 10px;
    border: solid #4884ff;
    border-width: 2px;
    padding: 10px 40px 9.19px 40px;
    gap: 0px;
    opacity: 0px;
}

.auth-buttons .log-in {
    background-color: #4884ff;
    color: white;
}

.auth-buttons .sign-up {
    background-color: white;
    color: #0D83D8;
}

.languages {
    grid-column: 11 / 12;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}

.english {
    border: 3px solid #0D83D8;
    border-radius: 20px;

}


@media (max-width: 640px) {
    .navbar-toggler {
        display: block;
        appearance: none;
        cursor: pointer;
        width: 3.5rem;
        height: 2.5rem;
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        border: 1px solid rgba(255, 255, 255, 0.1);
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem, rgba(255, 255, 255, 0.1);
    }
}
*/
/* /Pages/Account/Security.razor.rz.scp.css */
.modal-overlay[b-zmaeg72ao6] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content[b-zmaeg72ao6] {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
/* /Pages/Application-Assistant/Application/9-0-0.razor.rz.scp.css */
.application-container[b-wtvf1gv016] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 100%;
  font-family: sans-serif;
}

.application-row[b-wtvf1gv016] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding: 6px 8px;
}

.application-row-text[b-wtvf1gv016] {
  padding: 6px 8px;
  border-bottom: 1px solid #eee;
}

.box[b-wtvf1gv016] {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}

.box-red[b-wtvf1gv016] {
  background-color: #ff0000;
}

.box-yellow[b-wtvf1gv016] {
  background-color: #ffff00;
}

.box-green[b-wtvf1gv016] {
  background-color: #008000;
}
  .points[b-wtvf1gv016] {
  margin-left: 8px;
  font-size: 0.9rem;
  color: #555;
  white-space: nowrap;
}
/* /Pages/Dashboard.razor.rz.scp.css */
.label-margin[b-iymlkekwzv] {
    margin-left: 10px; /* Adjust the value as needed */
}


/* Heading styling */
.text-content h3[b-iymlkekwzv] {
    font-weight: bold;
    margin: 0;
}

/* Paragraph styling */
.text-content p[b-iymlkekwzv] {
    margin: 5px 0 0 0;
}

/* Progress bar container styling */
.progress-custom[b-iymlkekwzv] {
    position: relative;
    height: 10px;
    border-radius: 50px;
}

.progress-bar-custom[b-iymlkekwzv] {
    width: 76%;
    border-radius: 50px;
    background: linear-gradient(to right, #AECFFF, #5A92FE);
    color: white;
    
}

.progress-text[b-iymlkekwzv] {
    position: absolute;
    left: 76%;
    transform: translateX(-100%);
    color: #5297FF;
    top: 0;
    line-height: 10px;
    margin: 0;
}

.scoreboard[b-iymlkekwzv] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1em;
}
/* /Pages/Error.razor.rz.scp.css */
/* /Pages/Home.razor.rz.scp.css */
/* /Pages/Login.razor.rz.scp.css */
.login-background[b-haoamlfzle] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-container[b-haoamlfzle] {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 450px;
    box-sizing: border-box; /* Makes sure padding doesn't overflow width */
}

/* Full-viewport centering */
.auth-screen[b-haoamlfzle] {
  min-height: 100vh;                 /* take the full screen */
  display: flex;
  align-items: center;
  justify-content: center;
}



/* The card */
.login-card[b-haoamlfzle] {
  width: 100%;
  max-width: 520px;                  /* nice readable line length */
  background: #fff;
  border-radius: .75rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  padding: 2rem;
}

/* Typographic scaling */
.auth-title[b-haoamlfzle] {
  margin: 0 0 .5rem 0;
  font-weight: 700;
  font-size: 1.5rem;                 /* base (sm) */
}
.auth-lead[b-haoamlfzle] {
  margin: .5rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #444;
}

/* Boost sizes on md+ */
@media (min-width: 768px) {
  .auth-title[b-haoamlfzle] { font-size: 2rem; }   /* ~32px */
  .auth-lead[b-haoamlfzle]  { font-size: 1.125rem; }
}

/* Form cosmetics */
.form-label[b-haoamlfzle] {
  font-weight: 600;
}
.form-control[b-haoamlfzle] {
  padding: .7rem .9rem;
  font-size: 1rem;
}

/* /Pages/RegisterPage.razor.rz.scp.css */
.login-container[b-wrc4eajen4] {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 90%;
    max-width: 450px;
    box-sizing: border-box; /* Makes sure padding doesn't overflow width */
}
