﻿button.mobileMenuButton {
    padding: 0 0 0 12px
}

    button.mobileMenuButton .mobileMenuButtonImage {
        height: 54px;
        width: 54px
    }

#root, div.MuiTypography-root, p.MuiTypography-root {
    font-size: .875rem
}

div.MainContent {
    min-width: 0;
    width: 100%
}

@media (max-width: 899px) {
    div.MainContent {
        height: calc(100% - 50px)
    }
}

main.MuiBox-root {
    padding-bottom: 70px;
    padding-top: 20px
}

div.label {
    font-family: Klavika;
    font-weight: 500;
    line-height: 1.125rem
}

.alignCenter {
    align-items: center;
    display: flex
}

.justifyCenter {
    display: flex;
    justify-content: center
}

.justifyRight {
    display: flex;
    justify-content: flex-end
}

.error-label {
    display: none
}

.error .error-label {
    color: #df1f27;
    display: inherit;
    margin-top: 6px
}

div.MuiFormControl-root.inputFieldFC {
    margin-top: 0;
    width: 100%
}

    div.MuiFormControl-root.inputFieldFC .MuiFormHelperText-root {
        color: #001a4b;
        font-size: 16px;
        line-height: 20px;
        margin: 0
    }

    div.MuiFormControl-root.inputFieldFC .MuiInputBase-root {
        background-color: #fff;
        border: 1px solid #001a4b;
        border-radius: 3px;
        padding: 0 0 0 12px
    }

        div.MuiFormControl-root.inputFieldFC .MuiInputBase-root .MuiInputBase-input {
            color: #000;
            font-size: 16px;
            line-height: 20px;
            padding: 12px 0
        }

        div.MuiFormControl-root.inputFieldFC .MuiInputBase-root.Mui-disabled {
            border-color: #b3bac9
        }

            div.MuiFormControl-root.inputFieldFC .MuiInputBase-root.Mui-disabled .MuiInputBase-input.Mui-disabled {
                -webkit-text-fill-color: #000;
                color: #000;
                transition: padding-top .3s;
                transition-timing-function: ease-out
            }

a.MuiButton-root, button.MuiButton-root {
    background: #001a4b;
    border: 2px solid #001a4b;
    border-radius: 2px;
    box-shadow: 0 0 0 2px #001a4b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin: 2px;
    min-height: 0;
    min-height: auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase
}

    a.MuiButton-root:hover, button.MuiButton-root:hover {
        border: 2px solid #7ecaf1;
        box-shadow: 0 0 0 2px #001a4b;
        background: rgba(25, 118, 120, 0.04);
        text-decoration: nonw;
        color: #7ecaf1;
    }

    a.MuiButton-root.Mui-selected, a.MuiButton-root.active, a.MuiButton-root:active, a.MuiButton-root:focus, button.MuiButton-root.Mui-selected, button.MuiButton-root.active, button.MuiButton-root:active, button.MuiButton-root:focus {
        background: #fff;
        border: 2px solid #001a4b;
        box-shadow: 0 0 0 2px #fff;
        color: #001a4b
    }

