﻿.ModalBackground {
    align-items: center;
    background-color:black;
    opacity:40%;
    width:100%;
    height:100%;
    position:fixed;
    left:0px;
    top:0px;
    overflow:hidden !important;
    z-index:99999;
}
.ModalDialog {
    background-color: #DFE8FF;
    align-items: center;
    width: 312px;
    height: 264px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left:-156px;
    margin-top:-132px;
    opacity: 100%;
    border-radius: 16px;
    z-index: 999999;
}
    .ModalDialog-IconButton {
        position: absolute;
        left: 276px;
        top: 12px;
        width: 16px;
        height: 16px;
        opacity: 100%;
    }
    .ModalDialog-Icon {
        position: absolute;
        left: 144px;
        top: 24px;
        width: 24px;
        height: 24px;
        opacity: 100%;
    }
    .ModalDialog-Title {
        font-family: 'Plus Jakarta Sans';
        font-weight: 700;
        font-size: 20px;
        color: #001849;
        line-height: 120%;
        text-align: center;
        vertical-align: central;
        position: absolute;
        left: 24px;
        top: 64px;
        width: 264px;
        height: 24px;
        opacity: 100%;
    }
    .ModalDialog-SupportingText {
        font-family: 'Plus Jakarta Sans';
        font-weight: 400;
        font-size: 12px;
        color: #45464F;
        line-height: 150%;
        text-align: left;
        vertical-align: central;
        position: absolute;
        left: 24px;
        top: 104px;
        width: 264px;
        height: 72px;
        opacity: 100%;
    }
.ModelHidden{
    display:none;
}

.GoogleTranslateButton {
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #001849;
    text-decoration: none;
}

.BackToTopContainer {
    font-size: 14px;
    padding: 16px 0px;
}
.BackToTopDiv {
    font-size: 16px;
    padding: 0px 12px;
}
.BackToTopButton {
    float:right;
    font-size:14px;
    padding: 0px 24px 0px 0px;
    color:#001849;
    border:0 !important;
    cursor:pointer;
}
.BackToTopSpan:hover {
    background:#ffffff !important;
    text-decoration:underline;
}