/* _content/Hela.Idp.Citizen/Pages/Account.cshtml.rz.scp.css */
.bodyContainer[b-t8sgea5ovi] {
    background: white;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    min-height: 620px;
    padding-bottom: 100px;
    padding-top: 10px;
}

.accountpage[b-t8sgea5ovi] {
    max-width: 840px;
    margin: auto;
    text-align: left;
    color: #000;
}

.mainColumn[b-t8sgea5ovi] {
    width: calc(100% - 40px);
    margin: 0 20px;
}

.rightColumn[b-t8sgea5ovi] {
    width: 30%;
}

.appLinks[b-t8sgea5ovi] {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.appLinkRow[b-t8sgea5ovi] {
    text-decoration: none;
    color: #004B87;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .appLinkRow:hover[b-t8sgea5ovi] {
        background: #e5f2f4;
    }

.appLinkHeader > h2[b-t8sgea5ovi] {
    font-size: 20px;
    font-weight: 400;
}

.box[b-t8sgea5ovi] {
    width: 100%;
    border: 1px solid #BFD2E1;
    border-radius: 3px;
    min-height: 266px;
    display: flex;
    color: #004B87;
    display: flex;
    margin: 10px 0;
}

    .box *[b-t8sgea5ovi] {
        padding: 0;
        margin: 0;
    }

.desc[b-t8sgea5ovi] {
    color: #004B87;
    margin: 0 !important;
}

.bottom[b-t8sgea5ovi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .bottom a[b-t8sgea5ovi] {
        height: 26px;
        width: 300px;
        border-radius: 5px;
        text-decoration: none;
        background: #004B87;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        display: block;
        padding: 7px;
        text-align: center;
    }

.title[b-t8sgea5ovi] {
    font-size: 28px;
    font-weight: 400;
    line-height: 30px;
}

.top[b-t8sgea5ovi] {
    margin-bottom: 0px;
    overflow-wrap: anywhere;
    font-size: 14px;
    line-height: 16px;
}

.noEmailImg[b-t8sgea5ovi] {
    margin-bottom: -5px;
    margin-right: 5px;
}

.letterImg[b-t8sgea5ovi] {
    margin-bottom: -30px;
}

.letterImgNotEditable[b-t8sgea5ovi] {
    margin-bottom: 20px;
}

.personImg[b-t8sgea5ovi] {
    margin-bottom: -30px;
}

.logout[b-t8sgea5ovi] {
    display: flex;
    justify-content: center;
}

a.buttonLink[b-t8sgea5ovi] {
    margin-top: 34px;
    text-decoration: none;
    color: #004B87;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    padding: 8px 15px;
    gap: 15px;
    border-radius: 2px;
    padding: 10px 15px;
    border: solid 1px #BFDFE4;
    background: none;
    align-items: center;
    cursor: pointer;
    width: fit-content;
}

.editing[b-t8sgea5ovi] {
    margin-top: 40px;
}

.sidebox[b-t8sgea5ovi] {
    background: #BFDFE4;
    width: 266px;
    min-height: 266px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .sidebox > h3[b-t8sgea5ovi] {
        font-size: 24px;
        line-height: 28.8px;
        font-weight: 400;
        margin: 35px 0;
    }

.header[b-t8sgea5ovi] {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
}

.rightbox[b-t8sgea5ovi] {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}

.topdiv[b-t8sgea5ovi] {
    margin: 32px 24px 24px 24px;
}

.permissionButton[b-t8sgea5ovi] {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    background: none;
    text-decoration: none;
    padding: 20px 24px;
    border: 0;
    cursor: pointer;
    color: #004B87;
    transition: background ease-out 0.1s;
}

    .permissionButton:hover[b-t8sgea5ovi] {
        background: #e5f2f4;
    }

    .permissionButton > h3[b-t8sgea5ovi] {
        font-weight: 400;
        font-size: 16px;
    }
/* _content/Hela.Idp.Citizen/Pages/DataProcess.cshtml.rz.scp.css */
.bodyContainer[b-kf0tmfamtc] {
    background: white;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    min-height: 500px;
    padding-bottom: 100px;
}

.title[b-kf0tmfamtc] {
    padding-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
}

.textContainer[b-kf0tmfamtc]{
    text-align: left;
    font-size: 18px;
}

.textContainer[b-kf0tmfamtc], .title[b-kf0tmfamtc] {
    margin: 0 auto;
    max-width: 600px;
}
    @media only screen and (max-width: 600px) {
        .textContainer[b-kf0tmfamtc], .title[b-kf0tmfamtc] {
            max-width: 90%;
        }
    }
/* _content/Hela.Idp.Citizen/Pages/Error.cshtml.rz.scp.css */
.error[b-5kr4s5phup] {
    min-height: 500px;
    color: #BA0C2F;
    display: flex;
    justify-content: center;
    background-color: white
}

.errroImg[b-5kr4s5phup] {
    max-height: 150px;
}

.errorTxt[b-5kr4s5phup] {
    padding-left: 150px;
    padding-right: 350px;
    margin-top: 60px;
    font-size: 30px;
    color: #000000;
}

.errorTxt > h2[b-5kr4s5phup] {
    color: #BA0C2F;
    margin-bottom: 20px;
}

.container[b-5kr4s5phup] {
    font-size: 15px
}

a[b-5kr4s5phup], a:link[b-5kr4s5phup], a:visited[b-5kr4s5phup], a:focus[b-5kr4s5phup], a:hover[b-5kr4s5phup], a:active[b-5kr4s5phup] {
    color: #004b87 !important;
    text-decoration: underline !important;
}
/* _content/Hela.Idp.Citizen/Pages/Index.cshtml.rz.scp.css */
.bodyContainer[b-5t4ujiva81] {
    position: relative;
    background: white;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    min-height: 500px;
    padding-bottom: 100px;
    padding-top: 10px;
}

.logo[b-5t4ujiva81] {
    max-height: 36px;
}

.title[b-5t4ujiva81] {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}

    .title p[b-5t4ujiva81] {
        margin: 0;
        margin-bottom: 8px;
    }

.desc[b-5t4ujiva81] {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}


.services[b-5t4ujiva81] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 580px;
    margin: auto;
}

    .services a[b-5t4ujiva81] {
        box-sizing: border-box;
        height: 180px;
        width: 180px;
        background: #ffffff;
        align-items: center;
        display: flex;
        padding: 50px 0;
        flex-direction: column;
        border-radius: 6px;
        margin: 5px;
    }

        .services a:hover[b-5t4ujiva81] {
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
        }

    .services p[b-5t4ujiva81] {
        padding: 0 5px
    }


a:link[b-5t4ujiva81] {
    text-decoration: inherit;
    color: inherit;
}

a:visited[b-5t4ujiva81] {
    text-decoration: inherit;
    color: inherit;
}

#backDrop[b-5t4ujiva81] {
    position: fixed;
    top: 0;
    left: 0;
    width: 120%;
    height: 150%;
    background-color: rgba(22,22,22,0.5);
}

#CardInfo[b-5t4ujiva81] {
    background: white;
    margin: 0 auto;
    width: 44vw;
    position: absolute;
    z-index: 41;
    top: 15%;
    left: 23vw;
    padding: 50px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4);
    box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

