@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&family=Outfit:wght@400;700;900&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

.tag {
    color: var(--contrastColor50);
    background-color: var(--primary900);
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 0.8rem;
    display: inline-block;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top: 4px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

div.invalid {
    background-color: var(--red50);
    color: var(--red900);
    border: 2px solid var( --red700);
    border-radius: 8px;
    width: 100%;
    padding: 16px;
}

h1, h2, h4, h5, h6, p{
    padding: 0;
    margin: 0;   
}
h1 {
    /*color: var(--primary900);*/
    font-family: 'Outfit';
    font-weight: 700 !important;
    font-size: clamp(1.0rem, 10vw, 2.25rem) !important;
    margin-bottom: 6px;
    color: var(--primary900);
    width: 100%;
}
p.h1-excerpt {
    /*color: var(--primary900);*/
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.25rem, 6vw, 1.25rem);
    line-height: 140%;
}

h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(1rem, 10vw, 1.5rem);
    line-height: 130%;
    margin-bottom: 16px;
    /*color: var(--primary900);*/
    width: 100%;
}
h3.compact {
    margin-bottom: 8px;
}
p.h3-excerpt {
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 1rem);
    line-height: 120%;
    /*color: var(--primary900);*/
    margin-bottom: 16px;
}

h5 {
    /*color: var(--primary900);*/
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(0.1rem, 4vw, 1rem);
    line-height: 120%;
    margin: 0 0 8px 0;
    width: 100%;
}
h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    /*font-size: clamp(0.1rem, 4vw, 1rem);*/
    line-height: 120%;
}

button {
    font-family: 'Inter';
    line-height: 120%;
    margin-top: 16px;
    font-size: clamp(0.1rem, 4vw, 1rem);
    border: 2px solid;
    font-weight: 700;
    border-radius: 0.875rem;
    padding: 1.25rem;
}

button.primary {
    background: var(--primary900);
    border-color: var(--primary800);
    color: var(--contrastColor50);
}

button.secondary {
    background-color: var(--primary650);
    border: 2px solid var(--primary500);
    color: var(--contrastColor50);
}

button.tertiary {
    background-color: #CFDBED;
    color: #1C465D;
    border: 2px solid #53849f;
}

button:disabled {
    background: var(--primary250) !important;
    border-color: var(--primary500) !important;
    color: var(--primary500) !important;
}

button.cancel {
    background: var(--red700);
    color: var(--contrastColor50);
    border-color: var(--red300);
}

button.image {
    background: none;
    border: none;
    padding: 0;
}

button.small {
    padding: 0.2rem 0.8rem;
    border-radius: 0.475rem;
    font-weight: 500;
    font-size: clamp(0.1rem, 3vw, 0.8rem);
    border-width: 0.1rem;
}

button.fill {
    width: 100%;
}

button.medium {

}

p.note {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 125%;
} 

.layout-container-horizontal {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

.layout-container-vertical {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.distribute-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.align-vertical-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.card {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    padding: 16px;
    gap: 14px;
    width: 100%;
    height: auto;
    border-radius: 14px;
    background-color: var(--contrastColor50);
    border: 4px solid var(--primary50);
    cursor: pointer;
}

.card-primary{
    background-color: var(--primary500);
}

.layout-container .container {
    padding: 0;
}
.card-text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 2px;
}
.container_Nav{
    justify-content: left;
    align-items: flex-start;
    padding: 20px;
    width: 100%;
    height: auto;
    background: var(--containerFillLight);
    background-blend-mode: normal, overlay, normal;
    border: 1px solid white;
    box-shadow: var(--inputShadow);
    border-radius: 40px;
    flex: none;
    order: 0;
    flex-grow: 0;
}
.container_primary {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 14px;
    /*gap: 12px;*/
    background: var(--containerFillLight);
    background-blend-mode: normal, overlay, normal;
    border: 1px solid var(--primary50);
    box-shadow: var(--inputShadow);
    border-radius: 14px;
    flex: none;
    align-self: stretch;
    flex-grow: 0;
}

.input-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 6px;
    align-self: stretch;
}

