@view-transition {
  navigation: auto;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation: fade 0.1s ease-in;;
}

@keyframes fade {
  from { opacity: 0.9; }
  to   { opacity: 1; }
}

:root {
    --font-family-default: 'VAGRoundLight';
}

/* font declarations */

@font-face {
    font-family: 'VAGRoundLight';
    src: url('/assets/rd25/fonts/vagroundedltpro-light/vagroundedltpro-light-webfont.eot');
    src: url('/assets/rd25/fonts/vagroundedltpro-light/vagroundedltpro-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('/assets/rd25/fonts/vagroundedltpro-light/vagroundedltpro-light-webfont.woff2') format('woff2'),
        url('/assets/rd25/fonts/vagroundedltpro-light/vagroundedltpro-light-webfont.woff') format('woff'),
        url('/assets/rd25/fonts/vagroundedltpro-light/vagroundedltpro-light-webfont.ttf') format('truetype'),
        url('/assets/rd25/fonts/vagroundedltpro-light/vagroundedltpro-light-webfont.svg#vag_rounded_lt_prolight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-kerning: normal;
    zoom: 1;
    font-display: swap;
}

@font-face {
    font-family: 'VAGRoundLight';
    src: url('/assets/rd25/font/vagroundedltpro-bold/vagroundedltpro-bold-webfont.eot');
    src: url('/assets/rd25/fonts/vagroundedltpro-bold/vagroundedltpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('/assets/rd25/fonts/vagroundedltpro-bold/vagroundedltpro-bold-webfont.woff2') format('woff2'),
        url('/assets/rd25/fonts/vagroundedltpro-bold/vagroundedltpro-bold-webfont.woff') format('woff'),
        url('/assets/rd25/fonts/vagroundedltpro-bold/vagroundedltpro-bold-webfont.ttf') format('truetype'),
        url('/assets/rd25/fonts/vagroundedltpro-bold/vagroundedltpro-bold-webfont.svg#vag_rounded_lt_probold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-kerning: normal;
    zoom: 1;
    font-display: swap;
}

/* main css declarations */

body {
    margin: 0px;
    padding: 0px;
    color: #FFF;
    background-color: #0091DF;
    font-family: var(--font-family-default), sans-serif;
}

DIV,
SPAN,
UL,
LI,
H1,
H2,
INPUT {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

UL,
LI {
    list-style: none;
}

A {
    text-decoration: none;
}

.full-width {
    width: 100%;
}

.strong {
    font-weight: 700!important;
}

/* controls */

INPUT,
SELECT {
    border-radius: 8px;
    border: 2px solid rgba(233, 244, 250, 1);
    color: rgba(150, 153, 170, 1);
    font-family: var(--font-family-default), sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding: 15px;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    caret-color: #0091DF;
}

INPUT::-ms-reveal,
INPUT::-ms-clear {
    display: none;
}

SELECT {
    background-image: url(/assets/rd25/img/nav-main-item-arrow.svg);
    background-size: 26px auto;
    background-position: center right 20px;
    background-repeat: no-repeat;
}

SELECT:focus OPTION:checked,
SELECT OPTION:checked,
SELECT OPTION:hover,
SELECT OPTION:focus {
    background-color: #0091DF!important;
    color: #FFF;
}

INPUT:focus,
INPUT.has-content {
    color: rgba(11, 73, 111, 1);
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 0 0 2px rgba(54, 188, 250, 1), 0 0 4px 0 rgba(124, 210, 253, 1);
}

INPUT[type='button'],
INPUT[type='submit'] {
    color: rgba(233, 244, 250, 1);
    background: #37BCFA;
    background: url(/assets/rd25/icons/login-button-arrow.svg),
        linear-gradient(227deg, rgba(55, 188, 250, 1) 0%, rgba(0, 145, 223, 1) 54%, rgba(1, 103, 163, 1) 100%);
    background-position: center right 30px,
        center center;
    background-repeat: no-repeat;
    background-size: auto 24px,
        100% 100%;
    border: none;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    position: relative;
}

INPUT[type='button']#CancelButton {
    color: #E0F2FE;
    background-color: transparent;
    background: none;
    border: 2px solid #36BCFA;
}

INPUT[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #0094e6;
    border-radius: 50%;
    display: inline-grid;
    vertical-align: bottom;
    place-content: center;
    cursor: pointer;
}

input[type="radio"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #0094e6;
}

input[type="radio"]:checked::before {
    transform: scale(1);
}

INPUT#username,
INPUT#userName,
INPUT#UserName {
    background-image: url(/assets/rd25/icons/login-input-username.png);
    background-size: auto 24px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    padding-left: 45px !important;
}

INPUT#password,
INPUT#password2 {
    background-image: url(/assets/rd25/icons/login-input-password.png);
    background-size: auto 24px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    padding-left: 45px !important;
}

INPUT#IdentNum {
    background-image: url(/assets/rd25/icons/login-input-identity.svg);
    background-size: auto 24px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    padding-left: 45px !important;
}

/* wrappers */

.rd25-login-outer-wrapper {
    width: 100%;
    height: 100%;
    background: #0091DF;
    background: linear-gradient(224deg, rgba(0, 145, 223, 1) 0%, rgba(0, 87, 184, 1) 40%, rgba(39, 49, 110, 1) 100%);
    background-image: url(/assets/rd25/img/login-backgroun-wave-raster.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}

.rd25-login-inner-wrapper {
    width: 525px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.rd25-login-inner-wrapper>FORM {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.rd25-login-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

/* footer/socials */

.rd25-login-under {
    justify-self: flex-end;
}

UL.rd25-login-under-socials {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 9px;
    padding-top: 25px;
}

UL.rd25-login-under-socials>LI {
    width: 24px;
    height: 24px;
    background-image: url(/assets/rd25/icons/social-media-icons.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

UL.rd25-login-under-socials>LI {
    filter: grayscale() brightness(100);
}

UL.rd25-login-under-socials>LI>A {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.rd25-login-under-socials LI.rd25-login-under-socials-ig {
    background-position: 0px center;
}

.rd25-login-under-socials LI.rd25-login-under-socials-x {
    background-position: -30px center;
}

.rd25-login-under-socials LI.rd25-login-under-socials-yt {
    background-position: -66px center;
    width: 33px;
}

.rd25-login-under-socials LI.rd25-login-under-socials-fb {
    background-position: -107px center;
}

.rd25-login-under-socials LI.rd25-login-under-socials-ln {
    background-position: -140px center;
}

/* main content items */

.rd25-login-content-logo {
    align-self: center;
}

.rd25-login-content-logo>IMG {
    width: 112px;
    height: 112px;
    border: 2px solid #FFF;
}

.rd25-login-content-title {
    font-family: var(--font-family-default), sans-serif;
    font-size: 32px;
    font-weight: 700;
    align-self: center;
    text-align: center;
}

.rd25-login-content-sub-title {
    font-family: var(--font-family-default), sans-serif;
    font-size: 20px;
    font-weight: 700;
    align-self: center;
    text-align: center;
}

.rd25-login-content-message {
    font-family: var(--font-family-default), sans-serif;
    font-size: 18px;
    font-weight: 300;
    align-self: center;
    text-align: center;
}

.rd25-login-content-error-message {
    background-color: #ffffff1f;
    border-radius: 8px;
    padding: 14px;
    font-family: var(--font-family-default), sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    align-self: center;
    text-align: center;
    color: #F8B034;
}

.rd25-login-content-long-text {
    background-color: #ffffff1f;
    border-radius: 8px;
    padding: 14px;
    font-family: var(--font-family-default), sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    align-self: center;
    text-align: left;
}

.rd25-login-content-long-text>UL.browsers {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-items: center;
}

.rd25-login-content-long-text>UL.browsers A {
    color: #FFF;
    font-size: 12px;
    text-align: center;
}

.rd25-login-content-long-text>UL.browsers DIV {
    text-align: center;
}

.rd25-login-content-link {
    align-self: center;
}

.rd25-login-content-link>A {
    background-color: #E0F2FE;
    color: #36BCFA;
    font-size: 15px;
    font-weight: 700;
    padding: 8px;
    background-size: 14px auto;
    background-position: center left 10px;
    background-repeat: no-repeat;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

/* form items */

.rd25-login-content-single-input {
    position: relative;
}

.rd25-login-content-single-input DIV.sub-link {
    font-family: var(--font-family-default), sans-serif;
    color: rgba(224, 242, 254, 1);
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    padding: 8px;
    text-align: right;
}

.rd25-login-content-single-input DIV.sub-link A {
    color: rgba(224, 242, 254, 1);
}

.rd25-login-content-single-input INPUT,
.rd25-login-content-single-input SELECT {
    width: 100%;
}

.rd25-login-content-ident-input {
    display: flex;
    align-items: center;
    gap: 20px;
    align-items: stretch;
}

.rd25-login-content-ident-input > INPUT[type='text'] {
    width: 60%;
}

.rd25-login-content-ident-input > DIV {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.rd25-login-content-ident-input > DIV > LABEL {
    font-size: 18px;
    font-weight: 700;
    color: #F0F9FF;
}

.rd25-login-content-ident-input > DIV >DIV {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.rd25-login-content-ident-input > DIV > DIV > INPUT {
    width: 24px;
    height: 24px;
    padding: 0px;
    box-shadow: none;
}

.rd25-login-content-ident-input > DIV > DIV > LABEL {
    font-size: 16px;
    cursor: pointer;
    margin-left: 0px;
}

.rd25-login-content-ident-input > DIV > DIV > INPUT[type="radio"]:checked+LABEL {
    font-weight: 700;
}

.rd25-login-content-view-password {
    position: absolute;
    display: block;
    width: 54px;
    height: 54px;
    top: 0px;
    right: 0px;
    cursor: pointer;
    background-image: url(/assets/rd25/icons/login-input-eye-block.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px auto;
}

.rd25-login-content-view-password.clicked {
    background-image: url(/assets/rd25/icons/login-input-eye-view.svg);
}

/* captcha */

.rd25-login-content-captcha {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    border: 1px solid #FFF;
    padding: 8px;
    border-radius: 8px;
    justify-content: center;
}

.rd25-login-content-captcha>IMG {
    border-radius: 8px;
    border: 1px solid #000;
    width: 250px;
}

.rd25-login-content-captcha>DIV {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 4px;
    padding-bottom: 1px;
}

.rd25-login-content-captcha>DIV>P {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

.rd25-login-content-captcha>DIV>P:last-of-type {
font-weight: normal;
}

.rd25-login-content-captcha>DIV>INPUT {
    padding: 6px;
    text-align: center;
}

.rd25-login-content-captcha>DIV>A {
    background-color: #E0F2FE;
    color: #36BCFA;
    font-size: 12px;
    font-weight: 700;
    padding: 8px;
    background-size: 14px auto;
    background-position: center left 10px;
    background-repeat: no-repeat;
    border-radius: 4px;
    cursor: pointer;
    height: 100%;
    flex-grow: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    user-select: none;
}

/* app store share */

.rd25-login-content-appstore {
    display: flex;
    flex-direction: row;
    gap: 0px;
    justify-content: center;
}

.rd25-login-content-appstore>A>IMG {
    width: 123px;
    height: auto;
}

.rd25-login-content-separator-o {
    color: rgba(240, 249, 255, 1);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    position: relative;
    text-align: center;
    text-transform: lowercase;
}

/* item separator */

.rd25-login-content-separator-o::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(240, 249, 255, 1);
    position: absolute;
    top: 50%;
    left: 0px;
    width: calc(50% - 20px);
}

.rd25-login-content-separator-o::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(240, 249, 255, 1);
    position: absolute;
    top: 50%;
    right: 0px;
    width: calc(50% - 20px);
}