.hide[b-5t4ujiva81] {
    display: none;
}

.show[b-5t4ujiva81] {
    display: flex
}

.cardControl[b-5t4ujiva81] {
    overflow: hidden;
    position: fixed;
    bottom: 32vh;
    right: 40px;
    width: calc(auto+10px);
    background: #D2E1A9;
    display: flex;
    border-radius: 25px;
    padding: 0 9px;
    height: 40px;
    transition: width 0.7s;
}

    .cardControl:hover[b-5t4ujiva81] {
        transform: scale(.98)
    }

    .cardControl:active[b-5t4ujiva81] {
        transform: scale(.95)
    }


#cardInfoShow[b-5t4ujiva81] {
    display: flex;
    background: none;
    border: none;
    padding: 0 !important;
    font-family: arial, sans-serif;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    max-width: 230px;
    line-height: 19px;
    color: #004B87;
    align-items: center;
    justify-content: center;
}

    #cardInfoShow span[b-5t4ujiva81] {
        margin-left: 5px;
        transition-delay: 0.3s;
        opacity: 1;
        transition: opacity 0.4s;
    }

#cardInfoShowIssue[b-5t4ujiva81] {
    padding: 4px 11px;
    overflow: hidden;
    height: 40px;
    border-radius: 8px 8px 0 0;
    margin: auto;
    margin-bottom: 25px;
    background: #EEC2CB;
    width: fit-content;
    font-weight: 700;
    color: #172643;
    align-items: center;
}