.three_step_container {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.three_step_container h2 {
    margin: 0;
    padding: 0;
}

.steps_container {
    gap: 6px;
}
.layout-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.three_step_container_information {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 14px;
    width: 348px;
    height: 84px;
    color: white;
    background-color: var(--primary900);
    border-radius: 14px;
    gap: 12px;
}
.three_step_container_risk {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px 14px;
    width: 348px;
    height: 80px;
    color: white;
    background-color: var(--primary800);
    border-radius: 14px;
    gap: 12px;
}
.three_step_container_coworker {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 20px 14px;
        width: 348px;
        height: 84px;
        color: white;
        background-color: var(--primary650);
        border-radius: 14px;
        gap: 12px;
}

.info_container_expanded {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 14px;
    gap: 12px;
    border-radius: 14px;
    width: 348px;
    height: fit-content;    
    color: black;
    background-color: white;
}

.risk_container_expanded {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 14px;
    gap: 12px;
    border-radius: 14px;
    width: 348px;
    height: fit-content;    
    color: black;
    background-color: white;
}

.workers_container_expanded {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 20px 14px;
    gap: 12px;
    border-radius: 14px;
    width: 348px;
    height: fit-content;    
    color: black;
    background-color: white;
}
.container_icons_right {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 6px;
    
}
.container-button-info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    color: white;
    background-color: var(--primary900);
    width: 150px;
    height: 59px;
    border-radius: 14px;
    float: right;
}
.container-button-risk {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    color: white;
    background-color: var(--primary800);
    width: 150px;
    height: 59px;
    border-radius: 14px;
    float: right;
}
.container-button-workers {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    color: white;
    background-color: var(--primary650);
    width: 150px;
    height: 59px;
    border-radius: 14px;
    float: right;
}
.container_top {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
}
.title_l_regular {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1.0rem, 10vw, 2.25rem);
    line-height: 100%;
}
.title_l_bold{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(1.0rem, 10vw, 2.25rem);
    line-height: 100%;
}
.title_l_black{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 900;
    font-size: clamp(1.0rem, 10vw, 2.25rem);
    line-height: 100%;
}
.title_m_black{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: clamp(1rem, 10vw, 1.5rem);
    line-height: 100%;
}
.title_m_bold{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(1rem, 10vw, 1.5rem);
    line-height: 100%;
}
.title_m_regular{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(1rem, 10vw, 1.5rem);
    line-height: 100%;
}
.title_s_black{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-size: clamp(0.1rem, 4vw, 1rem);
    line-height: 120%;
}
.title_s_bold{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(0.1rem, 4vw, 1rem);
    line-height: 120%;
}
.title_s_regular{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.1rem, 4vw, 1rem);
    line-height: 120%;
}
.title_sx_regular{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.1rem, 4vw, 0.625rem);
    line-height: 120%;
}
.title_xs_black{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 0.625rem);
    line-height: 120%;
}
.title_xs_bold{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 0.625rem);
    line-height: 120%;
}
.title_xs_regular{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 0.625rem);
    line-height: 120%;
}
.subtitle_l_bold{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(0.5rem, 7vw, 1.5rem);
    line-height: 100%;
}
.subtitle_l_italic{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.5rem, 7vw, 1.5rem);
    line-height: 100%;
}
.subtitle_l_regual{
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.5rem, 7vw, 1.5rem);
    line-height: 100%;
}
.subtitle_m_bold{
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.25rem, 6vw, 1.25rem);
    line-height: 100%;
}
.subtitle_m_italic{
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.25rem, 6vw, 1.25rem);
    line-height: 100%;
}
.subtitle_m_regular{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.25rem, 6vw, 1.25rem);
    line-height: 100%;
}
.subtitle_s_bold{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(0.1rem, 6vw, 1rem);
    line-height: 120%;
}
.subtitle_s_italic{
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 1rem);
    line-height: 120%;
}
.subtitle_s_regular{
    font-family: 'Inter';
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 1rem);
    line-height: 120%;
}
.description_l_bold{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(0.25rem, 6vw, 1.25rem);
    line-height: 140%;
}
.description_l_italic{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.25rem, 6vw, 1.25rem);
    line-height: 140%;
}
.description_l_underline{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.25rem, 6vw, 1.25rem);
    line-height: 140%;
    text-decoration-line: underline;
}
.description_l_regular{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.25rem, 6vw, 1.25rem);
    line-height: 140%;
}
.description_m_bold{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(0.1rem, 6vw, 1.125rem);
    line-height: 140%;
}
.description_m_italic{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 1.125rem);
    line-height: 140%;
}
.description_m_regular{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 1.125rem);
    line-height: 140%;
}
.description_m_underline{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 1.125rem);
    line-height: 140%;
    text-decoration-line: underline;
}
.description_s_bold{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: clamp(0.1rem, 6vw, 1rem);
    line-height: 120%;
}
.description_s_italic{
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 1rem);
    line-height: 120%;
}
.description_s_regular{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 1rem);
    line-height: 120%;
}
.description_s_underline{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: clamp(0.1rem, 6vw, 1rem);
    line-height: 120%;
    text-decoration-line: underline;
}