a.oldKitiButton.MuiButton-root, button.oldKitiButton.MuiButton-root {
    background: linear-gradient(180deg,#43738d,#43738d 46.67%,#175372 53.47%,#145070 97.22%);
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
    color: #fff;
    flex-shrink: 0;
    font-family: Klavika;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    height: 36px;
    justify-content: left;
    line-height: 20px;
    min-width: 176px;
    padding-left: 13px;
    text-shadow: 0 1px 1px rgba(0,0,0,.25);
    text-transform: none
}

    a.oldKitiButton.MuiButton-root:hover, button.oldKitiButton.MuiButton-root:hover {
        background: linear-gradient(180deg,#508da6,#508da6 46.67%,#247090 53.47%,#247090 97.22%)
    }

    a.oldKitiButton.MuiButton-root:active, a.oldKitiButton.MuiButton-root:focus, button.oldKitiButton.MuiButton-root:active, button.oldKitiButton.MuiButton-root:focus {
        background: linear-gradient(180deg,#ad6969,#ad6969 46.67%,#944 53.47%,#944 97.22%)
    }

a.MuiTypography-root {
    color: #fff
}

    a.MuiTypography-root:active, a.MuiTypography-root:focus, a.MuiTypography-root:hover {
        color: #7ecaf1
    }

.overflowXBox {
    overflow-x: scroll
}

.kitiTableTopToolbar {
    border: 1px solid #c7d1e3;
    border-bottom: none
}

    .kitiTableTopToolbar svg {
        color: #001a4b
    }

table.kitiTable {
    border: 1px solid #c7d1e3
}

    table.kitiTable .Mui-TableHeadCell-Content-Labels {
        color: #001a4b
    }

    table.kitiTable .Mui-TableHeadCell-Content-Actions .MuiIconButton-root {
        opacity: 1
    }

        table.kitiTable .Mui-TableHeadCell-Content-Actions .MuiIconButton-root .MuiSvgIcon-root {
            color: #7ecaf1
        }

    table.kitiTable .MuiTableCell-body:first-child, table.kitiTable .MuiTableCell-head:first-child {
        border-right: 1px solid #c7d1e3;
        min-width: 0;
        min-width: auto
    }

        table.kitiTable .MuiTableCell-body:first-child svg, table.kitiTable .MuiTableCell-head:first-child svg {
            color: #001a4b
        }

div.profilePicture {
    align-items: center;
    background-color: #001a4b;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 88px;
    justify-content: center;
    width: 88px
}

    div.profilePicture img {
        border-radius: 50%;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        height: 84px;
        width: 84px
    }

    div.profilePicture .profilePictureText {
        color: #fff;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: -.02em;
        line-height: 22px
    }

.MuiIconButton-root svg .background {
    fill: none;
    stroke: none
}

.MuiIconButton-root svg .icon {
    fill: #001a4b
}

.MuiIconButton-root:hover svg .background {
    fill: none;
    stroke: #001a4b
}

.MuiIconButton-root:hover svg .icon {
    fill: #001a4b
}

.MuiIconButton-root:active svg .background, .MuiIconButton-root:focus svg .background {
    fill: #001a4b;
    stroke: none
}

.MuiIconButton-root:active svg .icon, .MuiIconButton-root:focus svg .icon {
    fill: #7ecaf1
}

.MuiIconButton-root:disabled svg .background {
    fill: #b3bac9;
    stroke: #b3bac9
}

.MuiIconButton-root:disabled svg .icon {
    fill: #fff
}

.title {
    color: #000;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem;
    margin: 0
}

div.sportTransferListContainer {
    margin: 0;
    min-width: 335px;
    width: 100%
}

    div.sportTransferListContainer > div {
        padding-left: 0 !important
    }

    div.sportTransferListContainer .customListContainer {
        border: 1px solid #c7d1e3;
        border-radius: 0;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
        display: flex;
        flex-direction: column;
        height: 260px;
        overflow: hidden;
        padding: 0;
        width: 100%
    }

        div.sportTransferListContainer .customListContainer .listTitle {
            box-shadow: 0 2px 4px rgba(0,0,0,.25);
            color: #001a4b;
            font-size: 1rem;
            font-weight: 500;
            padding: 16px
        }

        div.sportTransferListContainer .customListContainer .list {
            overflow: auto
        }

            div.sportTransferListContainer .customListContainer .list .listItem {
                border-bottom: 1px solid #c7d1e3;
                padding: 5px 16px
            }

                div.sportTransferListContainer .customListContainer .list .listItem.selected {
                    background-color: #7ecaf1;
                    color: #fff
                }

                div.sportTransferListContainer .customListContainer .list .listItem .MuiListItemIcon-root {
                    margin-right: 16px
                }

                div.sportTransferListContainer .customListContainer .list .listItem .MuiListItemText-root {
                    color: #000;
                    font-size: .875rem;
                    font-weight: 400
                }

                div.sportTransferListContainer .customListContainer .list .listItem .carImage {
                    color: #001a4b;
                    height: 42px;
                    width: 77px
                }

    div.sportTransferListContainer .moveControllers .horizontalBtn {
        display: flex
    }

    div.sportTransferListContainer .moveControllers .verticalBtn {
        display: none
    }

@media (max-width: 899px) {
    div.sportTransferListContainer {
        max-width: 375px
    }

        div.sportTransferListContainer > div {
            padding-top: 0 !important
        }

        div.sportTransferListContainer .moveControllers {
            flex-direction: row;
            justify-content: space-evenly
        }

            div.sportTransferListContainer .moveControllers .horizontalBtn {
                display: none
            }

            div.sportTransferListContainer .moveControllers .verticalBtn {
                display: flex
            }
}

.radioButtonGroup .MuiFormHelperText-root {
    color: #001a4b;
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

.radioButtonGroup .MuiRadio-root {
    color: #001a4b;
    padding: 1px 9px
}

    .radioButtonGroup .MuiRadio-root.Mui-checked {
        color: #001a4b
    }

    .radioButtonGroup .MuiRadio-root .MuiSvgIcon-root {
        font-size: 30px
    }

    .radioButtonGroup .MuiRadio-root.Mui-disabled .MuiSvgIcon-root {
        color: #b3bac9
    }

    .radioButtonGroup .MuiRadio-root .MuiSvgIcon-root {
        height: 38px;
        width: 38px
    }

.radioButtonGroup .MuiFormControlLabel-label, .radioButtonGroup .MuiFormControlLabel-label.Mui-disabled {
    color: #000
}

.radioButtonGroup .MuiIconButton-root:hover {
    background-color: rgba(0,0,0,.04)
}

.radioButtonGroup.error .MuiSvgIcon-root {
    color: #df1f27
}

.radioButtonGroup.error .MuiIconButton-colorSecondary:hover {
    background-color: rgba(245,0,87,.04)
}

.checkboxGroup .MuiFormHelperText-root {
    color: #001a4b;
    font-size: 16px;
    line-height: 20px;
    margin: 0
}

.checkboxGroup .MuiFormControlLabel-root .MuiCheckbox-root {
    color: #001a4b;
    padding: 1px 9px
}

    .checkboxGroup .MuiFormControlLabel-root .MuiCheckbox-root:hover {
        background-color: rgba(0,0,0,.04)
    }

    .checkboxGroup .MuiFormControlLabel-root .MuiCheckbox-root .MuiSvgIcon-root {
        height: 30px;
        width: 30px
    }

    .checkboxGroup .MuiFormControlLabel-root .MuiCheckbox-root.Mui-checked {
        color: #001a4b
    }

    .checkboxGroup .MuiFormControlLabel-root .MuiCheckbox-root.Mui-disabled .MuiSvgIcon-root {
        color: #b3bac9
    }

    .checkboxGroup .MuiFormControlLabel-root .MuiCheckbox-root .MuiSvgIcon-root {
        height: 38px;
        width: 38px
    }

.checkboxGroup.error .MuiSvgIcon-root {
    color: #df1f27
}

    .checkboxGroup.error .MuiIconButton-colorSecondary:hover, .checkboxGroup.error .MuiSvgIcon-root:hover {
        background-color: rgba(245,0,87,.04)
    }

.checkboxGroup .MuiFormControlLabel-label, .checkboxGroup .MuiFormControlLabel-label.Mui-disabled {
    color: #000
}

.selectGroup label.MuiFormLabel-root {
    color: #001a4b;
    font-size: 16px;
    left: auto;
    line-height: 20px;
    margin: 0;
    position: static;
    right: auto;
    -webkit-transform: none;
    -webkit-transform: initial;
    transform: none
}

    .selectGroup label.MuiFormLabel-root.Mui-disabled {
        color: #001a4b
    }

.selectGroup fieldset.MuiOutlinedInput-notchedOutline {
    border-width: 1px
}

    .selectGroup fieldset.MuiOutlinedInput-notchedOutline legend span {
        display: none
    }

.selectGroup .MuiInputBase-root {
    background-color: #fff;
    border: 1px solid #001a4b;
    border-radius: 3px;
    padding: 0 0 0 12px
}

    .selectGroup .MuiInputBase-root .MuiInputBase-input {
        color: #000;
        font-size: 16px;
        line-height: 20px;
        padding: 12px 0
    }

    .selectGroup .MuiInputBase-root.Mui-disabled {
        border-color: #b3bac9
    }

        .selectGroup .MuiInputBase-root.Mui-disabled .MuiInputBase-input.Mui-disabled {
            -webkit-text-fill-color: #000;
            color: #000;
            transition: padding-top .3s;
            transition-timing-function: ease-out
        }

.selectGroup.error .MuiSvgIcon-root {
    color: #df1f27
}

.selectGroup.error .MuiIconButton-colorSecondary:hover {
    background-color: rgba(245,0,87,.04)
}

.tabs {
    background-color: #001a4b;
    height: 46px;
    margin-bottom: 9px;
    padding: 9px 34px 0 55px;
    position:relative;
    top: 0;
    left: 0;
    z-index:1000;
}

    .tabs button.MuiButton-root {
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        max-width: 200px;
        width: calc(25% - 8px)
    }

        .tabs button.MuiButton-root.active {
            margin-top: 2px
        }

        .tabs button.MuiButton-root:not(.active) {
            margin-top: -16px
        }

@media (max-width: 899px) {
    .tabs {
        padding: 0;
       /* position: fixed;  seppo otti pois kun tabit eivät pysyneet ylhäällä*/
        width: 100%;
        z-index: 1
    }

        .tabs button.MuiButton-root:not(.active) {
            margin-top: -8px
        }

        .tabs button.MuiButton-root.active {
            margin-top: 14px
        }
}

.MuiFormControlLabel-root {
    gap: 12px;
    margin-left: 0 !important
}

    .MuiFormControlLabel-root .MuiSwitch-root {
        align-items: center;
        height: 46px;
        margin-left: 0;
        overflow: visible;
        padding: 11px 0;
        width: 71px
    }

        .MuiFormControlLabel-root .MuiSwitch-root .MuiSwitch-switchBase {
            -webkit-transform: translateX(-7px);
            transform: translateX(-7px)
        }

            .MuiFormControlLabel-root .MuiSwitch-root .MuiSwitch-switchBase.Mui-checked {
                -webkit-transform: translateX(32px);
                transform: translateX(32px)
            }

                .MuiFormControlLabel-root .MuiSwitch-root .MuiSwitch-switchBase.Mui-checked .MuiSwitch-thumb {
                    background-color: #7ecaf1
                }

                .MuiFormControlLabel-root .MuiSwitch-root .MuiSwitch-switchBase.Mui-checked + .MuiSwitch-track {
                    background-color: #001a4b;
                    border: 2px solid #001a4b;
                    opacity: 1
                }

                .MuiFormControlLabel-root .MuiSwitch-root .MuiSwitch-switchBase.Mui-checked:hover .MuiSwitch-thumb {
                    background-color: #fff
                }

        .MuiFormControlLabel-root .MuiSwitch-root .MuiSwitch-thumb {
            box-shadow: none;
            height: 28px;
            width: 28px
        }

        .MuiFormControlLabel-root .MuiSwitch-root .MuiSwitch-track {
            background-color: #8090ab;
            border: 2px solid #8090ab;
            border-radius: 16px;
            height: 32px;
            opacity: 1;
            width: 71px
        }

        .MuiFormControlLabel-root .MuiSwitch-root:focus .MuiSwitch-track, .MuiFormControlLabel-root .MuiSwitch-root:hover .MuiSwitch-track {
            border: 2px solid #001a4b
        }

.infoPopupContainer {
    background-color: #fff;
    border-top: 4px solid #008a3d;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
    display: flex;
    justify-content: center;
    width: 160px
}

    .infoPopupContainer .infoPopupTextContent {
        -webkit-font-feature-settings: "liga" off;
        font-feature-settings: "liga" off;
        font-size: 16px;
        line-height: 20px;
        padding: 0 6px 5px
    }

.notificationContent {
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.25);
    display: flex;
    flex-direction: column;
    max-width: 900px
}

    .notificationContent .topBar {
        height: 24px;
        position: relative;
        width: 100%
    }

        .notificationContent .topBar .tick {
            left: 0;
            position: absolute;
            top: 24px
        }

        .notificationContent .topBar .kitiArrows {
            position: absolute;
            right: 20px;
            top: 0
        }

        .notificationContent .topBar .icon {
            height: 62px;
            left: 6px;
            position: absolute;
            top: 30px;
            width: 62px
        }

    .notificationContent .textContent {
        display: flex;
        flex-direction: column;
        gap: 17px;
        margin: 22px 21px 20px 92px
    }

        .notificationContent .textContent .label {
            color: #000;
            font-size: 20px;
            font-weight: 500;
            line-height: 1
        }

        .notificationContent .textContent .text {
            color: #000;
            font-family: Klavika;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 21px
        }

.bottomBar {
    background-color: #fff;
    bottom: 0;
    display: flex;
    height: 30px;
    position: fixed;
    width: 100%
}

@media (max-width: 899px) {
    .bottomBar.loggedIn {
        bottom: 54px
    }
}

.bottomBar a {
    color: #001a4b;
    text-decoration: none
}

    .bottomBar a:hover {
        color: #7ecaf1;
        text-decoration: underline
    }

@media (max-width: 599px) {
    .bottomBar:not(.loggedIn) {
        background-color: initial
    }

        .bottomBar:not(.loggedIn) a {
            color: #fff
        }

            .bottomBar:not(.loggedIn) a:hover {
                color: #7ecaf1
            }
}

.bottomBar .bottomBarLinkContainer {
    align-items: center;
    display: flex;
    height: 30px;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

    .bottomBar .bottomBarLinkContainer.contactSurveyLink {
        position: fixed;
        right: 20px
    }


/*Muista fontit ovat myös iis: wwwroot/fonts/ hakemistossa 

src: url(/mobile/fonts/klavika-light.otf) format("opentype")

src: url(/fonts/klavika-light.otf) format("opentype")

*/

@font-face {
    font-family: Klavika;
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/klavika-light.otf) format("opentype")
}

@font-face {
    font-family: Klavika;
    font-style: italic;
    font-weight: 300;
    src: url(/fonts/klavika-light-italic.otf) format("opentype")
}

@font-face {
    font-family: Klavika;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/Klavika-Regular.otf) format("opentype")
}

@font-face {
    font-family: Klavika;
    font-style: italic;
    font-weight: 400;
    src: url(/fonts/klavika-regular-italic.otf) format("opentype")
}

@font-face {
    font-family: Klavika;
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/klavika-medium.otf) format("opentype")
}

@font-face {
    font-family: Klavika;
    font-style: italic;
    font-weight: 500;
    src: url(/fonts/klavika-medium-italic.otf) format("opentype")
}

@font-face {
    font-family: Klavika;
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/klavika-bold.otf) format("opentype")
}

