#modal_language_select {
    padding-bottom: 3rem;
}
#modal_language_select .btn-light {
    width: 100%;
    display: inline-block;
    height: 80px;
    line-height: 78px;
    padding: 0;
    background-color: #f8f9fa;
    color: #000;

}
#modal_language_select .btn-light:hover {
    background-color: #e2e6ea;
}
.no-close-button button.action-close {
    display: none;
}