﻿.languageIcon {
    height: 35px;
    width: 35px;
    margin: 0px 5px 0px 0px;
}

.logoutIcon {
    height: 35px;
    width: 35px;
    margin: 0px 5px 0px 0px;
}

.patientIcon {
    height: 35px;
    width: 35px;
    margin: 0px 5px 0px 0px;
}

.patientMandatorIcon {
    height: 35px;
    width: 35px;
    margin: 0px 5px 0px 0px;
}

.helpIcon {
    height: 35px;
    width: 35px;
    margin: 0px 5px 0px 0px;
}



.alertbutton {
    padding: 0;
    background: transparent;
    color: #FFF;
    border: 0;
    border-bottom: 1px solid #FFF;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    font-weight: 700;
}




.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(100%);
    transition: all 600ms ease-out;
}

    .cookiealert.show {
        transform: translateY(0%);
        transition-delay: 1500ms;
    }

.cookiealertcontent {
    background: #0269c9;
    background-image: url("/img/cookie.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-size: 70%;
    color: white;
}

    .cookiealertcontent a {
        color: white;
    }

    .cookiealertcontent p {
        color: white;
    }

    .cookiealertcontent h2 {
        color: white;
        text-transform: uppercase;
    }




.privacydeclarationalert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(100%);
    transition: all 600ms ease-out;
}

    .privacydeclarationalert.show {
        transform: translateY(0%);
        transition-delay: 1500ms;
    }

.privacydeclarationcontent {
    background: #0269c9;
    color: white;
}

    .privacydeclarationcontent a {
        color: white;
    }

    .privacydeclarationcontent li {
        color: white;
        margin: 0;
    }

    .privacydeclarationcontent .list-items li::before {
        color: white;
    }



.infoalert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(100%);
    transition: all 600ms ease-out;
}

    .infoalert.show {
        transform: translateY(0%);
        transition-delay: 1500ms;
    }

.infoalertcontent {
    background: #0269c9;
    color: white;
}

    .infoalertcontent p {
        color: white;
    }