@font-face {
    font-family: Klavika;
    font-style: italic;
    font-weight: 700;
    src: url(/fonts/klavika-bold-italic.otf) format("opentype")
}

.login {
    background-color: #001a4b;
    color: #fff;
    height: 100%;
    min-height: 100vh
}

    .login .ContentContainer {
        overflow: hidden
    }

        .login .ContentContainer .MainContainer {
            display: flex;
            justify-content: center;
            margin-bottom: 10vh;
            margin-top: calc(48px + 10vh);
            min-width: 375px
        }

@media (max-width: 599px) {
    .login .ContentContainer .MainContainer {
        margin-top: 48px;
        padding-top: 20px
    }
}

/*.login .ContentContainer .MainContainer .LogoContainer {*/
.MainContainer .LogoContainer {
    margin-bottom: 12px;
    text-align: center;
    width: 100%
}

    /*.login .ContentContainer .MainContainer .LogoContainer .AKKLogo {*/
    .MainContainer .LogoContainer .AKKLogo {
        height: 85px;
        margin: 12px;
        vertical-align: middle
    }

        .MainContainer .LogoContainer .AKKLogo svg {
            height: 85px;
            width: 85px;
            color: #fff;
        }

    .MainContainer .LogoContainer .KitiLogo {
        height: 35px;
        margin: 55px 0 0;
        vertical-align: middle
    }

        .MainContainer .LogoContainer .KitiLogo svg {
            height: 35px;
            width: 95px;
            color: #fff;
}
        }

    .MainContainer .LogoContainer .logoText {
        color: #7ecaf1;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        vertical-align: middle
    }

.MainContainer div.MuiFormControl-root.inputFieldFC {
    margin-bottom: 24px;
    width: 335px
}

    .MainContainer div.MuiFormControl-root.inputFieldFC .MuiFormHelperText-root {
        color: #fff;
        font-size: 12px;
        line-height: 16px
    }

    .MainContainer div.MuiFormControl-root.inputFieldFC .MuiInputBase-root {
        border-radius: 4px
    }

        div.MuiFormControl-root.inputFieldFC .MuiInputBase-root .MuiInputBase-input {
            color: #000
        }

.MainContainer .instructionText {
    font-size: 14px;
    line-height: 18px;
    width: 336px
}

    .MainContainer .instructionText a {
        color: #fff
    }

        .MainContainer .instructionText a:hover {
            color: #7ecaf1
        }

    .MainContainer .instructionText .errorText {
        color: red;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        margin-top: 3px;
        white-space: pre-line;
        width: 100%
    }

.MainContainer .alert {
    margin-top: 12px;
    width: 336px
}

.MainContainer .form {
    margin-top: 22px;
    width: 335px
}

.MainContainer h1 {
    text-align: left
}

.MainContainer .MuiInputLabel-root {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}

.MainContainer .MuiTextField-root {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 8px;
    margin-top: 12px
}

.MainContainer .loginButton {
    width: 336px
}

.MainContainer .carAnimation {
    margin-bottom: -3px;
    margin-left: -27px;
    margin-top: 2px;
    transition: margin-left .3s;
    transition-timing-function: ease-out
}

    .MainContainer .carAnimation svg {
        color: #7ecaf1
    }

       
    .MainContainer .carAnimation svg .activeEffect, .login .ContentContainer .MainContainer .carAnimation svg .focusEffect {
            fill: none
        }

    .MainContainer .carAnimation.halfway {
        margin-left: -16px
    }

        .MainContainer .carAnimation.halfway svg .focusEffect {
            fill: #7ecaf1
        }

    .MainContainer .carAnimation.ready {
        margin-left: calc(100% - 69px)
    }

@media (max-width: 599px) {
    .MainContainer .carAnimation.ready {
        margin-left: calc(100% - 169px)
    }
}

.carAnimation.ready svg .activeEffect {
    fill: #7ecaf1
}

.MainContainer .forgotPassword {
    display: block;
    margin: 13px 0 0;
    text-align: center
}

@media (min-width: 600px) {
    .login {
        background-color: #fff
    }

        .MainContainer {
            align-items: center;
            background-color: initial;
           /* display: flex;*/
            justify-content: center
        }

            /*.login .ContentContainer .MainContainer .paper {*/
            .MainContainer .paper {
                background-color: #001a4b;
                max-width: 660px;
                padding: 20px 159px 27px;
                position: relative;
                color:#fff;
            }

                /*.login .ContentContainer .MainContainer .paper form .MuiGrid-root {*/
                .MainContainer .paper form .MuiGrid-root {
                    z-index: 1
                }
}

.mainContent.MuiBox-root {
    margin: 7px auto auto 31px;
    max-width: 1500px
}

@media (max-width: 899px) {
    .mainContent.MuiBox-root {
        height: 100%;
        margin: 0;
        padding: 0
    }
}

.meters {
    align-items: center;
    background-color: #001a4b;
    display: flex;
    flex-direction: row;
    height: 250px;
    max-width: 1500px;
    overflow: hidden;
    width: 100%
}

@media (max-width: 899px) {
    .meters {
        height: 135px;
        padding: 20px 20px 15px
    }
}

.meters.MuiBox-root {
    padding: 20px
}

.meter.MuiContainer-root {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding: 0 6px
}

.meterWrapper {
    height: 203px;
    overflow: hidden;
    width: 224px
}

@media (max-width: 899px) {
    .meterWrapper {
        height: 95px;
        width: 105px
    }
}

.meterCircle {
    align-items: center;
    background-color: hsla(0,0%,100%,.1);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 224px;
    justify-content: center;
    top: 0;
    width: 224px
}

@media (max-width: 899px) {
    .meterCircle {
        height: 105px;
        width: 105px
    }
}

.meterCircle .number {
    color: #fff;
    font-family: Klavika;
    font-size: 96px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center
}

@media (max-width: 899px) {
    .meterCircle .number {
        font-size: 40px
    }
}

.meterCircle .label {
    color: #fff;
    font-family: Klavika;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-align: center
}

@media (max-width: 899px) {
    .meterCircle .label {
        font-size: 12px
    }
}

.meterBottom {
    background: #df1f27;
    border-radius: 1px;
    flex-shrink: 0;
    height: 2px;
    width: 132px
}

@media (max-width: 899px) {
    .meterBottom {
        width: 61px
    }
}

.news {
    max-width: 800px;
    min-width: 350px;
    overflow: hidden
}

@media screen and (max-width: 900px) {
    .news {
        max-width: 900px
    }
}

.news .topBar {
    display: none
}

@media screen and (max-width: 900px) {
    .news .topBar {
        background-color: #001a4b;
        display: flex;
        flex-direction: column;
        height: 20px;
        max-width: 1500px;
        padding-left: 20px;
        position: relative
    }

        .news .topBar .tick {
            position: absolute;
            right: 0;
            top: 20px
        }

        .news .topBar .icon {
            position: absolute;
            right: 4px;
            top: 23px
        }
}

.news .newsContent {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 27px 0
}

@media (max-width: 899px) {
    .news .newsContent {
        padding: 18px 20px 84px
    }
}

.news .newsContent .image {
    height: 200px;
    margin-bottom: 5px
}

@media (max-width: 899px) {
    .news .newsContent .image {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        width: 335px
    }
}

.news .newsContent .label {
    color: #001a4b;
    font-size: 20px;
    font-weight: 500;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    line-height: 1;
    width: 100%
}

