/* _content/OneInc.PolicyOne.Identity/Pages/Error.cshtml.rz.scp.css */
.error-card[b-33nb3oltxd] {
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    background-color: #fff;
    padding: 1rem;
    width: 550px;
}

.error-code[b-33nb3oltxd] {
    font-size: 120px;
    line-height: 75px;
    height: 89px;
    align-self: center;
}

.error-content[b-33nb3oltxd] {
    display: flex;
    flex-direction: row;
}

.error-details[b-33nb3oltxd] {
    margin-left: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.error-id[b-33nb3oltxd] {
    font-size: 18px;
}
/* _content/OneInc.PolicyOne.Identity/Pages/Shared/_LogoCardLayout.cshtml.rz.scp.css */
main[b-6doi1rqr3m] {
    margin-top: auto;
    margin-bottom: auto;
}

#mainContainer[b-6doi1rqr3m] {
    width: 420px;
    min-height: 330px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgba(21, 31, 87, .08);
    padding: 20px 40px;
}

.bottom-links[b-6doi1rqr3m] {
    margin-top: 10px;
    display: flex;
}

.bottom-links[b-6doi1rqr3m]  a:hover {
    cursor: pointer;
    text-decoration: underline !important;
}

.version-number[b-6doi1rqr3m] {
    font-size: 11px;
}
/* _content/OneInc.PolicyOne.Identity/Pages/UserProfile/ChangeSignature.cshtml.rz.scp.css */
.clear-btn[b-swzq70v9sf] {
    min-width: unset;
    width: 30px;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.4em;
    --bs-btn-bg: white;
}

i.trash-icon[b-swzq70v9sf] {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    background: no-repeat center/contain;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iY3VycmVudENvbG9yIiBjbGFzcz0iYmkgYmktdHJhc2giIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgPHBhdGggZD0iTTUuNSA1LjVBLjUuNSAwIDAgMSA2IDZ2NmEuNS41IDAgMCAxLTEgMFY2YS41LjUgMCAwIDEgLjUtLjVtMi41IDBhLjUuNSAwIDAgMSAuNS41djZhLjUuNSAwIDAgMS0xIDBWNmEuNS41IDAgMCAxIC41LS41bTMgLjVhLjUuNSAwIDAgMC0xIDB2NmEuNS41IDAgMCAwIDEgMHoiLz4KICA8cGF0aCBkPSJNMTQuNSAzYTEgMSAwIDAgMS0xIDFIMTN2OWEyIDIgMCAwIDEtMiAySDVhMiAyIDAgMCAxLTItMlY0aC0uNWExIDEgMCAwIDEtMS0xVjJhMSAxIDAgMCAxIDEtMUg2YTEgMSAwIDAgMSAxLTFoMmExIDEgMCAwIDEgMSAxaDMuNWExIDEgMCAwIDEgMSAxek00LjExOCA0TDQsNC4wNTlWMTNhMSwxLDAsMCwwLDEsMWg2YTEsMSwwLDAsMCwxLTFWNC4wNTlMMTEuODgyLDR6TTIuNSwzaDExVjJoLTExWiIvPgo8L3N2Zz4=');
}

.canvas-wrapper[b-swzq70v9sf] {
    border: 1px dashed #a5a5a5;
    background: #fafafa;
    width: var(--tab-content-width-wide);
    height: 140px;
}

.terms-and-conditions[b-swzq70v9sf] {
    max-width: var(--tab-content-width-wide);
}
/* _content/OneInc.PolicyOne.Identity/Pages/UserProfile/Index.cshtml.rz.scp.css */
.profile-tab[b-h926382crs] {
    width: var(--tab-content-width-default);
}

input[type="submit"][b-h926382crs] {
    width: 150px;
}

.modal[b-h926382crs] {
    --bs-modal-width: 350px;
}

.modal-footer[b-h926382crs] {
    padding-top: 0;
    input[type="submit"], button {
        flex: 1;
    }
}
/* _content/OneInc.PolicyOne.Identity/Pages/UserProfile/_UserProfileLayout.cshtml.rz.scp.css */
.card[b-86izlec26n] {
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    box-shadow: 0px 2px 2px 0px rgba(21, 31, 87, .08);
    padding: 20px 40px;
    margin-top: calc(var(--nav-bar-height) + 10px);
    margin-bottom: 10px;
}

.user-profile-body[b-86izlec26n] {
    --tab-content-width-default: 300px;
    --tab-content-width-wide: 540px;
    min-width: var(--tab-content-width-wide);
}

nav[b-86izlec26n] {
    height: var(--nav-bar-height);
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: var(--navbarBackgroundColor);
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-left: 16px;
}

.small-logo-placeholder[b-86izlec26n] {
    color: white;
    margin: 0 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
