/*.modec-resource-download-language-selector-trigger img {
    max-width: 100%;
    border-radius: ;
}*/
.resource-download-language-selector-opened {
    z-index: 1000;
    background-color: rgba(51, 51, 51, 0.33);
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    padding: 24px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.resource-download-language-selector-opened .container{
    max-width: 475px;
    max-height: 275px;
    height: 100%;
    width: 100%;
    background: white;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.resource-download-language-selector-opened h4{
    font-weight: bold;
}
.resource-download-language-selector-opened img{
    width: 40px !important;
    height: 40px !important;
}

.resource-download-language-selector-opened .legend{
    font-size: 14px;
    font-style: italic;
    color: #00000080;
    margin: 0;
}

body > div.resource-download-language-selector-opened .flags-wrapper .flags-grid a{
    margin: 5px;
}


@media only screen and (max-width: 768px)  {
    .resource-download-language-selector-opened img {
        width: 100vw;
        object-fit: contain;
    }
  }

html.noscroll {
    position: fixed; 
    overflow-y: scroll;
    width: 100%;
}
html.noscroll #find-distributor-fab .tooltip-content{
    opacity: 0 !important;
}