.news .newsContent .textContent {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%
}

    .news .newsContent .textContent .text {
        color: #001a4b;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        white-space: pre-line
    }

.kitioteModal.MuiModal-root {
    left: 350px;
    top: 95px;
    z-index: 1200;
}

@media (max-width: 899px) {
    .kitioteModal.MuiModal-root {
        justify-content: center;
        left: 0;
        top: 68px
    }
}

.kitioteContent {
    background-color: #001a4b;
    margin-right: 27px;
    max-height: 100%;
    max-width: 800px;
    min-width: 350px;
    overflow-y: auto;
    padding: 5px;
    position: relative
}

@media (max-width: 899px) {
    .kitioteContent {
        height: calc(100% - 50px);
        margin-right: 0;
        max-width: 900px
    }
}

.kitioteContent .closeButton {
    border: 0;
    height: 42px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 42px;
    z-index: 3
}

@media (max-width: 899px) {
    .kitioteContent .closeButton {
        bottom: 13px;
        right: 15px;
        top: auto
    }
}

.kitioteContent .closeButton:hover path {
    stroke: #7ecaf1
}

.kitioteContent .closeButton:hover rect {
    fill: #7ecaf1
}

main.kitioteView {
    background-color: #001a4b;
    border: 1px solid #7ecaf1;
    border-radius: 2px;
    color: #fff;
    flex-shrink: none;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 800px;
    overflow: hidden;
    padding-left: 35px;
    padding-top: 27px;
    position: relative
}

@media (max-width: 899px) {
    main.kitioteView {
        height: 100%;
        margin-right: 0;
        max-width: 900px;
        overflow-y: auto;
        padding-left: 15px;
        padding-top: 23px;
        width: 100%
    }
}

main.kitioteView > * {
    position: relative
}

