﻿
.language-selector-modal {
    display: none;
}

.language-selector-modal-content {
    background-color: white;
    position: relative;
    padding-top: 24px;
}

.language-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 24px;
}

.language-item {
    display: flex;
    flex-direction: column;
    padding: 8px;
    margin: 8px;
    align-items: center;
    height: 70px;
    width: 100px;
    justify-content: space-between;
    outline: none;
    color: #1b1b1b;
}

.language-item:hover {
    color: #1b1b1b;
}

.language-item img {
    width: 35px;
    border: 1px solid #CCC;
}


.close-language-selector {
    height: 25px;
    line-height: 25px;
    width: 25px;
    color: #fff;
    background-color: black;
    position: absolute;
    top: 10px;
    right: 5px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    opacity: .75;
}

.close-language-selector:before {
    content: '×';
}