#CardInfo li[b-5t4ujiva81] {
    text-align: left;
}




.img[b-5t4ujiva81] {
    width: 75px;
    padding: 9px 0px 0px 15px;
    border: none;
    margin-right: 10px;
}

    .img svg path[b-5t4ujiva81] {
        fill: #CB4963;
    }

.popup[b-5t4ujiva81] {
    position: relative;
    padding-bottom: 50px
}

    .popup .close[b-5t4ujiva81] {
        background-color: #1B4A83;
        border: none;
        border-radius: 2px;
        width: 30px;
        height: 30px;
        color: white;
        font-weight: 800;
        position: absolute;
        right: -30px;
        top: -50px;
        cursor: pointer
    }

    .popup li[b-5t4ujiva81], .Pfooter[b-5t4ujiva81] {
        text-align: left
    }

    .popup li[b-5t4ujiva81] {
        font-family: sans-serif;
        font-weight: 700;
        line-height: 30px;
    }

    .popup .title[b-5t4ujiva81] {
        font-family: sans-serif;
        font-weight: 700;
        line-height: 30px;
    }

    .popup .proceed[b-5t4ujiva81] {
        background-color: #1B4A83;
        border: none;
        display: block;
        border-radius: 2px;
        width: 200px;
        color: white;
        margin-top: 37px;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 22px;
        padding: 7px;
        margin: 37px auto;
        cursor: pointer;
    }


@media only screen and (max-width: 980px) {
    #CardInfo[b-5t4ujiva81] {
        width: 70vw;
        left: 8vw
    }

    .cardControl[b-5t4ujiva81] {
        width: 26px;
    }

    #cardInfoShow span[b-5t4ujiva81] {
        opacity: 0
    }

    .cardControl:hover #cardInfoShow span[b-5t4ujiva81] {
        transition-delay: 0.7s;
        transition: opacity 1s;
        opacity: 1
    }

    .cardControl:hover[b-5t4ujiva81] {
        width: 200px;
    }
}


@media only screen and (max-width: 580px) {
    .services[b-5t4ujiva81] {
        justify-content: space-evenly;
    }

    #CardInfo[b-5t4ujiva81] {
        width: 75vw;
        left: 2vw
    }
}
/* _content/Hela.Idp.Citizen/Pages/Info.cshtml.rz.scp.css */
.bodyContainer[b-fwos2yh22m] {
    background: white;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    min-height: 500px;
    padding-bottom: 100px;
}
.title[b-fwos2yh22m] {
    padding-top: 20px;
    font-style: normal;
    font-weight: 700;
    font-size:30px;
    line-height: 33px;
}

