/* input(125,27): run-time error CSS1035: Expected colon, found '{' */
/* _content/Herond.Accounts.Web/Pages/Identity/EditHerondUserId.cshtml.rz.scp.css */

.herond-suffix[b-nwjca2eka9] {
    font-family: var(--default-font-family);
    font-size: var(--font-size-4);
    font-style: normal;
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-4);
}
 

.continue-btn[b-nwjca2eka9] {
    color: var(--labels-primary, #000);
    /* Callout/Emphasized */
    font-family: var(--default-font-family, "SF Pro");
    font-size: var(--font-size-3, 12px);
    font-style: normal;
    font-weight: var(--font-weight-semibold, 600);
    line-height: var(--line-height-3, 15px); /* 125% */
}
/* _content/Herond.Accounts.Web/Pages/Identity/Login.cshtml.rz.scp.css */

.btn-submit[b-iqgauovrdt] {
    color: var(--grays-white, #FFF);
    /* Title 3/Emphasized */
    font-family: var(--default-font-family);
    font-size: var(--font-size-3, 15px);
    font-style: normal;
    font-weight: var(--font-weight-semibold, 600);
    line-height: var(--line-height-3, 20px); /* 133.333% */
}

.btn-another-way[b-iqgauovrdt] {
    color: var(--labels-primary);
    /* Title 3/Regular */
    font-family: var(--default-font-family);
    font-size: var(--font-size-3, 15px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--line-height-3, 20px); /* 133.333% */
}
 
/* _content/Herond.Accounts.Web/Pages/Identity/OtherWayLogin.cshtml.rz.scp.css */
 
.btn-submit[b-mx2f8nhept] {
    color: var(--grays-white, #FFF);
    /* Title 3/Emphasized */
    font-family: var(--default-font-family);
    font-size: var(--font-size-3, 15px);
    font-style: normal;
    font-weight: var(--font-weight-semibold, 600);
    line-height: var(--line-height-3, 20px); /* 133.333% */
}
 
/* _content/Herond.Accounts.Web/Pages/Identity/OtpConfirmation.cshtml.rz.scp.css */

.otp-input[b-xzb8njtkr6] {
    display: flex;
    width: 56px;
    min-width: 40px;
    padding: var(--spatial-4, 12px);
    justify-content: center;
    align-items: center;
    gap: var(--spatial-4, 12px);
    border-radius: var(--radius-lg, 10px);
    background: var(--fills-quaternary, rgba(116, 116, 128, 0.08));
    text-align: center;
}

.otp-hyphen[b-xzb8njtkr6] {
    margin: var(--spatial-3, 12px);
}

.resend-title[b-xzb8njtkr6] {
    color: var(--labels-primary, #626772);
    /* Headline/Regular */
    font-family: var(--default-font-family, "SF Pro");
    font-size: var(--font-size-4, 13px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--line-height-4, 16px); /* 123.077% */
    margin-right: var(--spatial-2);
    min-width: 140px;
}

.click-here[b-xzb8njtkr6] {
    color: var(--brand-accent, #20CB73);
    /* Headline/Regular */
    font-family: var(--default-font-family);
    font-size: var(--font-size-4, 13px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 700);
    line-height: var(--line-height-4, 16px);
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
    min-width: 58px;
    text-align: left;
}

.display-contents[b-xzb8njtkr6] {
    display: contents;
}

.otp-error[b-xzb8njtkr6] {
    color: var(--labels-error);
    font-size: var(--font-size-3);
    margin-top: var(--spatial-2);
    margin-bottom: var(--spatial-2);
}

.otp-input-error[b-xzb8njtkr6] {
    border: 1px solid var(--labels-error);
}
/* _content/Herond.Accounts.Web/Pages/Identity/Welcome.cshtml.rz.scp.css */
 
/* _content/Herond.Accounts.Web/Pages/Manage/ManageAccount.cshtml.rz.scp.css */
.manage-account[b-8ueehargrj] {
    font-size: 14px;
    font-weight: normal;
    .manage-account-title {
        font-size: 16px;
        color: #40474f;
        font-weight: 500;
    }
    .manage-account-description[b-8ueehargrj] {
    }
    
    .manage-account-reason-items[b-8ueehargrj] {
        padding: 5px 10px;
    }
    
    .manage-account-privacy[b-8ueehargrj] {
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }
    
    .manage-account-delete-confirmation[b-8ueehargrj] {
        padding: 10px 0;
    }
    .manage-account-delete-action[b-8ueehargrj] {
        display: flex;
        justify-content: space-between;
    }
}
/* _content/Herond.Accounts.Web/Pages/Shared/_IdentityLayout.cshtml.rz.scp.css */
.identity[b-gtxjlx1zd6] {
    padding: var(--spatial-5);
    height: 100vh;
    overflow: hidden;
    margin: 0;
    display: flex;
    justify-content: center;
}
.identity[b-gtxjlx1zd6], .identity-container[b-gtxjlx1zd6] {
    background-color: var(--background-secondary-elevated);
}

.identity-container[b-gtxjlx1zd6] {
    display: flex;
    width: 100%;
    max-width: 550px;
    padding: 40px 0;  
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch; 
    border-radius: var(--radius-xxl, 16px);
    border: var(--border-width-thinner, 0.5px) solid;
    background: var(--background-secondary-elevated, rgba(255, 255, 255, 0.75));
    backdrop-filter: blur(25px);
}
 
@media screen and (min-width: 768px) {
    .identity-container[b-gtxjlx1zd6] {
        padding: 40px var(--spatial-7); 
    }

    .identity-content-container[b-gtxjlx1zd6] {
        padding: 0 var(--spatial-10, 48px);
    }
}


.identity-content-container[b-gtxjlx1zd6] {
    display: flex; 
    flex-direction: column;
    align-items: center;
    gap: var(--spatial-8, 32px);
    align-self: stretch; 
}

.identity-container-right[b-gtxjlx1zd6] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e9f0ff 0%, #d6e4f5 100%);
    border-radius: var(--radius-xxl, 16px);
    overflow: hidden;
    position: relative;
    padding: 2rem;
}

.identity-container-right[b-gtxjlx1zd6]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://cdn.herond.org/statics/onboarding-background-desktop.jpg?v=07082025');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    opacity: 1;
    z-index: 1;
}

@media (max-width: 1010px) {
    .identity-container-right[b-gtxjlx1zd6] {
        display: none;
    }
}

.logo[b-gtxjlx1zd6] {
    display: flex;
    width: 148px;
    height: 31px;
    padding: 0px 10.391px 1.024px 2.698px;
}

.content-body[b-gtxjlx1zd6] {
    display: flex;
    flex-direction: column;
    gap: var(--spatial-4, 12px);
    align-self: stretch;
}

.title[b-gtxjlx1zd6] {
    color: var(--labels-primary);
    text-align: center;
    /* Large Title/Regular */
    font-family: var(--default-font-family);
    font-size: var(--font-size-8);
    font-style: normal;
    font-weight: var(--font-weight-regular);
    line-height: var(--line-height-8);
}

.subtitle[b-gtxjlx1zd6] {
    margin-top: var(--spatial-2);
    color: var(--labels-primary);
    text-align: center;
    /* Body/Regular */
    font-family: var(--default-font-family);
    font-size: var(--font-size-4);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--line-height-4, 16px);
} 
 
.use-herond[b-gtxjlx1zd6] {
    margin-top: 16px;
}


/* _content/Herond.Accounts.Web/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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-4gjoo66u90] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-4gjoo66u90] {
  color: #0077cc;
}

.btn-primary[b-4gjoo66u90] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-4gjoo66u90], .nav-pills .show > .nav-link[b-4gjoo66u90] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-4gjoo66u90] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-4gjoo66u90] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-4gjoo66u90] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-4gjoo66u90] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-4gjoo66u90] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* _content/Herond.Accounts.Web/Pages/Shared/_SocialLoginPartial.cshtml.rz.scp.css */
.btn-provider-name[b-sq204qe32w] {
    color: var(--labels-primary);
    /* Title 3/Regular */
    font-family: var(--default-font-family);
    font-size: var(--font-size-3, 15px);
    font-style: normal;
    font-weight: var(--font-weight-regular, 400);
    line-height: var(--line-height-3, 20px); /* 133.333% */
}
