﻿.choose-language {
    position: fixed;
    /*display: none;*/
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: white;
    z-index: 100;
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    transform: translateZ(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

    .choose-language h2 {
        font-size: 26px;
        line-height: 35px;
        color: #cc1e1e;
        text-align: center;
        /*font-family: 'Segoe-Bold';*/
        font-family: 'Segoe-Regular' !important;
        font-weight: bold !important;
        margin-top: 14px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .choose-language h4 {
        font-family: 'Segoe-Regular' !important;
        font-weight: normal !important;
        font-size: 16px;
        color: #949494;
        line-height: 21px;
        margin-bottom: 60px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .choose-language .language-section {
        margin-top: 26px;
        height: calc(100vh - 160px);
        overflow-y: scroll;
        margin: 26px 80px 0px;
    }

        .choose-language .language-section::-webkit-scrollbar {
            display: none;
        }

        .choose-language .language-section .language {
            display: block;
            margin: auto;
            text-align: center;
            margin-bottom: 35px;
            border-bottom: 1px solid #949494;
        }

            .choose-language .language-section .language:last-child {
                border-bottom: none;
            }

            .choose-language .language-section .language.active h3 {
                color: #006ab2;
            }

            .choose-language .language-section .language.active img {
                border: 3px solid #006ab2;
            }

            .choose-language .language-section .language img {
                display: block;
                margin: auto;
                text-align: center;
                width: 97px;
                height: 97px;
                border-radius: 50%;
                margin-top: 15px;
            }

            .choose-language .language-section .language h3 {
                text-align: center;
                font-size: 29px;
                line-height: 38px;
                color: #1a1a1a;
                font-family: 'Segoe-Regular' !important;
                font-weight: normal !important;
                margin-bottom: 30px;
            }

@media(max-width:520px) {
    .choose-language h2 {
        font-size: 24px;
    }

    .choose-language h4 {
        margin-bottom: 40px;
    }

    .choose-language .language-section {
        /*height: 70vh;*/
        margin-top: 10px;
        height: calc(100vh - 110px);
    }

        .choose-language .language-section .language {
            margin-bottom: 10px;
        }

            .choose-language .language-section .language img {
                width: 65px;
                height: 65px;
            }

            .choose-language .language-section .language h3 {
                font-size: 22px;
                margin-bottom: 10px;
            }
}


.no-internet-connection {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 100;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .no-internet-connection .flex-container {
    }

    .no-internet-connection img {
        width: 282px;
        height: 282px;
        display: block;
        margin: auto;
        text-align: center;
        /*margin-top: 77px;*/
        margin-top: 0;
    }

    .no-internet-connection .noConnection {
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 55px;
        padding: 0 15px;
    }

        .no-internet-connection .noConnection h3 {
            font-size: 26px;
            color: #cc1f1f;
            line-height: 35px;
            margin-bottom: 9px;
            text-align: center;
        }

            .no-internet-connection .noConnection h3.secondHeader {
                margin-bottom: 110px;
            }

    .no-internet-connection .retry-no-internet {
        text-align: center;
        display: inline-block;
        margin: auto;
        font-size: 24px;
        color: white;
        line-height: 32px;
        background-color: #006ab2;
        border-radius: 2px;
        padding: 15px 21px 20px;
        text-decoration: none;
    }

@media(max-width:481px) {

    .no-internet-connection img {
        width: 200px;
        height: 200px;
        display: block;
        margin: auto;
        text-align: center;
        /*margin-top: 40px;*/
        margin-top: 0;
    }

    .no-internet-connection .noConnection {
        margin-top: 30px;
    }

        .no-internet-connection .noConnection h3 {
            font-size: 20px;
            margin-bottom: 0;
        }

            .no-internet-connection .noConnection h3.secondHeader {
                margin-bottom: 60px;
            }

    .no-internet-connection .retry-no-internet {
        font-size: 18px;
        padding: 10px 21px 12px;
    }
}