.textContainer[b-fwos2yh22m] {
    max-width: 600px;
    margin: 20px auto;
    text-align: left;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .textContainer[b-fwos2yh22m] {
        max-width: 90%;
    }
}
/* _content/Hela.Idp.Citizen/Pages/PostLogout.cshtml.rz.scp.css */
.bodyContainer[b-kibotmw5h4] {
    background: white;
    text-align: center;
    align-items: center;
    border-radius: 6px;
    min-height: 500px;
    padding-bottom: 100px;
    padding-top: 10px;
}

.linkingpage[b-kibotmw5h4] {
    max-width: 720px;
    margin: auto;
    text-align: left;
    color: #000;
}

@media (prefers-reduced-motion: reduce) {
    *[b-kibotmw5h4], [b-kibotmw5h4]::before, [b-kibotmw5h4]::after {
        animation-delay: -1ms !important;
        animation-duration: -1ms !important;
        animation-iteration-count: 1 !important;
        background-attachment: initial !important;
        scroll-behavior: auto !important;
        transition-duration: 0s !important;
        transition-delay: 0s !important;
    }
}

.message[b-kibotmw5h4] {
    font-size: 28px;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 50px;
}

.checkImgDiv[b-kibotmw5h4] {
    text-align: center;
}
/* _content/Hela.Idp.Citizen/Pages/Shared/_Announcements.cshtml.rz.scp.css */
.box[b-e3uygb6vnz] {
    margin-top: 10px;
    border-radius: 3px;
    overflow-wrap: break-word;
    max-width: 45%;
    margin: 10px auto;
}

.warning[b-e3uygb6vnz] {
    border: 1px solid #ff0000;
}

.info[b-e3uygb6vnz] {
    border: 1px solid #FBD391;
}

.title[b-e3uygb6vnz] {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #172643;
    display: flex;
    align-items: center;
    height: 50px;
    justify-content: space-between;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
}

.img[b-e3uygb6vnz] {
    width: 75px;
    padding: 9px 0px 0px 15px;
    border: none
}

    .img.info svg path[b-e3uygb6vnz] {
        fill: #F7A823;
    }
    .img.warning svg path[b-e3uygb6vnz] {
        fill: #CB4963;
    }


.warning .title[b-e3uygb6vnz] {
    background-color: #EEC2CB;
}

.info .title[b-e3uygb6vnz] {
    background-color: #FBD391;
}

.titleContent[b-e3uygb6vnz] {
    margin-left: -90px;
}

.content[b-e3uygb6vnz] {
    font-size: 18px;
    color: #172643;
    padding: 0px 15px 0 15px;
    margin-left: 1px;
    margin-right: 1px;
    padding-bottom: 10px;
}

.announcementTitle[b-e3uygb6vnz] {
    font-size: 24px;
    font-weight: 700;
}

.announcementContent[b-e3uygb6vnz] {
    font-size: 18px;
    font-weight: 400;
}

.contentContainer[b-e3uygb6vnz] {
    padding-top: 20px;
}

@media only screen and (max-width: 980px){
.box[b-e3uygb6vnz] {

    max-width: 90%;
    margin: 10px auto;
}

}
/* _content/Hela.Idp.Citizen/Pages/Shared/_CultureSelector.cshtml.rz.scp.css */
.language[b-l8esyuxtyr],
.baldLang[b-l8esyuxtyr] {
    color: #004b87;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    text-decoration: none;
    margin: 0 7px;
}

    .language:hover[b-l8esyuxtyr] {
        text-decoration: underline
    }

.baldLang[b-l8esyuxtyr] {
    font-weight: bold;
}

.langContainer[b-l8esyuxtyr] {
    background-color: white;
    display: flex;
    padding: 0 40px;
    justify-content: right;
    padding-top: 12px !important;
}
/* _content/Hela.Idp.Citizen/Pages/Shared/_Footer.cshtml.rz.scp.css */
.footer[b-hkvgq8jr3z] {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}

.linksContainer[b-hkvgq8jr3z], .sign[b-hkvgq8jr3z] {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 85vw;
    margin: auto;
}

