﻿
#country_sel2 div.big_flag {
    cursor: pointer;
}
#country_sel2 div.big_flag img {
    border: 1px solid #c2c2c2;
    margin-right: 4px;
}







#country_sel2 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(230,230,230,0.9);
    z-index: 11000;
    /*display:none;*/
    display: flex;
    align-items: center;
    justify-content: center;
}



    #country_sel2 > div {
        position: relative;
        width: 900px;
        height: 650px;
        max-width: 95%;
        max-height: 80%;
        border: 1px #c2c2c2 solid;
        padding: 15px 25px;
        border-radius: 5px;
        background-color: white;
        font-family: "tenby-four","tenby-four-fallback";
        font-size: 1.5rem;
        -webkit-box-shadow: 0px 0px 25px 2px #000000;
        box-shadow: 0px 0px 25px 2px #000000;
        display: none;
    }

    #country_sel2 > div > div {
        width:100%;
        height:100%;
        display: grid;
        grid-template-rows: 1fr 9fr;
    }

    #country_sel2 > div > div > div:nth-child(1) {
        text-align: center;
    }

    #country_sel2 p {
        font-size: 1.5rem;
    }

    #flag_close_icon3 {
        position: absolute;
        top: 5px;
        right: 5px;
        color: #c2c2c2;
        cursor: pointer;
        font-size: 1.6rem;
    }

    #country_sel2 .flag_container {
        width: 100%;
        height: 100%;
        overflow-y: scroll;
        display:grid;
        grid-template-columns: repeat(5,1fr);
        grid-gap: 7px;
    }

@media (min-width: 601px) and (max-width: 991px) {
    #country_sel2 .flag_container {
        grid-template-columns: repeat(4,1fr);
    }
}

@media (max-width: 600px) {
    #country_sel2 .flag_container {
        grid-template-columns: repeat(2,1fr);
    }
}


#nuevaCookie2 {
    position: fixed;
    top: 10px;
    right: 10px;
    /*width: 100%;*/
    text-align: center;
    z-index: 11000;
    z-index: 11000;
    display: inline-block;
    max-width: 90%;
    border: 1px #c2c2c2 solid;
    padding: 15px 25px;
    border-radius: 5px;
    background-color: white;
    font-family: "tenby-four","tenby-four-fallback";
    font-size: 1.5rem;
    -webkit-box-shadow: 0px 0px 25px 2px #000000;
    box-shadow: 0px 0px 25px 2px #000000;
}


@media (max-width: 991px) {
    #nuevaCookie2 {
        top: unset;
        bottom: 10px;
        
    }
}


    #nuevaCookie2 p {
        margin-bottom: 8px;
        font-size: 1.5rem;
    }

#flag_close_icon2 {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #c2c2c2;
    cursor: pointer;
    font-size: 1.6rem;
}

#nuevaCookie2 .big_flag {
    cursor:pointer;
}


@media print {
    #country_sel2, #nuevaCookie2 {
        display: none !important;
    }
}