.work-order-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 0;
    align-self: stretch;
    flex-grow: 1;
}

#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."
    }

.small-info {
    background-color: #F2F2F2;
    color: #2B2D39;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    padding-left: 6px;
    padding-top: 6px;
}

.my-exit-button {
    width: 1%;
    padding-top: 2%;
    padding-bottom: 2%;
    float: left;
}

.title-and-subtext {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 6px 0;
    gap: 6px;
}

.profile-overview-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 6px 0;
}

:root{
    /* primary palete */
--primary900: #023047;
--primary800: #2B4E64;
--primary650: #2E6583;
--primary500: #9DB9D1;
--primary250: #CFDAED;
--primary50: #EFF0F5;
    /* Low palete */
--green900: #104626;
--green700: #1F8B4D;
--green500: #27AE60;
--green300: #52BE80;
--green50: #7DCEA0;

    /* Red palette */
--red900: #662C2C;
--red700: #EB5757;
--red500: #FF6D6D;
--red300: #FF8A8A;
--red50: #FFA7A7;
    /* Yellow palette */
--yellow900: #61501E;
--yellow700: #61501E;
--yellow500: #F2C94C;
--yellow300: #F5D470;
--yellow50: #F7DF94;
    /*Container palette */
--containerFillDark: linear-gradient(0deg, rgba(2, 48, 71, 0.2), rgba(2, 48, 71, 0.2)), /*url(.png),*/ linear-gradient(122.1deg, rgba(2, 48, 71, 0.4) 16.7%, rgba(2, 48, 71, 0.04) 85.58%);
--containerFillLight: linear-gradient(122.1deg, rgba(255, 255, 255, 0.4) 16.7%, rgba(255, 255, 255, 0.04) 85.58%), /*url(.png),*/ rgba(255, 255, 255, 0.2);
--outlineLight: linear-gradient(187.86deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.04) 100%);
--fadeOut: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
--strokeOutline: linear-gradient(187.86deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.04) 100%);
    /*Contrast palette */
--contrastColor50: white; 
--contrastColor900: #2B2D39;
    /*Effects palette */
--containerShadow: -20px 20px 40px rgba(157, 185, 209, 0.3);
--buttonShadowDark: -20px 20px 40px rgba(157, 185, 209, 0.3);
--buttonShadwoLight: -20px 20px 40px rgba(24, 50, 72, 0.3);
--inputShadow:  20px -12px 40px rgba(157, 185, 209, 0.3);
--iconShadow: -10px 11px 40px rgba(2, 48, 71, 0.4);
}