a:link[b-hkvgq8jr3z] {
    text-decoration: inherit;
    margin: 8px;
    color: inherit;
}

a:visited[b-hkvgq8jr3z] {
    text-decoration: inherit;
    color: inherit;
}

a:hover[b-hkvgq8jr3z] {
    text-decoration: underline;
}
/* _content/Hela.Idp.Citizen/Pages/Shared/_Layout.cshtml.rz.scp.css */

body[b-q91xi2vwlh] {
    color: #004b87;
}

.logo[b-q91xi2vwlh] {
    height: 57px;
}

.header[b-q91xi2vwlh] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 40px;
    background-color: #e5f2f4;
    min-height: 70px;
    border-bottom: solid 1px #BFDFE4;
}

.logoWrapper span[b-q91xi2vwlh] {
    display: flex;
    align-items: center;
}

.logoText[b-q91xi2vwlh] {
    width: 138px;
    height: 44px;
    margin-left: 5px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.appName[b-q91xi2vwlh] {
    height: 22px;
    left: 604px;
    top: 39px;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.1125px;
    text-transform: uppercase;
    min-width: max-content;
    font-family: 'Century Gothic Pro' sans-serif;
}

.renderbody[b-q91xi2vwlh] {
    min-height: calc(100vh - 123px - 30px - 88px);
}

.headerItem[b-q91xi2vwlh] {
    align-items: center;
    flex: 1;
    display: flex;
    justify-content: center;
}

    .headerItem:last-child > span[b-q91xi2vwlh] {
        margin-left: auto;
    }

    .headerItem:first-child > span[b-q91xi2vwlh] {
        margin-right: auto;
    }

.rightContainer[b-q91xi2vwlh] {
    margin-right: 10px;
    display: flex;
    justify-content: end;
}

@media only screen and (max-width: 1200px) {
    .header[b-q91xi2vwlh] {
        flex-direction: column;
    }

    .headerItem[b-q91xi2vwlh] {
        margin-bottom: 15px
    }
}


@media only screen and (max-width: 750px) {
    .appName[b-q91xi2vwlh] {
        min-width: initial;
    }
}
/* _content/Hela.Idp.Citizen/Pages/Shared/_UserInfo.cshtml.rz.scp.css */
#userDetailsContainer[b-wbyx9za9pp] {
    display: flex;
    font-size: 14px;
    align-items: center;
    cursor: pointer;
}

.log_out[b-wbyx9za9pp] {
    background: none;
    border: none;
    color: #004B87;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    width: auto;
    margin: 3px 0 5px 0;
}

.logo[b-wbyx9za9pp] {
    margin-right: 15px;
    display: block;
    width: 34px;
    height: 34px;
}

.org[b-wbyx9za9pp] {
    min-height: 10px;
}

#userDetailsContainer div[b-wbyx9za9pp] {
    margin: 2px 0;
    margin-right: 10px;
}

#userOverlay[b-wbyx9za9pp] {
    display: none;
    position: fixed;
    top: 81px;
    right: 0;
    width: 100%;
    max-width: 320px;
    background: #F2F8F9;
    border: solid 1px #BFDFE4;
    border-top: 0;
}

.loggedIn[b-wbyx9za9pp] {
    padding: 22px 24px;
    color: #4078A5;
}

.topMargin[b-wbyx9za9pp] {
    border-top: solid 1px #BFDFE4;
    padding-top: 7px;
}

.boxClick[b-wbyx9za9pp] {
    padding: 12px 24px;
    cursor: pointer;
    width: calc(100% - 48px);
    display: flex;
    gap: 20px;
    align-items: center;
    color: #007E93;
    margin-bottom: 7px;
    text-decoration: none;
}

    .boxClick > img[b-wbyx9za9pp] {
        width: 20px;
        height: 20px;
    }

@media only screen and (max-width: 1200px) {
    #userDetailsContainer[b-wbyx9za9pp] {
        text-align: center;
    }
}