main.kitioteView .loadingAnimationContainer {
    align-items: center;
    background-color: rgba(0,26,75,.5);
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

main.kitioteView .headerContainer {
    margin-bottom: .44rem
}

    main.kitioteView .headerContainer .AKKLogo {
        flex-shrink: 0;
        height: 42px;
        margin-right: .58rem;
        width: 42px
    }

    main.kitioteView .headerContainer .headerKitiote {
        font-family: Klavika;
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 500;
        line-height: 1.375rem;
        margin-bottom: 1.94rem;
        min-width: 210px
    }

main.kitioteView div.MuiTypography-root, main.kitioteView p.MuiTypography-root {
    margin-bottom: 1.5rem
}

main.kitioteView div.sanction {
    align-items: center;
    border: 4px solid #d91016;
    border-radius: 31px;
    display: flex;
    gap: 12px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 14px;
    padding: 10px 14px 9px;
    width: 335px
}

@media (max-width: 899px) {
    main.kitioteView div.sanction {
        max-width: 550px;
        min-width: 335px;
        width: 100%
    }
}

main.kitioteView div.sanction div.MuiTypography-root {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-family: Klavika;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    gap: 3px;
    justify-content: center;
    line-height: 18px;
    margin: 0;
    width: 248px
}

    main.kitioteView div.sanction div.MuiTypography-root :first-child {
        font-weight: 500
    }

main.kitioteView div.licensesTable {
    background: none;
    box-shadow: none
}

    main.kitioteView div.licensesTable .MuiTableHead-root {
        margin-bottom: .19rem
    }

    main.kitioteView div.licensesTable .MuiTableCell-root {
        border: none;
        color: #fff;
        padding: 0;
        width: 100px
    }

        main.kitioteView div.licensesTable .MuiTableCell-root.loadError {
            color: #7ecaf1;
            line-height: 18px
        }

    main.kitioteView div.licensesTable .MuiTableRow-root :first-child {
        padding-right: 49px
    }

div.kitioteViewBackground {
    background-image: url(/static/media/FlyinFinn.2f6f29ef277ee05e5510.svg);
    background-size: cover;
    height: 379.323px;
    position: absolute;
    right: -40px;
    top: 114px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 794.492px
}

@media (max-width: 899px) {
    div.kitioteViewBackground {
        height: 348.532px;
        right: -20px;
        width: 730px
    }
}

@media (max-width: 599px) {
    div.kitioteViewBackground {
        height: 223px;
        width: 486px
    }
}

.prohibition {
    flex-direction: row;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

    .prohibition:before {
        background-color: #d91016;
        border-radius: 2px;
        content: "";
        display: block;
        height: 4px;
        left: -2px;
        position: absolute;
        top: 45%;
        width: calc(100% + 4px)
    }

.profilePicture {
    margin-left: 10px;
    position: absolute;
    top: 73px
}

@media (max-width: 899px) {
    .profilePicture {
        margin-left: 50px;
        top: 65px
    }
}

.loadError {
    color: #7ecaf1;
    line-height: 18px
}

.memberInformationPage {
    display: flex;
    min-width: 0
}

@media screen and (max-width: 900px) {
    .memberInformationPage {
        max-height: calc(100% - 50px)
    }
}

.memberInformationContainer {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 13px 55px;
    max-width: 800px
}

@media screen and (max-width: 900px) {
    .memberInformationContainer {
        margin: 0px 0;
        max-width: 900px
    }
}

.memberInformationSubPage {
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media (max-width: 899px) {
    .memberInformationSubPage {
        align-items: center;
        overflow-x: hidden;
        padding-bottom: 10px
    }
}

.memberInformationSection {
    align-items: center;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
    display: flex;
    flex-direction: column;
    gap: 14px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 800px;
    padding: 8px 26px 16px 20px
}

@media (max-width: 899px) {
    .memberInformationSection {
        min-width: 375px;
        padding: 8px 20px 16px
    }
}

.memberInformationSection.sportsSection {
    box-shadow: none;
    margin-left: 2px;
    padding: 0
}

    .memberInformationSection.sportsSection .memberInformationHeader svg {
        position: relative;
        right: 8px
    }

@media (max-width: 899px) {
    .memberInformationSection.sportsSection {
        margin-left: 0
    }

        .memberInformationSection.sportsSection .memberInformationHeader {
            padding: 0 20px
        }

            .memberInformationSection.sportsSection .memberInformationHeader svg {
                right: 0
            }
}

.memberInformationHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%
}

    .memberInformationHeader svg {
        position: relative;
        right: -18px;
        top: -2px
    }

@media (max-width: 899px) {
    .memberInformationHeader {
        max-width: 335px
    }

        .memberInformationHeader .memberInformationTitle {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

            .memberInformationHeader .memberInformationTitle:hover {
                overflow: visible
            }

        .memberInformationHeader svg {
            right: 0
        }
}

.memberInformationTitle {
    color: #001a4b;
    font-family: Klavika;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px
}

.memberInformationContent {
    display: flex;
    flex-direction: column;
    width: 100%
}

/*.row {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}*/

@media screen and (max-width: 900px) {
    .row {
        flex-direction: column
    }
}

.informationInputContainer {
    background: #fff;
    border-bottom: 1px solid #c7d1e3;
    display: flex;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 335px;
    position: relative;
    width: 100%;
}
/*
@media screen and (max-width: 1092px) {
    .informationInputContainer {
        max-width: 100%
    }
}*/

.informationInputContainer.last {
    border-bottom: 1px solid #001a4b
}

.informationInputContainer .label {
    color: #001a4b;
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px
}

.informationInputContainer input {
    border: none;
    color: #000;
    font-family: Klavika;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 7px;
    padding-left: 0
}

.informationInputContainer.editable {
    border-bottom: 0;
    height: 82px
}

    .informationInputContainer.editable input {
        border: 1px solid #001a4b;
        border-radius: 1px;
        margin-top: 3px;
        padding: 12px 12px 12px 10px
    }

        .informationInputContainer.editable input:active, .informationInputContainer.editable input:focus, .informationInputContainer.editable input:hover {
            border: 3px solid #001a4b;
            outline: none;
            padding: 10px 10px 10px 8px
        }

@media (max-width: 899px) {
    .informationInputContainer.editable {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.informationInputContainer.editable .indicatorNotificationContainer {
    top: 0
}

.informationInputContainer.checkbox .MuiFormControlLabel-root, .informationInputContainer.radioGroup .MuiFormControlLabel-root {
    gap: 3px
}

.informationInputContainer.checkbox .MuiFormGroup-root, .informationInputContainer.radioGroup .MuiFormGroup-root {
    left: -10px;
    margin-bottom: -7px;
    padding-top: 0;
    position: relative;
    top: -3px
}

    .informationInputContainer.checkbox .MuiFormGroup-root .indicatorNotificationContainer, .informationInputContainer.radioGroup .MuiFormGroup-root .indicatorNotificationContainer {
        top: 0
    }

    .informationInputContainer.checkbox .MuiFormGroup-root .PrivateSwitchBase-input, .informationInputContainer.radioGroup .MuiFormGroup-root .PrivateSwitchBase-input {
        margin: 0
    }

.informationInputContainer.radioGroup .MuiButtonBase-root {
    padding: 6px
}

.informationInputContainer .MuiFormGroup-root {
    margin-bottom: 7px;
    padding-top: 3px
}

    .informationInputContainer .MuiFormGroup-root .MuiInputBase-root {
        height: 46px;
        position: relative;
        width: 144px
    }

        .informationInputContainer .MuiFormGroup-root .MuiInputBase-root:after {
            background-color: #001a4b;
            content: "";
            height: 100%;
            position: absolute;
            right: 44px;
            width: 1px
        }

        .informationInputContainer .MuiFormGroup-root .MuiInputBase-root .MuiOutlinedInput-notchedOutline {
            border-style: none
        }

        .informationInputContainer .MuiFormGroup-root .MuiInputBase-root.MuiOutlinedInput-root {
            background: #fff;
            border: 1px solid #001a4b;
            border-radius: 1px
        }

        .informationInputContainer .MuiFormGroup-root .MuiInputBase-root:hover.MuiOutlinedInput-root {
            border: 3px solid #001a4b
        }

        .informationInputContainer .MuiFormGroup-root .MuiInputBase-root:hover .MuiInputBase-input {
            padding: 10px 0 7px 8px
        }

        .informationInputContainer .MuiFormGroup-root .MuiInputBase-root .MuiInputBase-input {
            color: #000;
            font-family: Klavika;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            padding: 12px 0 9px 10px;
            width: 88px
        }

            .informationInputContainer .MuiFormGroup-root .MuiInputBase-root .MuiInputBase-input.MuiSelect-select {
                padding-right: 44px
            }

        .informationInputContainer .MuiFormGroup-root .MuiInputBase-root .MuiSelect-nativeInput {
            border-radius: 0;
            line-height: 20px;
            margin-bottom: 0;
            padding: 13px 0 11px 10px;
            width: 98px
        }

        .informationInputContainer .MuiFormGroup-root .MuiInputBase-root .MuiSvgIcon-root {
            fill: #001a4b;
            height: 44px;
            right: 0;
            top: 0;
            width: 44px
        }

.informationInputContainer .indicatorNotificationContainer {
    height: 38px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 38px
}

    .informationInputContainer .indicatorNotificationContainer .indicatorNotification {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
    }

    .informationInputContainer .indicatorNotificationContainer .infoPopupContainer {
        display: none
    }

    .informationInputContainer .indicatorNotificationContainer:hover .indicatorNotification {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transition: -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out;
        transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out
    }

    .informationInputContainer .indicatorNotificationContainer:hover .infoPopupContainer {
        display: flex;
        left: -61px;
        position: absolute;
        top: 35px;
        z-index: 1
    }

@media (max-width: 899px) {
    .informationInputContainer .indicatorNotificationContainer:hover .infoPopupContainer {
        left: auto;
        right: -20px
    }
}

.informationInputsContainer {
    border-bottom: 1px solid #c7d1e3;
    display: flex;
    flex-direction: row;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    justify-content: space-between;
    width: 335px
}

@media screen and (max-width: 1092px) {
    .informationInputsContainer {
        width: 100%
    }
}

.informationInputsContainer.editable {
    border-bottom: 0
}

.informationInputsContainer .informationInputContainer {
    border: none;
    max-width: 142px
}

@media screen and (max-width: 1092px) {
    .informationInputsContainer .informationInputContainer {
        max-width: none
    }
}

.informationSwitchContainer {
    background: #fff;
    display: flex;
    flex-direction: row;
    height: inherit;
    width: 335px
}

.noActiveLicenses.MuiTypography-root {
    color: #001a4b;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px
}

.buttonRow {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 12px;
    position: relative;
    width: 100%
}

    .buttonRow.editButtonRow {
        justify-content: space-between;
        margin-left: 4px;
        margin-top: 0;
        max-width: 795px
    }

        .buttonRow.editButtonRow .editButtonContainer {
            align-items: center;
            display: flex;
            gap: 10px
        }

@media (max-width: 899px) {
    .buttonRow.editButtonRow {
        flex-wrap: wrap;
        margin: 0;
        max-width: 375px
    }
}

.additionalInformationModal {
    display: flex;
    flex-direction: column;
    gap: 20px
}

    .additionalInformationModal .MuiPaper-root {
        background: #fff;
        box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
        gap: 71px;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: 0 auto;
        max-width: 800px;
        padding: 16px 0 32px;
        width: 800px
    }

@media screen and (max-width: 900px) {
    .additionalInformationModal .MuiPaper-root {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.additionalInformationModal .modalTitle {
    color: #001a4b;
    font-family: Klavika;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.modalHeader.MuiTypography-root {
    color: #001a4b;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 19px;
    padding-top: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.modalContent {
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.25);
    display: flex;
    flex-direction: column;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    padding: 8px 20px 27px
}

    .modalContent .modalRowsContainer {
        gap: 24px
    }

    .modalContent .modalRowContainer, .modalContent .modalRowsContainer, .modalInformationInputContainer {
        display: flex;
        flex-direction: column
    }

.modalInformationInputContainer {
    background: #fff;
    border-bottom: 1px solid #c7d1e3;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    width: 235px
}

    .modalInformationInputContainer.empty {
        border-bottom: 0
    }

@media screen and (max-width: 900px) {
    .modalInformationInputContainer {
        width: 335px
    }
}

.modalInformationInputContainer .label {
    color: #001a4b;
    font-size: 16px;
    line-height: 20px;
    margin-top: 6px;
    width: inherit
}

.modalInformationInputContainer input {
    border: none;
    color: #000;
    font-family: Klavika;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 7px;
    padding-left: 0;
    width: inherit
}

.modalChangePassword {
    position: relative
}

    .modalChangePassword .MuiBox-root, .modalChangePassword .MuiPaper-root {
        align-items: center;
        background-color: #001a4b;
        max-width: none;
        max-width: 600px;
        min-width: 299px;
/*        width: 653px*/
    }

@media (max-width: 899px) {
    .modalChangePassword .MuiBox-root, .modalChangePassword .MuiPaper-root {
        margin: 0;
        width: 100%
    }
}

.modalChangePassword .MuiBox-root .closeButton.MuiButtonBase-root path.icon, .modalChangePassword .MuiPaper-root .closeButton.MuiButtonBase-root path.icon {
    fill: #fff
}

.modalChangePassword .MuiBox-root .closeButton.MuiButtonBase-root:hover path, .modalChangePassword .MuiPaper-root .closeButton.MuiButtonBase-root:hover path {
    stroke: #7ecaf1
}

    .modalChangePassword .MuiBox-root .closeButton.MuiButtonBase-root:hover path.icon, .modalChangePassword .MuiPaper-root .closeButton.MuiButtonBase-root:hover path.icon {
        fill: #7ecaf1
    }

@media (max-width: 899px) {
    .modalChangePassword .MuiPaper-root .modalChangePasswordContent {
        padding: 63px 0 30px
    }
}

@media (max-width: 599px) {
    .modalChangePassword .MuiBox-root .modalChangePasswordContent {
        padding: 63px 0 30px
    }
}

.modalChangePassword .modalChangePasswordContent {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 63px 159px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

    .modalChangePassword .modalChangePasswordContent .AKKLogo {
        height: 85px;
        margin-bottom: 24px;
        width: 84px
    }

        .modalChangePassword .modalChangePasswordContent .AKKLogo path {
            fill: #fff
        }

    .modalChangePassword .modalChangePasswordContent .kitiLogo {
        margin-bottom: 32px
    }

    .modalChangePassword .modalChangePasswordContent .passwordChangedContainer {
        height: 270px;
        width: 0;
        z-index: 0
    }

        .modalChangePassword .modalChangePasswordContent .passwordChangedContainer .passwordChangedImage {
            position: absolute;
            right: 0;
            top: 0
        }

    .modalChangePassword .modalChangePasswordContent .requirementsContainer {
        align-items: baseline;
        display: flex;
        flex-direction: column;
        margin-bottom: 12px;
        width: 336px
    }

        .modalChangePassword .modalChangePasswordContent .requirementsContainer .MuiTypography-root {
            color: #fff;
            height: -webkit-fit-content;
            height: -moz-fit-content;
            height: fit-content;
            line-height: 18px
        }

        .modalChangePassword .modalChangePasswordContent .requirementsContainer .error {
            align-items: center;
            color: red;
            display: flex;
            height: 100%
        }

        .modalChangePassword .modalChangePasswordContent .requirementsContainer .errorImage {
            height: 19px;
            margin-right: 6px;
            width: 19px
        }

        .modalChangePassword .modalChangePasswordContent .requirementsContainer .informationInputContainer.MuiBox-root {
            background: none
        }

            .modalChangePassword .modalChangePasswordContent .requirementsContainer .informationInputContainer.MuiBox-root .label {
                margin-top: 0
            }

        .modalChangePassword .modalChangePasswordContent .requirementsContainer .linkExpiredText {
            margin-bottom: 200px;
            white-space: pre-line
        }

            .modalChangePassword .modalChangePasswordContent .requirementsContainer .linkExpiredText a {
                color: #fff
            }

                .modalChangePassword .modalChangePasswordContent .requirementsContainer .linkExpiredText a:hover {
                    color: #7ecaf1
                }

    .modalChangePassword .modalChangePasswordContent .passwordInputContainer.MuiBox-root {
        align-items: baseline;
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
        width: 335px
    }

        .modalChangePassword .modalChangePasswordContent .passwordInputContainer.MuiBox-root .label {
            color: #fff;
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 3px;
            width: 100%
        }

        .modalChangePassword .modalChangePasswordContent .passwordInputContainer.MuiBox-root input {
            font-size: 16px;
            height: 44px;
            line-height: 20px;
            padding: 12px 9px;
            width: 100%
        }

            .modalChangePassword .modalChangePasswordContent .passwordInputContainer.MuiBox-root input.error {
                border: 0;
                border-radius: 1px;
                outline: 3px solid red
            }

        .modalChangePassword .modalChangePasswordContent .passwordInputContainer.MuiBox-root .MuiFormControlLabel-root:hover .MuiRadio-root {
            background-color: rgba(126,202,241,.1)
        }

        .modalChangePassword .modalChangePasswordContent .passwordInputContainer.MuiBox-root .errorText {
            color: red;
            font-size: 12px;
            font-weight: 500;
            height: 0;
            line-height: 16px;
            margin-top: 3px;
            width: 100%
        }

.closeButton.MuiButtonBase-root {
    cursor: pointer;
    padding: 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.memberModal {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100%
}

    .memberModal .modalTitle {
        background-color: #7ecaf1;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 7px 34px 7px 55px
    }

        .memberModal .modalTitle .modalTitleText {
            align-items: center;
            display: flex;
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 500;
            height: 54px
        }

        .memberModal .modalTitle .closeButton {
            height: 54px;
            width: 54px
        }

    .memberModal .modalContentContainer {
        overflow: auto
    }

        .memberModal .modalContentContainer .modalContent {
            margin: 11px 34px 0 55px;
            max-width: 889px;
            overflow: auto
        }

            .memberModal .modalContentContainer .modalContent > .MuiGrid2-root {
                margin-bottom: 24px
            }

                .memberModal .modalContentContainer .modalContent > .MuiGrid2-root.titleGrid {
                    margin-bottom: 14px
                }

            .memberModal .modalContentContainer .modalContent .detailPanel .radioContent {
                margin-left: 16px
            }

                .memberModal .modalContentContainer .modalContent .detailPanel .radioContent .selector {
                    width: 375px
                }

.indicator {
    display: flex;
    margin-bottom: 24px
}

    .indicator .indicatorBox {
        align-items: center;
        display: flex;
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 500;
        height: 42px;
        justify-content: center;
        line-height: normal;
        width: 111px
    }

        .indicator .indicatorBox.red {
            background-color: #d91016;
            color: #fff
        }

        .indicator .indicatorBox.green {
            background-color: #008a3d;
            color: #fff
        }

        .indicator .indicatorBox.yellow {
            background-color: #ffbb56;
            color: #000
        }

    .indicator .indicatorText {
        color: #001a4b;
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-left: 1.75rem
    }

@media (max-width: 899px) {
    .redirectToOldKitiContent {
        align-items: center;
        overflow: hidden;
        width: 100%
    }
}

.redirectToOldKitiContent main {
    display: flex;
    gap: 83px;
    margin-left: 31px;
    margin-top: 26px
}

@media (max-width: 899px) {
    .redirectToOldKitiContent main {
        align-items: center;
        flex-direction: column;
        gap: 0;
        margin-left: 0;
        width: 100%
    }
}

.redirectToOldKitiContent main .MuiTypography-root.title {
    color: #001a4b;
    font-family: Klavika;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px
}

.redirectToOldKitiContent main .text {
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    color: #000;
    font-family: Klavika;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
    max-width: 335px;
    white-space: pre-line
}

.redirectToOldKitiContent main .oldKitiButtonContainer {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 23px
}

.redirectToOldKitiContent main .imageContainer {
    margin-top: 33px
}

.navigationPublicPage.MuiPaper-root {
    box-shadow: none;
    display: flex;
    flex-direction: row;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-height: 48px;
    width: 100%
}

    .navigationPublicPage.MuiPaper-root .navLogo {
        align-items: center;
        display: flex;
        flex-shrink: 0;
        justify-content: center;
        padding: 2px 10px 0
    }

    .navigationPublicPage.MuiPaper-root .navItemContainer {
        align-items: center;
        display: flex;
        height: 48px;
        justify-content: flex-end;
        width: 100%
    }

        .navigationPublicPage.MuiPaper-root .navItemContainer .navItem {
            display: inline-block;
            position: absolute;
            width: 202px
        }

            .navigationPublicPage.MuiPaper-root .navItemContainer .navItem:before {
                background-color: #fff;
                content: "";
                display: block;
                height: 48px;
                left: -5px;
                position: absolute;
                top: -4px;
                width: 1px
            }

@media (max-width: 599px) {
    .navigationPublicPage.MuiPaper-root .navItemContainer .navItem:before {
        display: none
    }

    .navigationPublicPage.MuiPaper-root .navItemContainer .navItem {
        width: 198px
    }

        .navigationPublicPage.MuiPaper-root .navItemContainer .navItem:after {
            background-color: #fff;
            bottom: -5px;
            content: "";
            display: block;
            height: 1px;
            left: -4px;
            position: absolute;
            width: 202px
        }
}

.navigationPublicPage.MuiPaper-root .navItemContainer .navItem a {
    color: #000;
    text-decoration: none
}

    .navigationPublicPage.MuiPaper-root .navItemContainer .navItem a:hover {
        color: #000
    }

header.topBar {
    box-shadow: none
}

    header.topBar .userProfileMenuButton {
        border: 0 !important;
        box-shadow: none !important
    }

        header.topBar .userProfileMenuButton svg .activeEffect {
            fill: none
        }

        header.topBar .userProfileMenuButton:active svg, header.topBar .userProfileMenuButton:focus svg, header.topBar .userProfileMenuButton:hover svg {
            color: #7ecaf1
        }

        header.topBar .userProfileMenuButton.active {
            background-color: initial
        }

            header.topBar .userProfileMenuButton.active svg {
                color: #7ecaf1
            }

                header.topBar .userProfileMenuButton.active svg .activeEffect {
                    fill: #7ecaf1
                }

.topBarToolbar {
    background: #001a4b;
    height: 68px;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 20px;
    width: 100%
}

    .topBarToolbar svg {
        color: #fff
    }

    .topBarToolbar .MuiTypography-root {
        align-items: center;
        color: #fff;
        display: flex;
        font-weight: bolder
    }

    .topBarToolbar a.topBar-link, .topBarToolbar a.topBar-link:visited {
        color: #fff;
        display: inline-block;
        text-decoration: none
    }

        .topBarToolbar a.topBar-link:active, .topBarToolbar a.topBar-link:focus, .topBarToolbar a.topBar-link:hover, .topBarToolbar a.topBar-link:visited:active, .topBarToolbar a.topBar-link:visited:focus, .topBarToolbar a.topBar-link:visited:hover {
            background-color: #7ecaf1;
            color: #fff
        }

    .topBarToolbar .breadcrumb {
        color: #fff;
        display: inline-block;
        margin: auto;
        vertical-align: middle
    }

        .topBarToolbar .breadcrumb a, .topBarToolbar .breadcrumb a:visited {
            padding-left: 6px;
            padding-right: 6px
        }

    .topBarToolbar .userProfileMenuButton svg {
        height: 40px
    }

div.topBarMobileToolbar {
    background: #001a4b;
    height: 68px;
    justify-content: space-between;
    padding-left: 4px;
    padding-right: 8px;
    width: 100%
}

    div.topBarMobileToolbar svg {
        color: #fff
    }

    div.topBarMobileToolbar .MuiTypography-root {
        align-items: center;
        color: #fff;
        display: flex;
        font-size: 14px;
        font-style: normal;
        font-weight: 500
    }

    div.topBarMobileToolbar .roleDescriptionWrapper {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        overflow: hidden
    }

    div.topBarMobileToolbar .roleDescription {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    div.topBarMobileToolbar .userProfileMenuButton svg {
        height: 34px
    }

.userMenu .MuiPopover-paper {
    border-radius: 0;
    z-index:1000;
}

    .userMenu .MuiPopover-paper .MuiList-root {
        padding: 0 0 0px   /*Seppo*/
    }

    .userMenu .MuiPopover-paper .MuiMenuItem-root {
        color: #001a4b;
        font-size: 14px;
        font-weight: 500;
        gap: 4px;
        padding: 15px 7px
    }

.MuiPaper-root.MuiAppBar-root {
    background-color: #001a4b
}

@-webkit-keyframes fadeOutFromBlock {
    0% {
        opacity: .4;
        visibility: visible
    }

    90% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fadeOutFromBlock {
    0% {
        opacity: .4;
        visibility: visible
    }

    90% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0;
        visibility: hidden
    }

    1% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: .4;
        visibility: visible
    }
}

@keyframes fadeInFromNone {
    0% {
        opacity: 0;
        visibility: hidden
    }

    1% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: .4;
        visibility: visible
    }
}

.leftDrawer {
    flex-shrink: 0;
  /*  width: 265px*/
}

    .leftDrawer .leftDrawerPaper {
        background-color: #001a4b;
        border: 0
    }

        .leftDrawer .leftDrawerPaper svg {
            color: #fff
        }

        .leftDrawer .leftDrawerPaper .headerLogoNormal {
            align-items: end;
            height: 44px;
            margin-bottom: 50px;
            margin-left: -30px
        }

        .leftDrawer .leftDrawerPaper .MuiList-root {
            background-color: #001a4b;
            border-right: none;
            flex-grow: 1
        }

.MuiList-root {
    background-color: #001a4b;
    border-right: none;
    flex-grow: 1
}


            .leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root > div {
                background-color: #001a4b;
                color: #fff
            }

            .leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root .MuiListItemButton-root {
                border-color: #fff;
                color: #fff;
                height: 52px;
                padding: 10px 10px 10px 17px
            }

                .leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root .MuiListItemButton-root .menuItemSelectedImage {
                    display: none;
                    position: absolute;
                    right: 0
                }

    .leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root .MuiListItemButton-root > .menuItemHoverImage {
        -webkit-animation: fadeOutFromBlock 1s ease-out;
        animation: fadeOutFromBlock 1s ease-out;
        opacity: 0;
        position: absolute;
        right: 0;
        visibility: hidden
    }

    .leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root .MuiListItemButton-root:hover > .menuItemHoverImage {
        -webkit-animation: fadeInFromNone .25s ease-in;
        animation: fadeInFromNone .25s ease-in;
        opacity: .4;
        visibility: visible
    }

    .leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root .MuiListItemButton-root:active, .leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root .MuiListItemButton-root:focus {
        color: #fff
    }




.leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root .MuiListItemButton-root .MuiListItemIcon-root {
    margin-right: 12px;
    min-width: 0
}

.MuiListItemIcon-root {
    margin-right: 12px;
    min-width: 0
}

.leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root .MuiListItemButton-root .MuiListItemIcon-root .menuItemImage {
    height: 32px;
    width: 32px
}
.MuiListItemIcon-root .menuItemImage {
    height: 32px;
    width: 32px;
    color: #fff;
}

            .leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root.main-level {
                border-bottom: 1px solid #fff;
                padding-right: 1px
            }

                .leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root.main-level.collapsable > .MuiListItemButton-root.active > .menuItemSelectedImage {
                    display: inline;
                    display: initial
                }

                .leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root.main-level.memberInformation > .MuiListItemButton-root.active > .menuItemSelectedImage {
                    display: none
                }

.leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root.main-level:not(.collapsable) > .MuiListItemButton-root.active > .menuItemSelectedImage {
    display: inline;
    display: initial;
}

.leftDrawer .menuItemNotSelectedImage {
    display: none;
   
}


.leftDrawer .menuItemSelectedImage {
    display: inline;
    display: initial;
    position: absolute;
    right: 0;
}

.leftDrawer .leftDrawerPaper .MuiList-root .MuiListItem-root.main-level .menuItemText > .MuiTypography-root {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

.menuItemText > .MuiTypography-root {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase
}

            .leftDrawer .leftDrawerPaper .MuiList-root .secondary-level .MuiListItemButton-root {
                padding-left: 61px
            }

                .leftDrawer .leftDrawerPaper .MuiList-root .secondary-level .MuiListItemButton-root.active .menuItemSelectedImage {
                    display: inline;
                    display: initial
                }

                .leftDrawer .leftDrawerPaper .MuiList-root .secondary-level .MuiListItemButton-root.Mui-disabled {
                    color: hsla(0,0%,100%,.4);
                    opacity: 1
                }

            .leftDrawer .leftDrawerPaper .MuiList-root .menuLeftInfo {
                color: #fff;
                display: flex;
                justify-content: center;
                padding: 0 10px;
                width: 100%
            }

                .leftDrawer .leftDrawerPaper .MuiList-root .menuLeftInfo .menuLeftInfoText {
                    font-size: 14px;
                    font-weight: 500;
                    line-height: 20px;
                    text-align: center
                }

    .leftDrawer .AKKLogoBottom {
        bottom: 0;
        display: flex;
        justify-content: center;
        left: 0;
        padding-bottom: 32px;
        width: 100%

    }

        .leftDrawer .AKKLogoBottom svg {
            height: 59px;
            width: 59px
        }

    .leftDrawer .MuiBackdrop-root {
        background-color: rgba(0,26,75,.8)
    }

    .leftDrawer .leftDrawerPaper .mobileMenuHeader {
        justify-content: flex-start;
        padding: 7px 0 50px 4px
    }

        .leftDrawer .leftDrawerPaper .mobileMenuHeader .mobileMenuLogo {
            display: flex;
            height: 35px;
            justify-content: center;
            margin-right: 54px;
            width: 100%
        }

            .leftDrawer .leftDrawerPaper .mobileMenuHeader .mobileMenuLogo svg {
                height: 35px
            }

.menuBottomNavigation {
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 1000
}

    .menuBottomNavigation .MuiBottomNavigation-root {
        background-color: #001a4b;
        color: #7ecaf1;
        height: 54px;
        padding-left: 0;
        padding-right: 0
    }

        .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited {
            color: #7ecaf1;
            max-width: 100%;
            min-width: 0;
            padding-left: 0;
            padding-right: 0
        }

            .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:hover, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited:hover {
                background-color: #fff;
                color: #001a4b
            }

                .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:hover svg, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited:hover svg {
                    color: #001a4b
                }

            .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:active, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:focus, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited:active, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited:focus {
                background-color: #fff;
                color: #001a4b
            }

                .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:active svg, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:focus svg, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited:active svg, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited:focus svg {
                    color: #001a4b
                }

      /*      .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root.Mui-selected, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited.Mui-selected {
                background-color: #001a4b;
                color: #fff
            }

                .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root.Mui-selected svg, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited.Mui-selected svg {
                    color: #fff
                }
*/
                .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root.Mui-selected:hover, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited.Mui-selected:hover {
                    background-color: #fff;
                    color: #001a4b
                }

                    .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root.Mui-selected:hover svg, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited.Mui-selected:hover svg {
                        color: #001a4b
                    }

            .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root svg, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited svg {
                color: #7ecaf1;
                height: 24px
            }

            .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root .MuiBottomNavigationAction-label, .menuBottomNavigation .MuiBottomNavigation-root .MuiBottomNavigationAction-root:visited .MuiBottomNavigationAction-label {
                font-size: .75rem;
                font-weight: 500
            }




.css-1x5jdmq {
    font: inherit;
    letter-spacing: inherit;
    color: currentcolor;
    border: 0px;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 16.5px 14px;
}

.css-1x5jdmq:focus {
   outline:0px;
}

.css-pwxzbm {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    min-width: 16px;
    min-height: 16px;
    max-width: calc(100% - 32px);
    max-height: calc(100% - 96px);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    outline: 0px;
}

/*.css-1gzynt7 {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    color: inherit;
    font-family: Klavika;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    min-height: 48px;
    padding: 6px 160px;
    box-sizing: border-box;
    white-space: nowrap;
}
*/
.css-zskiww {
    margin: 0px;
    font-family: Klavika;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
}

.css-1nr2wod .MuiSwitch-input {
    left: -100%;
    width: 300%;
}

.css-1m9pwf3 {
    cursor: inherit;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}

.css-1jaw3da {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    margin-left: -11px;
    margin-right: 16px;
}

.css-ecvcn9 {
    display: inline-flex;
    width: 58px;
    height: 38px;
    box-sizing: border-box;
    position: relative;
    flex-shrink: 0;
    z-index: 0;
    vertical-align: middle;
    overflow: hidden;
    padding: 12px;
}

.css-1nr2wod {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    color: rgb(255, 255, 255);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    padding: 9px;
    border-radius: 50%;
    transition: left 150ms cubic-bezier(0.4, 0, 0.2, 1), transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
    
.css-1nr2wod.Mui-checked {
    color: rgb(25, 118, 210);
}

    .css-1nr2wod.Mui-checked:hover {
        background-color: rgba(25, 118, 210, 0.04);
    }

    .css-1nr2wod:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .css-19gndve {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 1px -1px, rgba(0, 0, 0, 0.14) 0px 1px 1px 0px, rgba(0, 0, 0, 0.12) 0px 1px 3px 0px;
        background-color: currentcolor;
        width: 20px;
        height: 20px;
        border-radius: 50%;
    }
.css-w0pj6f {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0;
    inset: 0px;
    border-radius: inherit;
}
.css-8ndowl {
    position: fixed;
    z-index: 1300;
    inset: 0px;
}

.css-1b47e06 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    color: inherit;
}

.css-1rg022j {
    box-shadow: none;
    font-family: Klavika;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.43;
    background-color: rgb(253, 237, 237);
    display: flex;
    color: rgb(95, 33, 32);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    padding: 6px 16px;
}

.css-1rg022j .MuiAlert-icon {
        color: rgb(211, 47, 47);
    }

.css-1cw4hi4 {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: inherit;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-1l54tgj {
    margin-right: 12px;
    padding: 7px 0px;
    display: flex;
    font-size: 22px;
    opacity: 0.9;
}
.css-q28n79 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-align: center;
    color: inherit;
    font-size: 1.125rem;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    flex: 0 0 auto;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
    /*padding: 5px;*/
}

.css-1mzcepu {
    display: flex;
    align-items: flex-start;
    padding: 4px 0px 0px 16px;
    margin-left: auto;
    margin-right: -8px;
}

.css-1k33q06 {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.25rem;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.css-1v46c2z {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Klavika;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    color: rgb(25, 118, 210);
    width: 100%;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);

}

    .css-1v46c2z:hover {
        text-decoration: none;
        background-color: rgba(25, 118, 210, 0.04);
    }

/*
@keyframes drive {
    0% { transform: translateX(0);}
    100% { transform: translateX(300px);}
}*/

/*.carAnimation {
    animation: drive 2s ease-in-out forwards;
}*/

.css-1oyu6xe {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: Klavika;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    color: rgb(25, 118, 210);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    padding: 6px 8px;
    border-radius: 4px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.css-1f8bwsm {
 /*   min-width: 56px;*/
    color: rgba(0, 0, 0, 0.54);
    flex-shrink: 0;
    display: inline-flex;
}



.css-1epxpuw {
  /*  position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;*/
    min-height: 68px;
  /*  width: calc(100% - 265px);
    margin-left: 265px;*/
}

/*.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);*/ /* 2 saraketta */
    /* gap: 1rem; seppo otti pois*/

    /*display: flex;
    flex-direction: column;
    width: 100%;
}
}*/

/* Kun parent (tai viewport) menee kapeaksi, pudotaan yhteen sarakkeeseen */
/*@media (max-width: 899px) {
    .grid-container {
        grid-template-columns: 1fr;  
    }
}*/

.grid-item {
    border: 1px solid #ccc;
    padding: 0.5rem;
    box-sizing: border-box;
}

.billing-options {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.billing-option {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

 
.label-text {
    font-size: 1rem;
}

.billing-option input[type="radio"] {
    appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #001A4B;
    border-radius: 50%;
    position: relative;
}

    .billing-option input[type="radio"]:checked::after {
        content: "";
        position: absolute;
        top: 4px;
        left: 4px;
        width: 12px;
        height: 12px;
        background: #001A4B;
        border-radius: 50%;
    }



.hidden-radio {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.css-1636szt {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 1.5rem;
    position: absolute;
    right: 7px;
    top: calc(50% - 0.5em);
    /*pointer-events: none;  seppo*/
    color: rgba(0, 0, 0, 0.54);
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.css-1k3x8v3 {
    bottom: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
}

.css-1q5ocwj {
    font-family: Klavika;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
}


/*.my-select-wrapper {
    position: relative;
}

.my-select-container {
    position: relative;
    padding: 14px 40px 14px 12px;
    border-radius: 4px;
}

.my-select-display {
    cursor: pointer;
    font-size: 16px;
    color: #000;
}

.my-select-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    fill: #001A4B;
    cursor: pointer;
    pointer-events: auto;
}

.my-select-outline {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 4px;
    border: 1px solid #001A4B;
}

.my-select-options {
    position: absolute;
    background: white;
    border: 1px solid #001A4B;
    border-radius: 4px;
    margin-top: 4px;
    padding: 0;
    list-style: none;
    width: 100%;
    z-index: 20;
}

.my-select-options li {
    padding: 10px;
    cursor: pointer;
}

    .my-select-options li:hover {
        background: #f0f0f0;
    }


.my-select-hidden-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    height: 0;
    width: 0;
    border: none;
    padding: 0;
    margin: 0;
}*/

.My-list {
    position: absolute;
    top: 0px; /* säädä */
    left: 0px; /* säädä */
    width: 300px; /* isompi lista */
   /* max-height: 400px;*/
    overflow-y: auto;
    z-index: 9999;
   /* background-color: #001a4b;*/
    border-right: none;
    flex-grow: 1

}

.My-list-r8u8y9 {
    list-style: none;
    margin: 0px;
    padding: 8px 0px;
    position: relative;
    outline: 0px;
    z-index: 9998;
}



.My-listitem-1gzynt7 {
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    border-radius: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    color: inherit;
    font-family: Klavika;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    min-height: 48px;
    padding: 6px 16px;
    box-sizing: border-box;
    white-space: nowrap;
}


@media (min-width: 600px) {
    .My-listitem-1gzynt7 {
        min-height: auto;
    }
}

.gender-menu {
   /* position: absolute;*/
    top: 100%; /* suoraan comboboxin alapuolelle */
    left: 0; /* sama vasen reuna */
    width: 100%; /* sama leveys kuin combobox */
    z-index: 9999;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.css-gender {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 5px -3px, rgba(0, 0, 0, 0.14) 0px 8px 10px 1px, rgba(0, 0, 0, 0.12) 0px 3px 14px 2px;
    position: absolute;
   /* overflow-y: auto;
    overflow-x: hidden;*/
    min-width: 16px;
    min-height: 16px;
    max-width: calc(100% - 32px);
    max-height: calc(100% - 96px);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    outline: 0px;
}

.css-1jkp9i7 {
    flex-wrap: wrap;
}

.my-row {
    display: flex;
    flex-direction: row;
    gap: 16px;
}

@media screen and (max-width: 900px) {
    .my-row {
        flex-direction: column;
    }
}


.MainContainer .MuiTypography-root.title {
    color: #001a4b;
    font-family: Klavika;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 15px
}

.MainContainer .oldKitiButtonContainer {
    align-items: center;
    display: flex;
    gap: 14px;
    margin-bottom: 23px;
}


.MainContainer .text {
    -webkit-font-feature-settings: "liga" off;
    font-feature-settings: "liga" off;
    color: #000;
    font-family: Klavika;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 4px;
   /* max-width: 335px;*/
    white-space: pre-line
}

.MainContainer .imageContainer {
    margin-top: 33px
}

@media (max-width: 899px) {
    .MainContainer .kilpailut {
        align-items: center;
        flex-direction: column;
        gap: 0;
        margin-left: 0;
        width: 100%
    }
}

.css-r8u8y9 {
    list-style: none;
    margin: 0px;
    padding: 8px 0px;
    position: relative;
    outline: 0px;
}


.css-1xpc00l {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 1px 8px 0px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
}

@media (min-width: 900px) {
    .css-1xpc00l {
        display: none;
    }
}

.css-de1c49 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 56px;
    background-color: rgb(255, 255, 255);
}


.css-sxw2zh {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    min-width: 80px;
    max-width: 168px;
    color: rgba(0, 0, 0, 0.6);
    flex-direction: column;
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    border-radius: 0px;
    text-decoration: none;
    transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1), padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1);
    padding: 0px 12px;
    flex: 1 1 0%;
}
.css-126xj0f {
    position: fixed;
    left: 350px;
    top: 95px;
    z-index: 9990;
    inset: 0px;
}
.css-919eu4 {
    position: fixed;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    z-index: -1;
}

.css-ekeie0 {
    height: 100%;
    outline: 0px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.css-uhb5lp {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    position: relative;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 64px);
    max-width: 600px;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 4px;
    margin: 32px;
}

.css-1yxmbwk {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-align: center;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.54);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    flex: 0 0 auto;
    padding: 8px;
    border-radius: 50%;
    overflow: visible;
    transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}